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
-
Install Homebrew if not already installed
-
Install OpenCV using...
$ brew tap homebrew/science $ brew install opencv --with-ffmpeg