Obtaining Battery Status for Headset/Controllers in AirLink Mode
I'm currently developing a VR game in Unity, and during gameplay, I need to send specific information through an API to a local Python program, which then forwards it to a backend server for monitoring. Now, I want to monitor the battery status of VR devices, but I can't find a clear answer. Please let me know if there is a way to obtain the battery status either in Unity or Python?1.2KViews0likes0CommentsReading Buttons with Python
Is there any way that we make the command " ovr.InputState.HandTrigger[ovr.Hand_Right] " gives the two float number in python. I'm trying to read "ovr.InputState.HandTrigger[ovr.Hand_Right]" but it gives the Error " '_ctypes.CField' object has no attribute '__getitem__' ". Also the command "print(ovr.InputState.HandTrigger)" gives " <Field type=c_float_Array_2, ofs=24, size=8> ".397Views0likes0Comments