Created
December 18, 2014 15:36
-
-
Save paulolieuthier/7ddf7a90c4e385e7ffe3 to your computer and use it in GitHub Desktop.
Get video from RPi Camera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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