PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
130 stars 102 forks source link

BUG: Fix WinProbe live stream not recovering upon depth change #1173

Closed jamesobutler closed 4 months ago

jamesobutler commented 4 months ago

Changing imaging depth was triggering start recording which was resetting the frame number and resulting in the live stream not streaming.

In general, changing of the scan depth does not require stopping and starting the recording to execute this parameter change.

cc: @nhjohnston for additional review with hardware

nhjohnston commented 4 months ago

I can confirm that this works as expected on hardware 👍

jamesobutler commented 4 months ago

@Sunderlandkyl or @adamrankin Can you help with the integration of this PR? Thanks!