dngoins / Kinectv2HeartRate

http://dngoins.github.io/private.Kinectv2HeartRate
74 stars 35 forks source link

BPM #12

Open jals990 opened 8 years ago

jals990 commented 8 years ago

Hi Mr. Goins,

I did all setup, kinect detect my face and I´m pressing the botton calculate rate but the number off BPM not appear on the screen and the application displays the following errors:

Could you please help me?

bastiankayser commented 7 years ago

Same problem here. Windows 10, VS2015, R 3.3.2

valentinkauth commented 7 years ago

I also got the same Problem. Windows 10, VS2015, R 3.3.2

Would be awesome if someone knows how to fix this!

jals990 commented 7 years ago

Eu consegui resolver, foi foda mas deu certo,

Todos os trechos vocês devem adicionar no arquivo MainWindow.xaml.cs ok!

No inicio entre os using adicionem using System.IO;

No inicio do código após as declarações das variáveis adicionem o código conforme imagem abaixo:

1

Esse trecho acima inicializa a R (certifiquem de apontar o caminho corretamente)

Ai procurem a linha correspondente à linha abaixo e substituam a virgula por ponto final (interpretação da R)

2

E para funcionar vcs precisam ter a R instalada, pesquisem e instalem por aqui: https://cran.rstudio.com/

Depois me digam se deu certo ai também!

valentinkauth commented 7 years ago

Thanks for the fast response! Changing the commas to points in the string.Format() method did work for me. Didn't even have to implement the SetupPath() method.