> Hi all,
>
[quoted text clipped - 9 lines]
>
> I'm just trying to get a feel if its possible or not..
My guess is that the .NET version is probably going to be a lot easier
to develop than the Java version, particularly if this camera is built into
your PPC device (as opposed to being a 3rd party add on).
AFAIK, there is no generic JavaME or JavaSE camera API, so you would
have to get an API from the manufacturer of the camera device. If that
manufacturer is Microsoft, you're probably out of luck. If the manufacturer
is SonyEricsson, you might want to try
http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/symbian
/p_tipscode104.jsp
For any other manufacturer, you'll have to find the API library yourself.
- Oliver