This document will contain a list of all major changes.
- New attribute
event_score_animal
, that holds the score of an animal being detected. Requires SecuritySpy V5.5.
- If no Object detected return None instead of an empty array.
- Reset Event Objects when Motion ends.
- Replaced the
event_score
attribute with two new attributes:event_score_human
andevent_score_vehicle
. Theevent_object
will still hold the object that has the highest score of the two, but if you only want to look for a person moving, you can check on theevent_score_human
value.
- False object detections could occur, if neither Vehicle or Human. Now corrected.
- Initial event_score value is needed when starting the loop.
- Added percentage threshold for Object Detection on Motion events
- Enure that the stream is properly closed, when exiting program.
- Adding Camera Online/Offline event detection, to ensure timely updates.
- New function to activate a PTZ Preset.
set_ptz_preset
. - List of defined PTZ presets per camera, now returned as
ptz_presets
- PTZ capabilities now returned as
ptz_capabilities
. Value is 0 if no capabilities, else a binary integer.
- Rewritten the setup function.