camera-samples
camera-samples copied to clipboard
Multiple samples showing the best practices in camera APIs on Android.
Thanks
The format MP4 and name of the captured video are set through MediaStoreOutputOptions, but the format of the video captured by CameraX is 3gp, and it is not the name...
./tar_logcat 5/logcat.log.053:03-24 17:40:37.599 18191 18191 E RecordVideoActivityKt: at android.app.ActivityThread.main(ActivityThread.java:7664) ./tar_logcat 5/logcat.log.053:03-24 17:40:37.599 18191 18191 E RecordVideoActivityKt: at android.os.Handler.dispatchMessage(Handler.java:99) ./tar_logcat 5/logcat.log.053:03-24 17:40:37.599 18191 18191 E RecordVideoActivityKt: at android.os.Handler.handleCallback(Handler.java:938) ./tar_logcat 5/logcat.log.053:03-24 17:40:37.599...
I am using using CameraX version 1.2.0-rc01 . I have a problem, with some devices won't start the camera, after I delete some characters in the app id in gradle,delete...
* D/CameraStateMachine: New public camera state CameraState{type=OPEN, error=StateError{code=4, cause=java.util.concurrent.TimeoutException: Cannot complete surfaceList within 5000}} * from OPEN and StateError{code=4, cause=java.util.concurrent.TimeoutException: Cannot complete surfaceList within 5000} * D/CameraStateMachine: Publishing new public...
Please follow the following instructions before filing a bug: 1. Github issues under this project are only for **sample**-related issues. If you have modified the sample code in any way,...
https://github.com/android/camera-samples/blob/f284e1d9c740fbe0db27ae41b07a7bbc01361499/CameraX-MLKit/app/src/main/java/com/example/camerax_mlkit/MainActivity.kt#L71 ``` cameraController.setImageAnalysisAnalyzer( ContextCompat.getMainExecutor(this), // ```
I am facing a green screen and flickering issue after using CameraX version 1.1.0-beta-03. However this issue is only happening for One Plus Nord devices only. Watch this video -...
Run CameraXBasic, take a photo, tap the thumbnail. The page in the gallery is black. Go back to the camera, the thumbnail is now gone (transparent). This is on a...
hello there, Why only kt examples ? Where is more elaborated java examples with cameras ? VideoCapture examples only in kt ?