I know with below code will capture a image from ios 6+ safari mobile browser
<input type="file" capture="camera" accept="image/*" id="cameraInput" name="cameraInput">
Is there any other way of capturing a image from safari mobile browser using html5/JS?
Is there any alternative for WebRTC MediaStream API in iOS safari mobile browser?