-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cameras with multiple channels (thermal cameras, for …
…example) (#241) * Add support for multiple channels for single camera, for example thermal cameras * Minor bug fix for channel name * Map thermometry event to motiondetection * fixed fixtures for Streaming/channels request * Add separte thermometry event * integration constants update * back to mapping thermometry to motion event and test for notification * test fix --------- Co-authored-by: maciej-or <maciej.orlowski@scalac.io> Co-authored-by: Maciej <38075949+maciej-or@users.noreply.github.com>
- Loading branch information
1 parent
366d114
commit c83426e
Showing
16 changed files
with
2,931 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
tests/fixtures/ISAPI/EventNotificationAlert/ipc_thermometry_motiondetection.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<EventNotificationAlert> | ||
<ipAddress>1.0.0.255</ipAddress> | ||
<portNo>8123</portNo> | ||
<protocol>HTTP</protocol> | ||
<macAddress>a6:60:9e:f8:01:09</macAddress> | ||
<dynChannelID>2</dynChannelID> | ||
<channelID>2</channelID> | ||
<dateTime>2024-11-13T20:20:52+01:00</dateTime> | ||
<activePostCount>1</activePostCount> | ||
<eventType>VMD</eventType> | ||
<eventState>active</eventState> | ||
<eventDescription>Motion alarm</eventDescription> | ||
<channelName>Camera 02</channelName> | ||
</EventNotificationAlert> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.