please check with v4l utility for sending controls to driver layer directly to check your sensor driver functionality.
for instance, please check $ v4l2-ctl --all to list all your camera controls.
you could running with --set-ctrl exposure=xxxx to change exposure settings.
besides,
here’s argus_camera sample application, which has user-interface for sending camera controls as well.
you may install MMAPI, $ sudo apt install nvidia-l4t-jetson-multimedia-api
please see-also.. /usr/src/jetson_multimedia_api/argus/ for reference.
Dear JerryChang,
thank you so much for your answer,
When I move the slider, it responds in manually setting modo controlled by slide, but after manually adjusting the exposure, the exposure time cannot be maintained at the set time. The lens quickly returns to automatic exposure. How can I solve this problem?
Many thanks
user auto exposure :
Executing Argus Sample: argus_userautoexposure
USER AUTO EXPOSURE SAMPLE: Argus Version: 0.99.3.3 (multi-process)
Camera device 0 was requested but only 2 are available.
PREVIEW CONSUMER: Creating OpenGL context.
PREVIEW CONSUMER: Connecting to EGLStream(s).
PREVIEW CONSUMER: Connected to stream(s).
PREVIEW CONSUMER: Waiting until producer(s) connect…
“userAlternatingAutoExposure” doesn’t find…
please check.. /usr/src/jetson_multimedia_api/argus/apps/camera/README.TXT
it’s argus_camera sample application, which has user-interface for sending camera controls as well.
let me take a snapshot of this application for you reference.
may I know what’s your sensor capability? what’s the actual use-case for settings min=max for the exposure time?
besides.. you’ll need to configure ae lock for setting the exposure time manually.
dear Jerry, i have
gain 0x009a2009 (int64) : min=16 max=171 step=1 default=16 value=77 flags=slider
exposure 0x009a200a (int64) : min=13 max=683710 step=1 default=2495 value=33330 flags=slider
but in argus_camera, the max gain is 10.625???
hello , can you tell me how i can just set up the exposure time instead of gain ?
i can not change it manually? what is the Max exposure time i can set?
nothing change when i change the parameters in the software even with AELOCK checked?