SDK
Posted: Tue May 24, 2016 3:10 am
Hello everybody
I m a student, i m currently doing an internship in a Hospital in France (i'm french).
My aim is to synchronize different acquisitions software, and one of them is Motive. I need to start the acquisition at the same time.
I'm quite a newbie but i m currently code a mouse with C# (.net framework) to control the others software and i would like to use the motive's SDK. (i could use a mouse as well but there is a SDK it would be great to use it)
But i have a big issue with it though, the winformtestApp works fine, but the winformsSampleVS2010 don't. I tried different way but the form can be launch.
" string strServerIP = textBoxServer.Text;
returnCode = m_NatNet.Initialize(strLocalIP, strServerIP);"
strServerIP is highlighted when i try to debugged it.
I just need the "record" button on my winform to start it a the same time with the others software.
Sorry for my bad english...
Thanks
I m a student, i m currently doing an internship in a Hospital in France (i'm french).
My aim is to synchronize different acquisitions software, and one of them is Motive. I need to start the acquisition at the same time.
I'm quite a newbie but i m currently code a mouse with C# (.net framework) to control the others software and i would like to use the motive's SDK. (i could use a mouse as well but there is a SDK it would be great to use it)
But i have a big issue with it though, the winformtestApp works fine, but the winformsSampleVS2010 don't. I tried different way but the form can be launch.
" string strServerIP = textBoxServer.Text;
returnCode = m_NatNet.Initialize(strLocalIP, strServerIP);"
strServerIP is highlighted when i try to debugged it.
I just need the "record" button on my winform to start it a the same time with the others software.
Sorry for my bad english...
Thanks