The android.
The new camera2 API confuses me. I want to develop an app (for Android APIs 10 - 21) which uses the device's …
android api camera android-camera android-camera2I'm following a tutorial on utilizing the camera in an Android app. I am getting the error "Permission Denial: can't …
android android-camera android-permissions android-camera2I am trying to implement the Camera2 api in my android application. When I click the take picture button, the …
android android-camera2I recently noticed that the Camera API is deprecated and I found the new API called Camera2. I have read …
android android-5.0-lollipop android-camera2i have a Problem with my Preview Zoom for the Camera2 API. I am using a TextureView. I want to …
java android image zooming android-camera2While using camera in service mobile screen is getting un-touchable(locked by transparent window ) and only below error is occuring …
android android-service android-camera android-camera2I'm creating a custom camera capturing videos with the new camera2 API. My code is strongly inspired from the code …
android camera camera2 android-camera2I used my Fabric-service and found this error on most of the devices that are running my app. Error was …
java android android-studio android-camera android-camera2I'm creating an Android app with a custom camera and I'm switching to the new camera2 API. I have a …
android camera android-camera2 camera2I'm getting preview frames using OnImageAvailableListener: @Override public void onImageAvailable(ImageReader reader) { Image image = null; try { image = reader.acquireLatestImage(); Image.…
java android android-camera2 camera2