Open jals990 opened 8 years ago
Same problem here. Windows 10, VS2015, R 3.3.2
I also got the same Problem. Windows 10, VS2015, R 3.3.2
Would be awesome if someone knows how to fix this!
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:
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)
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!
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.
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?