Search Issue Tracker
Fixed in 1.0.0-preview.19
Votes
19
Found in [Package]
1.0.0-preview.18
Issue ID
1068985
Regression
No
AR Camera does not work with Video Player on ARCore
Copied from https://github.com/Unity-Technologies/arfoundation-samples/issues/7
"
I tried out AR Foundation a little by placing a plane with a video player in the SampleScene.
It worked as expected on iOS, but on Android I faced a problem:
The video gets rendered through the camera feed, as seen in this video: https://www.dropbox.com/s/05zsjpsx8fzm925/Screen%20recording%20AR%20Foundation.mp4?dl=0
I'm using Unity version 2018.1.5f1.
"
Comments (15)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crashes in the wild on Vulkan in CreateDepthSurfaceImpl
- Position and rotation of a GameObject with Rigidbody reset when it is enabled and moved in the same Update call and the frame rate is low
- “Ignoring depth surface store action as it is memoryless” warnings thrown when Capturing new Snapshot while in Play Mode
- Certain textures are not loaded when using the "Load texture data on demand" feature
- [Android][OpenGL] The 2DLight is disproportionately bright on some Android devices when OpenGLES3 is used
vl4dimir
Aug 21, 2018 18:03
Yes, it seems like it.
BTW, I see that the bug has been classified as "Severity: 3 - Workaround is possible" – is there a known workaround? I couldn't find one and I've spent hours on this thing.
Privateer
Aug 21, 2018 10:49
It seems as if the AR camera and the video player are fighting about who gets to render the back plane.
Privateer
Aug 21, 2018 10:33
Also happens to me, using 8th Wall's SDK. But it doesn't happen when I use the remote in play mode.
vl4dimir
Aug 20, 2018 15:05
In addition to using Unity's built-in VideoPlayer component, I've also tried using UMP Pro and its Native, libVLC, and Exo video plugins. All four approaches produce the same result (as described above), so it's probably tied to the way ARFoundation is handling the device's video camera feed. Let me know if I can help with fixing this one, it's pretty much a show stopper.