Skip to content

Commit

Permalink
Update OrbbecSDK lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lixby03 committed Oct 16, 2023
1 parent a884e26 commit 8ca4881
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
19 changes: 19 additions & 0 deletions orbbec_camera/SDK/include/libobsensor/h/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ const char *ob_device_list_get_device_connection_type(ob_device_list *list, uint
*/
const char *ob_device_list_get_device_ip_address(ob_device_list *list, uint32_t index, ob_error **error);

/**
* @brief Get the device extension information.
*
* @param[in] info Device Information
* @param[in] index Device index
* @param[out] error Log error messages
* @return const char* The device extension information
*/
const char *ob_device_list_get_extension_info(ob_device_list *list, uint32_t index, ob_error **error);

/**
* @brief Create a device.
*
Expand Down Expand Up @@ -754,6 +764,15 @@ const char *ob_device_info_ip_address(ob_device_info *info, ob_error **error);
*/
const char *ob_device_info_hardware_version(ob_device_info *info, ob_error **error);

/**
* @brief Get the device extension information.
*
* @param[in] info Device Information
* @param[out] error Log error messages
* @return const char* The device extension information
*/
const char *ob_device_info_get_extension_info(ob_device_info *info, ob_error **error);

/**
* @brief Get the minimum SDK version number supported by the device
*
Expand Down
2 changes: 0 additions & 2 deletions orbbec_camera/SDK/include/libobsensor/h/Property.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ typedef enum {
*/
OB_PROP_LASER_PULSE_WIDTH_PROTECTION_STATUS_BOOL = 149,

OB_PROP_UPDATE_BASE_TIME_BOOL = 150,

/**
* @brief Baseline calibration parameters
*/
Expand Down
Binary file modified orbbec_camera/SDK/lib/arm32/libOrbbecSDK.so.1.8.1
Binary file not shown.
Binary file modified orbbec_camera/SDK/lib/arm64/libOrbbecSDK.so.1.8.1
Binary file not shown.
Binary file modified orbbec_camera/SDK/lib/x64/libOrbbecSDK.so.1.8.1
Binary file not shown.

0 comments on commit 8ca4881

Please sign in to comment.