OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
329 stars 124 forks source link

Change device construction API into a generic driver method call API #110

Open rpavlik opened 9 years ago

rpavlik commented 9 years ago

Reasoning: as more devices are auto-detectable, you will probably still want to be able to set configuration options without having to give up autodetection. (Think YEI tracker - useful options like reset commands for configuring the filtering, etc., but we can autodetect usb serial now.)

rpavlik commented 9 years ago

Also should add the submission of a corresponding JSON schema at method registration time, even if it's not immediately used - saves us an extra API break.