|
2 | 2 | <a href="../index.html">Libraries</a><br /> |
3 | 3 | </div> |
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 | <div class="librarytitle"><h3>Video</h3></div> |
6 | 8 |
|
7 | 9 | <div class="colone-alt"> |
8 | | - <p>The video library allows Processing to display QuickTime video |
9 | | - files, grab video data from a camera, and make QuickTime videos directly |
10 | | - from a running program. Video can be captured from |
11 | | - USB Cameras, IEEE 1394 (Firewire) Cameras, or Video Cards with composite or S-video |
12 | | - input devices connected to the computer. Video can be loaded from |
13 | | - QuickTime files located on your computer or anywhere on the Internet.</p> |
14 | | - |
15 | | - <p> |
16 | | - <em>Note: Issues related to video setup on different platforms are documented on the <a href="http://wiki.processing.org/w/Video_Issues">Processing Wiki</a>.</em> |
17 | | - </p> |
| 10 | + <p> |
| 11 | + The video library allows Processing to play and display video |
| 12 | + files, grab video data from a camera, and make videos directly |
| 13 | + from a running program. Video can be captured from USB Cameras, IEEE 1394 (Firewire) |
| 14 | + Cameras, or Video Cards with composite or S-video input devices connected to the computer. |
| 15 | + Video can be loaded from files located on your computer or anywhere on the Internet. |
| 16 | + </p> |
| 17 | + <p> |
| 18 | + <em>Note: Issues related to video setup on different platforms are documented on |
| 19 | + the <a href="http://wiki.processing.org/w/Video_Issues">Processing Wiki</a>.</em> |
| 20 | + </p> |
18 | 21 |
|
| 22 | + |
19 | 23 | </div> |
20 | 24 |
|
21 | 25 | <div class="twocol-alt"> |
22 | | - <p> |
| 26 | + <p> |
23 | 27 | <h5>Capture Class</h5> |
24 | | - <p>The Capture class makes it possible to grab frames of video from an attached |
25 | | - capture device such as a camera. Adjustments to the size and speed are |
26 | | - made through calling the functions defined below.<br /> |
27 | | - <br /> |
28 | | - <a href="Capture.html">Capture</a><br /> |
29 | | - <a href="Capture_list_.html">list()</a> <br /> |
30 | | - <a href="Capture_format_.html">format()</a><br /> |
31 | | - <a href="Capture_source_.html">source() </a><br /> |
32 | | - <a href="Capture_settings_.html">settings()</a> <br /> |
33 | | - <a href="Capture_read_.html">read()</a> <br /> |
34 | | - <a href="Capture_available_.html">available()</a><br /> |
35 | | - <a href="Capture_frameRate_.html">frameRate()</a><br /> |
36 | | - <a href="Capture_crop_.html">crop()</a><br /> |
37 | | - <a href="Capture_noCrop_.html">noCrop()</a><br /> |
38 | | - <a href="Capture_stop_.html">stop()</a><br /> |
| 28 | + <p> |
| 29 | + The Capture class makes it possible to grab frames of video from an attached |
| 30 | + capture device such as a camera. Adjustments to the size and speed are |
| 31 | + made through calling the functions defined below.<br /> |
| 32 | + <br /> |
| 33 | + <a href="Capture.html">Capture</a><br /> |
| 34 | + <a href="Capture_list_.html">list()</a> <br /> |
| 35 | + <a href="Capture_format_.html">format()</a><br /> |
| 36 | + <a href="Capture_source_.html">source() </a><br /> |
| 37 | + <a href="Capture_settings_.html">settings()</a> <br /> |
| 38 | + <a href="Capture_read_.html">read()</a> <br /> |
| 39 | + <a href="Capture_available_.html">available()</a><br /> |
| 40 | + <a href="Capture_frameRate_.html">frameRate()</a><br /> |
| 41 | + <a href="Capture_crop_.html">crop()</a><br /> |
| 42 | + <a href="Capture_noCrop_.html">noCrop()</a><br /> |
| 43 | + <a href="Capture_stop_.html">stop()</a><br /> |
39 | 44 | </p> |
40 | 45 |
|
41 | 46 | <h5>Movie Class</h5> |
42 | | - <p>The Movie class makes it possible to load QuickTime movies and to play |
43 | | - them back in many ways including looping, pausing, and changing speed.<br /> |
44 | | - <br /> |
45 | | - <a href="Movie.html">Movie</a><br /> |
46 | | - <a href="Movie_read_.html">read()</a><br /> |
47 | | - <a href="Movie_available_.html">available()</a><br /> |
48 | | - <a href="Movie_play_.html">play()</a><br /> |
49 | | - <a href="Movie_pause_.html">pause()</a><br /> |
50 | | - <a href="Movie_stop_.html">stop()</a><br /> |
51 | | - <a href="Movie_loop_.html">loop()</a><br /> |
52 | | - <a href="Movie_noLoop_.html">noLoop()</a><br /> |
53 | | - <a href="Movie_jump_.html">jump() </a><br /> |
54 | | - <a href="Movie_duration_.html">duration()</a><br /> |
55 | | - <a href="Movie_time_.html">time()</a><br /> |
56 | | - <a href="Movie_speed_.html">speed()</a><br /> |
57 | | - <a href="Movie_frameRate_.html">frameRate()</a><br /> |
| 47 | + <p> |
| 48 | + The Movie class makes it possible to load movies and to play |
| 49 | + them back in many ways including looping, pausing, and changing speed.<br /> |
| 50 | + <br /> |
| 51 | + <a href="Movie.html">Movie</a><br /> |
| 52 | + <a href="Movie_read_.html">read()</a><br /> |
| 53 | + <a href="Movie_available_.html">available()</a><br /> |
| 54 | + <a href="Movie_play_.html">play()</a><br /> |
| 55 | + <a href="Movie_pause_.html">pause()</a><br /> |
| 56 | + <a href="Movie_stop_.html">stop()</a><br /> |
| 57 | + <a href="Movie_loop_.html">loop()</a><br /> |
| 58 | + <a href="Movie_noLoop_.html">noLoop()</a><br /> |
| 59 | + <a href="Movie_jump_.html">jump() </a><br /> |
| 60 | + <a href="Movie_duration_.html">duration()</a><br /> |
| 61 | + <a href="Movie_time_.html">time()</a><br /> |
| 62 | + <a href="Movie_speed_.html">speed()</a><br /> |
| 63 | + <a href="Movie_frameRate_.html">frameRate()</a><br /> |
58 | 64 | </p> |
59 | 65 |
|
60 | 66 | <h5>MovieMaker Class</h5> |
61 | | - <p>The MovieMaker class makes QuickTime movies from a running program.<br /> |
62 | | - <br /> |
63 | | - <a href="MovieMaker.html">MovieMaker</a><br /> |
64 | | - <a href="MovieMaker_addFrame_.html">addFrame()</a><br /> |
65 | | - <a href="MovieMaker_finish_.html">finish()</a><br /> |
66 | | - </p> |
| 67 | + <p> |
| 68 | + The MovieMaker class makes movies from a running program.<br /> |
| 69 | + <br /> |
| 70 | + <a href="MovieMaker.html">MovieMaker</a><br /> |
| 71 | + <a href="MovieMaker_addFrame_.html">addFrame()</a><br /> |
| 72 | + <a href="MovieMaker_finish_.html">finish()</a><br /> |
| 73 | + </p> |
67 | 74 |
|
68 | 75 | <h5>Video Events</h5> |
69 | 76 | <p> |
70 | | - <a href="captureEvent_.html">captureEvent()</a><br /> |
71 | | - <a href="movieEvent_.html">movieEvent()</a><br /> |
| 77 | + <a href="captureEvent_.html">captureEvent()</a><br /> |
| 78 | + <a href="movieEvent_.html">movieEvent()</a><br /> |
72 | 79 | </p> |
73 | | - </p> |
| 80 | + |
| 81 | + </p> |
74 | 82 | </div> |
0 commit comments