You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is using a Raspberry Pi Zero 2W and a Picamera HQ. My OS is Bullseye and I am using Picamera2. I am not having any issues except when I ask for a circular buffer of less than 10 frames, to store video prior to a triggering event.
I am using the CircularOutput() routine to capture a single, or just a few frames, of video. However, it appears that 6 is the minimum number of frames that the engine can process consistently.
Is there in fact a limitation of the CircularBuffer()?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My project is using a Raspberry Pi Zero 2W and a Picamera HQ. My OS is Bullseye and I am using Picamera2. I am not having any issues except when I ask for a circular buffer of less than 10 frames, to store video prior to a triggering event.
I am using the CircularOutput() routine to capture a single, or just a few frames, of video. However, it appears that 6 is the minimum number of frames that the engine can process consistently.
Is there in fact a limitation of the CircularBuffer()?
Thank you,
Lane
Beta Was this translation helpful? Give feedback.
All reactions