summaryrefslogtreecommitdiff
path: root/html/en/capture_samples.html
blob: 38424219da45ca27b2780c32b4f8d4e616e4dc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Capture Samples</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>

<body>

<h2>Capture Samples</h2>
<h3><a name="glut_capture">Capture and GLUT</a></h3>

  <p>This application uses GLUT and OpenGL to create a window with a canvas and 
  draw the image into that canvas. But the image is obtained from a capture 
  device. The image can be processed before display and a sequence of captured 
  images can be saved in an AVI file during capture.</p>
  <p>You can view the source code here: <a href="../examples/glut_capture.c">glut_capture.c</a></p>

<h3><a name="iupglcap">Capture and IUP</a></h3>

  <p>This application uses IUP and OpenGL to create a window with two canvases 
  and draw a video capture image into one canvas. A processed image can be 
  displayed in the second canvas. It can also process frames from a video file.</p>
  <p>You can download the source code and some compiler projects here:
  <a href="../download/iupglcap.zip">iupglcap.zip</a></p>


</body>

</html>