Tool/software: Linux
Dear TI,
I want to read image data file (yuv or png) and display on monitor (HDMI).
I found there is a similar usecase which is null_src_dec_display usecase.
But null_src_dec_display usecase only supports mjpg or h.264.
What I have as a file on linux file system is yuv or png.
- png file is a normal png image file.
- yuv file is what I saved the ISP output as a binary file.
Camera bayer raw data is processed by ISP on TDA2Px and I saved the ISP output (SYSTEM_DF_YUV420SP_UV) as a binary file.
In case of using png, is there any png decoder in vision SDK?
In case of using yuv, how can I relate the yuv data to Diplay Link (or IPC OUT/IN Link)?
Please, give me any advice or help.
Best regards.