Hi there! We have found an odd problem while using the libargus API. When we set a custom auto exposure region with the setAeRegions function, we get flickering video. (see attachment)
This only happens for odd values of the left coordinate of the AcRegion. When we change the left to be even, these issues do not occur.
You also need to point the camera to a scene where the AcRegion encompasses a darker and a lighter area, so for example the sky with something before it will work fine.
I have tested on both JetPack 5.1 as well as JetPack 4.4.1, and on both cases we could reproduce this flickering problem.
Can you explain why this is happening? Thanks in advance!
Hi,
I tried it with the whole sensor region only (AcRegion sensorRegion(0, 0, 3856, 2180, 1.0);)
it is the default right?
yes it was still happening.
However I found out that my sensor gain range was 0.0 - 1.0 when the problem happens.
if I increase this to 0.0 - 3.0, interestingly it is not happening!
I’m really curious the reason behind this…
Thank you!