-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera/Transparent Background #247
Comments
Hi @Thomas101, That's an interesting idea. Making the scene/scene navigator transparent through React isn't supported on our platform (mainly because we haven't had any requests for it until now). However, this is supported on our ViroCore platform by setting the A possible second issue here would be that using However, this is a use-case we'd like to support, and we're evaluating a few ways of enabling this in a future release We do have a few questions:
We're looking forward to your answers. Let us know if you have any other concerns! |
Hi @achuvm thanks for your detailed answer! It's great to hear that it's something that could be possible. I'll answer your questions below, but let me know if you need more info!
Ideally both. Arguably as device support is more widespread on iOS you could use ARScene to do most of this, but it would be a real pain to create two scenes to do the same thing.
I think this is a really key feature that's missing from the One of the main reasons for not using an ARScene is device support so if you're creating simple experiences falling back to VR or just 3D makes a lot of sense. Using a VR Scene gives a really great experience when there's the option of using VR goggles, but if this is never suggested to the user or they've never used them before it can be a bit confusing that they have to do things like center the crosshairs to click on an object. This kind of falls into #246 that I opened. For our use case we'd be looking to use auto rotation or implement it ourselves if needs be. For ease of constructing scenes
Prototyping & testing currently but looking towards production. I think the use case that we have here is just one thing that we've come up with and there's a few more ideas we're thinking about. We've played at prototyping something in aframe with the camera behind it and it does work, but performance is a bit hit-and-miss and the entire native->javascript->native->webview stack is a bit of a nightmare! We've fallen in ❤ with what you've managed to do with Viro and think it gives the best experience on native mobile! |
Hi, has there been progress made on this issue over the last year? I'm in the same boat, I'd like to offer some sort of support for Android users that don't qualify for Arcore. Thanks! |
@Thomas101 @achuvm Hi, so is there a way to make viro ar scene transparent? |
Hi,
We're looking at what kind of experience we can give when a device doesn't support ARKit/ARCore and one of the ideas we've been playing with is displaying the camera feed behind the scene. With this we could, for example, display some points of interest with their position set based on compass orientation/device location etc.
We were thinking of something along the lines of...
So far we haven't found anything that will allow us to make the scene or scene navigator transparent to allow the camera feed to show through, or if this even the best way of doing this. Is there any way of doing this with the current version of the library? If not, would it be possible to add the camera feed to the scene as background for example?
I know this is easily possible using the ARScene, but we're just looking into ways we can provide a degraded experience for older devices
The text was updated successfully, but these errors were encountered: