Open eduhpxavier opened 6 years ago
The answer lies in lines 109 & 110 https://github.com/auduno/clmtrackr/blob/ebe5264b5152cb5a814081314706ef97fcd28df7/examples/face_mask.html#L109 There are 2 canvases (is that the correct plural???) that are lying over the video tag. So you would need to merge the video with the overlay canvas. This should work by drawing the content of the canvas with the ID 'webgl' (Line 110) in your newly formed canvas element.
I hope this helps.
Hi, i was trying take a shot using this code in https://www.auduno.com/clmtrackr/examples/face_mask.html but the screen show only WebCan without mask, could you helpme?¿
CODE: