C API example to take in 8bit PAL grayscale (parallel) and display on HDMI

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

C API example to take in 8bit PAL grayscale (parallel) and display on HDMI

371 次查看
jeanmitchel
Contributor I

Hi,

I am a total newbie at iMx (6 in my case) and kind of lost my mind while browsing through documentation. I'm a bit surprised by the lack of examples, I only found those in a git repo often referred to in iMx documentation. If I look in the wrong place, please show me where to search.

I am trying to read in 8b grayscale parallel video data in PAL format, perform a simple rotation and display the result on HDMI and i would like to do so using the C API's.

As i read from documentation, this format is unlikely to be directly supported by the IPU for on-the-fly processing, correct?

How even to start?

Thanks!

标签 (4)
0 项奖励
1 回复

294 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jean

right, on-the-fly processing is not supported on generic format.

For examples of such format one can check

https://community.nxp.com/thread/302769

https://community.freescale.com/message/331888

https://community.nxp.com/thread/320618

Linux Documentation

http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&Parent_nodeId=133769948107170617... 

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

0 项奖励