diff options
author | David Runge <dave@sleepmap.de> | 2017-07-07 23:51:22 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-07 23:51:22 +0200 |
commit | 5191be858bd96b2a2e5a5e715050aa4dc5ab9c38 (patch) | |
tree | 4ee641fc7c818d92d5c97f56007525ff4dda8a79 /thesis | |
parent | 661e8dd8cabaa6b9f39b019f39629af677680fad (diff) | |
download | master-thesis-5191be858bd96b2a2e5a5e715050aa4dc5ab9c38.tar.gz master-thesis-5191be858bd96b2a2e5a5e715050aa4dc5ab9c38.tar.bz2 master-thesis-5191be858bd96b2a2e5a5e715050aa4dc5ab9c38.tar.xz master-thesis-5191be858bd96b2a2e5a5e715050aa4dc5ab9c38.zip |
thesis/thesis.tex: Elaborating on network enabled head tracking.
Diffstat (limited to 'thesis')
-rw-r--r-- | thesis/thesis.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 9a3faab..0c7c47b 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -2150,6 +2150,17 @@ ssr-aap -N “server” -C “127.0.0.1:50002” \subsubsection{Network enabled head tracking} \label{subsubsec:network_enabled_headtracking} + Due to the higher availability of sensors, microcontrollers and + embedded systems in recent years, it has become very affordable to + build network enabled head tracking devices in small series. Many of + the conceived devices, such as the \gls{gpl} licensed \textit{Hedrot} + \citep{website:hedrot}, allow for \gls{osc} communication.\\ + Using the \gls{osc} interface, such a head tracker can be added as a + client to a \gls{ssr} instance. This would probably require + rate-limiting the sensor output, but would enable a networked setup, + that could prove to be cheaper, more reliable and flexible, than the + compile-time opt-ins (i.e.\ VRPN, Polhemus Fastrak/ Patriot, InterSense + InertiaCube3).\\ \cleardoublepage \pagestyle{empty} |