I know that below code will capture image from iOS 6+ browser for mobile browsers
<input type="file" capture="camera" accept="image/*" id="cameraInput" name="cameraInput">
Is there any other way to capture image from safari browser in browser using html5 / JS?
Is there any alternative to the WebRTC MediaStream API in the browser for Safari for iOS?
html5 html5-video mobile-safari camera webrtc
vrs
source share