You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The software is just looking for a USB device with a specified name. Currently that name is hardcoded to "Tiny2". It should be extended:
a list of available usb devices can be opened. Users can select any device.
the software should hold a list of supported devices. The usb device list should mark devices in categories such as "fully supported", "partially supported", "not supported" and "unknown support"
each camera should hold a feature list with its own GUI and tweaks to the CLI
the current camera should be switchable, so that multiple cameras can be connected
as soon as user preferences (User Preferences & Settings #26) are done, it should hold the name of already connected cameras and connect them automatically
multiple devices should be supported on the GUI. An easy toggle should switch between them. On the cli, a warning should be shown and the desired camera needs to be selected
The software is just looking for a USB device with a specified name. Currently that name is hardcoded to "Tiny2". It should be extended:
This issue is the basis for #72 and other devices