Skip to content

Commit

Permalink
add "PreviewCamera" property to SCAPE geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
bls337 authored Sep 11, 2023
1 parent 748b59d commit 210d719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeviceAdapters/LightSheetManager/MicroscopeGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ void MicroscopeGeometry::CreateDeviceMap()
{"IllumSlice", MM::GalvoDevice},
{"IllumBeam", MM::GalvoDevice},
{"ImagingFocus", MM::StageDevice},
{"ImagingCamera", MM::CameraDevice}
{"ImagingCamera", MM::CameraDevice},
{"PreviewCamera", MM::CameraDevice}
}
}
};
Expand Down

0 comments on commit 210d719

Please sign in to comment.