Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/static/tutorials/video/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h3>Software mirrors</h3>
rows = height/videoScale;
background(0);
<strong>video = new Capture(this, cols, rows);
video.start()</strong>
video.start();</strong>
}

<strong>// Read image from the camera
Expand Down Expand Up @@ -572,4 +572,4 @@ <h3>Software mirrors</h3>

</td>
</tr>
</table>
</table>