Search found 338 matches

by Baylink
Wed Jul 06, 2005 7:38 pm
Forum: User Contributions
Topic: Shell script for burning events to CD-ROM
Replies: 6
Views: 9059

Shell script for burning events to CD-ROM

I'm not entirely complete with this yet, but I'm posting it anyway because the hard 90% is done, and all that's left is the other 90%, with which I could use some help. :-) #!/bin/bash # burnevents -- burn a CD with ZoneMinder event files on it # # Written Fri Jun 24 10:30:05 EDT 2005 by jra@microsy...
by Baylink
Wed Jul 06, 2005 7:31 pm
Forum: User Contributions
Topic: Archive Events to MPEG Video
Replies: 28
Views: 36596

Posting that script now...
by Baylink
Wed Jul 06, 2005 7:16 pm
Forum: ZoneMinder Previous Versions
Topic: Upgraded1.21.0->1.21.2 thennvalid JPEG file structure:
Replies: 9
Views: 4814

Hey, Don. I've got a client across the street from you; Gulfwind. I'll wave next time I go down there. Have a bacon cheeseburger for me, eh?

You using this for security or marine monitoring? Anything public?
by Baylink
Wed Jul 06, 2005 7:15 pm
Forum: ZoneMinder Previous Versions
Topic: Odd: still running, but two sets of zmc's
Replies: 2
Views: 1685

I'll take a look. It's happened again over the weekend.

The machine is on a wireless link, but I'm having interference problems with it, so I'm not sure I can suck the log out.
by Baylink
Sat Jul 02, 2005 9:03 pm
Forum: ZoneMinder Previous Versions
Topic: Odd: still running, but two sets of zmc's
Replies: 2
Views: 1685

Odd: still running, but two sets of zmc's

I poked my head in on my first ZM install, which is in live beta, because I was wondering why the load average was up over 3. I found, amongst other things in the process table, this: 25189 ? S 0:14 /usr/bin/perl -wT /usr/local/bin/zmdc.pl status 25220 ? S 0:00 \_ /usr/bin/perl -wT /usr/local/bin/zm...
by Baylink
Wed Jun 29, 2005 7:24 pm
Forum: ZoneMinder Previous Versions
Topic: Stream to local machine
Replies: 8
Views: 4889

I can't lay claim to having looked at ZMS's source yet (or, it being C++, even being able to *understand* zms's source :-), but it doesn't seem to *me* like it ought to be all that horrible to get ZMS to combine the things it reads out of the shm's before streaming them... as long as there aren't sy...
by Baylink
Mon Jun 27, 2005 5:53 pm
Forum: ZoneMinder Previous Versions
Topic: Camera unplugged = nothing recorded?
Replies: 5
Views: 2365

Aha!

It's the *section* time. Is that true of mocord and record modes as well?
by Baylink
Mon Jun 27, 2005 5:52 pm
Forum: Hardware Queries
Topic: Whats the best card for ZM? Highest FPS? Most local ports?
Replies: 7
Views: 5412

Well, Sifu...

the best card is one with a chip for each input.

Does that help you any? :-)
by Baylink
Mon Jun 27, 2005 5:51 pm
Forum: Hardware Compatibility List
Topic: Grand X-Guard+ LiveCD install + TEW-229PI works
Replies: 3
Views: 5417

Indeed. And immediately you start trying to hang more than one unsynchronized camera on the same capture chip, you lose *at least* every other frame, so you only have 15fps to *split* among your cameras.

If FPS matters to you, bite the bullet and buy cards with one chip per input.
by Baylink
Mon Jun 27, 2005 5:39 pm
Forum: ZoneMinder Previous Versions
Topic: make fails with segmentation fault
Replies: 1
Views: 1541

I believe it means that the compiler itself crashed while trying to compile the code; apparently the GCC people want a bug report so they can figure out why -- indeed, compilers don't crash real often...
by Baylink
Sun Jun 26, 2005 7:16 pm
Forum: ZoneMinder Previous Versions
Topic: Setting up BL-C30A on a Dimension 3000
Replies: 6
Views: 2815

At the moment I'm at 320x240, and I don't remember what the SMH settings are. The machine is off-line until I get the wireless hung Monday morning; I'll pull a setup dump after that.
by Baylink
Sat Jun 25, 2005 4:57 pm
Forum: Hardware Queries
Topic: ebay 1 chip 4 input card
Replies: 5
Views: 3865

Do you have available a camera that produces NTSC output?

"rolls" is usually a symptom of NTSC v PAL confusion; B&W is usually a symptom of "wrong type of PAL".
by Baylink
Sat Jun 25, 2005 4:43 pm
Forum: User Contributions
Topic: Archive Events to MPEG Video
Replies: 28
Views: 36596

No, never mind...

As noted in another thread, I'm about 90% done with this -- it turned out to be much less complicated than I'd feared, since Phil gives good schema. :-) I got hung up getting a good ffmpeg-and-dependencies setup in, since that machine was off-line (it's going on-line Monday morning), but as soon as ...
by Baylink
Sat Jun 25, 2005 4:35 pm
Forum: ZoneMinder Previous Versions
Topic: Setting up BL-C30A on a Dimension 3000
Replies: 6
Views: 2815

The c30 is just the wireless c-10, and I have 2 of those running in 256MB real memory. What are you seeing in your syslog?
by Baylink
Sat Jun 25, 2005 4:31 pm
Forum: ZoneMinder Previous Versions
Topic: UI for ZoneMinder and mpeg montage/record
Replies: 8
Views: 3768

FWIW, I have most of a script written that extracts yesterdays events, converts them to MPEG (of your choice; anything ffmpeg will encode), and burns them on a CD-R, with appropriate names. I ran out of time on a short Friday to get ffmpeg working, but I'm pretty happy with the scripting around it; ...