in the below line when I would like to create player
player = Manager.createPlayer("capture://video");
how can I specify which camera I would like to use in a phone that have more than one camera like Nokia 6680 (by default it capture://video is the behind camera). I have try by changing to "capture://video0" or "capture://video1" but it's not work.
Thank you very much

Reply With Quote

