CustomCameraDemo icon indicating copy to clipboard operation
CustomCameraDemo copied to clipboard

A demo for custom camera

Results 2 CustomCameraDemo issues
Sort by recently updated
recently updated
newest added

`Camera.Size previewSize = findPreviewSizeByScreen(p);` `p.setPreviewSize(previewSize.width, previewSize.height);` `p.setPictureSize(previewSize.width, previewSize.height);` In the method of _**setParameters(Camera.Parameters p)**_, there is an exception which can't be caught when application running. The supported _**PictureSizes**_ of some...