Hi
I am using 6212 emulator and devloping the application.
Can any one them answer me the questions what i have now.
1) Does 6212 emulator (S40 5th edition) supports capturing images, videos and audio recording?
2) I am developing a small application for capture the images and i am using following code
player = Manager.createPlayer("capture://image");
player.realize();
videoControl = (VideoControl)player.getControl("VideoControl");
Item item = (Item)videoControl.initDisplayMode(GUIControl.USE_GUI_PRIMITIVE, null);
player.start();
byte[] raw = videoControl.getSnapshot(null);
Image image = Image.createImage(raw, 0, raw.length);
and i am getting following error
Invalid locator capture://image.
Can any one know about this issue???
Insted of capture://Image if i use capture://video same exception occur.



