Hi,
we are attempting to modify the "capture_encode" openMax example to capture and encode an interlaced video.
So far, it seems the odd and even images are each resized separately, giving an effect of "shaking" video.
So our question is: how do we configure the DEIMDUALOUT module so that it deinterlaces video instead of rescaling it?
The member bAlgBypass in OMX_CONFIG_ALG_ENABLE structure seems to have an effect: we find a deinterlaced image in between the resized images. But the video is still a mix between resized images and interlaced images, not what we would expect.
The OpenMax user guide does not give us any clue, nor the OpenMax examples.
Thanks in advance.