Hi,
Can anybody pleace tell me how to determin if process of activating camera has been finished?
player = Manager.createPlayer("capture://video");
player.realize();
vc = (VideoControl) player.getControl("VideoControl");
vc.initDisplayMode(vc.USE_DIRECT_VIDEO, cc);
player.start();
I need to know from the other stream if excecution of that code has been finished.
thanks.
(S60 5th edition)

Reply With Quote

