|
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.
|