Sensor driver setting value issue in Jetson Tx2

Hello,

I am using the command below to check the camera image.

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=2608, height=1960, format=(string)NV12, framerate=30/1' ! nvoverlaysink -e

However, gstreamer automatically corrects the exposure and gain settings in the device driver.

How can I stop that function?

hello jpchae,

please refer to Camera Software Development Solution.
you may enable argus_camera application which include UIs for setting exposure and gain values.
thanks