PhysioLabXR / PhysioLabXR-Community

GNU General Public License v3.0
31 stars 13 forks source link

Jace unicorn hybrid black devicepreset #131

Closed Cyno00 closed 9 months ago

Cyno00 commented 9 months ago

changes:

(both script and device interface) no longer raise exceptions when find_unicorn()

(both script and device interface) find_unicorn() now repeatedly (blocking) scans for devices using bluetooth.discover_devices() until one and only one is found. then returns that device ready to go

device interface now only uses find_unicorn() and brainflow to discover and set up unicorn device in start_stream, instead of init

HaowenWeiJohn commented 9 months ago

The add button click function should not contain any While Ture loop.

Should pop a message with popup window that tells why it fails to start the sensor.

HaowenWeiJohn commented 9 months ago

Unicorn Integration in MainWindow and ScriptingInterface done!