JioDive Device State
To detect if a person is wearing JioDive or not, JMRSDK provides a method, that works on the principle that there is slight motion when JioDive is worn by a person.
This function is expensive, may impact heavily on performance, and should be used with caution.
To use this function call this method:
Then subscribe to action callbacks to receive the response:
This function will keep running the callbacks for 5 seconds every frame.
Example Code
Last updated