Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
sberns's avatar
sberns
Explorer
8 months ago
Solved

V76 camera permission denied

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?

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

4 Replies

  • Potss's avatar
    Potss
    Honored Guest

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

    • sberns's avatar
      sberns
      Explorer

      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!

  • 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.