Skip to content

Uses OpenCV to access an RTSP H.264 video stream from an IP video camera and performs real-time motion detection and object tracking

License

Notifications You must be signed in to change notification settings

markuscraig/opencv-rtsp-motion-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Basic example of using OpenCV 2.4 to access an RTSP H.264 video stream from an IP video camera and performing real-time motion detection and object tracking.

Installing OpenCV on OSX

  1. Install Homebrew if not already installed

    Click here for directions

  2. Install OpenCV using...

    $ brew tap homebrew/science $ brew install opencv --with-ffmpeg

Demo Video

IMAGE ALT TEXT HERE

About

Uses OpenCV to access an RTSP H.264 video stream from an IP video camera and performs real-time motion detection and object tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages