camE

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Navigation

computing: software: camE

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