cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

Fix camera performance #417

Closed itome closed 6 years ago

itome commented 6 years ago

Changes

Calculate preview size from aspectRatio of view. If optimal size found and the size is small enough, then return it. If the size is too large, then return the half size of it. Default value is 480 * 640.