I have an application where it is required that the Tool should reach to certain points. The points are going to be received from camera. The image size is 640 by 480 pixels. And the point received will have (X,Y) values in the form of pixel locations (obviously!).
One solution was to put a 'User frame' at the physical location where the image starts with X,Y of frame aligned with X,Y of Image frame (pixel (0,0) location) and convert pixel values to actual location values by a conversion factor of pixel to mm.
Is there any other, better, more elegant way to achieve this?
Edit: We are using CRX 10iA cobot from Fanuc.