camera-preview icon indicating copy to clipboard operation
camera-preview copied to clipboard

Android Camera record , need more permissions

Open nseb opened this issue 2 years ago • 1 comments

Hello , for record camera video with Android , you need add this permission on CameraPreview.java

@Permission(strings = { CAMERA , RECORD_AUDIO , WRITE_EXTERNAL_STORAGE }

nseb avatar Sep 10 '23 14:09 nseb

It's fixed in this fork: use https://github.com/Cap-go/camera-preview

forgr-owner avatar Jan 13 '25 18:01 forgr-owner