Hello everyone,
I am now ecperience a problem. I want to capture video and do some processing with my Davinci dm6446.
The input is D1 size, i.e. 720x480. so I can get a D1-sized frame buffer
But the processing part can only accept buffer sized 176x144, and after that, I want to show the processed video in size 360x240.
I tried to modify the buffer parameter, but it didn't work.
It did truncate or crop, but not resize.
I am a newbie of DSP, so could someone offer me an easy way to chage the resolution of video ?
Thx!