Minimalist Cam View is a python application with gui support for viewing and recording any camera stream. Application is currently under development, so some features may not work as expected.
- Install
poetry
dependency manager withpip
or from source. - Go to cloned
MinimalistCamView
repository folder and run:poetry install --no-dev
- After all packages successfully installed, run:
poetry run mcv
Arg | Description |
---|---|
--only-record |
Run MCV in non-gui mode and start the recording from cam |
--quiet |
Disable logging to file |
-v |
Log everything with level of logging set to NOTSET |