singleballplay / picam

Raspberry Pi webcam and camera module RTSP server. Basically turns the Pi into a WiFi camera source.
MIT License
0 stars 0 forks source link

Internal Server Error for Video Devices configuration #1

Open medoix opened 8 months ago

medoix commented 8 months ago

When attempting to configure the sole Video Device all i get is an Internal Server Error page. image image

I am able to configure the Audio device fine. Is there some logging enabled somewhere to see what the issue may be?

Running the image downloaded in the README on a Pi Zero with a basic USB wecam attached to the Pi Zero USB port.

aaronhanson commented 1 month ago

Thanks for the report. Sorry for the delay, I haven't updated this project in a bit but have recently gotten back to it.

You would have to log into the Pi in order to check the error cause looking at the service with something like:

sudo systemctl status picam-ctl

I'll look into adding a log viewer to the web UI as that would definitely be a helpful thing.

If you're still using the project and haven't solved this yourself, I believe the cause was the default resolution of 1920x1080 wasn't supported by the camera you were using and there was a bug in how it tried to grab the next available resolution.

I have a new version available that also upgrades to the latest Pi OS and adds audio level control as well.