Difference between revisions of "Zoneminder"

From Amahi Wiki
Jump to: navigation, search
(Created page with '=Zoneminder Tips= If you have issues getting your camera(s) to work, you might need to edit the '''/usr/bin/zmdc.pl''' file. Try to put the following before the '''my @ daemons…')
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';
 
$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';
 
</div>
 
</div>
 +
 +
<b>DEVELOPMENT NOTES:</b>
 +
* Remove resizing
 +
sed -i -e 's/window.resizeTo/\/\/window.resizeTo/' html/zm_html_view_console.php

Latest revision as of 04:24, 30 January 2014

Zoneminder Tips

If you have issues getting your camera(s) to work, you might need to edit the /usr/bin/zmdc.pl file.

Try to put the following before the my @ daemons = ( line:

$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';

DEVELOPMENT NOTES:

  • Remove resizing

sed -i -e 's/window.resizeTo/\/\/window.resizeTo/' html/zm_html_view_console.php