The API files in these samples are meant to be run using Python.
This repository includes the following 3 Examples:
OneDeviceAcquisitionExample.py
| Demonstrates how-to trigger the start of a real-time acquisition from 1 Device;OneDeviceSpecialChannelsExample.py
| Demonstrates how-to trigger the start of a real-time acquisition from 1 Device that has a Digital Channel (SpO2, fNIRS,...) connected to the bottom-left port of the hub (:arrow_down:);MultipleDeviceThreadingExample.py
| Demonstrates how-to trigger the start of a real-time acquisition from 2 Devices using separate Threads.