Hi,
I'm trying to write a J2ME app that can capture snapshots using the phone's camera. When I try my application on a 6600 it works, but the line:
Player p = Manager.createPlayer("capture://video");
throws a MediaException, with error message "Symbian OS error: -1" (Error -1 is KErrNotFound) on my 6260.
Is camera capture supposed to be supported on the 6260? And if it is, does anyone know why it might not be working for me? (Do I have to upgrade my firmware? How do I check this?)
Thanks,
David

Reply With Quote


