![]() |
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] |
设备安装信息,可以用于打开设备
在文件 ob2types.h 第 398 行定义.
uint32_t ob2_device_installation_info_t::vid |
厂商 ID
在文件 ob2types.h 第 400 行定义.
uint32_t ob2_device_installation_info_t::pid |
产品 ID
在文件 ob2types.h 第 403 行定义.
char ob2_device_installation_info_t::url[128] |
设备安装路径
在文件 ob2types.h 第 406 行定义.
char ob2_device_installation_info_t::serial_number[16] |
设备序列号
在文件 ob2types.h 第 409 行定义.
char ob2_device_installation_info_t::connection_type[16] |
设备连接类型(usb2.0、usb3.0 ...)
在文件 ob2types.h 第 412 行定义.