From 1780cfbff164c0ed7dd51515ea7b46fb3c2e9f42 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 9 Feb 2021 14:23:34 -0500 Subject: [PATCH] Add frames_duration --- src/zm_eventstream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zm_eventstream.h b/src/zm_eventstream.h index 0a2714186..636ef3726 100644 --- a/src/zm_eventstream.h +++ b/src/zm_eventstream.h @@ -59,6 +59,7 @@ class EventStream : public StreamBase { time_t start_time; time_t end_time; double duration; + double frames_duration; char path[PATH_MAX]; int n_frames; // # of frame rows returned from database FrameData *frames;