Search found 31 matches

by rchurch
Tue Sep 12, 2006 12:30 pm
Forum: ZoneMinder Previous Versions
Topic: Upgrading from 1.22.1 to 1.22.2
Replies: 1
Views: 1416

Upgrading from 1.22.1 to 1.22.2

I want to know if it is possible to upgrade from 1.22.1 to 1.22.2 without any compilation. On looking at the changelog it appears that most of the changes are in the management scripts rather than in the underlying binaries. Will it be possible to upgrade just by replacing the pl, pm and php files ...
by rchurch
Mon Sep 11, 2006 7:54 pm
Forum: ZoneMinder Previous Versions
Topic: How to minimize ZM disk space consumption
Replies: 8
Views: 5627

When I try to convert an image recorded at 4 frames per second in jpeg into mpeg at 25 frames per second (which a lot of Windows mpeg players require), the result is smeared images. I intend to get round the problem through extrapolating the jpeg frames by repeating each jpeg image 4 or 5 times to ...
by rchurch
Mon Sep 04, 2006 12:27 pm
Forum: ZoneMinder Previous Versions
Topic: Zm appears to have purged all the events and started again
Replies: 3
Views: 2360

When previewing the PurgeWhenFull filter in the GUI does the Limit to first XX results only; option determine the number of events deleted at a go? It should just purge the oldest events to bring the total down to the limit. Could be your PurgeWhenFull filter is a bit broken, or another filter is ...
by rchurch
Sat Sep 02, 2006 3:32 pm
Forum: ZoneMinder Previous Versions
Topic: Zm appears to have purged all the events and started again
Replies: 3
Views: 2360

Zm appears to have purged all the events and started again

ZM appears to have a purged almost all the events. I set ZM to use the PurgeWhenFull filter.

Does that filter purge all the events or does it purge enough of the remaining files to keep the space within that limit?

rchurch
by rchurch
Sat Sep 02, 2006 2:29 pm
Forum: ZoneMinder Previous Versions
Topic: How to minimize ZM disk space consumption
Replies: 8
Views: 5627

How does zmaudit handle deleted files - I mean the jpeg files themselves, not the folders relating to the events?
jameswilson wrote:that would need a mod to zm audit. You could put the link the mpeg in the notes of the event i suppose
by rchurch
Sat Sep 02, 2006 2:09 pm
Forum: ZoneMinder Previous Versions
Topic: How to minimize ZM disk space consumption
Replies: 8
Views: 5627

My idea is to create a small highly optimised jpeg for each image, or even fewer images which display a message indicating where the mpeg can be downloaded from. In fact it could be nice if zm could transparently handle the case where all the jpeg files could be replaced by links to the same image ...
by rchurch
Sat Sep 02, 2006 12:48 pm
Forum: ZoneMinder Previous Versions
Topic: How to minimize ZM disk space consumption
Replies: 8
Views: 5627

Bump?
by rchurch
Fri Sep 01, 2006 8:55 am
Forum: ZoneMinder Previous Versions
Topic: How to minimize ZM disk space consumption
Replies: 8
Views: 5627

How to minimize ZM disk space consumption

I am trying to reduce the file space used by ZoneMinder to allow more days to be saved. The steps I want to use are: 1. Create the mpeg 2. Delete all the jpegs 3. Change Links to jpeg playback to point to mpeg file Is there a way of doing this without zmaudit.pl deleting the event records from the ...
by rchurch
Sun Aug 20, 2006 6:27 am
Forum: ZoneMinder Previous Versions
Topic: How to avoid ffmpeg video blurring
Replies: 0
Views: 1411

How to avoid ffmpeg video blurring

When I use ffmpeg to encode a low frames per second view, it comes out blurred. Eg I capture at mostly 4fps. Is there a way of ffmpeg to generate an image that plays like the low frame rate it was recorded at, perhaps by interlacing the frames by repeating each frame by repeating the frames say 25/4 ...
by rchurch
Tue Jul 18, 2006 8:13 am
Forum: ZoneMinder Previous Versions
Topic: Approaching buffer overrun etc
Replies: 3
Views: 2265

The machine is an AMD 3200 with 1Gb of ram, and the values for shared memory are as below. It has 5 cameras doing 4 frames per second, two at 352x288, and 3 at 320x240, and they are all doing plain recording. cat /proc/sys/kernel/shmall - 201326592 cat /proc/sys/kernel/shmmax - 201326592 Below are ...
by rchurch
Tue Jul 18, 2006 7:57 am
Forum: ZoneMinder Previous Versions
Topic: Is my PurgeWhenFull filter working?
Replies: 4
Views: 3088

Is my PurgeWhenFull filter working?

Whenever I do a submit on my PurgeWhenFull filter, the same records keep showing up, and it makes me wonder if there isn't something wrong there.

My ZM_FILTER_EXECUTE_INTERVAL is set to 60 secs and I think that everytime I run it new records should show up.

What could be wrong?
by rchurch
Tue Jul 18, 2006 7:52 am
Forum: ZoneMinder Previous Versions
Topic: Renaming events in database
Replies: 4
Views: 2328

if you rename a file without telling zm you have then zm will not be able to retrieve images. If you need this then i suggest you rename a copy of the data and move it elsewhere as i cannot see how you could tell zm that event 5334656 is realy cammxxxOn12/12/2006 etc etc I am referring to the Name ...
by rchurch
Tue Jul 18, 2006 7:15 am
Forum: ZoneMinder Previous Versions
Topic: Renaming events in database
Replies: 4
Views: 2328

Renaming events in database

I want to run a script to change Event names at regular intervals. To something such as CameraX_YYYYMMDD_HHMM-HHMM. Will doing so directly have an effect on the behaviour of the other scripts, such as video generation etc?
by rchurch
Tue Jul 18, 2006 7:05 am
Forum: ZoneMinder Previous Versions
Topic: How to purge old events
Replies: 2
Views: 1879

How to purge old events

I want to reclaim space by purging events in the database which are a certain number of days old.

If I delete them directly from the events database, will ZoneMinder check the frames database and the file system and get rid of the records and directories later?
by rchurch
Tue Jul 18, 2006 6:59 am
Forum: ZoneMinder Previous Versions
Topic: Approaching buffer overrun etc
Replies: 3
Views: 2265

Approaching buffer overrun etc

I keep seeing this message in my logs?

Approaching buffer overrun, consider slowing capture, simplifying analysis or increasing ring buffer size

What does it signify?