Webcam.set({ width: 300, height: 300, force_flash: $scope.force_flash, image_format: 'jpeg', jpeg_quality: 100, constraints: { width: { exact: 400 }, height: { exact: 400 } } });