Polaris

Results 4 comments of Polaris

This is a bug. I've fixed with some changing. Below is original code of PreferenceControllerDelegate.java : `void setMaxValue(int maxValue) { this.maxValue = maxValue; ``` if (seekBarView != null) { if...

You have to change Camera1Manager.java to continue showing preview. **camera.startPreview();** ``` public void takePhoto(File photoFile, final CameraPhotoListener cameraPhotoListener, final CameraFragmentResultListener callback) { this.outputPath = photoFile; this.photoListener = cameraPhotoListener; EventBus.getDefault().post(new RecordStateEvent(RecordStateEvent.State.Photo));...

You have to modify Camera1Manager.java - startPreview() ... **setFlashMode(camera, parameters, configurationProvider.getFlashMode());** ... ``` private void startPreview(SurfaceHolder surfaceHolder) { try { final Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); Camera.getCameraInfo(currentCameraId, cameraInfo); int cameraRotationOffset...

You have to change Camera1Manager.java to continue showing preview. **camera.startPreview();** ``` public void takePhoto(File photoFile, final CameraPhotoListener cameraPhotoListener, final CameraFragmentResultListener callback) { this.outputPath = photoFile; this.photoListener = cameraPhotoListener; EventBus.getDefault().post(new RecordStateEvent(RecordStateEvent.State.Photo));...