Hi Sundeep,
I am still a little confused. What I would like to do is get the pixels from the sensor and dump them into memory. I don't want any formatting done. Just the raw pixels. This documents describes a raw data dump:
https://github.com/96boards/documentati ... -module.mdI would think it would be similar to how the ov5640 sensor is configured:
sudo media-ctl -d /dev/media0 -l '"msm_csiphy0":1->"msm_csid0":0[1],"msm_csid0":1->"msm_ispif0":0[1],"msm_ispif0":1->"msm_vfe0_rdi0":0[1]'
sudo media-ctl -d /dev/media0 -V '"ov5640 12-0078":0[fmt:UYVY2X8/1920x1080],"msm_csiphy0":0[fmt:UYVY2X8/1920x1080],"msm_csid0":0[fmt:UYVY2X8/1920x1080],"msm_ispif0":0[fmt:UYVY2X8/1920x1080],"msm_vfe0_rdi0":0[fmt:UYVY2X8/1920x1080]'
and then I should be able to run: v4l2-ctl --stream-mmap=4 or use gstreamer.
To be clear, I don't want to use any special qcom hardware that does anything to bayer formats. I just want to raw pixel data dumped to a memory buffer.
Is this still not possible?
Thanks,
Kim