Kinect Serial Number

  1. Kumpulan Serial Number Idm
  2. Serial Number Idm
  3. Kumpulan Serial Number
  4. Find-xbox-one-kinect-serial-number

Kumpulan Serial Number Idm

Kinect Serial Number

Dec 30, 2016 - Later, fill up the online Kinect Adapter fulfillment form. For this, you will require serial number for all three devices which you have recovered in. Feb 24, 2015  The serial number is printed on the sensor. We do not provide an api that gives you the serial number of the device. As for the api you are using, that will only provide a unique identifier for the port the device is connected to.

How can I get the serial numbers of my kinect devices in OpenNI? I'm usingavin2's SensorKinect driver.

I'm trying the following, but I only get '0' in my variable serial:

Serial Number Idm

Marek MiettinenMarek Miettinen

2 Answers

I think that's not possible with OpenNI yet (at least for the Kinect - maybe the avin2 driver is to blame).

However, you can get information about into which USB bus/port is the Kinect connected using xn::NodeInfo::GetCreationInfo (link)

On linux it contains the following (for a Device NodeType):

I cannot show you exact code, as I use OpenNI java wrapper instead of C++, but this method works for me on Mac/Linux/Win to differentiate Kinects in my applications.

The problem is, that the bus/port information will change when you connect kinect to another usb (and on linux it changes sometimes even between restarts).

But if you're on linux, you can use (as root):

to get the actual serial number of the kinect.

Therefore you can come up with a bash script, that will be run before your OpenNI application starts, that will find the bus/port and pass it to your application (which can then use this information to communicate with the correct Kinect).

Jiri WildJiri Wild

With OpenNI2, giving wanted serial number as wantedSerialNumber string

Kumpulan Serial Number

Alessandro PezzatoAlessandro Pezzato

Find-xbox-one-kinect-serial-number

Not the answer you're looking for? Browse other questions tagged c++kinectopenni or ask your own question.