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