Zed2i - overexposed right image

Hi,

I’m using the Zed2i
In some occasions, it has a problem of overexposure in the right image.

It seems it calibrates itself in the first frame, and keeps its setting until shut down. Problem, it happens that the right image (and only the right image) sets its exposure calibration way too high and the resulting SVO is not exploitable.

Ex : (from distinct SVO taken at different times)


How can I prevent it from happening ?
I cannot watch the resulting image live via Zed Explorer : it is supposed to be used in a driving car, and we launch it via CLI.

Hi @Francois,

Do you manually set the exposure or do you leave it on auto?
Also, does it happen from the start or does it happen during the execution? If it’s not from the start, does it always happen after some time?

Also, do you set a ROI for the auto exposure?

Hi,

Do you manually set the exposure or do you leave it on auto?

I leave it on auto. As we will be outside in different meteorological conditions, we do not dare to set it to a fix value.

does it happen from the start or does it happen during the execution?

From the start of a SVO

do you set a ROI for the auto exposure

No

Can you try hard resetting the auto-exposure ROI at the beginning of the program? You can do that by adding a call to set_camera_settings_roi with reset parameter to true ~5 seconds after the start of your program.

I’m suspecting that for some reason the auto exposure for the right sensor is calculated only once (and bad, it seems). Does the exposure on the right sensor change in “normal” usage? Like with zed explorer, if you vary the luminosity.

Does the exposure on the right sensor change in “normal” usage? Like with zed explorer, if you vary the luminosity.

Yes. when we drive in a forest or an open field, we observe a luminosity change and after a few frames the exposures seems to adapt.

Can you try hard resetting the auto-exposure ROI at the beginning of the program?

I can try to do that. Thus, this “bug” occurs randomly, it will be hard to reproduce and ensure it solves our problem.