-
David Greeson authored
The current project is split up into 3 components: 1. Captuerer 2. Streamer 3. Frontend Each of these 3 components run separately to operate. The capturer is a python script that runs on a raspberry pi with a camera, the streamer runs on the pi and servies the jpeg stream as http content, and the frontend receieves and displays the images onto a browser. I'm considering adding a "buffer" service that receives streams and handles load incoming from the internet.
David Greeson authoredThe current project is split up into 3 components: 1. Captuerer 2. Streamer 3. Frontend Each of these 3 components run separately to operate. The capturer is a python script that runs on a raspberry pi with a camera, the streamer runs on the pi and servies the jpeg stream as http content, and the frontend receieves and displays the images onto a browser. I'm considering adding a "buffer" service that receives streams and handles load incoming from the internet.
Loading