Closed karthik-Gopalan closed 4 years ago
Apologies, hit enter by mistake. Is there a way to get access to the webcam canvas being used ? I would like to position the camera in a different location than currently being shown at the top left corner.
This is controlled in the init function in index.mjs
You can see the first two lines
var topDist = '0px' var leftDist = '0px'
var topDist = '0px'
var leftDist = '0px'
control its position
ah ok got it. Thanks . Am closing this now.
Apologies, hit enter by mistake. Is there a way to get access to the webcam canvas being used ? I would like to position the camera in a different location than currently being shown at the top left corner.