Need Guide for Project

Hello everyone,

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 until you define "reject".

boinkz68:
Is it possible for doing in Arduino?

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.

Or 'Product'

boinkz68:
Any response is appreciated.

4th Year BS - Mechatronics Students
Cebu Technological University - Main Campus
Cebu, Philippines

Your in your 4th Year ?

Read your post again, do you consider you have given anywhere near enough information for anyone to give a reasonable answer ?

srnet:
Your in your 4th Year ?

Indeed, that is also something that is "probably not".

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.

  1. From conveyor to the sensor.
  2. Now from the sensor, it will tell to Arduino to stop in particular area where the camera.
  3. Camera will capture the object (we've seen some project they use OpenCV, Mathlab, etc.) then process and send to Arduino.
  4. 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]

Now we will try to learn on Raspberry Pi.