bmork / defogger

D-Link DCS-8000LH usage info and defogging tools
268 stars 37 forks source link

Disabling text overlay #8

Closed PushkarChatterji closed 5 years ago

PushkarChatterji commented 5 years ago

My camera has a text overlay with the Date_Time stamp and the Model name in the feed that i access via rtsp.

Is there any way to disable this overlay?

I tried looking up the NICA API list but couldn't find a solution.

bmork commented 5 years ago

PushkarChatterji notifications@github.com writes:

My camera has a text overlay with the Date_Time stamp and the Model name in the feed that i access via rtsp.

Is there any way to disable this overlay?

I tried looking up the NICA API list but couldn't find a solution.

You can switch of the OSD using

curl -u admin: http:///config/timestamp.cgi?enable=off

No, "timestamp" isn't a very obvious keyword here...

Bjørn

PushkarChatterji commented 5 years ago

Thank you! That worked just fine!