Hello. I need to get the camera frame exposure time for the purpose of my experiment and with using:
camControl = dai.CameraControl()
ET = camControl.getExposureTime().total_seconds() * 1000.
The ET is always 0.0 no matter how dim the illumination of the sample is.
I'm most probably doing something wrong, but I cannot figure out what it is.
How to read it correctly?
thanks, Jan