Search code examples
javascriptsafarimobile-safarigetusermedia

A way to access camera in javascript in safari browser


Is it possible to access camera to make snapshots using safari browser(mobile and PC)?

What people use instead of getUserMedia/Stream API in safari?


Solution

  • Mobile Safari offers no means to do that.

    Desktop Safari has no native means, but you can use a browser plugin. For example, Adobe Flash and the Camera class.