Raspberry Pi IR camera with motion detection

raspcamI finally managed to ”complete” my Raspberry Pi IR camera with motion detection. After couple iteration rounds I end up into construction containing Raspberry Pi Model B + IR Camera + 2 IR light and motion detector.

The IR lights are designed to be used with another kind of camera unit, but I did manage to get then up and running. Probably not the proper way, but it works.

So far I haven’t manage to find any proper case for the system so I just build mount to hold all the accessories.

I am currently into the process of coding something on Python to capture the video (+ images) when ever the motion detector is triggered. So far I have managed to code procedure which captures images and turns the IR leds on when ever some movement is detected. The code needs to be cleaned from all the extra, non used part before I put it available for everyone.