+
+
+ 📹
+ {{ surveillanceCameras[currentVideoIndex]?.zone || '未知区域' }}
+
+
+
+
+ {{ surveillanceCameras[currentVideoIndex]?.recording ? 'REC' : 'LIVE' }}
+
+ {{ surveillanceCameras[currentVideoIndex]?.time || '--:--:--' }}
+
+
+
+ {{ surveillanceCameras[currentVideoIndex]?.name || '未知摄像头' }}
+
+ {{ surveillanceCameras[currentVideoIndex]?.statusText || '未知' }}
+
+
+
+
+
+ 📹
+ {{ getNextCamera()?.zone || '未知区域' }}
+
+
+
+
+ {{ getNextCamera()?.recording ? 'REC' : 'LIVE' }}
+
+ {{ getNextCamera()?.time || '--:--:--' }}
+
+
+
+ {{ getNextCamera()?.name || '未知摄像头' }}
+
+ {{ getNextCamera()?.statusText || '未知' }}
+
+
+