My app is getting video from UVC device, and I wish to display it in an Immersive Space. But when I open Immersive Space, the UVC capture will just stop.AI said it's due to confliction in Camera pipeline. But I don't really understand, I don't need to use any on device camera, why it conflict with my UVC...
UVC Capture stops when open Immersive Space
Hi [@Lu Linxuan](https://developer.apple.com/forums/profile/Lu Linxuan)
I was unable to reproduce this behavior. Here's what I tried.
- Download the sample app, Displaying video from connected devices.
- Remove the entitlements. As of visionOS 26 they are unnecessary.
- Add a button that opens an immersive space to
ContentView. - Run the sample and click the button to open the immersive space.
The above worked for me. Are you doing something different?
Thanks! It's working now! I have tried the same thing 1 month back and at that time it's not working, must be fixed recently!
Ther is another issue comes with Vision OS 26.1, in 26.0.1 I can get 4k resolution options with UVC input, but after upgrade to 26.1, same capture card only supports 1080p..