MasayukiSuda / CameraRecorder-android

Video Recording with Camera2 and apply video filter.
MIT License
254 stars 73 forks source link

while Playing Recorded Video it shows first frame of video only #18

Closed mubarak1361 closed 5 years ago

mubarak1361 commented 5 years ago

while Playing Recorded Video it shows first frame of video only

rajivbkulshreshtha commented 5 years ago

I was also getting the same issue, So make sure that permissions for android.permission.CAMERA, android.permission.WRITE_EXTERNAL_STORAGE, android.permission.RECORD_AUDIO are granted

MasayukiSuda commented 5 years ago

@rajivbkulshreshtha thx!!