File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <PlusConfiguration version =" 2.3" >
2+ <DataCollection StartupDelaySec =" 1.0" >
3+ <DeviceSet Name =" PlusServer: Azure Kinect Camera " Description =" Broadcasting acquired RGB and Depth video through PlusServer from Azure Kinect camera" />
4+ <Device Id =" VideoDevice" Type =" AzureKinect" AlignDepthStream =" TRUE" >
5+ <DataSources >
6+ <DataSource Type =" Video" Id =" VideoRGB" FrameType =" RGB" FrameSize =" 1920" FrameRate =" 15" PortUsImageOrientation =" UN" />
7+ <DataSource Type =" Video" Id =" VideoDEPTH" FrameType =" DEPTH" FrameSize =" 1024" FrameRate =" 15" PortUsImageOrientation =" UN" />
8+ </DataSources >
9+ <OutputChannels >
10+ <OutputChannel Id =" VideoStreamRGB" VideoDataSourceId =" VideoRGB" />
11+ <OutputChannel Id =" VideoStreamDEPTH" VideoDataSourceId =" VideoDEPTH" />
12+ </OutputChannels >
13+ </Device >
14+ </DataCollection >
15+ <PlusOpenIGTLinkServer MaxNumberOfIgtlMessagesToSend =" 1" MaxTimeSpentWithProcessingMs =" 50" ListeningPort =" 18944" SendValidTransformsOnly =" true" OutputChannelId =" VideoStreamDEPTH" >
16+ <DefaultClientInfo >
17+ <MessageTypes >
18+ <Message Type =" IMAGE" />
19+ </MessageTypes >
20+ <ImageNames >
21+ <Image Name =" VideoStreamDEPTH" EmbeddedTransformToFrame =" VideoStreamDEPTH" />
22+ </ImageNames >
23+ </DefaultClientInfo >
24+ </PlusOpenIGTLinkServer >
25+ <PlusOpenIGTLinkServer MaxNumberOfIgtlMessagesToSend =" 1" MaxTimeSpentWithProcessingMs =" 50" ListeningPort =" 18945" SendValidTransformsOnly =" true" OutputChannelId =" VideoStreamRGB" >
26+ <DefaultClientInfo >
27+ <MessageTypes >
28+ <Message Type =" IMAGE" />
29+ </MessageTypes >
30+ <ImageNames >
31+ <Image Name =" VideoStreamRGB" EmbeddedTransformToFrame =" VideoStreamRGB" />
32+ </ImageNames >
33+ </DefaultClientInfo >
34+ </PlusOpenIGTLinkServer >
35+ </PlusConfiguration >
Original file line number Diff line number Diff line change 1+ <PlusConfiguration version =" 2.3" >
2+ <DataCollection StartupDelaySec =" 1.0" >
3+ <DeviceSet Name =" TEST Data collection for AzureKinect Device" Description =" " />
4+ <Device Id =" VideoDevice" Type =" AzureKinect" AlignDepthStream =" FALSE" >
5+ <DataSources >
6+ <DataSource Type =" Video" Id =" VideoRGB" FrameType =" RGB" FrameSize =" 1280" FrameRate =" 15" PortUsImageOrientation =" UN" />
7+ <DataSource Type =" Video" Id =" VideoDEPTH" FrameType =" DEPTH" FrameSize =" 640" FrameRate =" 15" PortUsImageOrientation =" UN" />
8+ </DataSources >
9+ <OutputChannels >
10+ <OutputChannel Id =" VideoStreamRGB" VideoDataSourceId =" VideoRGB" />
11+ <OutputChannel Id =" VideoStreamDEPTH" VideoDataSourceId =" VideoDEPTH" />
12+ </OutputChannels >
13+ </Device >
14+ </DataCollection >
15+ </PlusConfiguration >
You can’t perform that action at this time.
0 commit comments