mxc_v4l2_capture driver and IPU colorspace conversion

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

mxc_v4l2_capture driver and IPU colorspace conversion

Jump to solution
648 Views
jamiew
Contributor III

Is it possible to get the IPU to do colour space conversion using the mxc_v4l2_capture driver?

I would like to end up with a buffer containing an I420 frame given the capture device produces UYVY.

I've been looking at csc_ex1.c but it seems I would have to do some seemingly unnecessary copies.

Thanks

Jamie

Labels (3)
0 Kudos
1 Solution
449 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jamie

I am afraid mxc_v4l2_capture can not do colour space conversion,

so some code modifications are needed.

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
1 Reply
450 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jamie

I am afraid mxc_v4l2_capture can not do colour space conversion,

so some code modifications are needed.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos