Example project source code?
Thanks so much for this repository & plugin.
I've followed your instructions and have been able to build and deploy a new Unity project with your sample scenes.
But the performance of the apk I can produce is really bad (low fps) compared to the NrealLightWithOpenCVForUnityExample.apk available on the releases page. When I run your build its much smoother.
I feel like when I am just importing the unitypackage I'm missing some configuration that your project has that's severely affecting performance.
Are you able to share the unity project source you used to compile the example apk? So that I can compare it to my attempt?
Ok, I figured it out! My project uses the SRP instead of the Built-In pipeline. I created a new project using the Built-In pipeline and I now get equivalent performance to your apk.