We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217a7ed commit 9eee8c8Copy full SHA for 9eee8c8
src/navigate/config/configuration_database.py
@@ -1,5 +1,5 @@
1
camera_device_types = {
2
- "Daheng MER2-1220-32U3C": {"Daheng", "daheng"},
+ "Daheng MER2-1220-32U3C": ("Daheng", "daheng"),
3
"Hamamatsu ORCA Lightning": ("HamamatsuOrcaLightning", "hamamatsu"),
4
"Hamamatsu ORCA Fire": ("HamamatsuOrcaFire", "hamamatsu"),
5
"Hamamatsu ORCA Fusion": ("HamamatsuOrcaFusion", "hamamatsu"),
0 commit comments