Reputation: 109
I'm developing an application in which I want to use the camera in my application. Is there any API by which I can control the camera in blackberry?
Upvotes: 0
Views: 247
Reputation: 2158
you can use
Invoke.invokeApplication(Invoke.APP_TYPE_CAMERA,new CameraArguments());
to invoke the Camera
and FileSystemJournalListener to know which file is added in the file system
Upvotes: 2