Skip to content

Instantly share code, notes, and snippets.

View cody-somerville's full-sized avatar

Cody A.W. Somerville cody-somerville

View GitHub Profile
@cody-somerville
cody-somerville / gist:03e4747a19d4dd7bb8760830d6af3d37
Created April 2, 2016 01:31 — forked from gipi/gist:1330214
Create a #gstreamer pipeline to use with #skype
#!/bin/sh
# to use with v4l2loopback module
gst-launch -v videotestsrc ! "video/x-raw-yuv,width=640,height=480,framerate=30/1,format=(fourcc)UYVY" ! v4l2sink device=/dev/video1