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
zmxap addition
Don't you mean MonitorEvent? Otherwise, I'm confused.does anyone have any suggestions on how to get the First Alarm Frame number to be sent with each MonitorInfo broadcast?
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.I am looking to get the first alarmed frame number
Gregg
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!
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!