cancel
Showing results for 
Search instead for 
Did you mean: 

V76 camera permission denied

sberns
Explorer

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Potss
Honored Guest

Have you tried using permission <uses-permission android:name="horizonos.permission.USB_CAMERA" />

View solution in original post

3 REPLIES 3

Potss
Honored Guest

Have you tried using permission <uses-permission android:name="horizonos.permission.USB_CAMERA" />

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!

lolaloppem
Explorer

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.