Hello,
I am using DM648 kit. i connect a NTSC output format camera to the kit and display on TV monitor.
Can I get 90 degree rotated image using any API function? or Do i have to make algorithm my self to do rotate image?
please help me~
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.
Hello,
I am using DM648 kit. i connect a NTSC output format camera to the kit and display on TV monitor.
Can I get 90 degree rotated image using any API function? or Do i have to make algorithm my self to do rotate image?
please help me~
If we offered such a function I would expect to find it in the C64x+ IMGLIB, but as you can see by glancing through the reference guide no such function exists. As such you will need to implement such an algorithm yourself. You could potentially look around online to see if such an algorithm exists, but I am not familiar with any one in particular.
Keep in mind that as RandyP suggested in this other thread this isn't a trivial operation.
The VICP Library on the DM648 supports image rotation capability. See here:
http://focus.ti.com/docs/toolsw/folders/print/sprc831.html
Gagan