[Bug 25298] How to represent VideoFacingMode if browser is not able to detect the FacingMode of the camera.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25298

--- Comment #14 from Jan-Ivar Bruaroey [:jib] <jib@mozilla.com> ---
(In reply to Paul Neave from comment #2)
> Agree, but perhaps rather than "unknown" this case should simply be JS's
> undefined property?

"unknown" = not left, right, user or environment, but something else.
"undefined" = unconstrained.

These are different. I think it would be quite fun actually to constrain on
"unknown". Give me all your new and wonderfully odd cameras!

Also, since we don't have negative constraints, this lets us express things
like "not environment" using exclusion ['user', 'left', 'right', 'unknown'].

Perhaps a better name would be "other"?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 16 April 2014 15:38:07 UTC