Im using android studio with Java to create a mobile application with OpenCV 4.2.0. Because of feature requirements i decided to update to 4.2.0. After updating to the newest version, i can no longer see camera output in my application (Completely black).
Main activity code: (unchanged since updating to 4.2.0) https://pastebin.com/sLmS1pXm
I set the application to print a log in onCameraViewStarted, but the log is never visible, and so the onCameraViewStarted method is never called. I tried the same in onCameraFrame, but get the same result.
The only error i get is: E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV
But from what i've read this error is irrelevant.
Any help would be greatly appreciated!