Changes between Version 14 and Version 15 of Docs/825gen2/Dev/Devices/USB/Webcams
- Timestamp:
- 08/23/24 15:13:42 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB/Webcams
v14 v15 117 117 }}} 118 118 119 == Capture Video == 119 120 121 From the terminal the following command will capture a video until CTRL-C is pressed: 122 123 {{{ 124 gst-launch-1.0 v4l2src device=/dev/video2 ! jpegenc ! avimux ! filesink location=/tmp/test.avi -e 125 }}} 126 127