Search found 3 matches

by codecannon
Fri Apr 18, 2008 12:00 pm
Forum: ZoneMinder Previous Versions
Topic: loss of signal alarm with remote camera
Replies: 4
Views: 3210

I located the problem upon a code review. Issue is in zm_control.cpp bool Monitor::CheckSignal( const Image *image ) is what tests to see if the signal is lost, it is called in int Monitor::PostCapture() { and returns true if the camera is remote. However PostCapture calls CheckSignal gettimeofday( ...
by codecannon
Sun Mar 30, 2008 11:14 pm
Forum: ZoneMinder Previous Versions
Topic: loss of signal alarm with remote camera
Replies: 4
Views: 3210

Yes, I restarted everything, even did a full reboot.

ljbjpeg

basically commend out a line

if (cinfo->marker->discarded_bytes != 0) {
/* WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); */
cinfo->marker->discarded_bytes = 0;
}

in jdmarker.c
by codecannon
Fri Mar 28, 2008 6:28 pm
Forum: ZoneMinder Previous Versions
Topic: loss of signal alarm with remote camera
Replies: 4
Views: 3210

loss of signal alarm with remote camera

I am using the following ubuntu 7.10 alix 3c2 Logitech quickcam communicate deluxe uvcvideo driver (latest from their version control) mjpg_stream zoneminder from apt-get with universe/multiverse on I have zm set to 3 fps, and mjpg_stream I have tried from 3 to 10 fps, and I geep getting alarms of &...