Privay mask for specific amount of time

I’m trying to accomplish the following

At a customers site, the privacy mask should be active 24/7 until someone presents a valid badge at a badge reader of the access control system. When this happens, the privacy mask may be removed for 5 minutes

I’ve got all of this working with a M26 and an input box. I do gat the signal of the access control system and can ‘read’ it with the input box. I have enables the privacy mask, that works fine.

Issue I still have is how to disable the privacy mas for a fixed duration of time, 5 minutes in this case. I can’t seem to find how to set the duration

Hi @gertmolkens,

this article is in german, but probably there is the solution. You need to create a dummy event that’s waited for a certain time:

(…)
Anschließend benötigen Sie ein „Dummy“ Ereignis, um die Netzwerkmeldung „BildVerdecken“ auslöst. Hier nutzen Sie z. B. das Ereignis RC.
Setup-Menu → Ereignisübersicht → Nachrichtenereignisse → RC: aktivieren
Setup-Menu → Ereignisübersicht → Meta-Ereignisse → Bearbeiten → EL →

  • Ereignislogik
  • Ereignisliste A: Signal CameraBellButton
  • Ereignisliste B: Message RC
  • Eintrittsreihenfolge: A->!B
  • Mindestverzögerung: 1
  • Maximalverzögerung: 20 (-> hier legen Sie die Zeit fest in Sekunden, bis das Bild wieder verpixelt werden soll)
    (…)