LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to control music player commands like start, pause, stop, mute etc using labview

i have acquired gestures using accelerometer .  how to use this gesture to control music player commands like play,stop,pause, mute etc...

 

0 Kudos
Message 1 of 2
(2,862 Views)

Personally, I would create two processes that are running in memory together. One receives the accelerometer data (however you do that), while the other controls the player (however you do that). When the accelerometer task identifies a gesture, it would fire a user-defined event that causes the player controller task to perform the associated operation.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,786 Views)