Skip to content

Commit

Permalink
Merge pull request #971 from jan-ivar/upscale
Browse files Browse the repository at this point in the history
Allow upscaling to conceal concurrent use.
  • Loading branch information
jan-ivar committed Sep 21, 2023
2 parents 94b8ed1 + eb4e0c8 commit 2a19669
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1814,9 +1814,9 @@ <h2>Constrainable Properties</h2>
the UA. In other words, whether the UA is allowed to use
cropping and downscaling on the camera output.
<p class="fingerprint">The UA MAY disguise concurrent use of
the camera, by cropping and/or downscaling to mimic native
the camera, by downscaling, upscaling, and/or cropping to mimic native
resolutions when "none" is used, but only when the camera is in
use in another [=navigable=].</p>Note that
use in another application outside the [=User Agent=].</p>Note that
<code><a data-link-for=
"ConstrainablePattern">getConstraints</a></code> may not return
exactly the same string for strings not in this enum. This
Expand Down Expand Up @@ -1932,7 +1932,10 @@ <h2>Constrainable Properties</h2>
camera resolution by the [=User Agent=], or its frame rate is
decimated by the [=User Agent=]. The media MUST NOT be
upscaled, stretched or have fake data created that did not
occur in the input source.</p>
occur in the input source, except as noted below.</p>
<p class="fingerprint">Note: The UA MAY upscale to
disguise concurrent use, but only when the camera is in use
in another application outside the [=User Agent=].</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 2a19669

Please sign in to comment.