Skip to content

Instantly share code, notes, and snippets.

@dphov
Created October 27, 2017 05:09
Show Gist options
  • Save dphov/2dc231cf5eeb89c260bcf6314c87e4e6 to your computer and use it in GitHub Desktop.
Save dphov/2dc231cf5eeb89c260bcf6314c87e4e6 to your computer and use it in GitHub Desktop.
GStreamer 1.12.3, Mac OS Sierra 10.12.6

Video Test Source

To generate a test video stream use videotestsrc

gst-launch-1.0 videotestsrc ! glimagesink

Use the pattern property to select a specific pattern:

gst-launch-1.0 videotestsrc pattern=snow !  gst-launch v4l2src ! glimagesink

Webcam Capture

gst-launch-1.0 wrappercamerabinsrc ! glimagesink

Thanks to: http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet#Video_Test_Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment