camera-samples
camera-samples copied to clipboard
Multiple samples showing the best practices in camera APIs on Android.
the method `ImageAnalysis.Analyzer.analyze(ImageProxy image)`,invoke 60 ms one times, how to shorten this intervals time?
I'm using CameraX and want to have imageAnalyzer and video recording at same time. I'm interested if it can be done with CameraX
See https://issuetracker.google.com/issues/181521870 If I log the time stamp like so it is always 0: ```java // Get to newest input for (int i = 0; i < pendingFrames; i++) {...
In documentation about RenderScript there is information about creating kernels with using macro `RS_KERNEL` in example code there is ugly `__attribute__((kernel))`. Second item, in documetation about RenderScript there is information...
Camera2Basic/utils/src/main/java/com/example/android/camera/utils/ExifUtils.kt  Line 32 conflicts with line 35 and causes saved images to be mirrored incorrectly. Simply removing line 32 solved my issue.
`02-02 04:26:18.379 1010213 23261 23261 E AndroidRuntime: FATAL EXCEPTION: main 02-02 04:26:18.379 1010213 23261 23261 E AndroidRuntime: Process: se.skyglobal.app, PID: 23261 02-02 04:26:18.379 1010213 23261 23261 E AndroidRuntime: java.lang.RuntimeException: Unexpected...
I'm tring to write an App similar to the TfLite example but am running into out of memory problems. I see the same or similar problems with the TfLite sample:...
Hello, I am facing issues regarding permissions. For instance, right now if the user declines to provide permission you are showing a Toast. I tried to request permissions again, but...
Hello, I'm trying to record a video in WebM format but the app is crashing > 2020-12-09 14:59:26.560 28899-28899/com.android.example.camera2.video W/CameraDevice-JV-0: Stream configuration failed due to: endConfigure:543: Camera 0: Unsupported set...
I am running Camera2basic example and if I capture the still images then it only works for 63 times at one go and stops working after that.