Hi,
Now, I'm using VS2 demo application (SDK 1.4) on our own custom board. The board has two 8-ch video decoders manufactured by Techwell (TW2868) instead of using four 4-ch TVP5158 decoders on EVM.
When I set the decoders as below, videos for all 16 channels are playing successfully.
[Settings]
VIP1_PORTA: BT656 Channel ID 1 ~ 4 from first 8-ch video decoder
VIP1_PORTB: BT656 Channel ID 1 ~ 4 from first 8-ch video decoder
VIP2_PORTA: BT656 Channel ID 1 ~ 4 from second 8-ch video decoder
VIP2_PORTB: BT656 Channel ID 1 ~ 4 from second 8-ch video decoder
However, when I set the decoders as below, only videos for the channels which have channel ID 1 ~ 4 are playing.
[Settings]
VIP1_PORTA: BT656 Channel ID 1 ~ 4 from first 8-ch video decoder
VIP1_PORTB: BT656 Channel ID 5 ~ 8 from first 8-ch video decoder
VIP2_PORTA: BT656 Channel ID 1 ~ 4 from second 8-ch video decoder
VIP2_PORTB: BT656 Channel ID 5 ~ 8 from second 8-ch video decoder
So, I'm gussing that demo application cannot interpret the input when the external video decoders send the data with channel ID 5 ~ 8. If not, how can I configure the demo application to enable channel ID 5 ~ 8 ?
Regards,
Wonhong