jsren / sdp-vision

http://www.youtube.com/watch?v=dQw4w9WgXcQ
1 stars 0 forks source link

Investigate why co-ords reported for mouse click exceed the feed image width #12

Open jsren opened 8 years ago

jsren commented 8 years ago

Clicking on the far right of the feed raises an exception which suggests that the pixel co-ordinates reported for the mouse are actually outside the size of the image data matrix. We must investigate why this is the case if we are to take mouse input. Perhaps image cropping/scaling is to blame?