ms.
ms.

Reputation: 109

Use camera in another third party application in blackberry

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

Answers (1)

Vivek Kumar Srivastava
Vivek Kumar Srivastava

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

Related Questions