wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.
MIT License
1.79k stars 473 forks source link

Camera Preview Size?? #196

Open ssy06005 opened 6 years ago

ssy06005 commented 6 years ago

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); 
wysaid commented 6 years ago

Just change the surface view size as you like. the preview size will fit the view.