3 weeks ago
Hi
I’m developing a unity app that uses an hdmi capture card connected to the quest 3 usb-c port. All was working well until 2 days ago when my quest updated from v74 to v76, and now no matter what permissions I set in my android manifest, access to the connected camera is immediately denied and I am no longer prompted at startup to allow USB Video. This was working until the update to v76. How can I resolve this permission issue? Is this a v76 bug?
Solved! Go to Solution.
2 weeks ago
Have you tried using permission <uses-permission android:name="horizonos.permission.USB_CAMERA" />
2 weeks ago
Have you tried using permission <uses-permission android:name="horizonos.permission.USB_CAMERA" />
2 weeks ago
Thank you!! That did the trick! I had to manually allow it first but that permission request got my app listed in the connected camera app permission section within settings. Fantastic!
9 hours ago
Where were you able to find that permission? Is this documented somewhere?
I was also relying previously on the "manage storage" permission, but now it has completely disappeared.