OSVR / OSVR-Oculus-Rift

Oculus Rift tracking plugin for OSVR.
Apache License 2.0
41 stars 13 forks source link

Shouldn't activate tracker camera until a client is connected #7

Open feilen opened 9 years ago

feilen commented 9 years ago

When I run osvr_server with this configured, the tracker camera turns on immediately and remains on long before you connect any clients. This is somewhat of a roadblock in the way of running OSVR as an automatic background daemon.

Ideally the tracker camera should activate when someone connects to OSVR, and turn off when no more clients are present.