英文:
Unity Hololnes2 camera setting with vuforia, just show webcam
问题
I am using unity version 2021.3.23f1 and newwest vuforia engine. When I use camera setting (using MRTK add scene feature and vuforia behaviour script, in play mode with remoting app it just show me webcam stream. My world center Mode is slected by "Device", and I don't see any option in setting of script to select Hololens as an option. Everything works fine when it get build and run in Visual Studio but it waste time when I am developing content constantly.
Does anyone face such issue and find a solution for it?
Thanks
this is screen shot of camera setting
and these are assets in the project
英文:
I am using unity version 2021.3.23f1 and newwest vuforia engine. When I use camera setting (using MRTK add scene feature and vuforia behaviour script, in play mode with remoting app it just show me webcam stream. My world center Mode is slected by "Device", and I don't see any option in setting of script to select Hololens as an option. Everything works fine when it get build and run in Visual Studio but it waste time when I am developing content constantly.
Does anyone face such issue and find a solution for it?
Thanks
this is screen shot of camera setting
and these are assets in the project
答案1
得分: 1
你无法在播放模式下访问HoloLens相机,因为在播放模式时,项目在本地机器上运行,然后只将图像传输到HoloLens设备。这是设计上的限制。
英文:
You can't access the HoloLens camera in Play Mode, because when in Play Mode, the project runs on the local machine and then only streams the images to the HoloLens device. This is by design.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论