Ubuntu Pastebin

Paste from carl at Sat, 5 May 2018 18:54:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gst-launch-1.0 \
    v4l2src device=/dev/video0 num-buffers=3 !\
    multifilesink location="frame-%d.jpg"

gst-launch-1.0 \
    v4l2src device=/dev/video0 num-buffers=3 !\
    jpegdec !\
    queue ! videoconvert !\
    pngenc !\
    multifilesink location="frame-%d.png"
Download as text