Configuring events - Q1700, Q1785, Q1805 #1077
Replies: 5 comments 6 replies
-
|
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
|
@dodgycamera what's the question or problem ? Did it not work ? |
Beta Was this translation helpful? Give feedback.
-
|
@Cacsjep How can I incorporate all three into one event? Or even a script that runs locally on a Windows PC that is connected to said cameras. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @dodgycamera , |
Beta Was this translation helpful? Give feedback.
-
|
Feel free to re-open it OR share the solution/alternative/comment if already resolved👁️🗨️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Been pointed in this direction from Axis support. They have managed to help me to an extent but I would like to take it one step further. Essentially I want to run three different events on these cameras which enable the following on system ready:
IR Cut Filter: Off
Allow Illumination: On
IR Light: On
Axis support have provided the following which I would now like to incorporate together.
This activates the light itself.
{
"apiVersion": "1.4",
"context": "my context",
"method": "activateLight",
"params": {
"lightID": "led0"
}
}
This enables Allow Illumination.
{
"apiVersion": "1.4",
"context": "my context",
"method": "enableLight",
"params": {
"lightID": "led0"
}
}
This turns IR cut filter to off.
http://Camera_IP/axis-cgi/param.cgi?action=update&ImageSource.I0.DayNight.IrCutFilter=no
This is using a notification from HTTP.
With the recipient set as: http://IP Address/axis-cgi/lightcontrol.cgi
Beta Was this translation helpful? Give feedback.
All reactions