I have been doing a lot of coding for the Raspberry Pi Camera in Python and have stumbled across a problem. To change the shutter speed of the camera in Python, it is possible to use this attribute:
shutter_speed = time in nanoseconds
The issue is the shutter speed is limited to 2 seconds according to this article: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=61445
Is there any way round this? And is there a command I can use in Python that uses seconds?