Replies: 7 comments 10 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.
-
|
I don't think so. The JSON is typically sent in the body of a HTTP POST request, which is separate from the URL 1. One workaround I can think of is using a custom ACAP app that uses Web server via Reverse Proxy and VAPIX access for ACAP applications. Footnotes |
Beta Was this translation helpful? Give feedback.
-
|
Hi @AaronV155 , |
Beta Was this translation helpful? Give feedback.
-
|
I thought this sounded like a fun app to write... so I did. I don't have a camera at hand this morning, so I haven't had a chance to test it, but if you are interested in using it then I will test it for sure. |
Beta Was this translation helpful? Give feedback.
-
|
What version of Geutebruck software do you use (4.x, 5.x, 6.x, 7.x)? The simplest way Geutebruck->Axis virtual I/O->Axis Event. If you want more advanced integration contacts with me directly. |
Beta Was this translation helpful? Give feedback.
-
|
Axis device has 32 or 64 virtual input port, you can control to send http get to camera to control its status, change port to different number as you needed: in Axis device event, you can setup event to judge that virtual input port status, and then send out http post to control it. I think this should work for your case. No extra ACAP needed. Just setup |
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,
I have gone through your VAPIX library and was able to find a json script that worked. I also found the same script inside the speaker itself. Working script is:
{
"apiVersion": "1.0",
"context": "my context",
"method": "start",
"params": {
"profile": "AHAlarm"
}
}
If I send this in Postman the siren works straight away.
The problem we are having is that Geutebruck doesn't except HTTP posts in json format, its looking to send it in a 1 line URL.
Are you able to take the above json and turn it into a 1 line URL post that will be accepted by the speaker?
Beta Was this translation helpful? Give feedback.
All reactions