Skip to content

Commit 9bebd0d

Browse files
author
xiexun
committed
Change the default value of EnumerateNetDevice in the SDK config file to false‌
1 parent ed247fe commit 9bebd0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

orbbec_camera/config/OrbbecSDKConfig_v2.0.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<!-- Default configuration of data streams for different types of devices -->
6767
<Device>
6868
<!-- Whether to enumerate network devices, bool type, true-enable, false-disable (default) -->
69-
<EnumerateNetDevice>true</EnumerateNetDevice>
69+
<EnumerateNetDevice>false</EnumerateNetDevice>
7070

7171
<!-- Global UVC Backend select on Linux; optional values: Auto, V4L2, LibUVC; The default
7272
setting is "Auto," which will automatically select the appropriate option based on the
@@ -129,7 +129,7 @@
129129
<!-- Global timestamp fitter queue size, default value: 100, minimum value: 20 -->
130130
<GlobalTimestampFitterQueueSize>100</GlobalTimestampFitterQueueSize>
131131
</Misc>
132-
132+
133133
<Depth>
134134
<!-- The width of the default resolution, int type -->
135135
<Width>640</Width>
@@ -1200,7 +1200,7 @@
12001200
<Format>Y8</Format>
12011201
</RightIR>
12021202
</Gemini335Lg>
1203-
1203+
12041204
<!-- Gemini335Le config -->
12051205
<Gemini335Le>
12061206
<!-- Whether to enable heartbeat by default -->
@@ -1217,12 +1217,12 @@
12171217
<!-- Global timestamp fitter queue size, default value: 100, minimum value: 20 -->
12181218
<GlobalTimestampFitterQueueSize>100</GlobalTimestampFitterQueueSize>
12191219
</Misc>
1220-
1220+
12211221
<DepthPostProcessing>
12221222
<HardwareNoiseRemoveFilter>false</HardwareNoiseRemoveFilter>
12231223
<SoftwareNoiseRemoveFilter>true</SoftwareNoiseRemoveFilter>
12241224
</DepthPostProcessing>
1225-
1225+
12261226
<!-- Whether to enable heartbeat by default -->
12271227
<DefaultHeartBeat>0</DefaultHeartBeat>
12281228
<!-- Whether to enable firmware upgrade foolproof by default, only internal version
@@ -2047,7 +2047,7 @@
20472047
<Format>Y8</Format>
20482048
</RightIR>
20492049
</CAM-5530>
2050-
2050+
20512051
<!-- Gemini435Le config -->
20522052
<Gemini435Le>
20532053
<!-- The default Linux UVC backend. If the LinuxUVCBackend is set to "Auto," this item

0 commit comments

Comments
 (0)