Hi,
I have two questions:
-
I want to take long exposure (say, up to 300 seconds) images.
How do I setup the camera for this?
I see sensor.set_exposure_cntrl() in the documentation. Is this what I use, how do I use it? -
I’ve tried to get the camera type by executing
import sensor
print("%s" % (sensor.get_id()))
The output is 119, not something like sensor:OV7725 as expected. What am I doing wrong?
Thanks for your consideration,
Ron