semana-javascript-expert07 icon indicating copy to clipboard operation
semana-javascript-expert07 copied to clipboard

Bugfix: Hands not recognized outside the screen viewport.

Open longvision opened this issue 1 year ago • 1 comments

Fix: Added more space on the sides (left and right) to let the camera and the canvas work even if the hand is on the border. Added a constant to set the extra width to 600px, which is good for a hand size close to the screen. Camera capturing area and canvas drawing area increased in the X axis by the constant "extraHorizontalCaptureAreaInPixels".

longvision avatar Mar 03 '23 18:03 longvision