wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmwebcam / README
blob09d3613b579aca2400c854763b819dd6e8638b77
1 wmwebcam 0.3.5 - written by Antti Takala <fragment@nic.fi>
2 --------------
4 better documentation coming later, don't panic.
6 this is for watching your webcam which has a video4linux driver in your
7 windowmakers dock..
9 this is actually just a edited version of vidcat (from w3cam's package)
10 I combined it with minirgb to open a dockapp window where to draw the
11 image from the webcam. some code is also taken from timecops
12 wmtime-minirgb demo (windowopening etcetc).
14 default jpeg output file is /tmp/wmwebcam.jpg and default quality is 100%,
15 change the default values if necessary from the source code.
17 also remember to check the wmwebcam.pl and edit it
19 problems running this app? first I was going to make this only for myself but
20 decided to release it anyway. don't ask help if this doesn't work on your
21 system, sorry =)
23 w3cam/vidcat are written by Rasca (thron@gmx.de)
24 minirgb is written by timecop@japan.co.jp
26 requirements:
27 -------------
28 - a v4l webcam (default /dev/video) supporting 352x288
29 - libjpeg
30 - made for windowmaker but should work on other windowmanagers too
32 installing:
33 -----------
34 - adjust default values from wmwebcam.c
35 - "make"
36 - modify wmwebcam.pl
37 - "make install" or copy files manually (wmwebcam, wmwebcam.pl)
39 features:
40 ---------
41 - grabs image from v4l device once a second (to prevent unnecessary cpu load)
42 - shows webcam image in dock resized to 6x smaller image than original
43 - saves jpeg image to a file and runs a custom script every X seconds (def 60)
45 bugs:
46 -----
47 - not very userfriendly yet =)
48 - propably many
50 todo:
51 -----
52 - some buttons to control the dockapp (disable scriptrunnig etc)
53 - optimizing
54 - configuration (command line options and/or .wmwebcamrc file etc..)
55 - better documentation,..
56 - much much more (please send ideas etc)