Hi again,
I am quite confused about applying the camera ISP.
I know the gstreamer pipeline supports AutoExposure(AE) control.
And I also found camera_override.isp also supports AE control (NVIDIA-Jetson-IMX477-RPIV3/camera_overrides.isp at master · RidgeRun/NVIDIA-Jetson-IMX477-RPIV3 · GitHub)
Since there is 2 ways to handle the AE,
I want to know the priority of this two.
Where is the position of the camera_override.isp in camera architecture?
If autoexposure is set to False in gstreamer and set to True in camera_override.isp, which setting will be applied?