Difference between revisions of "camE"
(→from Woozle: archive & thumbs) |
(→from Woozle: shared folder) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Overview== | ==Overview== | ||
[[camE]] is a [[command-line]] utility for capturing [[webcam]] images, uploading the captured images automatically to a web server, and creating archives of the captured images.{{seed}} | [[camE]] is a [[command-line]] utility for capturing [[webcam]] images, uploading the captured images automatically to a web server, and creating archives of the captured images.{{seed}} | ||
+ | ==Details== | ||
+ | * [[camErc samples]] | ||
==Links== | ==Links== | ||
* [http://www.think-future.de/wiki/index.php?title=PWC_webcam usage example] | * [http://www.think-future.de/wiki/index.php?title=PWC_webcam usage example] | ||
+ | |||
==Notes== | ==Notes== | ||
===from Woozle=== | ===from Woozle=== | ||
Line 17: | Line 20: | ||
In order to make the archiving and thumbnailing functions happy, you have to create the folders "archive" and "thumbs" under camE's data folder (check camE's log file for specifics of where it is trying to save files). | In order to make the archiving and thumbnailing functions happy, you have to create the folders "archive" and "thumbs" under camE's data folder (check camE's log file for specifics of where it is trying to save files). | ||
+ | |||
+ | To keep all the configuration and archive data in a shared folder, use this command when starting camE: | ||
+ | camE -c /path/to/folder/.camErc | ||
+ | Example: | ||
+ | camE -c /home/shared/apps/camE/.camErc |
Latest revision as of 15:04, 14 June 2007
Overview
camE is a command-line utility for capturing webcam images, uploading the captured images automatically to a web server, and creating archives of the captured images.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Details
Links
Notes
from Woozle
The brightness/contrast/etc. controls do not work with the cheapo webcam we got from Intrex (can't remember the brand), but that's not surprising because the notes say Philips only.
Can't figure out how to get the action_post_shot parameter to actually run anything:
action_post_shot convert /home/woozle/AppData/camE/webcam-temp.jpg -gamma 3.0 /home/woozle/AppData/camE/webcam-adj.jpg
This command works by itself, but there is no evidence that it is producing a file when camE is supposed to be running it.
Files:
- '~/.camErc is the config file
In order to make the archiving and thumbnailing functions happy, you have to create the folders "archive" and "thumbs" under camE's data folder (check camE's log file for specifics of where it is trying to save files).
To keep all the configuration and archive data in a shared folder, use this command when starting camE:
camE -c /path/to/folder/.camErc
Example:
camE -c /home/shared/apps/camE/.camErc