Open buntupana opened 2 years ago
In Emulator and Samsung Galaxy S6 (SM-G920F) at least when a video start recording the preview will be as big as the result video resolution was set.
Adding the function GLES20.glViewport at GlFrameBufferObjectRenderer in the funtion onDrawFrame fix the problem.
GLES20.glViewport
GlFrameBufferObjectRenderer
onDrawFrame
Closes #100 , closes #64
In Emulator and Samsung Galaxy S6 (SM-G920F) at least when a video start recording the preview will be as big as the result video resolution was set.
Adding the function
GLES20.glViewport
atGlFrameBufferObjectRenderer
in the funtiononDrawFrame
fix the problem.Closes #100 , closes #64