Skip to content

Commit

Permalink
feat(all): increase default resolution for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Dec 6, 2024
1 parent ac81bd0 commit 329d964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SlightCapture/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ const texts = {
const properties = {
translations: texts,
enableDefaultCss: true,
outputImageQuality: 0.6,
outputImageQuality: 0.7,
outputImageMimeType: 'image/jpeg',
waitNumberOfSecond: 3,
thresholdTooWhite: 1.15,
thresholdTooDark: 2.5,
video: {
width: {ideal: 1600},
height: {ideal: 1600},
width: {ideal: 2000},
height: {ideal: 2000},
facingMode: {
ideal: 'environment' // 'face'
},
Expand Down

0 comments on commit 329d964

Please sign in to comment.