SnoBotics981 / mjpg-streamer

Fork of http://sourceforge.net/projects/mjpg-streamer/
0 stars 0 forks source link

Basic Test of Clouse's code #1

Open SnoBotics981 opened 6 years ago

SnoBotics981 commented 6 years ago

This is just a basic test of Dan Clouse's (Team 696) software. There are LOTS of steps so be sure and ask questions if you have any problems:

Read the which paper written by Dan before attempting to run his software.

Clone the repository: https://github.com/wachapman/JPL-Vision Build the software Connect a single camera to the Raspberry Pi 3 After the camera is connected the following directory should be auto created: /dev/video0 In the directory mjpg-streamer/mjpg-streamer-experimental run the program with the command line: mjpg_streamer -i "input_uvc.so -d /dev/video0" -o "output_http.so -w 127.0.0.1 -p 8090" In a browser enter: http://127.0.0.1:8090/?action=stream If everything is working you should see the live stream from the camera displayed in the browser Before closing this issue all of the software team needs to get this working Post to the slack channel your progress Any problems that are encountered should be posted here Details on how to repeat this test should be recorded in a page on the github's wiki. The link is: https://github.com/wachapman/JPL-Vision/wiki

SnoBotics981 commented 6 years ago

raspi_blobs.pdf

zsteele commented 6 years ago

Note that mjpg streams are not fully supported in all browsers - I recommend using Chrome to test the video stream.