Skip to content

Commit 4647e53

Browse files
kenavolicSunderlandkyl
authored andcommitted
ENH: Add points cloud channel to Revopoint config files
1 parent 2418cc4 commit 4647e53

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

ConfigFiles/PlusDeviceSet_Server_Revopoint3DCamera.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<DeviceSet Name="PlusServer: Revopoint 3D Camera" Description="Broadcasting acquired depth video through PlusServer from Revopoint 3D camera" />
44
<Device Id="VideoDevice" Type="Revopoint3DCamera">
55
<DataSources>
6-
<DataSource Type="Video" Id="VideoDEPTH" FrameWidth="1920" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
6+
<DataSource Type="Video" Id="VideoDEPTH" FrameType="DEPTH" FrameWidth="1920" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
7+
<DataSource Type="Video" Id="VideoPCL" FrameType="PCL" PortUsImageOrientation="UN" />
78
</DataSources>
89
<OutputChannels>
910
<OutputChannel Id="VideoStreamDEPTH" VideoDataSourceId="VideoDEPTH" />
11+
<OutputChannel Id="VideoStreamPCL" VideoDataSourceId="VideoPCL" />
1012
</OutputChannels>
1113
</Device>
1214
</DataCollection>
@@ -20,4 +22,14 @@
2022
</ImageNames>
2123
</DefaultClientInfo>
2224
</PlusOpenIGTLinkServer>
25+
<PlusOpenIGTLinkServer MaxNumberOfIgtlMessagesToSend="1" MaxTimeSpentWithProcessingMs="50" ListeningPort="18945" SendValidTransformsOnly="true" OutputChannelId="VideoStreamPCL">
26+
<DefaultClientInfo>
27+
<MessageTypes>
28+
<Message Type="IMAGE" />
29+
</MessageTypes>
30+
<ImageNames>
31+
<Image Name="VideoStreamPCL" EmbeddedTransformToFrame="VideoStreamPCL" />
32+
</ImageNames>
33+
</DefaultClientInfo>
34+
</PlusOpenIGTLinkServer>
2335
</PlusConfiguration>

ConfigFiles/Testing/PlusDeviceSet_DataCollectionOnly_Revopoint3DCamera.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<DeviceSet Name="TEST Data collection for Revopoint 3D camera" Description="" />
44
<Device Id="VideoDevice" Type="Revopoint3DCamera">
55
<DataSources>
6-
<DataSource Type="Video" Id="VideoDEPTH" FrameWidth="960" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
6+
<DataSource Type="Video" Id="VideoDEPTH" FrameType="DEPTH" FrameWidth="960" FrameRate="8" DepthRange="5 500" PortUsImageOrientation="UN" />
7+
<DataSource Type="Video" Id="VideoPCL" FrameType="PCL" PortUsImageOrientation="UN" />
78
</DataSources>
89
<OutputChannels>
910
<OutputChannel Id="VideoStreamDEPTH" VideoDataSourceId="VideoDEPTH" />
11+
<OutputChannel Id="VideoStreamPCL" VideoDataSourceId="VideoPCL" />
1012
</OutputChannels>
1113
</Device>
1214
</DataCollection>

0 commit comments

Comments
 (0)