TIL: You can access a user’s camera with just HTML
austingil.com
TIL: You can access a user’s camera with just HTML
1–10 of 240 posts
Re: TIL: You can access a user’s camera with just HTML
#2Re: TIL: You can access a user’s camera with just HTML
#3Re: TIL: You can access a user’s camera with just HTML
#4Demo is on MDN https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...
AFAIK, this feature is mobile only.
Re: TIL: You can access a user’s camera with just HTML
#5Re: TIL: You can access a user’s camera with just HTML
#6Re: TIL: You can access a user’s camera with just HTML
#7That is pretty cool. Been wanting to create a site with a blurred backdrop effect around text, but a camera background to simulate an augmented reality style. Wish something like this could work on desktop as well though. It is a shame really that more features don't get encapsulated into elements recently and everything is some JS API that then companies use some bloated framework to utilize.
Re: TIL: You can access a user’s camera with just HTML
#8Re: TIL: You can access a user’s camera with just HTML
#9I hacked it together in half an hour to give people a way to look at the uninverted version of my inverted analogue photos with their phones at exhibitions. most people were more excited to play with it on their phone than by the photos I took days making. :'(
[edit oops this javascript ]
Re: TIL: You can access a user’s camera with just HTML
#10Reason #368 why I cover all cameras and disable mics by default, and only uncover/enable when in use.