Changes between Version 9 and Version 10 of venice/multimedia
- Timestamp:
- 10/02/2023 10:38:31 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/multimedia
v9 v10 209 209 * configure video format and capture a raw frame with v4l2-ctl '''(must configure Linux video pipeline first)''' 210 210 {{{#!bash 211 v4l2-ctl --device /dev/video 0--set-fmt-video=pixelformat=RGGB212 v4l2-ctl --device /dev/video 0--stream-mmap --stream-to=frame.raw --stream-count=1211 v4l2-ctl --device /dev/video$VDEV --set-fmt-video=pixelformat=RGGB 212 v4l2-ctl --device /dev/video$VDEV --stream-mmap --stream-to=frame.raw --stream-count=1 213 213 # install imagemagic for convert tool 214 214 apt-get install imagemagic