monkeymademe / picamera2-WebUI

This is a VERY basic WebUI for the Picamera2 Library for the Raspberry Pi
MIT License
83 stars 11 forks source link

Handle issues with the camera gracefully #35

Open monkeymademe opened 2 months ago

monkeymademe commented 2 months ago

At the moment is the camera is not connected to the system or is busy with another script/service the whole server falls over and wont run.

While this is 'good enough' for quick and dirty scripts its not good for services which some people rightly so want to run the WebUI as.

So... Handle errors and have the server display a page saying whats wrong. Camera busy or camera not connected.