User`s guide
12 Using the Kinect for Windows Adaptor
12-8
The following shows the depth sensor, which is Device 2.
info.DeviceInfo(2)
ans =
DefaultFormat: 'Depth_640x480'
DeviceFileSupported: 0
DeviceName: 'Kinect Depth Sensor'
DeviceID: 2
VideoInputConstructor: 'videoinput('kinect', 2)'
VideoDeviceConstructor: 'imaq.VideoDevice('kinect', 2)'
SupportedFormats: {'Depth_640x480' 'Depth_320x240' 'Depth_80x60'}
You can use multiple Kinect cameras together. Multiple Kinect sensors are enumerated
as DeviceIDs [1] [2] [3] [4] and so on. For example, if you had two Kinect
cameras, the first one would have Kinect Color Sensor with DeviceID 1 and
Kinect Depth Sensor with DeviceID 2 and the second Kinect camera would have
Kinect Color Sensor with DeviceID 3 and Kinect Depth Sensor with DeviceID
4.
Note: To understand the differences in using the Kinect adaptor compared to other
toolbox adaptors, see “Important Information About the Kinect Adaptor” on page 12-2.
For more information on the Kinect streams, see “Data Streams Returned by the Kinect”
on page 12-4. For an example that shows how to access the skeletal metadata, see
“Acquiring Image and Skeletal Data Using Kinect” on page 12-9.