imx6ul pxp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6ul pxp

Jump to solution
1,910 Views
1607775964
Contributor I

Dear all:

   I use mx6s_v4l2_capture.out to test ov5640 camera preview,it's worked,but the cpu share is nearly 100%. I think color conversion comsume too much CPU. I notice imx6ul has PXP module can convert color space, how can i use pxp convert camera data and display it on lcd?

   Thanks.

Labels (1)
0 Kudos
1 Solution
1,343 Views
igorpadykov
NXP Employee
NXP Employee

Hi leo

one can look at pxp unit tests pxp_lib_test, pxp_v4l2_test

test - imx-test - i.MX Driver Test Application Software 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
4 Replies
1,344 Views
igorpadykov
NXP Employee
NXP Employee

Hi leo

one can look at pxp unit tests pxp_lib_test, pxp_v4l2_test

test - imx-test - i.MX Driver Test Application Software 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,343 Views
1607775964
Contributor I

Hi, I want to konw how to use pxp_lib, do you have pxp programming manual?

0 Kudos
1,343 Views
igorpadykov
NXP Employee
NXP Employee

one can look at description of PxP driver in Linux Manual in Doc package on link

i.MX Software | NXP 

Best regards
igor

0 Kudos
1,343 Views
1607775964
Contributor I

Hi,I'd like to do camera preview with

'gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=YUY2,width=640,height=320 ! imxvideoconvert_pxp ! video/x-raw,format=RGB16 ! waylandsink'

but I can not find this command in my rootfs, how can I get this command with yocto? Thanks

0 Kudos