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

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

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

364 Views
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!

Labels (4)
0 Kudos
1 Reply

287 Views
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 Kudos