Hi,
I’m using Xavier-nx with Jetpack 5.0.2, and have a sensor on /dev/video1 and can be streamed and controlled using v4l2-ctl.
I try Auto Exposure properties supported by v4l2 and witness some problems. I’m able to change auto_exposure_min and auto_exposure_max in auto exposure mode (exposure_auto = 0). But the value of exposure is not change. Moreover, I can see that the image is changing when I change the max/min auto_exposure, but the exposure value I get is still unchanged.
Here is the command I use to set auto exposure properties:
The image when I set min and max exposure to 200000:
And also the image when I set max exposure to higher value:
But the exposure value is still 983919 as showed in the first image. I can set the exposure manually in both auto and manual mode, which I suppose it should be able to change only in manual mode.
I want to know is the auto exposure work correctly? If not, how can I fix it?
I attach the v4l2-ctl --all of my sensor driver for reference.
sensor_driver_info_v4l2.txt (5.6 KB)
Best regard,
Dat