Dear All,
I am working on dm8168, with the DVRRDK3.5
The step is below:
1. Iinitialized 16 decode channels of 1080P at decLink create time,then delete all channels with dec_deleteChn().
2. Create 3 decode channels of 1080P(the display window ID of created channels are 1,2,3),The decoder and display run sucessfully.
3.Delete the created channels(1,2,3), then created other 3 decode channels of 2048*1536(the display window ID of created channels are 4,5,6), Only one or two of them can display!
4.Delete the created channels(1,2,3), then created other 3 decode channels of 2048*1536(the display window ID of created channels are 1,2,3), The decoder and display run sucessfully.
PS: the is 1->2->3 and 1->2->4
My question is below:
1.Comparison of step 3 and step 4, simply change the form ID, why would result in no display?