vision-camera-code-scanner
vision-camera-code-scanner copied to clipboard
MainApplication.java code
I was trying to implement this library and was not working until I realized that in the example the package VisionCameraCodeScannerPluginPackage is being linked manually. Why it is not included in the docs?
Manual linking is not required. Manual linking has to be done in example projects that are in the same repository as the library due to how auto linking works.
It was not working for me without manual linking. I was getting the following error:
Can you publish a minimal repro? I'd love to take a look at it.