Hi all
I am developing an app for Nokia 6103, when i try create a player to capture a image from the camera with:
player = Manager.createPlayer("capture://image");
or with
player = Manager.createPlayer("capture://video");
I recive allways a media exception about not avaliable.
I tested the same code in another S40 mobile (6085) and works fine. Under the device specification for 6103 i found the jsr135 it is avaliable to this phone, but i can not open the locator to capture an image from built-in camera.
I tried to a code to show me the avaliable locators for image/jpeg and image/gif, etc... with Manager.getSupportedProtocols
In the emulator tell me "file, http" and in the 6085 tell me "file, http, image/video" but the 6103 tell me nothing... empty!!!!!!!!
It is not suported?? it is related to firmware??
Thanks in advance
Jose

Reply With Quote


