I use cam=new Capture(this,videowidth,videoheight,15);
where I tell the resolution with which the camera should measure. At a certain point i use saveFrame to capture a snapshot but before this happens I want to increase the resolution to a different width and height. Any ideas how to go about this?
btw: I have a smaller resolution because measuring goes faster this way.