CameraView
CameraView copied to clipboard
📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processi...
### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. I was unable to record the video using the Demo app....
### The bug - CameraView version: 2.7.2 - Camera engine used: camera2 - Reproducible in official demo app: No. because it's crashlytics log & I haven't found anything to reproduce...
### Describe the bug - CameraView version: In September 2323, the main branch - Camera engine used: *camera2* - Device / Android version: *Pixel, API 28* - I have read...
Exception java.lang.IllegalStateException: at android.media.MediaCodec.native_configure at android.media.MediaCodec.configure (MediaCodec.java:2215) at android.media.MediaCodec.configure (MediaCodec.java:2131) at com.otaliastudios.cameraview.video.encoding.AudioMediaEncoder.onPrepare (AudioMediaEncoder.java) at com.otaliastudios.cameraview.video.encoding.MediaEncoder$1.run (MediaEncoder.java) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:201) at android.os.Looper.loop (Looper.java:288) at android.os.HandlerThread.run...
“dng”???? demo is error Is this library still being maintained?
Is there a way to get the the mime type and extension of a taken video? I can get the file but it does not seem to have an extension...
When I try to play a song while recording a video, I can hear it clearly, but when I playback the video, the song isn't audible, only the sound from...
- api 'com.otaliastudios:cameraview:2.6.4' - Device / Android version: Redmi Note 12 5G, Redmi Note 12, Poco X5 5G Fatal Exception: android.media.MediaCodec$CodecException: start failed at android.media.MediaCodec.native_start(MediaCodec.java) at android.media.MediaCodec.start(MediaCodec.java:2322) at com.otaliastudios.cameraview.video.encoding.VideoMediaEncoder.onPrepare(VideoMediaEncoder.java:84) at...
When using the camera2 engine, leakCanary will report a memory leak when destroying the fragment or activity, although it can be released later, is there any good solution?
### demo has error : every id can not be referred in the `activity.kt` file. For example in the `CameraActivity.kt` file,`setContentView(R.layout.activity_camera)` shows error: `Unresolved reference: activity_camera`. And every id in...