-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re #27: Improvements to outgoing data structure and naming
re #25: Decoupled plotting the spectrum from classifying the spectrum re #26: Added scene initialization functions
- Loading branch information
Showing
16 changed files
with
1,689 additions
and
210 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<PlusConfiguration version="2.0"> | ||
|
||
<DataCollection StartupDelaySec="2.0" > | ||
<DeviceSet | ||
Name="PlusServer: ThorLabs spectrometer" | ||
Description="Broadcasting acquired spectrum through OpenIGTLink. First image row contains wavelength value, second image row contains intensities." /> | ||
<Device | ||
Id="VideoDevice" | ||
Type="ThorLabsVideo" > | ||
<DataSources> | ||
<DataSource Type="Video" Id="Video" /> | ||
</DataSources> | ||
<OutputChannels> | ||
<OutputChannel Id="VideoStream" VideoDataSourceId="Video" /> | ||
</OutputChannels> | ||
</Device> | ||
<Device | ||
Id="CaptureDevice" | ||
Type="VirtualCapture" | ||
BaseFilename="RecordingTest.igs.mha" | ||
EnableCapturingOnStart="FALSE" > | ||
<InputChannels> | ||
<InputChannel Id="VideoStream" /> | ||
</InputChannels> | ||
</Device> | ||
</DataCollection> | ||
|
||
<PlusOpenIGTLinkServer | ||
MaxNumberOfIgtlMessagesToSend="1" | ||
MaxTimeSpentWithProcessingMs="50" | ||
ListeningPort="18944" | ||
SendValidTransformsOnly="true" | ||
OutputChannelId="VideoStream" > | ||
<DefaultClientInfo> | ||
<MessageTypes> | ||
<Message Type="IMAGE" /> | ||
</MessageTypes> | ||
<ImageNames> | ||
<Image Name="Image" EmbeddedTransformToFrame="Image" /> | ||
</ImageNames> | ||
</DefaultClientInfo> | ||
</PlusOpenIGTLinkServer> | ||
|
||
</PlusConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.