Skip to content

Commit 8ca4881

Browse files
committed
Update OrbbecSDK lib
1 parent a884e26 commit 8ca4881

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

orbbec_camera/SDK/include/libobsensor/h/Device.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ const char *ob_device_list_get_device_connection_type(ob_device_list *list, uint
9494
*/
9595
const char *ob_device_list_get_device_ip_address(ob_device_list *list, uint32_t index, ob_error **error);
9696

97+
/**
98+
* @brief Get the device extension information.
99+
*
100+
* @param[in] info Device Information
101+
* @param[in] index Device index
102+
* @param[out] error Log error messages
103+
* @return const char* The device extension information
104+
*/
105+
const char *ob_device_list_get_extension_info(ob_device_list *list, uint32_t index, ob_error **error);
106+
97107
/**
98108
* @brief Create a device.
99109
*
@@ -754,6 +764,15 @@ const char *ob_device_info_ip_address(ob_device_info *info, ob_error **error);
754764
*/
755765
const char *ob_device_info_hardware_version(ob_device_info *info, ob_error **error);
756766

767+
/**
768+
* @brief Get the device extension information.
769+
*
770+
* @param[in] info Device Information
771+
* @param[out] error Log error messages
772+
* @return const char* The device extension information
773+
*/
774+
const char *ob_device_info_get_extension_info(ob_device_info *info, ob_error **error);
775+
757776
/**
758777
* @brief Get the minimum SDK version number supported by the device
759778
*

orbbec_camera/SDK/include/libobsensor/h/Property.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ typedef enum {
384384
*/
385385
OB_PROP_LASER_PULSE_WIDTH_PROTECTION_STATUS_BOOL = 149,
386386

387-
OB_PROP_UPDATE_BASE_TIME_BOOL = 150,
388-
389387
/**
390388
* @brief Baseline calibration parameters
391389
*/
6.94 KB
Binary file not shown.
-4 KB
Binary file not shown.
4 KB
Binary file not shown.

0 commit comments

Comments
 (0)