opencv-documentscanner-android icon indicating copy to clipboard operation
opencv-documentscanner-android copied to clipboard

Using opencv library, example of connecting project to c++ code and performing document scanning

Results 4 opencv-documentscanner-android issues
Sort by recently updated
recently updated
newest added

_**Error:(198) *** Android NDK: Aborting... . Stop. and Error:Execution failed for task ':app:ndkBuild'. Process 'command finished with non-zero exit value 2**_ _below is my app level build.gradle Please give a...

I get This Output .It was not detecting accuratelyu https://drive.google.com/file/d/1YnYYAHM61KlScEUIlAzh_IbYEfbFshkm/view?usp=sharing

Hi, the program is running fine but it goes to take picture is this point of code afState is always zero: int afState = result.get(CaptureResult.CONTROL_AF_STATE); Here is the logcat: 08-30...

I constantly get a crash in Camera2BasicFragment.java on private void process(CaptureResult result) { int afState = result.get(CaptureResult.CONTROL_AF_STATE); --> java.lang.reflect.InvocationTargetException (result is not null) Running on Nexus 6p, built around OpenCV...