diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index f07713cd8..e12a8da67 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -2787,6 +2787,7 @@ Debug( 1, "Got %d for v4l_captures_per_frame", v4l_captures_per_frame ); signal_check_colour = strtol(dbrow[col]+1,0,16); else signal_check_colour = strtol(dbrow[col],0,16); + col++; bool embed_exif = (*dbrow[col] != '0'); col++; int cam_width = ((orientation==ROTATE_90||orientation==ROTATE_270)?height:width);