I’ve got problems with using camera in my WRT application hosted on Nokia E52 with Platform Services 2.0 installed.
I’ve tried to use camera in the way documented on http://wiki.forum.nokia.com/index.php/How_to_use_Camera_in_WRT_Widget
When I invoke code: var tid = so.startCamera(onCameraAppLoaded, onCameraError);
default camera application is starting and I can take a picture. After taking the picture nothing happen, so the camera application doesn’t returns to my WRT application. When I click back and close default camera application (after taking a photo), my application and camera application are closed.
Event onCameraAppLoaded or onCameraError is never raised.
I’ve also tried using camera through Phonegap but the result is similar: default camera application starts but but photo capture event is never raised and closing default camera application also close my WRT application.
I would be very grateful for your help because I’ve spent couple of days investigating this problem without any results…
Regards

Reply With Quote


