Replies: 1 comment
-
I've been working on it here and have pretty much solved your issue. I hope that it'll work on your setup because I'm using a CM4 but I don't see why it shouldn't work on another pi running bullseye 32bit. I am currently working on getting file thumbnails generate and to get auto start/stop recording from motion detection. I've also got on the fly .h264 to .mp4 conversion working as well as a live file viewer. The file conversion is not on current code but I will update it when I get home from work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've managed to get this working successfully with picamera but I've been trying for weeks to get it working on picamera2.
I've gotten to the point where I can start a stream that records simultaneously but I can't separate the 2. I need to be able to open and close viewing the stream while having it continue to record until I send a command to stop recording. Here is the code that records and streams simultaneously, I'd really appreciate any help fixing this issue. I've already looked through every bit of relevant documentation including the picamera2 manual and specifically section 9.3 that should technically be the solution.
Beta Was this translation helpful? Give feedback.
All reactions