Replies: 2 comments 7 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.
-
check this: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to setup an API to listen to event changes when a camera picks up an object. The best I could do so far is adding the
AXIS Object Analytics
to the camera's APP list, setting up aCrossline counting
, and calling thehttp://<server>/local/objectanalytics/control.cgi
api every time to compare to the last data.Method : { "apiVersion": "1.2", "context": "my context", "method": "getAccumulatedCounts", "params": { "scenario": } }
So my question would be is there an API or trigger I can setup to listen and get the details of every object when the camera picks it up?
Camera: AXIS Q3538-LVE Dome Camera.
Programming Language: C#, JavaScript.
Beta Was this translation helpful? Give feedback.
All reactions