Hi,
can you please tell me how to set the video resolution while capturing using JSR 234.
Regards,Code:CameraControl cc = (CameraControl) p.getControl("CameraControl"); int[] videoResol = cc.getSupportedVideoResolutions(); cc.setVideoResolution(1);
Imran

Reply With Quote


