signag
signag
Hi, seing you issue, I initially thought that I had a similar problem with my Pi camera web server when recording videos in a service ([https://github.com/signag/raspi-cam-srv](https://github.com/signag/raspi-cam-srv)). But this finally turned...
Sorry for being not clear enough. Just wanted to share my experience while trying to get Picamera2 Apps to run as service. In the meantime, I found a solution which...
OK, I need to correct myself: The issues with Bullseye systems, which I had observed on Pi Zero 2 W as well as Pi 4, were not synchronization issues. Instead,...
[Here](https://github.com/signag/raspi-cam-srv#service-configuration-for-audio-support) is a step by step description for configuring a Picamera2 app as service to support audio recording along with video. The description includes variants for Bookworm as well as...
I could reproduce the error. Need to analyze. It seems that Picamera2 wants to stop a preview, although the camera had been started with the option ```show_preview=False```. Probably, I need...
What you could do in the meantime: When in the Settings screen, wait for more then 10 sec until the live stream stops (make sure that no other application is...
Switching the camera should now work with V2.5.3 (See [Release Notes](https://github.com/signag/raspi-cam-srv/blob/main/docs/ReleaseNotes.md#v253)) Just to keep in mind: If you want to keep the zoom or other settings of the active camera...
> Unfortunately that are not the cropped regions I get with high framerate GScrop tool: I will have a look what the reasons might be. > After those two commands:...
> Unfortunately that are not the cropped regions I get with high framerate GScrop tool: I had a look at this and found that my knowledge of cropping in Picamera2/libcamera...
Could you first try to start the Flask server from the command line according to step 13 of [RaspiCamSrv Installation](https://github.com/signag/raspi-cam-srv?tab=readme-ov-file#raspicamsrv-installation). You should see something like this:  Then, you can...