Summary:
WAVE can't receive events from Wise AI. (Hanwha AI app)
Therefore, we will learn how to work with Wise AI through Generic Event.
Step By Step Guide:
1. Create a new wave account for receiving [Generic Events] from camera.
When creating an account, make sure to allow digest authentication.
* The Hanwha Camera uses digest authentication for event delivery, but WAVE does not allow digest
authentication via admin account.
2. Access the camera web viewer to setup communication when an event occurs on the camera.
* Send the http command using the camera's [Handover] and [Event rule] functions.
3. Add the [Handover] rule as follow.
ex) http://<WAVE server ip>:<WAVE server port>/api/createEvent?source=<source>&
caption=<caption>&description=<description>metadata={"cameraRefs":["<Camera ID>"]}
* Make a command by referring to the [Generic Event] API of the WAVE
- source, caption, description
: These items can be used to filter [Generic Event] on WAVE.
- metadata={"cameraRefs":["<Camera ID>"]}
: If you input [Camera ID] in WAVE, you can include a snapshot in the event.
You can find [Camera ID] in camera setting.
4. Add to [Event rule] as follow.
5. In the WAVE settings, set [Camera rule] - [Event-When:Generic Event].
Comments
0 comments
Please sign in to leave a comment.