Jump to content

SN of HMD


Netvr

Recommended Posts

   Is there a way to get the serial number for Vive Focus devices not yet running VIU? Possibly from WVR_GetParameters?

 

Something like this? 

char pchString[256] = "SerialNumber";char retString[256] = { 0 };uint32_t size;//Get the result from device servicesize = WVR_GetParameters(WVR_DeviceType_HMD, pchString, retString, 256);

 

 https://hub.vive.com/storage/app/doc/en-us/WVR_GetParameters.html

Link to comment
Share on other sites

Hi  ,

 

Just clarified that the method of VIU suggested by Dario is working on PC, but not supported on Focus/Focus Plus since PII (Personal Identitfying Information) concern.

The alternative way for you is from Android API we provide previously.

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...