Re: [mediacapture-record] Ability to tell MediaRecorder to maximize frame rate (#177)

@ivictbor please open a new issue when you want to discuss a new topic; this issue was related to MediaRecorder, while your issue was related to getUserMedia.
FWIW: When you ask for "ideal: 24, max: 25", you are asking for a frame rate no higher than 25 and as close to 24 as the platform finds reasonable, but you're happy with any limit. You're likely seeing the camera choose the closest native frame rate (likely 20) in the first case, and a higher frame rate (likely 50) winnowed down to 25 in the second case. Not possible to say more without enumerating the modes available on your camera - this would be a browser issue, not a spec issue.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/177#issuecomment-992134015 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 13 December 2021 05:58:48 UTC