Hello,
I work with omx (ti 5_02_02_60 sdk). I want to extend the capture_encode example to do scaling (INDTXSCWB component).
So now the flow looks like this : Capture->Dei->Scale->Display. At first I wanted to check that if the scale component wouldn't do anything, the output would
be the same as in the original capture_encode example.
In the example, the scaler input identical to the scaler output:
YCbYCr format
width = frame width
height = frame height
pitch = width * 2
buffer size = pitch * height
scaler num. input buffers = scaler num. output buffers = dei num. output buffers = 5
When I execute the example, it stucks after the allocation of scaler output buffers is done.
My questions are:
1) Does anyone know what can be the problem?
2) Did the VFPC.INDTXSCWB component was checked by TI or did someone use it?
Thanks.