All
I have been trying to get the resizer to generate two images for some time now and have been very unsuccessful. Its a camera with a TMS320DM365. The color format is set to YUV420 and I enabled both the resizers as suggested in TI forums. I need to generate two images one of 2048x1536 and the other 640x480 (simultaneously ofcourse). So I set up the resizer A and B appropriately. As suggested by Anshuman in a different thread I allocated 2048x1536*1.5 + 640x480x1.5 size buffers. When I start the capture, I do not see any output after my main image of 2048x1536. Even the colors for the 2048x1536 seems incorrect. I am using the DVSDK version 2_10_00_10.
So I tried changing the color format to YUV422 and now my main image(2048x1536) looked correct and there is data for my second image. But the size and resolution for the second image seems to be wrong. The first image though looks correct. The second image it seems as though instead of a resized 2048x1546, I am getting a cropped version of it at 640x480.
The question is does this feature work in this release of the dvsdk? If not what version should I use? If this works in this release then what am I doing wrong. I have not made any progress for several days on this. Please help.