Click here to Skip to main content
15,896,392 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello Experts,

As the question says, I want to create a web application where it can access the camera and take pictures or upload from the gallery on to web page.
This should be supported by Ipad/Iphone/Android.
I googled but I don't get a concrete idea/solution for this. All I get it wrappers. I actually want to see a demo and then start working. Because this is extreamely sensitive and important project that should be completed soon.
Any tutorials/ links or ideas are much appreciated.
I hope you got what I mean.

Your help is much appreciated
Posted
Updated 20-May-15 3:47am
v2

1 solution

Please see:
http://en.wikipedia.org/wiki/WebRTC[^],
http://www.w3.org/TR/webrtc[^],
http://www.webrtc.org[^].

Here is the problem: Web technologies are designed the way a Web page cannot access local system and its hardware, for safety reasons. But how mouse and keyboard are accessed? They are standard input devices. A browser code itself can use any local system resources; we have to trust it, but it is important that no one can program a Web page doing something without the user's consent. With time, new input devices are put to wide use but are not embraced by W3 standards. Adding them to standard is ongoing activity; it includes biometric devices, accelerometers, compasses and gyroscopes, microphones and cameras. If such devices are not supported by a browser is a standard way, some other technology can be used, and some would be prohibitively unsafe, such as the use of ActiveX in some browsers.

WebCRT working draft is very new (2015) and is partially implemented in a number of major browsers. Check it out: http://en.wikipedia.org/wiki/WebRTC[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900