ArtemSel

Results 2 comments of ArtemSel

I Found way hot to fix it: if set default visibility state to GONE for textureview (in .xml file) and change it when we call setupCameraPreviewView() (in MainActivity) to textureView.setVisibility(View.VISIBLE)...

if you want to save a video, you can use FFMPEG lib