Some Tips for installation and a Question
Posted: Sat Jan 14, 2006 1:49 pm
Hi
I just installed the latest (non preview) version of zm (1.21.4) and had some problems during installation.
1. In the zmconfig.pl there is a quote too much:
2. In the zmschema.sql there is a value missing in an insert command
3. Although one uses the "-nod" option in the configuration the script tries to save everything to the DB, fails and stops without creating modifying necessary files. I just added a comment sign in line 1713
I hope I did not miss anything.
Now my question:
I am using a Logitech Quickcam and although I compared my settings with the setting fetched via the quality of the pictures is rather bad (black/white, to bright). I tried another capture tool (camE) and the quality is much better. Also: setting changes (brightness, saturation, etc) for a monitor seem to be uninfluential. What might be my mistake?
Thanx
I just installed the latest (non preview) version of zm (1.21.4) and had some problems during installation.
1. In the zmconfig.pl there is a quote too much:
Code: Select all
email => { db_type=>'string', hint=>'your.name@your.domain', pattern=>qr|^([a-zA-Z0-9_.-]+)\@([a-zA-Z0-9_.-]+)$|, format=>q( $1\@$2[color=red][b]"[/b][/color] ) },
Code: Select all
insert into Users values ('','admin',password('admin'),'',1,'View','Edit','Edit','Edit','',''[color=red][b],''[/b][/color]);
Code: Select all
[color=red][b]#[/b][/color]saveOptionsToDB();
Now my question:
I am using a Logitech Quickcam and although I compared my settings with the setting fetched via
Code: Select all
zmu -d /dev/video0 -q -v
Thanx