-
Notifications
You must be signed in to change notification settings - Fork 44
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently, serial cameras do not work on MacOS. This is because the logic used to determine if a camera is a serial camera is incomplete:
- On Windows, we look for the prefix
COM
followed by a non-zero integer - On Linux, we similarly look for the prefix
/dev/ttyACM
followed by a non-zero integer
On MacOS, serial devices show up as /dev/tty.usbmodem
followed by a non-zero integer.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed