Search found 7 matches
- Tue Mar 23, 2004 3:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: error on make, Red Hat 9
- Replies: 4
- Views: 3201
Re: error on make, Red Hat 9
Ditto here... any ideas?
- Mon Mar 08, 2004 9:48 pm
- Forum: ZoneMinder Previous Versions
- Topic: Video Creation Issue
- Replies: 5
- Views: 3051
Re: Video Creation Issue
*sigh*
I should be smacked around.... Video works for event 1134... I must have messed something up in trying to get my low FPS/high FPS stuff to work (see previous post).
Thanks Phil!!
--Logically Rogue
I should be smacked around.... Video works for event 1134... I must have messed something up in trying to get my low FPS/high FPS stuff to work (see previous post).
Thanks Phil!!
--Logically Rogue
- Mon Mar 08, 2004 9:46 pm
- Forum: ZoneMinder Previous Versions
- Topic: Video Creation Issue
- Replies: 5
- Views: 3051
Re: Video Creation Issue
Let's try that again - I have been deleting events all day as I play with ZM.... Event 1076 no longer exists ;) However, 1134 does..... mysql> select max(F.Delta)-min(F.Delta) as FullLength, E.*, M.Name as MonitorName, M.Width as MonitorWidth, M.Height as MonitorHeight, M.Palette from Frames as F ...
- Mon Mar 08, 2004 9:44 pm
- Forum: ZoneMinder Previous Versions
- Topic: Video Creation Issue
- Replies: 5
- Views: 3051
Re: Video Creation Issue
Thanks Phil - this is what I get.... mysql> select max(F.Delta)-min(F.Delta) as FullLength, E.*, M.Name as MonitorName, M.Width as MonitorWidth, M.Height as MonitorHeight, M.Palette from Frames as F inner join Events as E on F.EventId = E.Id inner join Monitors as M on E.MonitorId = M.Id where ...
- Mon Mar 08, 2004 9:42 pm
- Forum: ZoneMinder Previous Versions
- Topic: Properly Configuring Motion Detection?
- Replies: 3
- Views: 2214
Re: Properly Configuring Motion Detection?
My apologies - I believe the word "brain dead" sums up my mental state this morning... Let me rephrase. Ideally - I want to be able to capture high frame rates when there is movement, but extremely low frame rates (1 frame every 2 seconds) when nothing is happening. Previously, I was using Frame ...
- Mon Mar 08, 2004 6:36 pm
- Forum: ZoneMinder Previous Versions
- Topic: Video Creation Issue
- Replies: 5
- Views: 3051
Video Creation Issue
I've stumbled across the "Create Video" function in ZM 1.18.1. However, it doesn't appear to be working - and I can't quite figure out why... I click "Video" from a recorded event, then keep the defaults of "Real" frame rate and "Actual" video size, check the "Overwrite Existing" box - and get ...
- Mon Mar 08, 2004 4:19 pm
- Forum: ZoneMinder Previous Versions
- Topic: Properly Configuring Motion Detection?
- Replies: 3
- Views: 2214
Properly Configuring Motion Detection?
Ladies and Gentlemen; I've been evaluating ZM 1.18.1 for a week now - and I have to say that it's a really good system. Something that has me stumped though - I want to be able to capture "alerts" at 5 frames a second, but when nothing is going on - I only want to capture 0.5 frames a second. When I ...