hi, i like control function of monitors with external triggers.
i have tried functions zmMonitorDisable and zmMonitorEnable but not work, i don't want be controlled with time.
someone help me??
thx!
external control function monitor (solved)
external control function monitor (solved)
Last edited by jaume85 on Wed Oct 29, 2008 10:00 am, edited 1 time in total.
Try checking the wiki:
http://www.zoneminder.com/wiki/index.ph ... ZoneMinder
http://www.zoneminder.com/wiki/index.ph ... ZoneMinder
but i don't understand because when use function zmMonitorEnable only stop 30 seconds.
this is function contents in SharedMem.pm:
sub zmMonitorEnable( $ )
{
my $monitor = shift;
my $action = zmShmRead( $monitor, "shared_data:action" );
$action |= ACTION_SUSPEND;
zmShmWrite( $monitor, { "shared_data:action" => $action } );
}
this is function contents in SharedMem.pm:
sub zmMonitorEnable( $ )
{
my $monitor = shift;
my $action = zmShmRead( $monitor, "shared_data:action" );
$action |= ACTION_SUSPEND;
zmShmWrite( $monitor, { "shared_data:action" => $action } );
}