Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d71bc8

Browse files
committed
update version to v1.10.18
1 parent6fc3334 commit1d71bc8

23 files changed

+37
-10
lines changed

‎include/libobsensor/h/ObTypes.h‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,20 @@ typedef struct {
802802
int32_tlower;///< Lower threshold, unit: ms
803803
}OBTofExposureThresholdControl,ob_tof_exposure_threshold_control,TOF_EXPOSURE_THRESHOLD_CONTROL;
804804

805+
/**
806+
* @brief Device depth industry mode
807+
*/
808+
typedefenum {
809+
OB_INDUSTRY_DEFAULT,
810+
OB_INDUSTRY_MODE1,
811+
OB_INDUSTRY_MODE2,
812+
OB_INDUSTRY_MODE3,
813+
OB_INDUSTRY_MODE4,
814+
OB_INDUSTRY_MODE5,
815+
}OBDepthIndustryMode,
816+
ob_depth_industry_mode;
817+
818+
805819
/**
806820
* @brief Sync mode
807821
* @deprecated This define is deprecated, please use @ref ob_multi_device_sync_mode instead
@@ -1204,6 +1218,12 @@ typedef enum {
12041218
* @attention In this mode, the user may return null when getting the specified type of data frame from the acquired FrameSet
12051219
*/
12061220
OB_FRAME_AGGREGATE_OUTPUT_ANY_SITUATION,
1221+
/**
1222+
* @brief Disable Frame Aggreate
1223+
*
1224+
* @attention In this mode, All types of data frames will output independently.
1225+
*/
1226+
OB_FRAME_AGGREGATE_OUTPUT_DISABLE,
12071227
}OB_FRAME_AGGREGATE_OUTPUT_MODE,
12081228
OBFrameAggregateOutputMode,ob_frame_aggregate_output_mode;
12091229

‎include/libobsensor/h/Property.h‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,6 @@ typedef enum {
384384
* @brief Query the status of laser pulse width protection (read-only)
385385
*/
386386
OB_PROP_LASER_PULSE_WIDTH_PROTECTION_STATUS_BOOL=149,
387-
/**
388-
* @brief depth noise removal filter
389-
*/
390-
OB_PROP_DEPTH_NOISE_REMOVAL_FILTER_BOOL=165,
391387

392388
/**
393389
* @brief Laser always on, true: always on, false: off, laser will be turned off when out of exposure time
@@ -726,6 +722,16 @@ typedef enum {
726722
*/
727723
OB_PROP_SDK_DEPTH_RECTIFY_MG_FILTER_BOOL=3013,
728724

725+
/**
726+
* @brief Depth Stream Industry Working Mode Settings, currently only supported by DCW2.
727+
*/
728+
OB_PROP_DEPTH_INDUSTRY_MODE_INT=3024,
729+
730+
/**
731+
* @brief "OpenNI device setting data stream packet size, such as DCW2.
732+
*/
733+
OB_PROP_STREAM_PACK_UNIT_INT=3025,
734+
729735
/**
730736
* @brief Calibration JSON file read from device (Femto Mega, read only)
731737
*/
@@ -739,6 +745,7 @@ typedef enum {
739745
#defineOB_PROP_LASER_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_LEVEL_CONTROL_INT
740746
#defineOB_PROP_LASER_HW_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_ACTUAL_LEVEL_INT
741747
#defineOB_PROP_DEVICE_USB3_REPEAT_IDENTIFY_BOOL OB_PROP_DEVICE_USB2_REPEAT_IDENTIFY_BOOL
748+
#defineOB_PROP_DEPTH_NOISE_REMOVAL_FILTER_BOOL OB_PROP_DEPTH_SOFT_FILTER_BOOL
742749

743750
/**
744751
* @brief The data type used to describe all property settings

‎include/libobsensor/hpp/Pipeline.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class OB_EXTENSION_API Config {
325325
* @brief The processing strategy when the FrameSet generated by the frame aggregation function does not contain the frames of all opened streams (which
326326
* can be caused by different frame rates of each stream, or by the loss of frames of one stream): drop directly or output to the user.
327327
*
328-
* @param mode The frame aggregation output mode to be set (default mode is @refOB_FRAME_AGGREGATE_OUTPUT_FULL_FRAME_REQUIRE)
328+
* @param mode The frame aggregation output mode to be set (default mode is @refOB_FRAME_AGGREGATE_OUTPUT_ANY_SITUATION)
329329
*/
330330
voidsetFrameAggregateOutputMode(OBFrameAggregateOutputMode mode);
331331

‎lib/arm32/libOrbbecSDK.so.1.10‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOrbbecSDK.so.1.10.16
1+
libOrbbecSDK.so.1.10.18

‎lib/arm64/libOrbbecSDK.so.1.10‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOrbbecSDK.so.1.10.16
1+
libOrbbecSDK.so.1.10.18

‎lib/arm64/libob_usb.so‎

0 Bytes
Binary file not shown.

‎lib/linux_x64/libOrbbecSDK.so.1.10‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOrbbecSDK.so.1.10.16
1+
libOrbbecSDK.so.1.10.18

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp