19
submitted 1 year ago by [email protected] to c/[email protected]

When ever a web page uses the camera it only has access to the selfie cam

top 5 comments
sorted by: hot top new old
[-] [email protected] 7 points 1 year ago* (last edited 1 year ago)

The website developer can configure which camera to use. Instead of

<input type="file" accept="image/*" capture="user" />

it is

<input type="file" accept="image/*" capture="environment" />

This doesn’t help you, but it’s cool for a web dev.

[-] [email protected] 2 points 1 year ago

Does it work to change that on-the-fly by manipulating the HTML source via the browser's inbuilt dev tools?

[-] [email protected] 2 points 1 year ago* (last edited 1 year ago)

It should, but I’m not going to test it because debugging for a smartphone is annoying as fuck.

[-] [email protected] 1 points 1 year ago

Actually it doesn't even help the dev as it is a qr code scanner that polls the camera continuously

[-] [email protected] 4 points 1 year ago

Even in that case the developer can get the list of all MediaDevices and switch between them. That's how videocall web apps allow you to change cameras both on desktop and mobile.

this post was submitted on 03 Feb 2024
19 points (95.2% liked)

Firefox

20306 readers
194 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS