This recitation asked us to build a project which uses physical controller to manipulate a video. Instruction: https://wp.nyu.edu/shanghai-ima-interaction-lab/recitation-10-image-video/ I decided to focus on the .jump() and .pause() functions, which can generate an interaction effect that when users press the button, the video would pause, during which users can control the potentiometer and travel the frames of the video. Step1: Arduino Circuit and Codes: The Arduino should send the state of button and potentiometer via SerialPort to the computer. All the big button were … [Read more...] about Recitation10: Documentation