aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

refresh rate no longer stable #75

Closed leoscholl closed 3 years ago

leoscholl commented 3 years ago

not sure when this changed but now the framerate of the screen is variable between 80 and 120 hz. would be nice to fix this, but it maybe an OS or driver thing. will have to investigate using the rig.

leoscholl commented 3 years ago

seems to be related to py_comedi_contro.py, not under version control.

leoscholl commented 3 years ago

was not related to py_comedi_control.py, although it was related to the NIDAQ feature. actually was pygame version. rig was on pygame==2.0.0 while pygame==1.9.6 had no issues with NIDAQ turned on.

Fixed by downgrading to pygame 1.9.6