Re: [mediacapture-main] Questions about setting belonging to source in Section 3.

I think over constrained can happen other ways too. For example, a camera that could any frame rate up to 60fps but one stream wants exactly 24 fps and one wants exactly 30 fps. Neither stream exceeds the max but there is no way to simultaneously meet both. This type of scenario is less likely to happen with constraints on resolution as you can do that easily without creating fake data. And downscaling by frame rate by integer amounts is easy too but down scaling frame rates by non integer amounts creates fake data that really messes up algorithms that are try to track motion such as the stuff used in SLAM code in most AR/VR systems. 

-- 
GitHub Notification of comment by fluffy
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/466#issuecomment-324037744 using your GitHub account

Received on Tuesday, 22 August 2017 14:08:30 UTC