YUV422 out put with HDMI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

YUV422 out put with HDMI

跳至解决方案
3,039 次查看
takashitakahash
Contributor III

Hi community.

Our partner has question.

Would you please teach me  how to set the data.

For H.264 (YCrCb420) video data is output from the HDMI as a YUV422.

what can be realized as performing any processing.

标签 (3)
0 项奖励
1 解答
2,079 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

在原帖中查看解决方案

0 项奖励
5 回复数
2,080 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 项奖励
2,082 次查看
YixingKong
Senior Contributor IV

Takashi-san

We are sorry for the delay. This support request has been assigned to AE team. If you do not se response in 3 days, please contact me again.

Thanks,

Yixnig

0 项奖励
2,082 次查看
saurabh206
Senior Contributor III

Hi,

You can do YUV420 to YUV422 conversion using IPU.

Thanks

Saurabh

0 项奖励
2,082 次查看
takashitakahash
Contributor III

Hi

Thank you for your replay.

I understand the IPU can be converted  YcrCb 4:02 to YUV422 possible.

Pleased to advice on how to convert and what register setting with HDMI.

0 项奖励
2,082 次查看
qiang_li-mpu_se
NXP Employee
NXP Employee

Hi Takashi, you can run the followed command to switch HDMI output between YUV and RGB format:

// Switch to YUV output mode

$ echo 0 > /sys/devices/platform/mxc_hdmi/rgb_out_enable

// Switch to RGB output mode

$ echo 1 > /sys/devices/platform/mxc_hdmi/rgb_out_enable