**• Hardware Platform (Jetson / GPU)**Jetson
• DeepStream Version6.1.1
Hi,I use the realsense D435 camera as the input source,and the result is like:
CIt seems that the camera itself is on the auto exposure mode. And it brings inconvenience when I apply edge detection.
However, the input stream is controlled by the deepstream:
[source0]
enable=1
type=1
num-sources=1
camera-width=640
camera-height=480
camera-fps-n=60
camera-fps-d=1
camera-v4l2-dev-node=12
gpu-id=0
cudadec-memtype=0
How can I change the exposure mode in such situation?