Dear Sirs,
I have referred VPSS sample code and understood that FVID2_dequeue could get frameList including all of channel image (channel0~3, using tvp5158).
Now, I use tvp5158 and want to get separate channel image with difference frameList.
For example:
FVID2_dequeue(channel0_Handle, &frameList0, 0, BIOS_NO_WAIT ) to get only channel0 image.
FVID2_dequeue(channel1_Handle, &frameList1, 0, BIOS_NO_WAIT ) to get only channel1 image
FVID2_dequeue(channel2_Handle, &frameList2, 0, BIOS_NO_WAIT ) to get only channel2 image
FVID2_dequeue(channel3_Handle, &frameList3, 0, BIOS_NO_WAIT ) to get only channel3 image
Does it work? If it does, how to do it?
(When FVID2_create, to set createArgs. How to set it?)
Thank you.
Kuve