I want to create a video recording device that can be mounted on a bicycle or motor vehicle. The device will continually record video, and will automatically preserve a video clip if your vehicle is involved an accident, so you have video evidence of what happened.
This was initially my senior design project from a year ago: we built a prototype with custom hardware, but the results were far from ideal. Now I'm trying to implement this idea with a Canon camera since it can serve as great hardware platform.
I'm looking for feedback as far as the feasibility of this project.
Based on the scripting interface, I'm thinking this could be accomplished by taking a series of videos, say 5 minutes each, and deleting the oldest videos as needed to make room for the new ones.
If this approach were taken, how much time is lost in between stopping a video and starting the next one? (This is probably camera dependent, so I'm just looking for an estimate. 2 seconds? 500ms? 100ms?)
I think the built in camera orientation detection (accelerometer) and image stabilization (gyroscope) may be helpful in detecting vehicle collisions, but at this point I'm trying to see if its feasible to create a circular video buffer like I've described.
Thanks,
David