I used the following command to get raw stream out of OV5693:
v4l2-ctl --set-fmt-video=width=2592,height=1944,pixelFormat=BG10 --stream-mmap --stream-count=100 -d /dev/video0
Before I run argus_camera app, I was getting the expected output. However, after running argus_camera app, v4l2-ctl raw streaming no longer worked. It was just hanging.
I’d like to understand why the v4l2 path got messed up after using argus_camera app.