hi all. i want to know whether the osd link can be set any other where except after the cap link?
and are there any effects if we do not set the osd link after the cap link?
thank you very much!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi all. i want to know whether the osd link can be set any other where except after the cap link?
and are there any effects if we do not set the osd link after the cap link?
thank you very much!
OSD link can be after any link and there is no restriction. Refer /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti81xx/multich_car_dvr.c where OSD link is added after SwMs link . You only have to ensure you are setting
SwMsCreatePrms.outputBufModified = TRUE
SwMsCreatePrms.enableOuputDup = FALSE
as previously mentioned.
but i do some other test ,and found that if i linked the osd link after the swms ,when i change the osd window startX for rolling(+2),before the osd window would have a shadow flash once for change .but if the OSD link is before the swms link ,it will not have the shadow flash,but when it is rolling for horizontal,it is still flashing.
so whether is there a way to fix the problem?