We search some ideas in google but we're not yet satisfied with it. Now we would like to listen from you.
Our project is about shorting a product if it's a REJECT or OK. Our idea is that to have a Camera to capture product and let the arduino process/decide if the product is OK or REJECT.
Is it possible for doing in Arduino?
Any response is appreciated.
From:
4th Year BS - Mechatronics Students
Cebu Technological University - Main Campus
Cebu, Philippines
Probably not: an Arduino doesn't have the processing power to handle image recognition, nor the memory to store high-res images. Look at more powerful systems such as the Raspberry Pi for this kind of work.
Sorry for our bad communication skills we're ain't too good in English.
What we mean is that Arduino well stands as the brain of our said shorter machine that we're going to make.
In our flow chart, as you can see in the attachment, this is what on our mind and what we wanna do.
From conveyor to the sensor.
Now from the sensor, it will tell to Arduino to stop in particular area where the camera.
Camera will capture the object (we've seen some project they use OpenCV, Mathlab, etc.) then process and send to Arduino.
Arduino will process if that certain object/product whether is it good or reject. (But as what sir wvmarle told [qoute] Look at more powerful systems such as the Raspberry Pi for this kind of work. [/qoute]