Metadata-Version: 2.1
Name: python-recording-tool
Version: 0.1.0
Summary: Simple recording tool
Author: mitch mommers
Author-email: mitch.mommers@everythings.be
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: opencv-python (>=4.7.0.72,<5.0.0.0)
Requires-Dist: pyusb (>=1.2.1,<2.0.0)
Requires-Dist: rich (>=13.3.3,<14.0.0)
Description-Content-Type: text/markdown

# Usage

Example usage with the CU55 from e-con systems:

```bash
record --vendor_id=0x2560 --product_id=0xc155 --fps=30 --width=2592 --height=1944 --time_in_seconds=5 --folder_name=mitch1
```
