Skip to content

widget1985/IShowTimeProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IShowTimeProbe

Web Controls for a BeagleBone Blue Project

Webcam Server Instructions:

Webcam runs Mjpg-streamer

MJPG-streamer setup
1. mkdir MJPG-Streamer
2. cd MJPG-Streamer
3. git clone https://github.com/jacksonliam/mjpg-streamer
4. cd mjpg-streamer/mjpg-streamer-experimental
5. make

./mjpg_streamer -i "./input_uvc.so -d /dev/video0 -n -f 15 -r 640x480" -o ".
/output_http.so -p 8075 -n -w ./www"

Website Server Instructions

Server is Flask

pip3 install Flask

export FLASK_APP=web_python_program.py
python3 -m flask run --host=0.0.0.0 

About

Web Controls for a Beagle Bone Blue Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors