Replies: 2 comments 2 replies
-
Probably need to make sure to include the device id for each camera in the URL. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Since you are using config-per-camera, your camera's IDs are numbered: 1 - camera_1_hik_e0.conf 0 is used by main config So try this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I can't change text_left dynamically.
What works:
curl --user piotr:***** "http://127.0.0.1:8090/0/config/set?text_left=Out:%2033.33"
curl -u piotr:***** http://localhost:8090/0/config/list
text_left = Out: 33.33
So, it appears to be working. However, I see no "Out: 33.33" at the bottom left of the image or video...
main motion.conf:
These cameras configs have no webcontrol declarations
And I still see "fill_it_with_temp" instead of "Out: 33.33" at the bottom left of the image or video...
Interestingly,
/usr/bin/wget --user=piotr --password=***** --delete-after http://localhost:8090/0/action/snapshot
works perfectly....
Please help | P
Beta Was this translation helpful? Give feedback.
All reactions