Is there any way to access the device camera from Java on a blackberry?
My goal is to be able to take a photo and use it within the application.
Is there any way to access the device camera from Java on a blackberry?
My goal is to be able to take a photo and use it within the application.
With Invoke you have to wait for the user to take a picture. It starts the native camera app and pushes that screen on top of the stack.
Maybe this is fine, but if you want more control, look at the Camera Demo in the RIM samples, this has an example of using J2ME MMAPI classes: Player, VideoControl, etc... you can call the snapshot methods yourself instead of waiting for the user.