Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.07 KB

depthai-recording

Record RGB and stereo video with timestamp using DepthAI OAK-D

options:
  -h , --help         show this help message and exit
  -o , --out          Output directory path, default = "out"
  -p , --preview      Show preview, nothing will be recorded
  -t , --time         Specify recording time, 0 means manually stop, default = "0"
  -r , --resolution   RGB (and Mono) resolution: <12mp|4k|1080p>[,<800p|720p|400p>], default = "1080p,800p"
  -f , --fps          Specify FPS, default = "30"
  -e , --encoder      Encoder for RGB and Mono: <lossless|mjpeg|h265>[,<lossless|mjpeg|h265>], default = "h265" (Single Value mean same encoder)
  -q , --quality      Encoder quality between 0-100, default = "100"
  -k , --keyframe     Keyframe frequency, 0 means auto, default = "0"

Dependencies

  • depthai
  • numpy (Optional, for preview)
  • opencv-python (Optional, for preview)

License

AGPLv3

Licensed under the AGPLv3.