From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,873 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,797 Views)