views:

21

answers:

2

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 search didn't give me many leads.

All the best,

A: 

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?

Oren
Symbian perhaps - the assertion that "those are to two most common platforms" is a little flawed (see the Wikipedia article for Smartphone for a graph of relative market share). iPhone OS is only the third most common smartphone platform, and Android a distant fifth!
Mac
@Mac, corrected.
Oren
Although, they are probably the two largest platforms as far as app downloads. This article suggests that "Apple responsible for 99.4% of mobile app sales in 2009": http://arstechnica.com/apple/news/2010/01/apple-responsible-for-994-of-mobile-app-sales-in-2009.ars
Oren
A: 

I'm not trying to create an application - I'm trying to take a picture snapshot from the user's camera using the browser - i.e. online software.

Robert M. Cavezza