Jetson Orin nano DK in 35.3.1sdk , argus_camera bring up sensor ,but the tegracam_ctrl_ops.set_gain and tegracam_ctrl_ops.set_exposure func are set only once。Even if I cover the lens and make the picture completely black, argus_camera don’t set the exposure and gain。What might be the cause of this?
Did you report the gain correctly in device tree?
Does the gain range in argus_camera UI is correct?
* gain_factor = ""; (integer factor used for floating to fixed point conversion)
* min_gain_val = ""; (ceil to integer)
* max_gain_val = ""; (ceil to integer)
* step_gain_val = ""; (ceil to integer)
* default_gain = ""; (ceil to integer)
* Gain limits for mode
1 Like
thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.