This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I am currently working on rendering text from sgx link
I wanted to know if there is any text rendering utility (other than draw2D) that can be implemented on hlos side.
Hi,
I am not familiar with these terms, can you explain in detail ?
1. What's the SoC ?
2. Which SDK and software are you planning to use ?
3. What is the exact usecase ? Can you break it down in terms of software usage and block diagram ?
Regards
Vineet
Hi Vineet,
Thanks for the quick reply
1. Soc is TDA2PX
2. PROCESSOR_SDK_VISION_03_07_00_00
3. Usecase is as follows
NullSource (A15) -> Decode -> VPE -> Sync -> Dup -> Gate_1 -> Alg_1 (DSP1) -> SgxFrmcpy (A15) -> Display_LCD
Dup -> Gate_2 -> Alg_2 (DSP1) -> SgxFrmcpy (A15) -> Display_LCD
Dup -> Alg_3 (DSP1)
This usecase is working fine. I just wanted to know if there is any other method for text rendering apart from using draw2d APIs.
Best Regards