RLC-823A: How to set OSD via API?
-
Dear forum members,
first posting, therefore a hello to all you members from me.
I would like to display certain data like weather information into the stream.
Is there a way to set a string via API? Let's say change the camera name with my information?
Thanks for any replies -
@user_594083365412944_594083365412944
Just for the files, this does the trick:
curl -d '[{"cmd":"SetDevName","param":{"DevName":{"name":"heute_ist_hier_schoenes_wetter"}}}]' "http://<CAM_URL>/cgi-bin/api.cgi?cmd=SetDevName&user=<CAM_USER>&password=<CAM_PASSWORD>"