Differences between revisions 14 and 15
Revision 14 as of 2008-02-05 10:38:18
Size: 1086
Editor: anonymous
Comment:
Revision 15 as of 2008-02-05 10:38:39
Size: 1092
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Line 8: Line 9:
Line 9: Line 11:

Webcam command line applications

Configuration script

Dyne works fine with logitech quickcam :

modprobe quickcam.o

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

Check [http://lab.dyne.org/Troubleshooting Troubleshooting]

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)