Hello,
I am working with a DMVA1IPNC-MT5 camera using Version_02.00.00 software package.
I am trying to understand the behaviour of the Tamper Detection (TD) functionality available in the DMVAL.
As far as I understand, there are 2 user defined parameters that affect the outcome of the TD:
1. 'Sensitivity' - controls the response of the algorithm to changes in the scene;
2. 'Reset Sec' - controls the amount of time after which an 'altered' scene will go back to be considered 'normal' and thus reset the scene model characteristics.
Also, I understand that the TD application is an aggregation of 5 different detectors: 'scene change', 'camera move', 'scene darken', 'scene brighten' and 'camera defocus'.
I have modified the videoDmvaAppThr.c file to allow the output of these various event trigers into the console in such a way that I can identify the timing of the triggered events.
I run a number of experiments where with various 'sensitivity' levels and 'Reset Sec' set to 20. I obscured the camera either with my hand or an object and I am not able to reconcile the results with the behaviour I was expecting.
Finally, here are a collection of questions about issues that are not clear to me at this moment:
1. Is the parameter 'Sensitivity' used by all 5 detectors? Does it mean a different thing for each?
2. Is the parameter 'Reset Sec' used by all 5 detectors? For example, if I move the camera, I normally get 'camera moved' for 1-5 frames and then I get other events such as 'scene change' or 'camera defocus' for a larger period. I would expect that 'camera moved' event should keep triggering for the whole 20 seconds until the scene reseted.
3. Are there known stability issues? I seem to get a different behaviour each experiment even when I try to reproduce the same steps.
4. What is the expected triggering behaviour of all 5 detectors? E.g. When a scene changes, is the 'scene changed' event supposed to keep triggering until 'Reset Sec' seconds pass?
Thank you,
José Lopes