Virtual Controller / Virtual Keyboard for JioGlass

Virtual Controller and Virtual Keyboard are supported since JMRSDK 4.12.4. They 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 JioGlass Lite renders from here.

Last updated