Hello TI staff,
I had adapted the IPNC application to a VGA YUV422 output camera. Ans aldo the test modules used in moduletest.out. And everything is OK. Including the H264 encoding.
The problem arises now when I try to replace my VGA by an HD720p camera. It output data with the same format YUV422 in 8 bit format.
The camera configuration is OK. The ISIF test (./moduletest.out drv_isif) output YUV422 images which are OK. Now the problem is that I try to pass the image through the resizer A with no resizing (meaning a 1:1 ratio). And there the problem begins.
It looks like that the storage is not proper in the SDRAM. When debugging with messages I have found that the Y end line in memory was 736.
Why having padded the output buffer ? I do not find an explanation in the specifications.
My image is not good, while it seems few data are visible at the beginning of the buffer, quickly it turns out to be noised with bad data, such as noise, of pink color.
It seems also that the bug I had with alg_vidEnc is probably due to this supplementary lines.
Any clue concerning this "bug" ?
Regards