
Originally Posted by
tdingu
Hey friends , i have nokia 6500 mobile , i want to write a small program to activate my front (secondary) camera , i tried using player = Manager.createPlayer("capture://devcam0"); & player = Manager.createPlayer("capture://devcam1");
but its giving an error called javax.microedition.media.MediaException: Illegal locator capture://devcam1
javax.microedition.media.MediaException: Illegal locator capture://devcam0
but i dont how to deal with this now ....
i am using netbeen 6.1 with sun java wireless tool kit .
the same program is running fine for main camera , when ported on my mobile .
could pls tell me how to go feature ?