Hey,
I am making a machine to detect defections on items with image processing.
For increase duration of my cameras and lights; I need to make an embedded system with a motion sensor.
So I can calculate speed of item and send it to light sources. With that construction my light source dont have to stay open all the time.Light sources will be opened only when it requires.
so I need a Microcontroller and Motion Sensor suggestions to calculate speed and send it to light source.
P.S : Approximate time from Motion Sensor to Light source will be around 200 microseconds .
Since you already have something doing image processing, the most obvious approach would be to do video-based motion detection and implement that in a similar way to your existing image processing. Presumably you have a reasonably powerful platform in place already to perform the image processing. There are open source libraries such as OpenCV which make motion detection very easy to implement as long as you have a platform with sufficient memory, processing power, and operating system support for dealing with the video sources.