We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8d43a commit 2c806ccCopy full SHA for 2c806cc
microscope/cameras/atmcd.py
@@ -1443,6 +1443,7 @@ def initialize(self):
1443
"""Initialize the library and hardware and create Setting objects."""
1444
_logger.info("Initializing ...")
1445
num_cams = GetAvailableCameras()
1446
+ _logger.info("Found %d available cameras", num_cams)
1447
if self._index >= num_cams:
1448
msg = "Requested camera %d, but only found %d cameras" % (
1449
self._index,
0 commit comments