GMU:Tutorials/Performance Platform/Controlling an Arduino with The Captury: Difference between revisions

From Medien Wiki
Line 127: Line 127:


== Second Part ==
== Second Part ==
To control an Arduino with the Captury, you have to use OSC(Open Sound Control) as a bridge. In this case, I would like to use the data of tracking system to control my vibration motor.
Before writing your code in Arduino, make sure that you have installed the library about OSC you need. Here I used the[https://github.com/CNMAT/OSC OSC library] written from University of Berkeley.
'''The Code Controlling with Captury:'''