Hi,
I made a driver for the Sony IMX715 sensor, and a simple command works:
v4l2-ctl -d /dev/video0 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=10
shows: <<<<<<<<<<
But if im specify resolution and format like this:
v4l2-ctl -d /dev/video0 --set-fmt-video=width=3864,height=2192,pixelformat=GB10 --set-ctrl bypass_mode=0 --set-ctrl sensor_mode=0 --stream-mmap --stream-count=10
Then the system hangs and reboots after a while.
In my device tree:
active_l = "0";
active_t = "0";
active_w = "3864";
active_h = "2192";
mode_type = "bayer";
pixel_phase = "gbrg";
csi_pixel_bit_depth = "10";
dynamic_pixel_bit_depth = "10";
pixel_t = "bayer_gbrg";
My setup:
Platform: NVidia Jetson Orin AGX Dev kit
JetPack 6.2.2
GMSL2 camera: AXO2 Sony IMX715
GMSL2 deserializer: MAX96716A connected to MIPI 0,1 directly.
When streaming RAW data, the Serializer and Deserializer are not reporting any errors.
Maybe you have an idea how to investigate a problem, cause we can’t get any logs.