Yes. I use debug rec-fw from GMSL Camera fail on Orin Nano JatPack 5.1.2 - #4 by marco.ferretti
We create the /dev/video node using an empty frame.
This is a virtual node and we just connect the node to the CSI.
What are the parameters that are necessary to use this way?
mode0 {
mclk_khz = "24000";
mclk_multiplier = "25";
pix_clk_hz = "200000000";
num_lanes = "4";
tegra_sinterface = "serial_e";
// pixel_t = "yuv_yuyv16";
// csi_pixel_bit_depth = "16";
csi_pixel_bit_depth = "16";
mode_type = "yuv";
pixel_phase = "yuyv";
deskew_initial_enable = "false";
// deskew_initial_enable = "true";
// serdes_pix_clk_hz = "200000000";
// mode_type = "bayer";
// pixel_phase = "rggb";
// csi_pixel_bit_depth = "12";
active_w = "1280";
active_h = "720";
line_length = "2560";
embedded_metadata_height = "0";
};
Sorry,
I got the log naming backwards.
Now it’s correct。
12bit-worker-good.log (8.0 KB)
12bit-worker-fail.log (36.4 KB)