This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Skip to content
  • David Greeson's avatar
    351d1ce5
    Initial project implementation · 351d1ce5
    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.
    351d1ce5
    Initial project implementation
    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.
Loading