You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at getting Delsys trigno wireless EMG. They currently are not compatible with lab streaming layer and I notice that lab streaming layer does not have an app for Deslys. Is there a chance in the future that an app for Delsys will be created in lab streaming layer?
Thank you,
The text was updated successfully, but these errors were encountered:
Creating an application for a device is next to impossible without the physical device in hand to test. Another prerequisite is that the manufacturer makes available an SDK so that 3rd party programs can communicate with the device (or the device has a documented standard protocol).
Likely the only way an app will be created is if someone has the device, has the software development skills necessary, and has the motivation. We're trying to lower the barrier for the skills part of it, but we can't do much to lower the barrier for the hardware access or motivation.
Looking at their website, they seem to have something called a "Trigno SDK Server". Looking at the guide here, this will be a bit tricky, but not too bad. I think you'd have to make 6 threads. The main thread could send control commands to the device, the next 4 will each push to a different stream: EMG, Accel, IM-EMG (?), IM-Other. The final will push digital events.
If I had the hardware in my hands then I guess it would probably take me about 2-3 weeks, but I'm slow and have lots of distractions. A better developer might be able to get it done in a few days.
Hi,
I am looking at getting Delsys trigno wireless EMG. They currently are not compatible with lab streaming layer and I notice that lab streaming layer does not have an app for Deslys. Is there a chance in the future that an app for Delsys will be created in lab streaming layer?
Thank you,
The text was updated successfully, but these errors were encountered: