File: features.html

package info (click to toggle)
camstream 0.26.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,464 kB
  • ctags: 2,076
  • sloc: cpp: 7,483; asm: 440; ansic: 427; makefile: 336; sh: 169
file content (34 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download | duplicates (4)
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
34
<html>
<head>
<link rel="stylesheet" href="camstream.css" type="text/css">
</head>

<body>

<p><a href="index.html" target="_top">Frames</a></p>

<h1>Features</h1>

<p>Currently, CamStream has the following features:

<ul>
  <li>Graphical user interface, it doesn't take command line arguments!</li>
  <li>View multiple image streams from webcams or TV cards.</li>
  <li>Change image size, brightness, contrast, etc. on the fly.</li>
  <li>Save images in a variety of formats.</li>
  <li>Include a timestamp in the image and/or the saved filename.</li>
  <li>Uploading images to a server with FTP.</li>
  <li>Take regular snapshots, or any moment you decide.</li>
  <li>All configuration settings are stored per device, not globally.</li>
</ul>

</p>  

<p>In addition, CamStream has some extra dialogs for features only found in
the Philips webcam (remember, CamStream started out as a test-tool for
my <a href="http://www.smcc.demon.nl/webcam/" target="_blank">Philips
webcam drivers</a>.</p>


</body>
</html>