-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
33 lines (19 loc) · 1.26 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Rear View Mirror
1.0.0.0
Copyright 2007-2011 Sumit Khanna
-GNU GPL v3
http://rearviewmirror.cc
http://penguindreams.org
------------------------------
This is a simple application that connects to a web camera device or MJPEG enabled webcam and displays a window whenever motion is detected. It was intended to be a "Rear View Mirror" in my cubical so people wouldn't sneak up on me.
The program also contains a simple HTTP MJPEG server so that other clients can connect to your web camera.
I developed the front end. The original motion detection was designed by Andrew Kirillov <[email protected]> and uses Image filters from the open source AForge.NET library. His project can be found at the following:
http://www.codeproject.com/KB/audio-video/Motion_Detection.aspx
Known Issues
------------------------------
No security on MJPEG server. Anybody can connect.
User will not get a 404 error if a camera doesn't actually exist.
If you remove a camera, people connected to you at that camera will stay connected and should you recreate a camera with that name, it will start sending the new feed to people connected to previous camera.
Todo
------------------------------
Change out recording framework from VFW to something better