Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.19 KB

Minimalist Cam View

Main Information

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.

How to run

  1. Install poetry dependency manager with pip or from source.
  2. Go to cloned MinimalistCamView repository folder and run:
    poetry install --no-dev
  3. After all packages successfully installed, run:
    poetry run mcv

Arguments

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