Hi
I'm using dvrrdk4.0 to run demo of VDEC + VDIS - SD/HD Decode ONLY.There're for logo showing on the four corners of the screen . How can I remove them ?
thanks ahead !!
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
I'm using dvrrdk4.0 to run demo of VDEC + VDIS - SD/HD Decode ONLY.There're for logo showing on the four corners of the screen . How can I remove them ?
thanks ahead !!
Comment out #define USE_FBDEV 1 in /dvr_rdk/demos/mcfw_api_demos/mcfw_demo/demo.h
Or
Disable grpx path in HDVPSS:
Vdis_sysfsCmd(3, VDIS_SYSFSCMD_SET_GRPX, VDIS_SYSFS_GRPX0, VDIS_OFF);
Vdis_sysfsCmd(3, VDIS_SYSFSCMD_SET_GRPX, VDIS_SYSFS_GRPX1, VDIS_OFF);