-
Notifications
You must be signed in to change notification settings - Fork 125
Help Wanted
Yuval Boger edited this page Apr 9, 2016
·
3 revisions
- The new osvrServerAutoStart currently only has an implementation for Windows. On Android, an alternate implementation is needed that starts up an in-process server thread. Github issue: https://github.com/OSVR/OSVR-Core/issues/385
- The osvrStartProcess internal utility in osvrUtil currently has an untested, commented out implementation for non-windows systems. Help is wanted to test/fixup this implementation to help get the server auto-launch API working on *MacOSX, Linux, and other nix systems. Github issue: https://github.com/OSVR/OSVR-Core/issues/387
- Some PluginKit APIs are not fully fleshed-out: for instance, there are some device message sending calls only available if you pass your own timestamp, missing the counterpart that produces a timestamp when you call it. There are some interfaces where all the variants are provided, so examples exists, just some of these were done more quickly and only some variants were completed. Sample GitHub issue (more may be revealed on review): https://github.com/OSVR/OSVR-Core/issues/354
- Hook up libuvc as a camera capture backend for the video tracker plugins on Linux and Mac, so we can open cameras by VID/PID and control them more closely. GitHub issue: https://github.com/OSVR/OSVR-Core/issues/339
- Platform-specific plugins to watch buses (USB, etc) and trigger hardware detection when plug events are noticed. Related to https://github.com/OSVR/OSVR-Core/pull/404
- Verification/advice on Linux udev rules GitHub issue: https://github.com/OSVR/OSVR-Core/issues/330
- Package OSVR for various Linux distributions (Debian, Ubuntu, Fedora, etc.).
See also Help Wanted in Render Manager
Please see https://github.com/OSVR/OSVR-Docs for most updated content!