I have a problem making a translation from pixels to world coordinates. I have a setup with a beamer that hangs over a conveyer belt. The beamer projects an image of a point on the conveyer belt. Now i need to translate that point to a coordinate that a UR10 can use.
I made 2 refference points (viewpoint == beamer):
Beamer: P1(312, 138), P2(212, 38)
Robot: P1(1401, -514), P2(1429, -462)
As you can see the movement was 100 pixels and the Robot movement was dX = 28 and dY = 52
When trying to make a formula we used this info but didn’t get the result we were looking for. Does anybody have an idea to tackle this problem?
This is the setup how it looks like, the components get projected on the conveyer, so the pixel coordinates are known. I just need to translate these so that the robot can use them