Skip to content

Commit

Permalink
Update LSLScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Oct 28, 2023
1 parent 22b9498 commit 94d3f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybci/Utils/LSLScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def ScanMarkerStreams(self):
markerStreams = []
self.markerStream = None
for stream in streams:
print(stream.name())
print(stream.type())
if stream.type() in self.markerTypes:
markerStreams.append(StreamInlet(stream))
if self.markerStreamPredefined:
Expand Down

0 comments on commit 94d3f25

Please sign in to comment.