View Single Post
  #3   Spotlight this post!  
Unread 02-02-2017, 07:21
thecoopster20 thecoopster20 is offline
4th Year Programmer - Java
FRC #3602 (Robomos)
Team Role: Programmer
 
Join Date: Mar 2016
Rookie Year: 2014
Location: Escanaba, MI
Posts: 27
thecoopster20 is an unknown quantity at this point
Re: Help With Raspberry Pi Camera Stream

This is the command run from a script inside the pi:

mjpg_streamer -o "output_http.so -w ./www -p 1180" -i "input_uvc.so -f 15 -r 640x480 -y -n" &

It outputs the stream to the Raspberry Pi's IP address, not the robot's IP. Maybe I should try getting mDNS on the pi and try using raspberrypi.local?

Last edited by thecoopster20 : 02-02-2017 at 07:30.
Reply With Quote