Re: [mediacapture-screen-share] Source pixel ratio of the video track

Correct, I'm referring to retina / high DPI displays.

#84 and #88 Defined what the `resizeMode` constraint does, allowing the application to request a stream of logical pixels by default (i.e. scaled by the source content's pixel ratio), or a stream of unscaled physical pixels (resizeMode = none).

In the later case, the application would usually need to know what the source pixel ratio is (or what the logical dimensions are), so it can do the scaling on its own (e.g. set the size of the video element to the logical dimensions to simulate a 100% zoom)

-- 
GitHub Notification of comment by mhofman
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/89#issuecomment-437160470 using your GitHub account

Received on Thursday, 8 November 2018 21:22:06 UTC