imx6sololite not support usb Camera YUV422 output

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6sololite not support usb Camera YUV422 output

ソリューションへジャンプ
2,118件の閲覧回数
taowang
Contributor I

I am now developing a monitoring equipment, because the camera and the imx6sololite is far from the distance, about 20cm, can only use usb camera , can not use the CSI interface

Camera. But the  IMX6SoloLite video interface only supports YUV 420 encoding into h264, and  usb camera can only output YUV422 format。 so I need to use the software to turn,the  YUV422 to  YUV420, but this is seriously  Occupy CPU resources, even though the resolution of 680*480 can reach 80% CPU occupancy rate. 720P is even higher, so the Software conversion format Could not be used

Please comment there is no good way to solve this problem?

0 件の賞賛
返信
1 解決策
1,890件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi tao

i.MX6Solo has vpu and one can use example on link below

and probably SDK example ips_csc.c

https://community.freescale.com/docs/DOC-94961

Best regards

igor

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,890件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi tao

i.MX6SoloLite has not VPU, VPU uses YUV420 for encoding into h264.

In general, link below shows examples with CSC for conversion YUV422 to  YUV420

https://community.freescale.com/docs/DOC-94961

Best regards

igor

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

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

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

0 件の賞賛
返信
1,890件の閲覧回数
taowang
Contributor I

Hi igor

thank you。

I am wrong, i used i.MX6Solo  not i.MX6SoloLite。

I used to try to use IPU to convert the format, but it looks like the IPU interface is CSI not USB

Best regards

wang yuntao

0 件の賞賛
返信
1,891件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi tao

i.MX6Solo has vpu and one can use example on link below

and probably SDK example ips_csc.c

https://community.freescale.com/docs/DOC-94961

Best regards

igor

0 件の賞賛
返信
1,890件の閲覧回数
taowang
Contributor I

it works。 thank u very much。

0 件の賞賛
返信