cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access Quest 3's front camera?

1213sumin
Honored Guest

I want to make MR app using Computer Vision technology.

But I don't know How can I access my VR's front camera.

I want to get front camera's image to process.

Can I access Quest 3's front camera?

19 REPLIES 19

I have a question for you , le't's suppose that it works, computer vision will return only x and y how could we detect the profondity (z) ?
thanks..

In Unreal there is a built in node "Get Screen Location to World Space" that does what you want but I'm not sure how it behaves in a Quest which has 2 offsetted displays for each eye. 

Also Ditto. How can we build true mixed reality apps if we cant compute the real world data. Frustrating...

Meta already relented and said they are planning to give some level of developer access to the cameras.  I would expect to see it sometime later this year.

Awesome, I hope it wont take too long.

Great! Now I wait for Unreal support... 

JeffNik
MVP
MVP

Fantastic news to see it finally arriving! I may have to wait to play with it though - part of this process is to manually add the permission to the android manifest file. Because of the way that Unity handles the android manifest, I've never been able to find good documentation on how to do this - I add the permission, but it's  always removed when building the APK. Anyone know what I might be doing wrong or have a step-by-step guide I can check out? Plus - if the device will only allow one attempt to set the permission (as xrdevbob suggests) - I'm sure I'll mess it up, and have to factory reset a bunch of times. 🙂

 

Don't worry, the manifest should not change if you don't update it. There is a Meta option to update the Manifest as well as create a store compatible manifest. I would just do this once and then add the camera permission manually. Once you've done this the manifest does not just change by itself.

Also for the camera permissions, this only happens if you deny all the permissions. But even then, all you have to do is to create a new build (incremental is fine). You do not have to factory reset your device.

Feel free to ping again if you get stuck with anything!

Thank you so much! ‌‌😆
I’m really excited to be able to use the VR front camera.
I also truly appreciate everyone for sharing opinions.

Sorry to ask, but I've tried those things in the past, and it didn't work for me - my changes kept getting overwritten.  Could you give me the actual steps involved?