![]() |
OrbbecSDK2 2.0.2
OrbbecSDK2: New generation Software-Development-Kit for Orbbec 3D-Sensor devices
|
设备详细信息,需要先打开设备后获取 更多...
#include <ob2types.h>
Public 属性 | |
uint32_t | vid |
uint32_t | pid |
char | url [128] |
char | serial_number [16] |
char | connection_type [16] |
char | name [16] |
char | firmware_version [16] |
char | hardware_version [16] |
ob2_3d_technology_type_t | technology |
设备详细信息,需要先打开设备后获取
在文件 ob2types.h 第 436 行定义.
uint32_t ob2_device_info_t::vid |
厂商 ID
在文件 ob2types.h 第 438 行定义.
uint32_t ob2_device_info_t::pid |
产品 ID
在文件 ob2types.h 第 441 行定义.
char ob2_device_info_t::url[128] |
设备安装路径
在文件 ob2types.h 第 444 行定义.
char ob2_device_info_t::serial_number[16] |
设备序列号
在文件 ob2types.h 第 447 行定义.
char ob2_device_info_t::connection_type[16] |
设备连接类型(usb2.0、usb3.0 ...)
在文件 ob2types.h 第 450 行定义.
char ob2_device_info_t::name[16] |
设备名
在文件 ob2types.h 第 453 行定义.
char ob2_device_info_t::firmware_version[16] |
设备固件版本号
在文件 ob2types.h 第 456 行定义.
char ob2_device_info_t::hardware_version[16] |
设备硬件版本号
在文件 ob2types.h 第 459 行定义.
ob2_3d_technology_type_t ob2_device_info_t::technology |
3d 成像技术类型
在文件 ob2types.h 第 462 行定义.