Hi,
I am using ON sensor AR0231 on i.MX 8QXP. The pixel type of sensor output is RAW12.
The command I used now is: gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=1920,height=1080,framerate=30/1' ! queue ! waylandsink
Then I received a green screen. It looks like the driver of i.MX8QXP didn't support RAW data. And I feel confused now is whether the ISI of i.MX 8QXP support RAW data or not.
I also have download the softISP, but I don't know how to used it.
Could some one give me some advises? Thanks.