Line 0
Link Here
|
|
|
1 |
--- phpsshot.1.orig Thu Nov 25 21:03:01 2004 |
2 |
+++ phpsshot.1 Sat Dec 31 17:32:45 2005 |
3 |
@@ -32,18 +32,18 @@ |
4 |
.Nd simple image capture program for Philips USB Cameras |
5 |
.Sh SYNOPSIS |
6 |
.Nm phpsshot |
7 |
-.Op /dev/ugen?.00 |
8 |
+.Op /dev/ugen? |
9 |
.Sh DESCRIPTION |
10 |
.Nm |
11 |
is a simple program to capture image for Philips USB Cameras. |
12 |
.Pp |
13 |
-The captured image is PPM format as 320x240 size. It is written to the standard output. |
14 |
+The captured image is PPM format as 640x480 size. It is written to the standard output. |
15 |
.Pp |
16 |
The following options are supported: |
17 |
.Bl -tag -width indent |
18 |
-.It /dev/ugen?.00 |
19 |
+.It /dev/ugen? |
20 |
Specifies the ugen device name. If no device name is specified, |
21 |
-the program will cycle through the /dev/ugen0.00, /dev/ugen1.00, ... |
22 |
+the program will cycle through the /dev/ugen0, /dev/ugen1, ... |
23 |
devices until it finds an attached target camera. |
24 |
.El |
25 |
.Sh EXAMPLES |