dvidz

Results 3 comments of dvidz

Hi, perhaps it will help add this on VideoStream.java around line 600 & 660 ``` if (parameters.getSupportedFocusModes().contains( Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO)) { parameters.setFocusMode(Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO); } ```

Try to change : ``` Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO ``` by ``` Camera.Parameters.FOCUS_MODE_CONTINUOUS_PICTURE ```

Hi guys, The code provided by @cvofjaspreet works, the images is rotating but the with still the same. For example, using 177 x 144, image must be rotating and become...