-
Notifications
You must be signed in to change notification settings - Fork 1.1k
raspi{vid,still} --exposure verylong doesn’t work #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
-ex verylong seems to freeze the camera. Exposure never ends... if you stop raspistill with ^C, the camera remains active (LED is still illuminated), and camera cannot be used until reboot. |
Investigation shows this may be a problem with some numbers being sent at a very low level to the camera. But the numbers look OK (we are doing exactly as we would do with other camera types), so have called in Omnivision to give it the once over to see if there is some weird setting I have missed. It's a bit odd. |
See: http://forum.xbmc.org/showthread.php?tid=169674&pid=1560992#pid1560992 firmware: fix for emmc_pll_core combined with avoid_pwm_pll getting wrong emmc freq firmware: alsa drop samples on stop when requested See: raspberrypi/linux#320 firmware: camera: fix for long exposure times causing lockup See: raspberrypi/userland#33 See: raspberrypi/userland#76 userland: raspivid: Segmentation option for multiple files generated from a stream See: raspberrypi/userland#123
See: http://forum.xbmc.org/showthread.php?tid=169674&pid=1560992#pid1560992 firmware: fix for emmc_pll_core combined with avoid_pwm_pll getting wrong emmc freq firmware: alsa drop samples on stop when requested See: raspberrypi/linux#320 firmware: camera: fix for long exposure times causing lockup See: raspberrypi/userland#33 See: raspberrypi/userland#76 userland: raspivid: Segmentation option for multiple files generated from a stream See: raspberrypi/userland#123
I believe the freeze when using the longer exposure times is now fixed so closing. |
See: http://forum.xbmc.org/showthread.php?tid=169674&pid=1560992#pid1560992 firmware: fix for emmc_pll_core combined with avoid_pwm_pll getting wrong emmc freq firmware: alsa drop samples on stop when requested See: raspberrypi/linux#320 firmware: camera: fix for long exposure times causing lockup See: raspberrypi/userland#33 See: raspberrypi/userland#76 userland: raspivid: Segmentation option for multiple files generated from a stream See: raspberrypi/userland#123
Switching to MMAL_PARAM_EXPOSUREMODE_NIGHT is very nifty, as can be seen here:
It gives shots with low light much more exposure time, at the cost of fixed fps. You can see it ramps fps down as light fades and then flatlines at 4fps.
First question, why 4fps. Could it go lower?
To see how low I wonder what MMAL_PARAM_EXPOSUREMODE_VERYLONG does.
And why does it not work?
The text was updated successfully, but these errors were encountered: