Differences between revisions 19 and 20
Revision 19 as of 2008-02-05 10:46:58
Size: 1101
Editor: anonymous
Comment:
Revision 20 as of 2008-06-26 09:51:57
Size: 1094
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Check [:TroubleShooting:TroubleShooting] for other webcams Check [[TroubleShooting]] for other webcams
Line 17: Line 17:
* [http://www.lea-linux.org/cached/index/Software-soft_multi-webcam.html] is a tutorial for using "webcam" , a simple grabber for webcams.
* [http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuide] Motion can do everything with a webcam includind pre-treatments of grabbed images.
* [[http://www.lea-linux.org/cached/index/Software-soft_multi-webcam.html]] is a tutorial for using "webcam" , a simple grabber for webcams.
* [[http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuide]] Motion can do everything with a webcam includind pre-treatments of grabbed images.
Line 22: Line 22:
[http://www.imagemagick.org/script/index.php] the classical image magick [[http://www.imagemagick.org/script/index.php]] the classical image magick
Line 27: Line 27:
[http://www.penguin-soft.com/penguin/man/1/gocr.html] would do the trick [[http://www.penguin-soft.com/penguin/man/1/gocr.html]] would do the trick

Webcam command line applications

Configuration script

Dyne works fine with logitech quickcam :

modprobe mod_quickcam.o

ln -sf /dev/v4l/video0 /dev/video

Check TroubleShooting for other webcams

Screenshot

* http://www.lea-linux.org/cached/index/Software-soft_multi-webcam.html is a tutorial for using "webcam" , a simple grabber for webcams. * http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuide Motion can do everything with a webcam includind pre-treatments of grabbed images. (todo : check the install in dyne...)

Image filtering and analysing

http://www.imagemagick.org/script/index.php the classical image magick (todo : check the install in dyne...)

OCR

http://www.penguin-soft.com/penguin/man/1/gocr.html would do the trick (todo : check the install in dyne...)

Overall glue

A simple perl script in daemon mode would take a screenshot every second , a simple compare image would localize change in the picture and then activate the treatment and the "processing algorithm".

webcam (last edited 2020-10-27 17:00:21 by asbesto)