Search found 61 matches

by ammaross
Thu Dec 27, 2007 9:51 pm
Forum: Hardware Queries
Topic: Cheap, simple motorized cameras, IP based
Replies: 1
Views: 1812

You might find this reference of a static cam mounted on a toy USB rocket launcher to simulate a PTZ helpful if you're looking for low-cost apartment setup: http://www.zoneminder.com/forums/viewto ... ht=usb+ptz Definately will save you loads of cash over a $700+ PTZ
by ammaross
Thu Dec 27, 2007 9:43 pm
Forum: Hardware Queries
Topic: Need a KNOWN GOOD hardware recommendation
Replies: 4
Views: 2867

Gigabyte mobos, from past experience, can be very particular about their RAM, so make sure you stick exactly to their HCL for memory.
by ammaross
Thu Dec 27, 2007 1:13 am
Forum: ZoneMinder Previous Versions
Topic: broken zm_create.sql
Replies: 3
Views: 6446

Tarball still has one broken line in the sql, reported with fix here http://www.zoneminder.com/forums/viewtopic.php?t=10891
by ammaross
Thu Dec 27, 2007 1:10 am
Forum: ZoneMinder Previous Versions
Topic: zm 1.23.x on Debian etch
Replies: 2
Views: 2794

I had the same problem on a Fedora 7 install. I used the command:

Code: Select all

perl -MCPAN -e shell
Set that up and at the prompt it gives, type "install PHP::Serialization" (without quotes) and it should work for you.
by ammaross
Thu Dec 20, 2007 8:19 pm
Forum: ZoneMinder Previous Versions
Topic: Event View (allowed memory) Fatal Error
Replies: 10
Views: 5281

SQL statement causing the problem: select E.* from Events as E inner join Monitors as M on E.MonitorId = M.Id where E.StartTime <= '2007-12-20 12:32:08' order by E.StartTime desc I'm not exactly sure why this statement needs to be run when I'm just trying to view a single event in non-DVR mode. I wo...
by ammaross
Wed Dec 12, 2007 8:41 pm
Forum: ZoneMinder Previous Versions
Topic: Event View (allowed memory) Fatal Error
Replies: 10
Views: 5281

6 in the one I first noticed it on, but I checked all the others (event ones with short 3 sec motion clips as well as mocord clips) and they are all affected.
by ammaross
Tue Dec 11, 2007 8:55 pm
Forum: ZoneMinder Previous Versions
Topic: Event View (allowed memory) Fatal Error
Replies: 10
Views: 5281

As a bump, and an update, I just upgraded to RC3. Problem still exists.
by ammaross
Tue Dec 11, 2007 8:43 pm
Forum: ZoneMinder Previous Versions
Topic: Installation Problem
Replies: 12
Views: 10334

neouser wrote: I changed in zm_mpeg.cpp line 280:

-url_fclose(&ofc->pb);
+url_fclose(ofc->pb);
The more-recent SVNs of ffmpeg appear to have changed url_fclose() as well as depreciated img_convert(). Neouser's mod works for me.
by ammaross
Mon Dec 10, 2007 10:59 pm
Forum: ZoneMinder Previous Versions
Topic: Event View (allowed memory) Fatal Error
Replies: 10
Views: 5281

Event View (allowed memory) Fatal Error

I just stumbled upon what appears to be a long-standing bug/error in my RC2. http://www.zoneminder.com/forums/viewtopic.php?t=1209&highlight=events+allowed+memory makes note of a similar occurance in 2004, as well as http://www.zoneminder.com/forums/viewtopic.php?t=9336&highlight=events+allo...
by ammaross
Mon Dec 10, 2007 10:27 pm
Forum: ZoneMinder Previous Versions
Topic: Shared Memory Question
Replies: 5
Views: 4834

I have a document that I use to store personal notes about ZM (such as patches I applied/wrote, configurations, etc), and I think my section on shared memory may help you. If you will be using a large number of cameras, or large resolutions (such as multiple 640x480s), you will need to add these two...
by ammaross
Mon Nov 19, 2007 4:37 am
Forum: ZoneMinder Previous Versions
Topic: Bugfix: Timestamp label format
Replies: 6
Views: 4123

Just to clarify, the database thing Phil mentions is the default value for Monitors -> LabelFormat column in the zm database. Just change the %f to a %N using your favorite MySQL editor (phpmyadmin or webmin are my personal favorites) and you'll be fine. (the fix above overrides that default value a...
by ammaross
Mon Nov 19, 2007 4:29 am
Forum: ZoneMinder Previous Versions
Topic: 100 chainstore IP cameras project - Please advise
Replies: 12
Views: 7355

I'm no Linux expert (important think to remember), but I think one could set up a multi-disk system by setting up all 100 cameras, and then deleting the folders created in zm/events and replacing them with (soft/hard?) links to a folder set up on each drive. You don't even need to do that now - Zon...
by ammaross
Fri Nov 16, 2007 8:38 pm
Forum: ZoneMinder Previous Versions
Topic: 100 chainstore IP cameras project - Please advise
Replies: 12
Views: 7355

ammaross, I currently operate a 220ish FPS IP-based ZM server pulling from 9 locations that are on ADSL (256k up). what IP camera r u using? how much bw is utilized over the 256k ADSL link when u pull 1 or 2 fps with 320x240 pics? I have a mixture of Axis 2100s, Axis 210s, and Intellinet cameras. O...
by ammaross
Thu Nov 15, 2007 8:17 pm
Forum: ZoneMinder Previous Versions
Topic: 100 chainstore IP cameras project - Please advise
Replies: 12
Views: 7355

I currently operate a 220ish FPS IP-based ZM server pulling from 9 locations that are on ADSL (256k up). I pull 320x240 color at about 1 or 2 fps before the DSL is strained. Pulling B&W will spare some of that bandwidth, so you should get 3fps steady. To save your bandwidth though, you would mos...
by ammaross
Thu Nov 15, 2007 8:02 pm
Forum: ZoneMinder Previous Versions
Topic: power outage safe zoneminder
Replies: 15
Views: 10756

And of course, you'd probably like your cameras to continue running for a time during a power outage as well. We have our ZM box on a nice 1500 VA UPS and our PoE cameras split over a couple 800s. Gives us some good running time even after the power goes out.