Once i have the live image of the frame grabber, i want to be able to click in two regions of the image, for example, i click on the first region, and get the pixel coordinate, if the image is 120*120 pixels for example and i click on the middle of the image, i should get that the chosen pixel has coordinates 60,60, and the same should apply for the other chosen pixel, once that is ready, i want to be able to manipulate those 2 numbers i got and substract them.