A class that represents a connected Azure Kinect device.
More...
A class that represents a connected Azure Kinect device.
Property Name | Type | R/W | Description ---------------— |
serial_number | str | R | The unique serial number of the device. |
hardware_version | HardwareVersion | R | The hardware versions in the device. |
color_ctrl_cap | dict | R | The color control capabilities of the device. |
sync_out_connected | bool | R | True if the sync out is connected. |
sync_in_connected | bool | R | True if the sync in is connected. |
◆ close()
Closes an Azure Kinect device.
◆ get_device_count()
def get_device_count |
( |
|
int | ) |
|
|
static |
Gets the number of connected devices.
- Returns
- Number of sensors connected to the PC.
◆ get_raw_calibration()
def get_raw_calibration |
( |
|
self, |
|
|
|
bytearray |
|
) |
| |
Get the raw calibration blob for the entire Azure Kinect device.
- Returns
- bytearray: A byte array containing the raw calibration data. If this function fails to get the raw calibration data, then None is returned.
- See also
- Calibration
◆ start_imu()
def start_imu |
( |
|
self, |
|
|
|
EStatus |
|
) |
| |
Starts the IMU sample stream.
- Returns
- EStatus: EStatus.SUCCEEDED is returned on success, and EStatus.FAILED is returned otherwise.
◆ stop_cameras()
Stops the color and depth camera capture.
- See also
- start_cameras
◆ stop_imu()
The documentation for this class was generated from the following file: