Josh Beckwith

Results 74 comments of Josh Beckwith

You might be able to use CSS filters, but I'm not sure if it will work with the flash player. Also, they won't be stamped out when you snap a...

What is the issue, exactly? That camera should work fine

If you set the webcam's container element to `display: none` flash will turn off the webcam (probably a security feature, i'm guessing). Seems like a hacky solution, though.

That's pretty far out of the scope of this library, but you can use it in conjunction with some other API like google cloud vision. https://cloud.google.com/vision/ Josh Beckwith Github On...

Does chrome on iOS support user media streams? I feel like it doesn't but I haven't looked into it On Sun, Jun 2, 2019, 15:25 gopiinno wrote: > Reopened #298...

https://bugs.chromium.org/p/chromium/issues/detail?id=752458

There is a new API called Web Share that might interest you. https://www.chromestatus.com/feature/5668769141620736 Otherwise, you can probably just use `` https://stackoverflow.com/questions/3916191/download-data-url-file

You can do this in the constraints. https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

If you get a solve in place, you should totally submit a PR