Replies: 2 comments 3 replies
-
On vc4 (i.e. non-Pi 5) platforms there is some colour denoise that runs in software, and I wonder if that's slowing down the framerate. On Pi 5, colour denoise is implemented in hardware and runs at the maximum pipeline rate. I think that software denoise is only support for YUV, so it probably doesn't run on RGB outputs. To stop the colour denoise try this:
|
Beta Was this translation helpful? Give feedback.
-
If you want to avoid dropping frames, you might want to increase the configuration's |
Beta Was this translation helpful? Give feedback.
-
Hey @davidplowman , to save memory on the Pi Zero platform I would like to use YUV420 for lores and main stream.
When doing so, I noticed some slowdown in frames received.
For testing I modified the frame_server example:
before starting camera:
And to compare with main also set to YUV420:
before starting camera:
I would not expect it do slow down, I think I did not notice this on a Pi5. Is it something about the RAW stream that seems slightly different also and involves any additional conversions on Pi3 which takes time?
Beta Was this translation helpful? Give feedback.
All reactions