Slide 24
Slide 24 text
More constraints
const constraints = {
width: { min: 640, ideal: 1920, max: 1920 },
height: { min: 400, ideal: 1080 },
aspectRatio: 1.777777778,
frameRate: { max: 30 },
facingMode: { exact: "user" }
};
01.
02.
03.
04.
05.
06.
07.
@philnash