I want to disable the ZM stamp entirely (from the views). Most of my cameras already display a name of my choosing and a timestamp.
I use passthrough recording, so it's not a problem on replay.
The closest I've been able to get is a single character somewhere inconspicuous.
Is there a way to completely disable it?
Timestamp disable?
-
- Posts: 1373
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Solved - Re: Timestamp disable?
So I saw in 1.22.3 that (back)slash n '\n' was to allow newline. Doesn't work on 1.33.15, haven't seen that it was removed.
Anyway, that lead to finding that alpha chars past '%m' apparently return a null, so one can use %n to have no visible output.
Anyway, that lead to finding that alpha chars past '%m' apparently return a null, so one can use %n to have no visible output.
Re: Timestamp disable?
I just empty the label format field... works for me...
Re: Timestamp disable?
Oh except that until recently there was a bug where it wouldn't save the empty field... fixed that today... might not have pushed it live yet.
-
- Posts: 1373
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Timestamp disable?
Right - wouldn't stay cleared - although filling to default on request might be nice.
I'll be looking for it.
Thanks.
I'll be looking for it.
Thanks.

-
- Posts: 1373
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Timestamp disable?
Thanks again - I can empty the timestamp now.