Skip to content

Instantly share code, notes, and snippets.

@tobert
Created March 10, 2014 19:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobert/9471907 to your computer and use it in GitHub Desktop.
Save tobert/9471907 to your computer and use it in GitHub Desktop.
View a webcam with gstreamer
#!/bin/bash
set -e -x
gst-launch-1.0 \
v4l2src device=/dev/video0 ! \
image/jpeg, width=1280, height=720 ! \
jpegparse ! \
jpegdec ! \
autovideoconvert ! \
autocluttersink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment