Hi NXP team
Platform: imx8mp
kernel: 6.1.22
sensor: imx219 2 data lanes(15pin to 22 pin)
raw8, raw10 output format
Is the function of ISI processing raw8(RGGB) normal?
I have referenced
https://community.nxp.com/t5/i-MX-Processors/IMX8MP-RAW10-ISI-Capture/td-p/1688557
I ensured imx219 driver(set to MEDIA_BUS_FMT_SRGGB8_1X8, I never modify the flow of imx219 driver) after blew command
v4l2-ctl -d /dev/video3 --set-fmt-video=width=1920,height=1080,pixelformat=RGGB --set-parm=30 --stream-mmap --stream-count=60000 --stream-to=/dev/null
Blew is the platfrom driver output
[ 1479.920949] bypass csc
[ 1479.923322] input fmt RGB4
[ 1479.926028] output fmt RGGB
And I used gstreamer to streaming
gst-launch-1.0 v4l2src device=/dev/video3 ! video/x-bayer,format=rggb,width=1920,height=1080,framerate=30/1 ! bayer2rgb ! fpsdisplaysink sync=0
the output image is abnormal. Like this
Thank you
Hello,
It looks like a bad connection of the display since everything seems to be ok.
Regards