You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: processing_app/library/video/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
You will need to install the video library from processing.org (since it is no longer included in the vanilla processing distro), this is easiest done from the processing ide, see the [Dan Shiffman video][] on video capture.
4
4
[Dan Shiffman video]:http://vimeo.com/115436609
5
5
6
-
NB: `captureEvent`needs `video_event` library to be loaded.
6
+
NB: `captureEvent`and `videoEvent` both need the `video_event` library to be loaded (to access poxy java reflection methods).
0 commit comments