Search found 194 matches

by timcraig
Thu Jun 05, 2008 5:46 pm
Forum: ZoneMinder Previous Versions
Topic: DVR_STREAMING & MooTools
Replies: 10
Views: 5362

When I saw no else not mentioning seeing events in the monitor feed I thought I was the only one experiencing this problem. I thought the console object was part of some kind of "must have" firefox extension that I did not have or there was an issue with my firefox browser.
by timcraig
Wed Jun 04, 2008 9:42 pm
Forum: ZoneMinder Previous Versions
Topic: DVR_STREAMING & MooTools
Replies: 10
Views: 5362

I used the Firefox Error Console (under Tools->Error Console). I opened the Error Console. Then I Pressed the 'Clear' button to delete older error message. Then clicked in opened a monitor feed in zoneminder and saw the javascript error. If you don't see that error message in the Firefox Error Conso...
by timcraig
Wed Jun 04, 2008 7:40 pm
Forum: ZoneMinder Previous Versions
Topic: DVR_STREAMING & MooTools
Replies: 10
Views: 5362

I had this same problem when I upgraded to 1.23.3. The reason the events were not showing on in my browser was because of a javascript error killed the event list creation. The error was something about 'console' not found. I found in zm_html_view_eventX.php and zm_html_view_watchX.php calls to 'con...
by timcraig
Tue Jun 03, 2008 3:45 am
Forum: ZoneMinder Previous Versions
Topic: Low Frames per Second (FPS) + 16-camera montage pic
Replies: 2
Views: 2901

Wow! That is an impressive montage view.

I don't have experience with using Zoneminder with IP cameras but I heard they take a lot of CPU and that in turn gives you low frame rates. What frame rate do you get if you only have 1 monitor running?
by timcraig
Mon Jun 02, 2008 4:05 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114803

Source install works on Ubuntu 8.04. There was a problem with not finding the zmviewercore library.

I then fix the problem with:

Code: Select all

ln -s /usr/local/lib/libzmviewercore.so /usr/lib/libzmviewercore.so
by timcraig
Fri May 30, 2008 6:13 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114803

I gave it a try on Ubuntu 8.04 with your hardy .deb. zmviewer loaded at first fine. I then entered my Zoneminder's database information in the settings and it then crashed with the following message: zmviewer: symbol lookup error: /usr/lib/libzmviewercore.so: undefined symbol: _Z7qstrcmpRK10QByteArr...
by timcraig
Thu May 29, 2008 8:00 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59268

Oh I see, you did a -prefix=/opt/ When you called ./configure with the Zoneminder src did you have the option --with-ffmpeg=/opt/? If you didn't that the build won't work. If your did have the --with-ffmpeg=/opt/ option set, then look in the opt directory for the ffmpeg files. There should be a 'lib...
by timcraig
Thu May 29, 2008 6:01 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59268

I might be you missed a required flag when you installed ffmpeg. When you start the ffmpeg installation with ./configure you need the following flags:

Code: Select all

--enable-shared --enable-postproc --enable-swscale --enable-gpl
You can check you your ffmpeg flags by typing

Code: Select all

ffmpeg -version
by timcraig
Thu May 29, 2008 4:32 pm
Forum: ZoneMinder Previous Versions
Topic: Large capture images skip
Replies: 1
Views: 2094

Do you get any warning messages about buffer overruns when you type the following command? cat /var/log/syslog | grep overrun If you do then you have 3 options: 1) Reduce your image size or frame rate 2) Simplify your motion detection for that monitor 3) Increase your monitor's "Image Buffer Si...
by timcraig
Wed May 28, 2008 11:55 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59268

I had a simular problem that you had williamberg. Zoneminder's make file was expecting .h files in /usr/local/include/fmpeg. My ffmpeg install didn't create a ffmpeg folder under /usr/local/include, instead it created folders like libavdevice, liavutil, libswscale, libavcodec and libvformat. I think...
by timcraig
Wed May 28, 2008 12:18 am
Forum: ZoneMinder Previous Versions
Topic: Missing a Plugin?
Replies: 8
Views: 4934

I think Ubuntu comes with both V4L and V4L2 drivers. Reading this thread (http://www.zoneminder.com/forums/viewtopic.php?t=11731) it sounds like the version xwatv in ubuntu 8.04 is a V4L2 only program. If it was a driver issue, I think you would have gotten error messages in /var/log/syslog. What do...
by timcraig
Wed May 28, 2008 12:00 am
Forum: Hardware Queries
Topic: Camera resolution troubleshooting help! [solved]
Replies: 7
Views: 5004

Try restarting zoneminder whenever you change the monitor setup. Try 320x240 with NTSC and PAL with half the standard PAL resolution (352x288?).

Are there any zoneminder related log events in /var/log/syslog?
by timcraig
Mon May 26, 2008 6:11 pm
Forum: ZoneMinder Previous Versions
Topic: Missing a Plugin?
Replies: 8
Views: 4934

Do the apache2 log files have any error messages?

Also, right-click the broken image icon and select 'Properties.' Open firefox to the URL you see in the 'Location' field of the properties box. See if you get an image or an error message.
by timcraig
Mon May 26, 2008 5:37 pm
Forum: ZoneMinder Previous Versions
Topic: Better motion detection?
Replies: 99
Views: 140548

I gave your latest patch a try last night. I have 7 analog cameras with capture size 640x480. 2 run at 4 fps, 2 run at 2.5 fps and 3 run at 1.6 fps. 4 are night vision the while the other 3 are low light sensitive and up to pick up infrared lighting. They were all running at ref blend 7 at first. Wh...
by timcraig
Sat May 24, 2008 3:51 pm
Forum: ZoneMinder Previous Versions
Topic: The archive has been empty!!
Replies: 3
Views: 2044

Do the files of the archived events still exists? I made a mistake of entering the wrong web folder when I upgraded from source (the --with-webdir parameter of the configure script). Zoneminder than looked at the wrong web folder and saw no event files and then automatically deleted all the events f...