gselzer / pymmcore-plus-sandbox

Other
0 stars 0 forks source link

Redirect Snap/Live to Viewfinder widget #8

Closed gselzer closed 2 months ago

gselzer commented 2 months ago

This PR introduces a single reusable window for both Snap and Live views, under a new NDViewer subclass.

Closes #3

marktsuchida commented 2 months ago

Working great on macOS!

marktsuchida commented 2 months ago

The OnCameraCCDXSize (and Y) properties are unique to the demo camera, so it'd be better to use a generic way to get the expected image size (mmc.getImageWidth()).

Edit: Also PixelType.

gselzer commented 2 months ago

The OnCameraCCDXSize (and Y) properties are unique to the demo camera, so it'd be better to use a generic way to get the expected image size (mmc.getImageWidth()).

Edit: Also PixelType.

Ooh, good catch - should be fixed with e5f69e1.