Skip to content

Tavpritesh/gVarvi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gVarvi

Graphical tool for heart rate Variability Analysis in Response to audioVisual stImuli. gVarvi supports all heart rate monitors that use [ANT+] (http://www.thisisant.com/) protocol and Polar Wearlink®+ over Bluetooth. gVARVI is fully functional on Linux Systems. Windows support is experimental.

Dependencies

To work propertly, gVarvi needs some external software:

How to change playback backend

If you want to use Pygame instead of VLC for video playback you need to change this line

     from player.VideoPresentationPlayerVLC import VideoPresentationPlayer

by this one

     from player.VideoPresentationPlayerPygame import VideoPresentationPlayer

at [VideoPresentation] (gvarvi/activities/VideoPresentation.py) module. Notice that Pygame only supports MPG video format (more info [here] (http://www.pygame.org/docs/ref/movie.html))

Binaries available

Binaries for debian based distributions are available [here] (https://github.com/milegroup/gVarvi/tree/master/dist)

About

Graphical tool for heart rate Variability Analysis in Response to Visual stImuli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%