![]() |
OrbbecSDK
1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
|
成员的完整列表,这些成员属于 ob::Device,包括所有继承而来的类成员
activateAuthorization(const char *authCode) | ob::Device | |
Device(std::unique_ptr< DeviceImpl > impl) | ob::Device | |
deviceUpgrade(const char *filePath, DeviceUpgradeCallback callback, bool async=true) | ob::Device | |
getBoolProperty(OBPropertyID propertyId) | ob::Device | |
getBoolPropertyRange(OBPropertyID propertyId) | ob::Device | |
getCalibrationCameraParamList() | ob::Device | |
getCmdVersion(OBPropertyID propertyId) | ob::Device | |
getCurrentDepthWorkMode() | ob::Device | |
getDepthWorkModeList() | ob::Device | |
getDeviceInfo() | ob::Device | |
getDeviceState() | ob::Device | |
getFloatProperty(OBPropertyID propertyId) | ob::Device | |
getFloatPropertyRange(OBPropertyID propertyId) | ob::Device | |
getIntProperty(OBPropertyID propertyId) | ob::Device | |
getIntPropertyRange(OBPropertyID propertyId) | ob::Device | |
getProtocolVersion() | ob::Device | |
getRawData(OBPropertyID propertyId, GetDataCallback callback, bool async=false) | ob::Device | |
getSensor(OBSensorType type) | ob::Device | |
getSensorList() | ob::Device | |
getStructuredData(OBPropertyID propertyId, void *data, uint32_t *dataSize) | ob::Device | |
getStructuredDataExt(OBPropertyID propertyId) | ob::Device | |
getSupportedProperty(uint32_t index) | ob::Device | |
getSupportedPropertyCount() | ob::Device | |
getSyncConfig() | ob::Device | |
isPropertySupported(OBPropertyID propertyId, OBPermissionType permission) | ob::Device | |
Pipeline class | ob::Device | friend |
readAHB(uint32_t reg, uint32_t mask, uint32_t *value) | ob::Device | |
readFlash(uint32_t offset, uint32_t dataSize, GetDataCallback callback, bool async=false) | ob::Device | |
readI2C(uint32_t moduleId, uint32_t reg, uint32_t mask, uint32_t *value) | ob::Device | |
reboot() | ob::Device | |
Recorder class | ob::Device | friend |
sendFile(const char *filePath, const char *dstPath, SendFileCallback callback, bool async=true) | ob::Device | |
setBoolProperty(OBPropertyID propertyId, bool property) | ob::Device | |
setDeviceStateChangedCallback(DeviceStateChangedCallback callback) | ob::Device | |
setFloatProperty(OBPropertyID propertyId, float property) | ob::Device | |
setIntProperty(OBPropertyID propertyId, int32_t property) | ob::Device | |
setRawData(OBPropertyID propertyId, const void *data, uint32_t dataSize, SetDataCallback callback, bool async=false) | ob::Device | |
setStructuredData(OBPropertyID propertyId, const void *data, uint32_t dataSize) | ob::Device | |
setStructuredDataExt(OBPropertyID propertyId, std::shared_ptr< OBDataBundle > dataBundle, SetDataCallback callback) | ob::Device | |
setSyncConfig(const OBDeviceSyncConfig &deviceSyncConfig) | ob::Device | |
switchDepthWorkMode(const OBDepthWorkMode &workMode) | ob::Device | |
switchDepthWorkMode(const char *modeName) | ob::Device | |
syncDeviceTime() | ob::Device | |
writeAHB(uint32_t reg, uint32_t mask, uint32_t value) | ob::Device | |
writeAuthorizationCode(const char *authCodeStr) | ob::Device | |
writeFlash(uint32_t offset, const void *data, uint32_t dataSize, SetDataCallback callback, bool async=false) | ob::Device | |
writeI2C(uint32_t moduleId, uint32_t reg, uint32_t mask, uint32_t value) | ob::Device | |
~Device() noexcept | ob::Device | virtual |