pulse
pulse copied to clipboard
Biofeedback application in browser
It's not able to access the camera permissions because there is no prompt to enable the camera. Also not working on Android chrome
Updating the greenlet version to 0.1.14 and removing gevent, gevent-websocket works. Otherwise its giving error when installing requirements using pip.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
In Chrome, webcam access is no longer allowed for HTTP urls. ``` getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to...
"The data is filtered between 0.8 - 3.0 Hz (48 - 180 BPM)" Can the lowerbound of the date filter range be lowered to ~40 BPM, or is there a...
**To do:** Transition the guts of pulse into a browserified node application. v1 (operates with just the green channel): - [ ] transition from flask to node app - [...
In the camera.js cardiac() function ``` hrAV = heartrate; ``` Should be: ``` hrAv = heartrate; ``` Just spotted it, so brought it up. Not sure if it has any...