From ee22f056c50d5d32d8c62b82081d05f9ce9a845e Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 18 May 2022 18:58:51 -0400 Subject: [PATCH] Fix index of CAMERA_TYPE --- src/zm_monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_monitor.h b/src/zm_monitor.h index 907350b4c..9534296ac 100644 --- a/src/zm_monitor.h +++ b/src/zm_monitor.h @@ -64,7 +64,7 @@ public: } Function; typedef enum { - LOCAL, + LOCAL=1, REMOTE, FILE, FFMPEG,