tobii / glasses3-pylib

A Python client library for Glasses3
Other
0 stars 0 forks source link

How to use python to sent TTL to Glass3 to sync with EEG? #95

Closed Dtjq4XlWxGTkA6lx9GMyQj2uqQhwiNYL17QktzS closed 8 months ago

Dtjq4XlWxGTkA6lx9GMyQj2uqQhwiNYL17QktzS commented 10 months ago

Hi! I want to make Glass3 sync with EEG, but i don't know how to send the TTL to Glass3 by python, is there any example?

OnpWKluZKmVmE02Dg9hyibUtZNfgoJWZVbc1XKI commented 8 months ago

Glasses3 will send periodic sync events on the TTL out pin during a recording. For more details, see chapter 10 in the developer guide: https://go.tobii.com/tobii-pro-glasses-3-developer-guide Glasses 3 will also record any TTL event that comes on the TTL in pin during a recording.

There is no support for sending TTL signals at custom intervals.