Virtual Controller / Virtual Keyboard for JioGlass

Compatability
Virtual Controller
Virtual Keyboard

JioGlass

JioDive

JioPrism

Virtual Controller and Virtual Keyboard have been supported since JMRSDK 4.12.4. It allows the smartphone to become the controller when used with JioGlass Lite.

JMRSDK 4.24.1 onwards, developers can now check whether the application is using a Virtual Controller, Physical Controller, or Gaze mode to update their tutorial screens with respective images and specific controller binding.

  • Example Usage -

private InteractionDeviceType deviceType; 
deviceType = JMRInteractionManager.Instance.GetSupportedInteractionDeviceType();
Virtual Controller and its functions

Get the Virtual Controller render from here or use the image below

JioGlass render

Last updated