Skip to content

Instantly share code, notes, and snippets.

/*
Created 2018/05/25
By takeyourcap@foxmail.com
******************************************************************
Wiring for Arduino UNO and HC-SR04 // Arduino与距离传感器HC-SR0接线
@takeyourcap
takeyourcap / video control.pde
Last active May 27, 2018 09:50
video control via Processing and Arduino
/*
Created 2018/05/25
By takeyourcap@foxmail.com
*************************************************************************************
1, Copy the 4 movies that will be played to the sketch "data" folder, rename them
to "M0.mov"(default), "M1.mov", "M2.mov", "M3.mov", "M4.mov", respectively.
将所需视频复制到项目文件夹,并重新命名为相应的文件名(M1.mov, M2.mov, M3.mov, M4.mov)。
2, Install Arduino(IDE) and Processing software. For Processing, the "video" library