Re: [mediacapture-main] resizeMode: "none" should imply native frame rates (#762)

> resizeMode: "none"

I understand the desire to patch the current API in the least invasive way.
That said, resizeMode, by its name and its values (crop-and-scale) is clearly meant to resolution, not frame rate.
It seems cleaner to add a separate nativeFrameRate.

> Apps that want a mix (e.g. native res + decimated framerate) can achieve this with two `applyConsteaints` calls

I think we want to avoid this, given the desire to be able to do the camera setup in one single call.
nativeFrameRate would solve this.

There have also been talks in the past to add further values to resizeMode.
Adding frame rate into the mix might make this more difficult.

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


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

Received on Monday, 21 December 2020 09:28:11 UTC