You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Python program for motion detection using the OpenCV library. The program allows you to detect motion in a video stream or a webcam feed and highlight the areas where motion is detected. It also provides the option to save the output video with the motion highlights.
A motion alert filtering/prioritization concept for Cisco Meraki MV cameras, based on the idea that you mainly care about motion that occurs when no trusted individual is present at the location. Uses a PHP endpoint to receive the WebHook motion alerts, along with Python to query the current network clients using the Meraki Dashboard API, then b…