Hi. Are there an APIs available to extract stored video from any of the smart cameras? We would like to automate the process of downloading video segments when a motion alert or object detection event occurs.
You can use the Dashboard API to push a still image or images from a camera though, as a result of (for example) a detection event, which allows quick review of an event - plus all sorts of integrations involving AI/ML analysis: https://developer.cisco.com/meraki/api-v1/generate-device-camera-snapshot/
Combine RTSP processing with MQTT. MQTT will give you an immediate message of motion, which means you can do all of the processing (when combined with RTSP) locally without involving the cloud. https://developer.cisco.com/meraki/mv-sense/mqtt/
Get notified when there are additional replies to this discussion.