zmxap addition

A place for discussion of topics that are not specific to ZoneMinder. This could include Linux, Video4Linux, CCTV cameras or any other topic.
Post Reply
madmax
Posts: 55
Joined: Fri Nov 07, 2003 8:49 pm

zmxap addition

Post by madmax »

I am not too sure who is maintaining zmxap these days, but does anyone have any suggestions on how to get the First Alarm Frame number to be sent with each MonitorInfo broadcast?

The Data I would be looking for could be retreived via:

Select FrameId
From Frames
WHERE EventId = XXXXXX AND Type = 'Alarm'
ORDER BY FrameId ASC
LIMIT 1;

I am looking to get the first alarmed frame number so that I can create a custom page in my home automation software
gliming
Posts: 33
Joined: Wed Sep 07, 2005 5:40 pm
Location: Ohio, USA

Post by gliming »

does anyone have any suggestions on how to get the First Alarm Frame number to be sent with each MonitorInfo broadcast?
Don't you mean MonitorEvent? Otherwise, I'm confused.
I am looking to get the first alarmed frame number
Sorry that I'm being so late to respond; but, to be honest, I rarely ever look here; so better to either directly email, post to the requests area or the xAP forum. However, if you still need this added, then let me know.

Gregg
madmax
Posts: 55
Joined: Fri Nov 07, 2003 8:49 pm

Post by madmax »

Actually, I was overthinking this problem when I posted this. I did not realize that the "first alarm Frame #" is always Pre-Event Buffer Frames + 1.

So, if my prealarm buffer is 20 frames, the first picture that will have motion is 021. I do not think I need anythig changed on zmxap. Thanks for the response!
Post Reply