Browse Source

Move to HD resolution for the camera, "good enough" for now

pull/1380/head
Timothée Jaussoin 11 months ago
parent
commit
64997d02e5
  1. 4
      app/Widgets/PublishStories/publishstories.js
  2. 4
      app/Widgets/Snap/snap.js

4
app/Widgets/PublishStories/publishstories.js

@ -224,8 +224,8 @@ var PublishStories = {
const constraints = {
video: {
deviceId: videoSource ? { exact: videoSource } : undefined,
width: { ideal: 4096 },
height: { ideal: 4096 }
width: { ideal: 1920 },
height: { ideal: 1920 }
}
};

4
app/Widgets/Snap/snap.js

@ -87,8 +87,8 @@ var Snap = {
const constraints = {
video: {
deviceId: videoSource ? { exact: videoSource } : undefined,
width: { ideal: 4096 },
height: { ideal: 4096 }
width: { ideal: 1920 },
height: { ideal: 1920 }
}
};

Loading…
Cancel
Save