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