android-gpuimage-plus
android-gpuimage-plus copied to clipboard
Camera Preview Size??
Hi wysaid
Where i can change the camera preview size?? Not a Picture, Recoding size..
I only found a
mCameraView.setPictureSize(2448, 3264, true);
mCameraView.presetRecordingSize(2448, 3264);
Just change the surface view size as you like. the preview size will fit the view.