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.

How to enable camera tampering in DVR RDK 04.01.00.02 for DM814x series?

Hi,

I am new bee in DVR RDK. My use case file is multich_progressive_8ch_vcap_venc_vdec_vdis.c.

I did following stuff to enable tamper detection:

gVsysModuleContext.vsysConfig.enableScd = TRUE;

and registered event call back to receive tamper event.

Vsys_registerEventHandler(); where i guess to receive VSYS_EVENT_TAMPER_DETECT event id for camera tampering.

So is there anything which i miss? or any example will help me a most.

Regards,

Ravi Bhuva.