Dev4Life

Results 17 comments of Dev4Life

Yes, It won't stretch if you keep the same aspect ratio on either of the cameras.

I reproduced it while testing. - Put open app ads. - Go to home screen by pressing home when camera is opened, then open the app from recents. - Try...

> Implement admob's "open app" ads to reproduce this bug easily. Where did I put the interface? In the catch statement inside onStartBind() ``` try { mCamera.createCaptureSession(outputSurfaces, new CameraCaptureSession.StateCallback() {...

I'm getting too many crashes in this **onStartBind()** method. Anyone found any solution? @natario1 ?

Can you elaborate how do you want this feature?

open or resume camera preview when the page is done swiping and that can help you.

Ok...Let me do that after debugging the app again. 👍

The way I solved this is using the system media picker instead of the one that this library provides. It's the safest option out there and you don't have to...

It's not working correctly, at least not worked in my App. We have to check it multiple times to know if it's working or not.

You can store it in cache directory then export that video using MediaStore API, or you can take persistable permission of specific folder and save video into that folder directly.