Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Jquery webcam for mobile devices (Android,iphone)?

I'm developing a mobile web applications using jquery mobile, HTML 5.
From this application I want to access the camera. For that I'm using this plugin http://www.xarg.org/project/jquery-webcam-plugin/

It is working fine in desktop browsers but it is not working in mobile devices (Android, iPhone).

I think the problem is using swf in that plugin. It might not be supported for mobile devices.

Please suggest any other options instead of .swf file

like image 231
Ramasamy Kanna Avatar asked Dec 22 '11 04:12

Ramasamy Kanna


1 Answers

please check out this Access from the Browser to Camera

This will be currently supporting opera mobile in android.

like image 111
nim007 Avatar answered Sep 27 '22 22:09

nim007