Skip to content

Commit 3d0fda2

Browse files
authored
ENH: Add DAQVideoSource device (#52)
* DeviceDAQUsb3Frm13BCam Added Code for DeviceDAQUsb3Frm13BCam device added * Fixing variable names Fixing variable names for DAQ * Changes in Labels (DataMode) Changes in Labels (DataMode) * Name change * Name change * Changing name from DAQVIDEOSOURCE_CAM to DAQVIDEOSOURCE Changing name from DAQVIDEOSOURCE_CAM to DAQVIDEOSOURCE
1 parent a991566 commit 3d0fda2

2 files changed

+94
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<PlusConfiguration version="2.1">
2+
3+
<DataCollection StartupDelaySec="1.0" >
4+
<DeviceSet
5+
Name="PlusServer: DAQ USB3-FRM13-B Grabber (CameraLink)"
6+
Description="Broadcasting acquired video through PlusServer from a DAQ USB3-FRM13-B Grabber (CameraLink)"
7+
/>
8+
<Device
9+
Id="VideoDevice"
10+
Type="DAQVideoSource"
11+
DataMode="16"
12+
>
13+
<DataSources>
14+
<DataSource Type="Video" Id="Video" PortUsImageOrientation="UF"/>
15+
</DataSources>
16+
<OutputChannels>
17+
<OutputChannel Id="VideoStream" VideoDataSourceId="Video" />
18+
</OutputChannels>
19+
</Device>
20+
</DataCollection>
21+
22+
<CoordinateDefinitions>
23+
<Transform From="Image" To="Reference"
24+
Matrix="
25+
0.5 0 0 0
26+
0 -0.5 0 0
27+
0 0 0.5 0
28+
0 0 0 1" />
29+
</CoordinateDefinitions>
30+
31+
<PlusOpenIGTLinkServer
32+
MaxNumberOfIgtlMessagesToSend="1"
33+
MaxTimeSpentWithProcessingMs="33"
34+
ListeningPort="18944"
35+
SendValidTransformsOnly="true"
36+
OutputChannelId="VideoStream" >
37+
<DefaultClientInfo>
38+
<MessageTypes>
39+
<Message Type="IMAGE" />
40+
</MessageTypes>
41+
<ImageNames>
42+
<Image Name="Image" EmbeddedTransformToFrame="Reference" />
43+
</ImageNames>
44+
</DefaultClientInfo>
45+
</PlusOpenIGTLinkServer>
46+
47+
</PlusConfiguration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<PlusConfiguration version="2.1">
2+
3+
<DataCollection StartupDelaySec="1.0" >
4+
<DeviceSet
5+
Name="PlusServer: DAQ USB3-FRM13-B Grabber (CameraLink)"
6+
Description="Broadcasting acquired video through PlusServer from a DAQ USB3-FRM13-B Grabber (CameraLink)"
7+
/>
8+
<Device
9+
Id="VideoDevice"
10+
Type="DAQVideoSource"
11+
DataMode="16"
12+
>
13+
<DataSources>
14+
<DataSource Type="Video" Id="Video" PortUsImageOrientation="UF"/>
15+
</DataSources>
16+
<OutputChannels>
17+
<OutputChannel Id="VideoStream" VideoDataSourceId="Video" />
18+
</OutputChannels>
19+
</Device>
20+
</DataCollection>
21+
22+
<CoordinateDefinitions>
23+
<Transform From="Image" To="Reference"
24+
Matrix="
25+
0.5 0 0 0
26+
0 -0.5 0 0
27+
0 0 0.5 0
28+
0 0 0 1" />
29+
</CoordinateDefinitions>
30+
31+
<PlusOpenIGTLinkServer
32+
MaxNumberOfIgtlMessagesToSend="1"
33+
MaxTimeSpentWithProcessingMs="33"
34+
ListeningPort="18944"
35+
SendValidTransformsOnly="true"
36+
OutputChannelId="VideoStream" >
37+
<DefaultClientInfo>
38+
<MessageTypes>
39+
<Message Type="IMAGE" />
40+
</MessageTypes>
41+
<ImageNames>
42+
<Image Name="Image" EmbeddedTransformToFrame="Reference" />
43+
</ImageNames>
44+
</DefaultClientInfo>
45+
</PlusOpenIGTLinkServer>
46+
47+
</PlusConfiguration>

0 commit comments

Comments
 (0)