Hi does anyone know how to capture camera from Canvas ? When I display camera in my J2me application I pass my won canvas to Video Control - videoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);.
Of course I can override paint method but it is only called once. So how Player put the video on the Canvas and is there any possibility to catch it ?

Reply With Quote

