Search found 1 match
- Saturday 26 December 2020 6:15
- Forum: Cameras
- Topic: Save video image from cam external source
- Replies: 1
- Views: 545
Re: Save video image from cam external source
The easy way - launch the camera with an intent, designating a file path, and handle resolveActivity(getPackageManager()) != null) { // Start the image capture intent This way, we don't need to request external read/write runtime permissions. decodeBitmap(source); } else { // support older versions ...