Hai;
currently i am working under imx6 processor with parallel camera module ,i done the camera interface and live streaming also,but only we got 15 fps as per my requirement i need achive minimum of 30 fps ,so kindly provided any solution to over come this problem and i tried using mxc out but its give QBUF and DQBUF .
i am using YUYV format to capture camera data and i converted to RGB24 using image converter ic and i directly write into frame buffer fbo
Hi Muralikrishnan
performance may be affected by IC conversion times, so to narrow down issue one
can try to remove conversion routines or try with baremetal SDK IPU camera tests
Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!