raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.05k stars 1.09k forks source link

raspicam: Adjust framerate limits on long exposures for stills port. #623

Closed naushir closed 4 years ago

naushir commented 4 years ago

Need to reduce the min fps limit to 0.005 for 200s exposures available in HQ cam.

commit 27db31a8a828c095cb3e35f65d731c7628c587d7 fixed this for the video port, but we need to do the same for the stills port as well.

naushir commented 4 years ago

@6by9 and @JamesH65, did not realise that we had fps settings per port :(

6by9 commented 4 years ago

The change for the stills port in Raspivid and Raspividyuv won't do anything, but may as well make them all the same. LGTM