07-15-2008 11:24 AM
The solution is in two parts.
First, you will have to invoke tha camera app by calling net.rim.blackberry.api.invoke.Invoke.invokeApplica
Next, you need to implement a net.rim.device.api.io.file.FileSystemJournalListen
07-15-2008 11:38 AM
07-22-2008 01:36 PM
In 4.6, the camera itself can be embedded within your application. Check out VideoControl.getSnapshot(). The camerademo in the samples directory of JDE 4.6 demonstrates how to use this API.
http://na.blackberry.com/eng/developers/devbeta.js
09-23-2008 06:00 PM
bzubert wrote:In 4.6, the camera itself can be embedded within your application. Check out VideoControl.getSnapshot(). The camerademo in the samples directory of JDE 4.6 demonstrates how to use this API.
http://na.blackberry.com/eng/developers/devbeta.js
p#tab_tab_jde
I thought the VideoControl was just for playing video. I couldn't figure out how to view live video from the camera? Are you sure it's for live video FROM the camera? If so can you paste the specific code?
Thanks
09-24-2008 01:24 PM
The preview window is live from the built in camera. Please have a look at the camerademo included with the version 4.6 BlackBerry JDE for an example.
07-03-2012 01:12 PM
Hi...I am using getSnapshot(), and able to take a picture.But the quality of the image is not good at all as compared to the image taken with the Blackberry Camera application.I tried all possible encoding options.Any more sugestions?
Thanks,
Abhijit