skjerns / pyRobotEyez

A simple python based command line video capture script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyRobotEyez

A simple python based command line video capture script

usage

Command line Python webcam capture script, inspired by RobotEyez

usage: capture.py [-w WIDTH] [-h HEIGHT] [-f FILE] [--help] [--wait WAIT]
                  [--focus {0:5:255}]
                  [--no-flip NO_FLIP]

optional arguments:
  -w WIDTH, --width WIDTH
                        width of the image
  -h HEIGHT, --height HEIGHT
                        height of the image
  -f FILE, --file FILE  where to store the image (default capture.jpg)
  --help                show this help message and exit
  --wait WAIT           how many seconds to wait
  --focus {0:5:255,-1}
                        focus set point to set, -1 is autofocus
  --no-flip NO_FLIP     do not flip display image

About

A simple python based command line video capture script


Languages

Language:Python 100.0%