Camera recognizing parts

Hello,
I want to code and buy a camera, that can recognize parts of a mini car

(https://www.youtube.com/watch?v=qs2jdXHgGLQ)

if you hold them under it.
Can somebody recommend me a camera, a programming enviroment and a tutorial?

Thanks!

1 Like

I would suggest using the camera of an android phone, as it is relatively easy to develop an android app with processing. But as for the software I strongly doubt that there is a library optimized for processing that can analyze an image at an accuracy- and efficiency-level you need it to be. I recommend using a java-library for this, one such library that might work is:
https://boofcv.org/index.php?title=Main_Page

One example of a working Java-code snippet is:
https://boofcv.org/index.php?title=Example_Image_Classification

1 Like