.\"/*- .\" * Copyright (c) 2003 Mizuno Takafumi .\" * All rights reserved. .\" * .\" * Redistribution and use in source and binary forms, with or without .\" * modification, are permitted provided that the following conditions .\" * are met: .\" * 1. Redistributions of source code must retain the above copyright .\" * notice, this list of conditions and the following disclaimer. .\" * 2. Redistributions in binary form must reproduce the above copyright .\" * notice, this list of conditions and the following disclaimer in the .\" * documentation and/or other materials provided with the distribution. .\" * .\" * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" * SUCH DAMAGE. .\" * .\" */ .Dd January 16, 2006 .Dt phpsview 1 .Os .Sh NAME .Nm phpsview .Nd sequential image capture and view program for Philips Cameras .Sh SYNOPSIS .Nm phpsview .Op -n .Op /dev/ugen? .Op 320x240 .Op filename .Op -ddump_interval .Sh DESCRIPTION .Nm is a sequential image capture and view program for Philips USB Cameras. .Pp The default captured image size is 640x480. .Pp The following options are supported: .Bl -tag -width indent .It /dev/ugen? Specifies the ugen device name. If no device name is specified, the program will cycle through the /dev/ugen0, /dev/ugen1, ... devices until it finds an attached target camera. .It 320x240 Sets the capture resolution to 320x240. Can also be 160x120, 640x480 or whatever. The original pwc driver supports all resolutions, coloring not used pixels if real capture resolution is lower than requested size. .It filename If specified, an image will be dumped to that file every second. Cannot begin with a digit nor /dev. .It -ddump_interval Sets dump interval for dump file. Time is in ms, for example -d1000 is every second. Used if filename is specified. No space allowed. .It -n Turns on no display mode. The X window won't be open. You can use this only if a filename is specified for dumping. .El .Sh SEE ALSO .Xr ugen 4 .Sh WEBPAGE OF PORTING FOR BSD http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcamPro (formerly) and http://vinvin.dyndns.org/projects/pwc_bsd.html (last versions) .Sh REFERENCE Linux driver for Philips webcam: http://www.saillard.org/linux/pwc/ and http://www.smcc.demon.nl/webcam/ .Sh SUPPORT CAMERAS .Bl -tag -width indent -compact .It Pa Vendor Device Product_Name .It 0x046d 0x08b1 Logitech QuickCam Notebook Pro .It 0x046d 0x08b2 Logitech QuickCam Pro 4000 .It 0x041e 0x400c Creative Labs Webcam 5 .It 0x0471 0x0311 Philips ToUCam Pro .El .Sh AUTHORS .An Mizuno Takafumi and Vincent Hourdin