Hi @lakshmip001 !
You would need to teach the objects you want to detect to the camera. Your program will then have as many Camera Locate commands as there are parts you taught it. This way, the camera would look for each part, in the order they are placed in the program. If you use a programming logic, you can track which part has been detected and perform object sorting this way.
Would this be suitable for your application?
I am going to work with Robotiq camera sensor. I was searching how to program a robot using a camera sensor to differentiate size of objects. When I went through I found that I can use this camera sensor for locating an object but didn't get how to differentiate between two objects using size of an object.
Please guide how I can use camera sensor to differentiate objects using size of the objects in the snapshot given.