Changes between Version 14 and Version 15 of Docs/825gen2/Dev/Devices/USB/Webcams


Ignore:
Timestamp:
08/23/24 15:13:42 (3 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/Webcams

    v14 v15  
    117117}}}
    118118
     119== Capture Video ==
    119120
     121From the terminal the following command will capture a video until CTRL-C is pressed:
     122
     123{{{
     124gst-launch-1.0 v4l2src device=/dev/video2 ! jpegenc ! avimux ! filesink location=/tmp/test.avi -e
     125}}}
     126
     127