Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

setpwc(1) [debian man page]

SETPWC(1)						      General Commands Manual							 SETPWC(1)

NAME
setpwc - program to set settings specific to Philips (and compatibles like Logitech and Creative) WebCams. SYNOPSIS
setpwc [options] DESCRIPTION
setpwc is a program that can set and query settings of Philips (and compatibles like Logitech and Creative) WebCams. OPTIONS
-h Show summary of options. -p Dump current settings. -d dev Device to use, default /dev/video0. -f x Set framerate, 0-63. -b Store settings in nonvolatile RAM. -r Restore settings from nonvolatile RAM. -x Restore factory settings. -c x Set compression preference, 0-3. -g x Set automatic gain control, 0-65535. -s x Set shutter speed, 1-65535. -w setting Set automatic white balance mode, auto/manual/indoor/outdoor/fl. -a x Set red-balance (only if -w manual), 0-65535. -e x Set blue-balance (idem), 0-65535. -i x Set speed of automatic white balance, 1-65535. -j Set delay for automatic white balance, 1-65535. -k Set led on-time in ms, 0-2550. -l x Set led off-time. -m x Set electronic sharpness, 0-65535. -n x Set backligth compensation, 0=off, other=on. -o x Set antiflicker mode, 0=off, other=on. -q x Set noise reduction mode, 0=none...3=high. -t x Reset pan (bit 0) and/or tilt (bit 1). -u Query pan/tilt status. -y x Set pan position. -x x Set tilt position. AUTHOR
setpwc was written by Folkert van Heusden <folkert@vanheusden.com>. This manual page was written by Anders Lennartsson <anders@lennartsson.se>. for the Debian project (but may be used by others). March 13, 2005 SETPWC(1)

Check Out this Related Man Page

LZMA(1) 						      General Commands Manual							   LZMA(1)

NAME
LZMA - a compression algorithm, based on Lempel Ziv's compression method. SYNOPSIS
lzma <e|d> inputFile outputFile [switches...] DESCRIPTION
LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. lzma is the default and general compression method of 7z format in 7-Zip program. FUNCTION LETTERS
e Encode file d Decode file b Benchmark SWITCHES
-a{N} Set compression mode - [0, 1], default: 1 (max) -d{N} Set dictionary - [0,30], default: 23 (8MB) -fb{N} Set number of fast bytes - [5, 273], default: 128 -mc{N} Set number of cycles for match finder -lc{N} Set number of literal context bits - [0, 8], default: 3 -lp{N} Set number of literal pos bits - [0, 4], default: 0 -pb{N} Set number of pos bits - [0, 4], default: 2 -mf{MF_ID} Set Match Finder: [bt2, bt3, bt4, hc4], default: bt4 -eos Write End Of Stream marker -si Read data from stdin -so Write data to stdout SEE ALSO
7z(1),7za(1) AUTHOR
Written for Debian by Mohammed Adnene Trojette. Mohammed Adnene Trojette May 5 2006 LZMA(1)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mouse settings

How do I change the mouse pointer speed settings in Unix. I know in Windows there is the option to change the pointer speed. (3 Replies)
Discussion started by: chyzm
3 Replies

2. Solaris

ps: 65535 is an invalid non-numeric argument for -p option

I want to figure out what is the reason of error message I have in Solaris 10. Why Solaris 10 dosn't recognize 65535? ps: 65535 is an invalid non-numeric argument for -p option usage: ps 'format' is one or more of: Thank you (5 Replies)
Discussion started by: gogogo
5 Replies

3. Shell Programming and Scripting

What is Set -x

What is Set -x? (1 Reply)
Discussion started by: laknar
1 Replies

4. Linux

Load balance

Hello anybody know how use Load balance in linux? Summer (2 Replies)
Discussion started by: summerpeh
2 Replies

5. UNIX for Dummies Questions & Answers

mv load balance files

Ok so I have files that are going to land on /apps/, but I need to load balance them so I need to load balance them to four different folders. The three file extensions I get are .mpe .mpd and mpf which will land here... /apps/ I can't move them until the mpf is there it triggers the next... (8 Replies)
Discussion started by: xgringo
8 Replies

6. Programming

C, using fscanf

hey guys, I'm working on a term project for a c/unix class. The basis of the program is that it will calculate the weight/balance of a plane. I'm hoping to have an input file as such: " Pilot weight: Passenger weight: baggage wieght: etc " and the idea is that I'm trying to use... (2 Replies)
Discussion started by: jlangholzj
2 Replies

7. UNIX for Dummies Questions & Answers

Linux on custom hardware

I would like to configure a bare minimum Linux with internet browser on a system with Flash & RAM (but no harddisk or any other nonvolatile storage). Please advise. (5 Replies)
Discussion started by: rherb
5 Replies

8. Shell Programming and Scripting

Check value of load balance dynamically

Hi All, I want to check load balance(or CPU utilzation) on server dynamically based on that value i want to perform some operation . Means if load balance is <10 then start server . Am using prstat -a 1 commadn it is listing CPU utilzation/load balancing dynamically .. How to take this... (7 Replies)
Discussion started by: vivek1489
7 Replies

9. Shell Programming and Scripting

sum in exponential form

Hello guys, i have got a flat file and it has got balance amount value as one of its fields. my mission is to add the total of those balance values. i am getting that but the result is coming up in exponential form, which is not the right way. i want to see the sum as a normal decimal number but... (7 Replies)
Discussion started by: jdsony
7 Replies

10. UNIX for Beginners Questions & Answers

Extracting from log file

Hi All, I have a huge log file where user information such as name,address,point balance etc are stored. I need to extract only point balance,first name,last name only. How to achieve this, tried with awk and jq but could not get the result. Log file ... (6 Replies)
Discussion started by: nextStep
6 Replies