Search found 48 matches

by kwire
Wed Jun 02, 2010 11:24 am
Forum: ZoneMinder 1.24.x
Topic: Windows 7 and IE 8 - Java Problem Viewing Event Video Only
Replies: 2
Views: 3728

Bestpa,

You don't say if you installed Cambozola or not, did you?

If not check the Wiki for instructions.

Keith
by kwire
Sat May 15, 2010 10:05 pm
Forum: ZoneMinder 1.24.x
Topic: Problems compiling ffmpeg
Replies: 1
Views: 1325

Rob, I don't know the first thing about Upuntu, but you can get any version of ffmpeg using SVN. I showed how to do it in the last post of this thread... http://www.zoneminder.com/forums/viewtopic.php?t=14675&highlight=ffmpeg If that doesn't help, post your compile errors and maybe somebody can ...
by kwire
Fri May 14, 2010 4:14 pm
Forum: ZoneMinder 1.24.x
Topic: removable devices
Replies: 4
Views: 2590

akam,

I haven't done it yet, but what about setting up a CRON job to export the events every day to a AVI file and just copying that to your USB drive?

HTH, Keith
by kwire
Fri May 07, 2010 9:58 pm
Forum: ZoneMinder 1.24.x
Topic: Date filter not working correctly
Replies: 2
Views: 2272

Kyle,

I think you need to put some paren around your OR clause, like this...

Code: Select all

(MonitorName = "Front" OR MonitorName = "Back") AND Date >= 2010-05-03 AND Date <= 2010-05-05 
Keith
by kwire
Thu Apr 08, 2010 9:49 pm
Forum: Hardware Queries
Topic: PV-143
Replies: 4
Views: 3217

Did you try Device Path = /dev/video0 ?

(but don't put the question mark on the line... :) )

Keith
by kwire
Fri Mar 26, 2010 10:16 pm
Forum: ZoneMinder 1.24.x
Topic: Issues with Ubuntu 10.4 & ZM 1.24.2
Replies: 10
Views: 6976

I know it's a pain but I had trouble finding a palette that worked with mine too. I thought RGB??? should work, but I tried them all and found that BRG24 and some others worked.

Have you tried them all?
by kwire
Mon Mar 15, 2010 10:07 pm
Forum: ZoneMinder 1.24.x
Topic: camshot every minute (60 seconds)
Replies: 2
Views: 1876

You can also take a look at this thread...

http://www.zoneminder.com/forums/viewto ... t=snapshot

Keith
by kwire
Tue Jan 05, 2010 12:54 am
Forum: ZoneMinder 1.24.x
Topic: Network Camera advice
Replies: 5
Views: 3537

Like I said Curtis was very helpful. He even got me 1000 ft coils of cable that he didn't stock, and he beat the competitions price. I'd send him a note and see if he can still get the 207s. If not I have purchased from Provantage and I see they have the 207 listed here: http://www.provantage.com/ax...
by kwire
Mon Jan 04, 2010 12:13 pm
Forum: ZoneMinder 1.24.x
Topic: Network Camera advice
Replies: 5
Views: 3537

Although I am not using POE on my Axis 207, it is offered.

See here: http://www.axis.com/products/cam_207/accessories.htm

As far as a good dealer, I used BlueCherry: http://store.bluecherry.net/

The owner, Curtis Hall, was very helpfull in helping me spec and set up my system.

HTH, Keith
by kwire
Tue Dec 29, 2009 12:24 am
Forum: ZoneMinder 1.24.x
Topic: (LOW PRIORITY) Astronomically large fps value?!?
Replies: 2
Views: 1871

Skier

There have been several threads on that. IIRC it was a bug that applied to 64 bit systems.

It has been fixed in version 1.24.2.

Can you update? If not I think there was a patch listed.

HTH, Keith
by kwire
Wed Dec 09, 2009 1:28 pm
Forum: ZoneMinder 1.24.x
Topic: ZoneMinder-1.24.2 wont start!
Replies: 6
Views: 5820

Hi,

I don't know the first thing about slax, but you might try starting ZM in a terminal window and see if there are any errors...

As SU run this...

Code: Select all

zmpkg.pl start
Keith
by kwire
Tue Oct 27, 2009 10:33 pm
Forum: User Contributions
Topic: PHP Script : Create yesterday Events to mpeg one file
Replies: 17
Views: 15709

whatboy and trendkill,

I am not a PHP programmer either, but what have you done to execute the script?

I did not try the script as presented, but I have run a few scripts before... Try to follow the instructions hereand report back.

Keith
by kwire
Fri Oct 16, 2009 5:10 pm
Forum: ZoneMinder 1.24.x
Topic: How is the system stability of ZM 1.24.2 ?
Replies: 9
Views: 5263

zdunham, I haven't compiled it yet, but we should be able to get older revisions from SVN. Using my old version number of 17117 I just issued this command: svn checkout --revision 17117 svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg-17177 It looks like it works, but like I said I don't have time to compil...
by kwire
Thu Oct 15, 2009 10:20 pm
Forum: ZoneMinder 1.24.x
Topic: How is the system stability of ZM 1.24.2 ?
Replies: 9
Views: 5263

I have two identical machines and both are running ZM 1.24.2. One works great the other ZM keeps locking up. I have to kill the process and restart the machine... The only difference I know of is the good one is running ffmpeg SVN r17117 I downloaded on Feb. 10, 2009 and the one that locks up is ffm...
by kwire
Thu Oct 15, 2009 9:58 pm
Forum: ZoneMinder 1.24.x
Topic: 1.24.0 rc1-2740 make errors on zm_ffmpeg_camera
Replies: 16
Views: 11170

Is it absolutely required to have a video capture card in order to record videos?
I don't know for sure, but I don't think so. I have a few Axis 207 (network cameras) and some cameras that require a video card. I always set up the network cameras first.

You do need ffmpeg though for both.

Keith