Hi,
I'm getting this error "Permission failure: com.magicleap.permission.CAMERA_CAPTURE_CVIP" in my log despite having camera permissions in my AndroidManifest. I cannot find this permission anywhere, not even in documentation. I even added that specific permission to my xml. What am I doing wrong?
All versions of sdks are latest.
Can you clarify what Unity editor version you are using and specifically which SDK for Unity and MLSDK?
Also, can you provide a screenshot of the full error message in context (if there are any other errors or warnings accompanying it).
So the issue ended up being related to some code in MLCVCamera in the GetFramePose() function not executing. I removed the "IsStarted" line and it fixed everything.