Hi
I try to integrate imx390 sensor by mipi csi2 (On the our board)
- I am using EDGE AI SDK(linux-08_02_00_04, rtos-08_02_00_06)
I am developing camera driver in linux kernel
- The sensor output is raw12
- Ser(max9295) and Deser(max96712) are working ( I checked the waveform)
- The hardware was checked in vision apps
My issue is the capture node can not get any stream with csi2 rx
: got stuck in waiting for frame without error reporting
Could you some guide for debugging ?
Log
media-ctl -p
************************************************************************
VIDIOC_QUERYCAP: ok
VIDIOC_G_FMT: ok
VIDIOC_S_FMT: ok
Format Video Capture:
Widt[ 1449.158115] max9295 3-0058: max9295_s_stream: stream setup (enable, 1)
h/Height : 1936/1100
Pixel Format : 'RG12' (12-bit Bayer RGRG/GBGB)
Field : None
Bytes per Line : 3872
Size Image : 4259200
Colorspace : sRGB
Transfer Function : Default (maps to sRGB)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Full Range)
Flags :
VIDIOC_REQBUFS returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_STREAMON returned 0 (Success)