Skip to content

Instantly share code, notes, and snippets.

View alfonsrv's full-sized avatar

alfonsrv

View GitHub Profile
@alfonsrv
alfonsrv / camera.py
Last active December 13, 2024 14:07
Motion detection with OpenCV + grab static snapshot every 1 second from RTSP video stream
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright (c) Rau Systemberatung GmbH (rausys.de)
# MIT License
# credits: https://pyimagesearch.com/start-here/
import argparse
import os
from datetime import datetime, timedelta