mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-12 19:20:20 +08:00
update OrbbecSDK version to 2.9.3
This commit is contained in:
@@ -35,15 +35,25 @@ typedef std::function<void(std::shared_ptr<Frame>)> FilterCallback;
|
||||
/**
|
||||
* @brief Get the type of a PropertyRange member
|
||||
*/
|
||||
template <typename T> struct RangeTraits { using valueType = void; };
|
||||
template <typename T> struct RangeTraits {
|
||||
using valueType = void;
|
||||
};
|
||||
|
||||
template <> struct RangeTraits<OBUint8PropertyRange> { using valueType = uint8_t; };
|
||||
template <> struct RangeTraits<OBUint8PropertyRange> {
|
||||
using valueType = uint8_t;
|
||||
};
|
||||
|
||||
template <> struct RangeTraits<OBUint16PropertyRange> { using valueType = uint16_t; };
|
||||
template <> struct RangeTraits<OBUint16PropertyRange> {
|
||||
using valueType = uint16_t;
|
||||
};
|
||||
|
||||
template <> struct RangeTraits<OBIntPropertyRange> { using valueType = uint32_t; };
|
||||
template <> struct RangeTraits<OBIntPropertyRange> {
|
||||
using valueType = uint32_t;
|
||||
};
|
||||
|
||||
template <> struct RangeTraits<OBFloatPropertyRange> { using valueType = float; };
|
||||
template <> struct RangeTraits<OBFloatPropertyRange> {
|
||||
using valueType = float;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Get T Property Range
|
||||
|
||||
@@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
# Import target "ob::OrbbecSDK" for configuration "Release"
|
||||
set_property(TARGET ob::OrbbecSDK APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(ob::OrbbecSDK PROPERTIES
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.2"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.3"
|
||||
IMPORTED_SONAME_RELEASE "libOrbbecSDK.so.2"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets ob::OrbbecSDK )
|
||||
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.2" )
|
||||
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.3" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
|
||||
set(PACKAGE_VERSION "2.9.2")
|
||||
set(PACKAGE_VERSION "2.9.3")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("2.9.2" MATCHES "^([0-9]+)\\.")
|
||||
if("2.9.3" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
||||
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
||||
endif()
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "2.9.2")
|
||||
set(CVF_VERSION_MAJOR "2.9.3")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_RANGE)
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
libOrbbecSDK.so.2.9.2
|
||||
libOrbbecSDK.so.2.9.3
|
||||
BIN
Binary file not shown.
@@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
# Import target "ob::OrbbecSDK" for configuration "Release"
|
||||
set_property(TARGET ob::OrbbecSDK APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(ob::OrbbecSDK PROPERTIES
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.2"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.3"
|
||||
IMPORTED_SONAME_RELEASE "libOrbbecSDK.so.2"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets ob::OrbbecSDK )
|
||||
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.2" )
|
||||
list(APPEND _cmake_import_check_files_for_ob::OrbbecSDK "${_IMPORT_PREFIX}/lib/libOrbbecSDK.so.2.9.3" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
# The variable CVF_VERSION must be set before calling configure_file().
|
||||
|
||||
|
||||
set(PACKAGE_VERSION "2.9.2")
|
||||
set(PACKAGE_VERSION "2.9.3")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
else()
|
||||
|
||||
if("2.9.2" MATCHES "^([0-9]+)\\.")
|
||||
if("2.9.3" MATCHES "^([0-9]+)\\.")
|
||||
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
||||
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
||||
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
||||
endif()
|
||||
else()
|
||||
set(CVF_VERSION_MAJOR "2.9.2")
|
||||
set(CVF_VERSION_MAJOR "2.9.3")
|
||||
endif()
|
||||
|
||||
if(PACKAGE_FIND_VERSION_RANGE)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
libOrbbecSDK.so.2.9.2
|
||||
libOrbbecSDK.so.2.9.3
|
||||
BIN
Binary file not shown.
@@ -2028,8 +2028,8 @@
|
||||
</Misc>
|
||||
|
||||
<DepthPostProcessing>
|
||||
<HardwareNoiseRemoveFilter>false</HardwareNoiseRemoveFilter>
|
||||
<SoftwareNoiseRemoveFilter>true</SoftwareNoiseRemoveFilter>
|
||||
<HardwareNoiseRemoveFilter>true</HardwareNoiseRemoveFilter>
|
||||
<SoftwareNoiseRemoveFilter>false</SoftwareNoiseRemoveFilter>
|
||||
</DepthPostProcessing>
|
||||
|
||||
<!-- Whether to enable heartbeat by default -->
|
||||
|
||||
Reference in New Issue
Block a user