Skip to content

Instantly share code, notes, and snippets.

@paulolieuthier
Created December 18, 2014 15:36
Show Gist options
  • Save paulolieuthier/7ddf7a90c4e385e7ffe3 to your computer and use it in GitHub Desktop.
Save paulolieuthier/7ddf7a90c4e385e7ffe3 to your computer and use it in GitHub Desktop.
Get video from RPi Camera
#!/usr/bin/env sh
ip="192.168.42.1"
port="5000"
gst-launch-1.0 -v tcpclientsrc host=$ip port=$port ! gdpdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment