Motion Detected Pictures On a Server
We used a phidgets motion sensor and LS_Y_201 Camera interfaced with the mbed. The camera takes pictures only when any motion is detected. Practically this can be used for surveillance. The threshold for the motion sensor is set using a running average filter so that the value that the sensor detects is pulled down with respect to the previous value. The camera then clicks five pictures if the detected value from the motion sensor is less than .67. The files are saved on the mbed’s local file system, the path for which is then mounted on the /files path and the web root path.
Sample pictures taken by the camera :
The code for our mini project can be seen at the link below:
http://mbed.org/users/Shruti/programs/Camera_LS_Y201_TestProgram/lncmgw
The circuit :
1 comment on Motion Detected Pictures On a Server:
Please log in to post comments.
Hi...sorry I am new in server and networking.. but where do you uploaded those photoes because in program you does not mention any address...