Skip to content

feat(Camera) Make serial cameras work on MacOS #116

@dfgHiatus

Description

@dfgHiatus

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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions