Micro-Manage Block Diagram User Guide Hardware Based Synchronization Download ^963752 Integration with pymmcore-plus and Napari
How to Create a Configuration file
- Turn on the camera and devices connected to the computer
- Launch MicroManager
- Go to Devices > Hardware Configuration Wizard
NOTE
Java program, avoid arbitrary clicks—be patient—be kind
- Select radial button for “Create New configuration” (alternatively, you can modify and existing config)
- From the available device menu, look for “TUCam” (assuming you have already installed ^65d0c1 for micromanager)
- Expand, select “TUCam: TUCSEN Camera” with double click or “Add…” button
- Press “OK” for initialization properties
- Press next buttons (keeping all defaults)
- Result:
Device Management
MMDevice-NI USB-6001 Teensy MMDevice-Arduino
Multi-Camera Driver
Utility driver that synchronizes two camera drivers as one logical camera
- Requires both cameras have the same ROI, which is not trivial when camera sensors have different geometry.
- By trial and error, I matched the Thorlabs CS165 MU ROI with the Dhyana 400BSI V2 ROI
- Set Dhyana ROI binning to 512x512
- set ThorCam ROI with:
mmc.setCameraDevice("ThorCam")
mmc.setROI(440,305,509,509);
  mmcore2.setROI("ThorCam", 440, 305, 509, 509)
QUOTE
“In the Inspector window, switch to “Composite” mode to see a 2 color overlap of the two channels. To get the two channels side by side, there are multiple steps to take. First, use the gear icon in the bottom right of the viewer window to open a “New Window for this data”. Make sure that both window are displayed in Grayscale (you do this in the Inspector window). Then press the lock icon just above the gear icon until it is red (press it twice). Move the channel slider of one of the two viewers to the right, the other to the left, so that they display different channels. Pressing Snap or Live will now show the two channels side by side.” https://forum.microlist.org/t/micro-manager-multicamera-display-camera-images-side-by-side/2434/2