cameraview-ex
cameraview-ex copied to clipboard
Easy Android camera integration, advanced features.
Hi, I am getting following exception while start camera. and my goal is to capture video and continues frames. Please help me to solve this issue. com.priyankvasa.android.cameraviewex.CameraViewException: Unable to start...
I have oneplus nord ce2 device with android 11 version I have tried to implement this library but when I start app it is showing only white screen - Device:...
`Fatal Exception: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java:4471) at android.view.ViewGroup.addView(ViewGroup.java:4312) at android.view.ViewGroup.addView(ViewGroup.java:4252) at android.view.ViewGroup.addView(ViewGroup.java:4225) at com.priyankvasa.android.cameraviewex.PreviewImpl.markTouchAreas$cameraViewEx_release(PreviewImpl.kt:85) at...
Want to raise 2 points: **First** is that the callbacks of the library are using kotlin and prefer lambda expressions. The code is not designed to work well with java...
**Describe the bug** Tap focus does not work **To Reproduce** Steps to reproduce the behavior: 1. Add 'app:touchToFocus="true"' Inyo xml file 2. Tap on screen and focus not working **Expected...
Link to the issue details: https://github.com/pvasa/cameraview-ex/issues/208
App does extra flash when getting out of camera Steps to reproduce the behavior: 1. Open Sample App 2. Turn on the flash if its not enable 3. Take the...
The camera just freezes when shooting with FLASH_ON and after a small moment this error comes out 2019-09-26 03:38:21.827 17385-17385/com.waynyo.debug E/CameraFragment$onCreateView: com.priyankvasa.android.cameraviewex.CameraViewException: Error opening camera with id 0 (error: 4)...
**Describe the bug** 9/12/19 Update: I was totally incorrect about what was going on. The ZTE Cymbal T runs android 5 but when it tries to use Camera2 it is...
Hi. I have tried to take picture on emulator, it's not working!