Skip to content

pitt-rnel/tobii_g3_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tobii_g3

Unofficial Python implementation of the Tobii Pro Glasses3 API, using websockets

The official Tobii Pro Glasses3 Developer Guide can be found here.

Installation

The library can be installed with pip after cloning the code from github From the repository root directory, run

pip install .

Quick Start

This example will attempt to automatically discover and connect to a Glasses3 unit on the network and request the battery level

from tobii_g3 import G3Client
g3 = G3Client()
response = g3.battery_level

Alternatives

This library predates the release of the official Glasses3 python SDK here.

Releases

No releases published

Packages

No packages published

Languages