I am facing a problem when I try to get the frame from the camera sensor. I want to get the frame in two or three ways. First, using a V4L2 based program. The bottom part of the image has a problem and I have also included the log file.
it looks something wrong with the output stream, there’s no CHANSEL_PXL_EOF per your tracing logs.
ideally, here must be one pair of CHANSEL_PXL_SOF/CHANSEL_PXL_EOF to indicate a frame has detected by VI engine.
besides.. may I know what’s the sensor output format types?
there’s nomatch failure reported, it looks NvCsiDataType NVCSI datatypes mismatch. CHANSEL_NOMATCH channel:0x01 frame:170 vi_tstamp:1703834152224 data:0x00000000000006e9
I set the “active_w=1948” and the image result was good but I don’t understand why I should choose the number 1948 when I expected the number to be 1920.