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
I’m currently using the official NoIR camera module with a Raspberry Pi Zero. It works great so far, I'm getting the full 30fps but the camera is not good in low light conditions.
When I add exposure_dynamic_framerate=1 within /etc/sv/hkcam/run/(see code extract below) - the lighting greatly improves but the frame rate drops to 5fps.
Anyone know how I can improve the lighting but still get close to the 30fps?
I get that and I will have an IR light attached to give full night vision.
I guess I am asking about contains where in person it looks light enough to see (I.e. rooms where there is one lamp). The default out of the box profiles does not work and pick up any of room. Note the room is not in total darkness.
But when adding exposure_dynamic_framerate=1 it brightens everything up from the frame rate greatly suffers - dropping from 30fps to 3fps
No camera has the same eye sensitivity to light, so even if you can clearly see something doesn't mean the sensor can capture it.
dynamic frame rate will drop the fps to increase the exposure time, so dropping to less than 10 fps is the expected behaviour on cheap sensors.
I’m currently using the official NoIR camera module with a Raspberry Pi Zero. It works great so far, I'm getting the full 30fps but the camera is not good in low light conditions.
When I add
exposure_dynamic_framerate=1
within/etc/sv/hkcam/run/
(see code extract below) - the lighting greatly improves but the frame rate drops to 5fps.Anyone know how I can improve the lighting but still get close to the 30fps?
/etc/sv/hkcam/run/
file:The text was updated successfully, but these errors were encountered: