Skip to content

Commit a8d694d

Browse files
Charles GarraudSunderlandkyl
authored andcommitted
re PlusToolkit/PlusLib#878: Add initial support for Revopoint Surface depth camera
1 parent a6ebc72 commit a8d694d

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<PlusConfiguration version="2.3">
2+
<DataCollection StartupDelaySec="1.0">
3+
<DeviceSet Name="PlusServer: Revopoint 3D Camera" Description="Broadcasting acquired depth video through PlusServer from Revopoint 3D camera" />
4+
<Device Id="VideoDevice" Type="Revopoint3DCamera">
5+
<DataSources>
6+
<DataSource Type="Video" Id="VideoDEPTH" FrameWidth="1920" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
7+
</DataSources>
8+
<OutputChannels>
9+
<OutputChannel Id="VideoStreamDEPTH" VideoDataSourceId="VideoDEPTH" />
10+
</OutputChannels>
11+
</Device>
12+
</DataCollection>
13+
<PlusOpenIGTLinkServer MaxNumberOfIgtlMessagesToSend="1" MaxTimeSpentWithProcessingMs="50" ListeningPort="18944" SendValidTransformsOnly="true" OutputChannelId="VideoStreamDEPTH">
14+
<DefaultClientInfo>
15+
<MessageTypes>
16+
<Message Type="IMAGE" />
17+
</MessageTypes>
18+
<ImageNames>
19+
<Image Name="VideoStreamDEPTH" EmbeddedTransformToFrame="VideoStreamDEPTH" />
20+
</ImageNames>
21+
</DefaultClientInfo>
22+
</PlusOpenIGTLinkServer>
23+
</PlusConfiguration>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<PlusConfiguration version="2.3">
2+
<DataCollection StartupDelaySec="1.0">
3+
<DeviceSet Name="TEST Data collection for Revopoint 3D camera" Description="" />
4+
<Device Id="VideoDevice" Type="Revopoint3DCamera">
5+
<DataSources>
6+
<DataSource Type="Video" Id="VideoDEPTH" FrameWidth="960" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
7+
</DataSources>
8+
<OutputChannels>
9+
<OutputChannel Id="VideoStreamDEPTH" VideoDataSourceId="VideoDEPTH" />
10+
</OutputChannels>
11+
</Device>
12+
</DataCollection>
13+
</PlusConfiguration>

0 commit comments

Comments
 (0)