CameraView icon indicating copy to clipboard operation
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...

Results 131 CameraView issues
Sort by recently updated
recently updated
newest added

Currently whenever camera open/close is called the UI stucks. Can we prepare camera preview in some other thread to atleast reduce jerks specially when camera is in ViewPager fragment similar...

is:question

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *2.7.2* - Camera engine used: *camera2* - Reproducible...

is:discussion

I am looking for a way to observe preview stream availability, meaning when is the preview shown, and when it is closed. Reading the documentation of CameraView, I haven't find...

is:enhancement

### Problem (inconvenience) New Android shared storage concept dictates a set of new rules for media files access. Developers have to leave Java File API approach and start work with...

is:enhancement
about:video

- **CameraView version**: Release v2.6.2 with latest latest Commits on May 24, 2020 - **Camera engine used:** camera2 - **Reproducible in official demo app**: Yes - **Device / Android version**:...

is:bug
needs:investigation
about:video

In the CameraEngine class ,I believe we should dispatch other RuntimeExcetion to caller ! We should not throw RuntimeException to application! ![image](https://user-images.githubusercontent.com/14813243/111442540-6f03a300-8743-11eb-83a7-1cc5bbbff6d7.png)

- Fixes ... 889 - Tests: ... No need - Docs updated: ... no ### Solution Added a new method to set the MediaRecorder capture rate, this will allow us...

- Fixes #805 - Tests: no - Docs updated: no ### Solution I trying use all actions, which depend on Mode (photo/video), without restart camera (preview, engine), but only for...

Add 2 new features: Pause video recording and Resume video recording