Searched refs:CAPTURE_SIZE (Results 1 – 1 of 1) sorted by relevance
40 var CAPTURE_SIZE = { variable525 canvas.width = CAPTURE_SIZE.width;526 canvas.height = CAPTURE_SIZE.height;528 this.cameraVideo_, canvas.getContext('2d'), CAPTURE_SIZE);549 canvas.width = CAPTURE_SIZE.width;550 canvas.height = CAPTURE_SIZE.height * RECORD_FRAMES;612 canvas.width = CAPTURE_SIZE.width;613 canvas.height = CAPTURE_SIZE.height;615 ctx.translate(CAPTURE_SIZE.width, 0);632 this.captureFrame_(this.cameraVideo_, data.ctx, CAPTURE_SIZE);[all …]