Guest User

Untitled

a guest
Jun 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Capture a single image and save it in JPEG format.
  2.  
  3. $ gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location=/tmp/test.jpg
  4.  
  5. # Stream video from a webcam.
  6.  
  7. $ gst-launch v4l2src ! xvimagesink
Add Comment
Please, Sign In to add comment