I have an application that saves a user's webcam image using a pc/mac browser.
Is there a way to do the same thing using smart phone cameras within the browser?
I'm not really sure where I would begin. A google sea开发者_运维知识库rch didn't give me many leads.
All the best,
You should be able to do this on the iPhone using UIImageJPEGRepresentation.
This questions describes how to do the same thing on Android.
These are examples for two platforms. Are there any other platforms you are looking to develop your application for?
精彩评论