简体   繁体   中英

Is it possible to receive virtual input from the portal in the HoloLens 2 when it is configured in Kiosk mode

I want to run my App in Kiosk mode to prevent users from accidentally launching the home menu with the bloom hand gesture. I would also like to be able to remotely control the App from the portal. When the HL2 is in Kiosk mode, my code to read remote input seems to stop working? Is it possible to have both Kiosk mode and remote input? If so, how?

Otherwise, are there any ways to prevent tracking the bloom gesture. If I cover the sensors, I get an environment mapping popup augmentation. Disabling environment mapping would be an alternative solution for me but I can't figure out how to do it.

Is it possible to receive virtual input from the portal in HoloLens 2 when it is configured in Kiosk mode

The virtual input feature should be able to work in Kiosk mode, we test with the Microsoft Map App and the input textbox of the active app can receive the data as expected. The device OS Build is 20348.1432.

are there any ways to prevent tracking the bloom gesture. First, on HoloLens 2, the Start gesture is to tap the Start icon that appears on your wrist. And the bloom gesture only works on the HoloLens 1.

To disable the Start menu, there are two supported scenarios included in the Kiosk mode, by enabling Single app mode, your device will launch the specified single app automatically, and no start menu is displayed. For more information, please refer to this link: Set up HoloLens as a kiosk

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM