diff --git a/app/function/config.py b/app/function/config.py index 8be647f..7cea37e 100644 --- a/app/function/config.py +++ b/app/function/config.py @@ -1,4 +1,5 @@ import redis +import os # Redis配置 REDIS_CONFIG = { @@ -38,13 +39,16 @@ REDIS_IDENTITY = redis.Redis( db=REDIS_DB['identity'] ) +# 获取项目根目录 +PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) + # 文件路径配置 PATH_CONFIG = { - 'base_dir': "files", - 'recordings': "files/recordings", # 视频录制目录 - 'images': "files/images", # 图片目录 - 'crop': "files/crop", # 裁剪图片目录 - 'data': "files/data" # 数据目录 + 'base_dir': os.path.join(PROJECT_ROOT, "files"), + 'recordings': os.path.join(PROJECT_ROOT, "files/recordings"), + 'images': os.path.join(PROJECT_ROOT, "files/images"), + 'crop': os.path.join(PROJECT_ROOT, "files/crop"), + 'data': os.path.join(PROJECT_ROOT, "files/data") } # RTSP流配置 @@ -69,6 +73,6 @@ SFTP_CONFIG = { # 模型路径配置 MODEL_CONFIG = { - 'qwen_path': "/obscura/models/qwen/Qwen2-VL-7B-Instruct", - 'yolo_pose_path': '/home/zydi/models/yolo11n-pose.pt' + 'qwen_path': os.path.join(PROJECT_ROOT, "Qwen2-VL-7B-Instruct"), + 'yolo_pose_path': os.path.join(PROJECT_ROOT, "yolo11n-pose.pt") } \ No newline at end of file diff --git a/app/function/rtsp2video.py b/app/function/rtsp2video.py index 47fe4c4..0a60358 100644 --- a/app/function/rtsp2video.py +++ b/app/function/rtsp2video.py @@ -3,7 +3,7 @@ import time from datetime import datetime import os import paramiko -from config import SFTP_CONFIG, RTSP_CONFIG +from config import SFTP_CONFIG, RTSP_CONFIG, PATH_CONFIG class SFTPClient: def __init__(self): @@ -55,8 +55,8 @@ def record_rtsp_stream(rtsp_url, camera_name, start_delay=0): last_upload_time = time.time() pending_uploads = [] # 记录待上传的视频文件 - script_dir = os.path.dirname(os.path.abspath(__file__)) - base_output_dir = os.path.join(script_dir, "recordings") + # 直接使用配置中的路径 + base_output_dir = PATH_CONFIG['recordings'] output_dir = os.path.join(base_output_dir, camera_name) # 创建必要的文件夹 diff --git a/image_errors_20250116_103010.json b/image_errors_20250116_103010.json deleted file mode 100644 index 1d9487a..0000000 --- a/image_errors_20250116_103010.json +++ /dev/null @@ -1,15633 +0,0 @@ -[ - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250109_165035_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.11KB)", - "file_size": 6253 - }, - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250111_121956_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8936 - }, - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250107_131526_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9820 - }, - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250107_131526_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.68KB)", - "file_size": 7861 - }, - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250110_152402_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.26KB)", - "file_size": 6406 - }, - { - "timestamp": "2025-01-12 03:35:30", - "image_path": "crop/A01/A01_20250110_132121_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8801 - }, - { - "timestamp": "2025-01-12 03:35:41", - "image_path": "crop/A01/A01_20250112_015913_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21226 - }, - { - "timestamp": "2025-01-12 03:35:42", - "image_path": "crop/A01/A01_20250105_164429_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8967 - }, - { - "timestamp": "2025-01-12 03:35:42", - "image_path": "crop/A01/A01_20250110_123127_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9069 - }, - { - "timestamp": "2025-01-12 03:35:43", - "image_path": "crop/A01/A01_20250110_123127_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21200 - }, - { - "timestamp": "2025-01-12 03:35:43", - "image_path": "crop/A01/A01_20250110_125418_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9424 - }, - { - "timestamp": "2025-01-12 03:35:43", - "image_path": "crop/A01/A01_20250110_125418_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.14KB)", - "file_size": 8333 - }, - { - "timestamp": "2025-01-12 03:35:44", - "image_path": "crop/A01/A01_20250110_113723_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18001 - }, - { - "timestamp": "2025-01-12 03:35:44", - "image_path": "crop/A01/A01_20250110_113723_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.70KB)", - "file_size": 7883 - }, - { - "timestamp": "2025-01-12 03:35:44", - "image_path": "crop/A01/A01_20250105_145155_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.40KB)", - "file_size": 8600 - }, - { - "timestamp": "2025-01-12 03:35:45", - "image_path": "crop/A01/A01_20250112_102157_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20702 - }, - { - "timestamp": "2025-01-12 03:35:45", - "image_path": "crop/A01/A01_20250110_130852_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.65KB)", - "file_size": 7834 - }, - { - "timestamp": "2025-01-12 03:35:46", - "image_path": "crop/A01/A01_20250110_130852_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16437 - }, - { - "timestamp": "2025-01-12 03:35:47", - "image_path": "crop/A01/A01_20250105_123233_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9779 - }, - { - "timestamp": "2025-01-12 03:35:47", - "image_path": "crop/A01/A01_20250107_135336_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9231 - }, - { - "timestamp": "2025-01-12 03:35:48", - "image_path": "crop/A01/A01_20250110_223720_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 32840 - }, - { - "timestamp": "2025-01-12 03:35:49", - "image_path": "crop/A01/A01_20250110_110200_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18365 - }, - { - "timestamp": "2025-01-12 03:35:49", - "image_path": "crop/A01/A01_20250109_221640_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9196 - }, - { - "timestamp": "2025-01-12 03:35:49", - "image_path": "crop/A01/A01_20250111_163237_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.66KB)", - "file_size": 4767 - }, - { - "timestamp": "2025-01-12 03:35:50", - "image_path": "crop/A01/A01_20250110_091358_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11104 - }, - { - "timestamp": "2025-01-12 03:35:51", - "image_path": "crop/A01/A01_20250112_020322_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 25699 - }, - { - "timestamp": "2025-01-12 03:35:52", - "image_path": "crop/A01/A01_20250110_070517_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16086 - }, - { - "timestamp": "2025-01-12 03:35:52", - "image_path": "crop/A01/A01_20250110_135845_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.38KB)", - "file_size": 8581 - }, - { - "timestamp": "2025-01-12 03:35:53", - "image_path": "crop/A01/A01_20250110_053005_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15206 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250110_132940_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 30973 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250110_140051_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.54KB)", - "file_size": 7722 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250105_132633_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.92KB)", - "file_size": 8114 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250106_154538_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.56KB)", - "file_size": 7745 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250106_145953_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.12KB)", - "file_size": 8320 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250110_153838_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.41KB)", - "file_size": 7583 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250109_194719_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.91KB)", - "file_size": 5029 - }, - { - "timestamp": "2025-01-12 03:35:55", - "image_path": "crop/A01/A01_20250105_160041_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.45KB)", - "file_size": 7630 - }, - { - "timestamp": "2025-01-12 03:35:56", - "image_path": "crop/A01/A01_20250109_184033_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19287 - }, - { - "timestamp": "2025-01-12 03:35:56", - "image_path": "crop/A01/A01_20250109_184033_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.73KB)", - "file_size": 6887 - }, - { - "timestamp": "2025-01-12 03:35:58", - "image_path": "crop/A01/A01_20250109_175406_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19374 - }, - { - "timestamp": "2025-01-12 03:35:58", - "image_path": "crop/A01/A01_20250105_142858_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.81KB)", - "file_size": 6973 - }, - { - "timestamp": "2025-01-12 03:35:59", - "image_path": "crop/A01/A01_20250111_223106_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18144 - }, - { - "timestamp": "2025-01-12 03:35:59", - "image_path": "crop/A01/A01_20250110_141320_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.48KB)", - "file_size": 8683 - }, - { - "timestamp": "2025-01-12 03:35:59", - "image_path": "crop/A01/A01_20250112_070329_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.47KB)", - "file_size": 9693 - }, - { - "timestamp": "2025-01-12 03:36:00", - "image_path": "crop/A01/A01_20250112_070329_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19650 - }, - { - "timestamp": "2025-01-12 03:36:01", - "image_path": "crop/A01/A01_20250110_180236_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14124 - }, - { - "timestamp": "2025-01-12 03:36:01", - "image_path": "crop/A01/A01_20250111_121137_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8551 - }, - { - "timestamp": "2025-01-12 03:36:01", - "image_path": "crop/A01/A01_20250106_154744_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.75KB)", - "file_size": 8965 - }, - { - "timestamp": "2025-01-12 03:36:01", - "image_path": "crop/A01/A01_20250110_163241_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.22KB)", - "file_size": 8413 - }, - { - "timestamp": "2025-01-12 03:36:02", - "image_path": "crop/A01/A01_20250110_044834_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17160 - }, - { - "timestamp": "2025-01-12 03:36:02", - "image_path": "crop/A01/A01_20250105_160902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.85KB)", - "file_size": 10091 - }, - { - "timestamp": "2025-01-12 03:36:03", - "image_path": "crop/A01/A01_20250109_221232_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20139 - }, - { - "timestamp": "2025-01-12 03:36:04", - "image_path": "crop/A01/A01_20250111_161735_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15337 - }, - { - "timestamp": "2025-01-12 03:36:04", - "image_path": "crop/A01/A01_20250110_160744_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.25KB)", - "file_size": 8443 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250110_051738_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16011 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250105_122413_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9087 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250107_152134_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.73KB)", - "file_size": 7912 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250107_145008_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.09KB)", - "file_size": 6240 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250107_162851_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.84KB)", - "file_size": 8029 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250111_124046_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.65KB)", - "file_size": 8856 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250111_130748_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9292 - }, - { - "timestamp": "2025-01-12 03:36:05", - "image_path": "crop/A01/A01_20250111_130748_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9137 - }, - { - "timestamp": "2025-01-12 03:36:06", - "image_path": "crop/A01/A01_20250110_114542_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16123 - }, - { - "timestamp": "2025-01-12 03:36:06", - "image_path": "crop/A01/A01_20250110_114542_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.46KB)", - "file_size": 7637 - }, - { - "timestamp": "2025-01-12 03:36:06", - "image_path": "crop/A01/A01_20250111_130133_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9083 - }, - { - "timestamp": "2025-01-12 03:36:07", - "image_path": "crop/A01/A01_20250110_203157_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 23524 - }, - { - "timestamp": "2025-01-12 03:36:07", - "image_path": "crop/A01/A01_20250108_140938_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.94KB)", - "file_size": 10180 - }, - { - "timestamp": "2025-01-12 03:36:08", - "image_path": "crop/A01/A01_20250105_130138_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16910 - }, - { - "timestamp": "2025-01-12 03:36:09", - "image_path": "crop/A01/A01_20250110_180645_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10576 - }, - { - "timestamp": "2025-01-12 03:36:09", - "image_path": "crop/A01/A01_20250110_142958_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.33KB)", - "file_size": 8530 - }, - { - "timestamp": "2025-01-12 03:36:09", - "image_path": "crop/A01/A01_20250109_094456_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.87KB)", - "file_size": 8055 - }, - { - "timestamp": "2025-01-12 03:36:09", - "image_path": "crop/A01/A01_20250109_162914_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.67KB)", - "file_size": 7852 - }, - { - "timestamp": "2025-01-12 03:36:09", - "image_path": "crop/A01/A01_20250105_161107_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9986 - }, - { - "timestamp": "2025-01-12 03:36:10", - "image_path": "crop/A01/A01_20250110_040458_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14498 - }, - { - "timestamp": "2025-01-12 03:36:10", - "image_path": "crop/A01/A01_20250105_150018_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.49KB)", - "file_size": 8690 - }, - { - "timestamp": "2025-01-12 03:36:10", - "image_path": "crop/A01/A01_20250110_105955_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20843 - }, - { - "timestamp": "2025-01-12 03:36:10", - "image_path": "crop/A01/A01_20250111_163907_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.99KB)", - "file_size": 8181 - }, - { - "timestamp": "2025-01-12 03:36:11", - "image_path": "crop/A01/A01_20250110_175814_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17511 - }, - { - "timestamp": "2025-01-12 03:36:12", - "image_path": "crop/A01/A01_20250107_162642_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.28KB)", - "file_size": 7457 - }, - { - "timestamp": "2025-01-12 03:36:12", - "image_path": "crop/A01/A01_20250110_004116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.39KB)", - "file_size": 5519 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250111_180227_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19018 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250111_130952_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.82KB)", - "file_size": 9030 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250111_130952_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.63KB)", - "file_size": 6786 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250111_125929_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.93KB)", - "file_size": 9143 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250111_123842_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9068 - }, - { - "timestamp": "2025-01-12 03:36:13", - "image_path": "crop/A01/A01_20250110_133349_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.25KB)", - "file_size": 8448 - }, - { - "timestamp": "2025-01-12 03:36:14", - "image_path": "crop/A01/A01_20250112_063000_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19877 - }, - { - "timestamp": "2025-01-12 03:36:15", - "image_path": "crop/A01/A01_20250109_235110_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12725 - }, - { - "timestamp": "2025-01-12 03:36:15", - "image_path": "crop/A01/A01_20250111_213500_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15600 - }, - { - "timestamp": "2025-01-12 03:36:15", - "image_path": "crop/A01/A01_20250105_141832_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9316 - }, - { - "timestamp": "2025-01-12 03:36:16", - "image_path": "crop/A01/A01_20250110_155925_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9179 - }, - { - "timestamp": "2025-01-12 03:36:17", - "image_path": "crop/A01/A01_20250110_085722_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11332 - }, - { - "timestamp": "2025-01-12 03:36:18", - "image_path": "crop/A01/A01_20250110_085722_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15929 - }, - { - "timestamp": "2025-01-12 03:36:18", - "image_path": "crop/A01/A01_20250106_154129_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.98KB)", - "file_size": 8168 - }, - { - "timestamp": "2025-01-12 03:36:18", - "image_path": "crop/A01/A01_20250111_133039_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.05KB)", - "file_size": 6197 - }, - { - "timestamp": "2025-01-12 03:36:18", - "image_path": "crop/A01/A01_20250111_133039_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.50KB)", - "file_size": 8707 - }, - { - "timestamp": "2025-01-12 03:36:19", - "image_path": "crop/A01/A01_20250110_201040_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12920 - }, - { - "timestamp": "2025-01-12 03:36:20", - "image_path": "crop/A01/A01_20250111_194239_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19882 - }, - { - "timestamp": "2025-01-12 03:36:20", - "image_path": "crop/A01/A01_20250110_145251_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.83KB)", - "file_size": 8020 - }, - { - "timestamp": "2025-01-12 03:36:21", - "image_path": "crop/A01/A01_20250110_063613_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14000 - }, - { - "timestamp": "2025-01-12 03:36:21", - "image_path": "crop/A01/A01_20250110_181323_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9548 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250112_020118_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19523 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250110_180849_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.46KB)", - "file_size": 6610 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250111_123226_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8928 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250105_125319_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.86KB)", - "file_size": 8053 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250106_141807_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.60KB)", - "file_size": 8806 - }, - { - "timestamp": "2025-01-12 03:36:22", - "image_path": "crop/A01/A01_20250105_121553_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.38KB)", - "file_size": 9602 - }, - { - "timestamp": "2025-01-12 03:36:23", - "image_path": "crop/A01/A01_20250107_142705_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.76KB)", - "file_size": 6923 - }, - { - "timestamp": "2025-01-12 03:36:23", - "image_path": "crop/A01/A01_20250111_125110_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9134 - }, - { - "timestamp": "2025-01-12 03:36:23", - "image_path": "crop/A01/A01_20250106_144311_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.45KB)", - "file_size": 6608 - }, - { - "timestamp": "2025-01-12 03:36:24", - "image_path": "crop/A01/A01_20250106_144311_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13774 - }, - { - "timestamp": "2025-01-12 03:36:24", - "image_path": "crop/A01/A01_20250110_044629_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16497 - }, - { - "timestamp": "2025-01-12 03:36:24", - "image_path": "crop/A01/A01_20250105_140807_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.94KB)", - "file_size": 7111 - }, - { - "timestamp": "2025-01-12 03:36:25", - "image_path": "crop/A01/A01_20250106_153925_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.09KB)", - "file_size": 8281 - }, - { - "timestamp": "2025-01-12 03:36:25", - "image_path": "crop/A01/A01_20250105_140151_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.01KB)", - "file_size": 7175 - }, - { - "timestamp": "2025-01-12 03:36:25", - "image_path": "crop/A01/A01_20250105_152105_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9018 - }, - { - "timestamp": "2025-01-12 03:36:25", - "image_path": "crop/A01/A01_20250109_215035_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16340 - }, - { - "timestamp": "2025-01-12 03:36:25", - "image_path": "crop/A01/A01_20250111_121547_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9008 - }, - { - "timestamp": "2025-01-12 03:36:26", - "image_path": "crop/A01/A01_20250110_014553_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12264 - }, - { - "timestamp": "2025-01-12 03:36:26", - "image_path": "crop/A01/A01_20250110_135436_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.63KB)", - "file_size": 7817 - }, - { - "timestamp": "2025-01-12 03:36:26", - "image_path": "crop/A01/A01_20250107_135541_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.27KB)", - "file_size": 7444 - }, - { - "timestamp": "2025-01-12 03:36:27", - "image_path": "crop/A01/A01_20250112_065506_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19814 - }, - { - "timestamp": "2025-01-12 03:36:28", - "image_path": "crop/A01/A01_20250110_041112_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13674 - }, - { - "timestamp": "2025-01-12 03:36:28", - "image_path": "crop/A01/A01_20250111_164316_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.94KB)", - "file_size": 7110 - }, - { - "timestamp": "2025-01-12 03:36:28", - "image_path": "crop/A01/A01_20250107_162436_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.21KB)", - "file_size": 8410 - }, - { - "timestamp": "2025-01-12 03:36:29", - "image_path": "crop/A01/A01_20250111_161508_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14388 - }, - { - "timestamp": "2025-01-12 03:36:30", - "image_path": "crop/A01/A01_20250111_120728_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 33126 - }, - { - "timestamp": "2025-01-12 03:36:30", - "image_path": "crop/A01/A01_20250111_120728_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.71KB)", - "file_size": 8920 - }, - { - "timestamp": "2025-01-12 03:36:30", - "image_path": "crop/A01/A01_20250111_232307_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18305 - }, - { - "timestamp": "2025-01-12 03:36:31", - "image_path": "crop/A01/A01_20250106_141602_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.65KB)", - "file_size": 6811 - }, - { - "timestamp": "2025-01-12 03:36:31", - "image_path": "crop/A01/A01_20250105_131815_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9367 - }, - { - "timestamp": "2025-01-12 03:36:32", - "image_path": "crop/A01/A01_20250110_090744_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10964 - }, - { - "timestamp": "2025-01-12 03:36:32", - "image_path": "crop/A01/A01_20250111_133243_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.56KB)", - "file_size": 7739 - }, - { - "timestamp": "2025-01-12 03:36:32", - "image_path": "crop/A01/A01_20250107_125426_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.53KB)", - "file_size": 6689 - }, - { - "timestamp": "2025-01-12 03:36:32", - "image_path": "crop/A01/A01_20250109_182801_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.45KB)", - "file_size": 8648 - }, - { - "timestamp": "2025-01-12 03:36:33", - "image_path": "crop/A01/A01_20250111_120316_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 24938 - }, - { - "timestamp": "2025-01-12 03:36:33", - "image_path": "crop/A01/A01_20250111_120316_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9010 - }, - { - "timestamp": "2025-01-12 03:36:33", - "image_path": "crop/A01/A01_20250109_160155_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.37KB)", - "file_size": 7548 - }, - { - "timestamp": "2025-01-12 03:36:33", - "image_path": "crop/A01/A01_20250110_092012_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.63KB)", - "file_size": 7814 - }, - { - "timestamp": "2025-01-12 03:36:34", - "image_path": "crop/A01/A01_20250110_092012_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 24548 - }, - { - "timestamp": "2025-01-12 03:36:34", - "image_path": "crop/A01/A01_20250112_100519_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10105 - }, - { - "timestamp": "2025-01-12 03:36:35", - "image_path": "crop/A01/A01_20250111_145845_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13502 - }, - { - "timestamp": "2025-01-12 03:36:36", - "image_path": "crop/A01/A01_20250111_145845_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21694 - }, - { - "timestamp": "2025-01-12 03:36:36", - "image_path": "crop/A01/A01_20250111_122818_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9005 - }, - { - "timestamp": "2025-01-12 03:36:37", - "image_path": "crop/A01/A01_20250111_215137_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17855 - }, - { - "timestamp": "2025-01-12 03:36:38", - "image_path": "crop/A01/A01_20250110_004321_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21721 - }, - { - "timestamp": "2025-01-12 03:36:38", - "image_path": "crop/A01/A01_20250111_233946_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17961 - }, - { - "timestamp": "2025-01-12 03:36:38", - "image_path": "crop/A01/A01_20250105_123642_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.89KB)", - "file_size": 9104 - }, - { - "timestamp": "2025-01-12 03:36:38", - "image_path": "crop/A01/A01_20250107_141841_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.54KB)", - "file_size": 6697 - }, - { - "timestamp": "2025-01-12 03:36:39", - "image_path": "crop/A01/A01_20250109_234251_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15517 - }, - { - "timestamp": "2025-01-12 03:36:39", - "image_path": "crop/A01/A01_20250110_143408_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9479 - }, - { - "timestamp": "2025-01-12 03:36:39", - "image_path": "crop/A01/A01_20250110_133144_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.57KB)", - "file_size": 7748 - }, - { - "timestamp": "2025-01-12 03:36:39", - "image_path": "crop/A01/A01_20250111_183800_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15138 - }, - { - "timestamp": "2025-01-12 03:36:40", - "image_path": "crop/A01/A01_20250109_143234_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.37KB)", - "file_size": 9598 - }, - { - "timestamp": "2025-01-12 03:36:40", - "image_path": "crop/A01/A01_20250111_124455_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8799 - }, - { - "timestamp": "2025-01-12 03:36:40", - "image_path": "crop/A01/A01_20250110_140500_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8302 - }, - { - "timestamp": "2025-01-12 03:36:41", - "image_path": "crop/A01/A01_20250111_232716_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18449 - }, - { - "timestamp": "2025-01-12 03:36:41", - "image_path": "crop/A01/A01_20250110_083024_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21100 - }, - { - "timestamp": "2025-01-12 03:36:42", - "image_path": "crop/A01/A01_20250110_083024_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11127 - }, - { - "timestamp": "2025-01-12 03:36:42", - "image_path": "crop/A01/A01_20250110_143817_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9873 - }, - { - "timestamp": "2025-01-12 03:36:42", - "image_path": "crop/A01/A01_20250105_122208_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.62KB)", - "file_size": 8828 - }, - { - "timestamp": "2025-01-12 03:36:42", - "image_path": "crop/A01/A01_20250110_142139_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9939 - }, - { - "timestamp": "2025-01-12 03:36:43", - "image_path": "crop/A01/A01_20250105_162339_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.65KB)", - "file_size": 9879 - }, - { - "timestamp": "2025-01-12 03:36:43", - "image_path": "crop/A01/A01_20250106_143902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.14KB)", - "file_size": 6287 - }, - { - "timestamp": "2025-01-12 03:36:44", - "image_path": "crop/A01/A01_20250110_081143_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16808 - }, - { - "timestamp": "2025-01-12 03:36:44", - "image_path": "crop/A01/A01_20250110_081143_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11208 - }, - { - "timestamp": "2025-01-12 03:36:44", - "image_path": "crop/A01/A01_20250110_150723_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9373 - }, - { - "timestamp": "2025-01-12 03:36:45", - "image_path": "crop/A01/A01_20250109_150800_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9513 - }, - { - "timestamp": "2025-01-12 03:36:45", - "image_path": "crop/A01/A01_20250112_015708_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18614 - }, - { - "timestamp": "2025-01-12 03:36:45", - "image_path": "crop/A01/A01_20250111_124905_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9283 - }, - { - "timestamp": "2025-01-12 03:36:46", - "image_path": "crop/A01/A01_20250110_134617_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.41KB)", - "file_size": 7583 - }, - { - "timestamp": "2025-01-12 03:36:46", - "image_path": "crop/A01/A01_20250110_072808_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19086 - }, - { - "timestamp": "2025-01-12 03:36:46", - "image_path": "crop/A01/A01_20250105_132224_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.67KB)", - "file_size": 7856 - }, - { - "timestamp": "2025-01-12 03:36:46", - "image_path": "crop/A01/A01_20250111_163032_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9916 - }, - { - "timestamp": "2025-01-12 03:36:46", - "image_path": "crop/A01/A01_20250107_151929_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9550 - }, - { - "timestamp": "2025-01-12 03:36:47", - "image_path": "crop/A01/A01_20250110_115400_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15363 - }, - { - "timestamp": "2025-01-12 03:36:47", - "image_path": "crop/A01/A01_20250110_115400_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8933 - }, - { - "timestamp": "2025-01-12 03:36:47", - "image_path": "crop/A01/A01_20250109_224538_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15330 - }, - { - "timestamp": "2025-01-12 03:36:48", - "image_path": "crop/A01/A01_20250111_204053_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 27885 - }, - { - "timestamp": "2025-01-12 03:36:49", - "image_path": "crop/A01/A01_20250110_120424_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.34KB)", - "file_size": 7514 - }, - { - "timestamp": "2025-01-12 03:36:50", - "image_path": "crop/A01/A01_20250109_222754_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13905 - }, - { - "timestamp": "2025-01-12 03:36:50", - "image_path": "crop/A01/A01_20250110_014757_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12635 - }, - { - "timestamp": "2025-01-12 03:36:50", - "image_path": "crop/A01/A01_20250110_083637_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20383 - }, - { - "timestamp": "2025-01-12 03:36:50", - "image_path": "crop/A01/A01_20250112_032222_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.36KB)", - "file_size": 7534 - }, - { - "timestamp": "2025-01-12 03:36:51", - "image_path": "crop/A01/A01_20250112_032222_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10336 - }, - { - "timestamp": "2025-01-12 03:36:52", - "image_path": "crop/A01/A01_20250110_044221_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16864 - }, - { - "timestamp": "2025-01-12 03:36:53", - "image_path": "crop/A01/A01_20250112_051648_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22736 - }, - { - "timestamp": "2025-01-12 03:36:54", - "image_path": "crop/A01/A01_20250111_213049_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17230 - }, - { - "timestamp": "2025-01-12 03:36:54", - "image_path": "crop/A01/A01_20250111_143737_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15980 - }, - { - "timestamp": "2025-01-12 03:36:54", - "image_path": "crop/A01/A01_20250111_143737_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.31KB)", - "file_size": 8510 - }, - { - "timestamp": "2025-01-12 03:36:55", - "image_path": "crop/A01/A01_20250111_182732_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20558 - }, - { - "timestamp": "2025-01-12 03:36:55", - "image_path": "crop/A01/A01_20250111_122613_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9220 - }, - { - "timestamp": "2025-01-12 03:36:55", - "image_path": "crop/A01/A01_20250110_075507_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.25KB)", - "file_size": 8443 - }, - { - "timestamp": "2025-01-12 03:36:55", - "image_path": "crop/A01/A01_20250111_172419_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.92KB)", - "file_size": 6060 - }, - { - "timestamp": "2025-01-12 03:36:55", - "image_path": "crop/A01/A01_20250106_144928_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.38KB)", - "file_size": 5513 - }, - { - "timestamp": "2025-01-12 03:36:56", - "image_path": "crop/A01/A01_20250110_084251_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20594 - }, - { - "timestamp": "2025-01-12 03:36:56", - "image_path": "crop/A01/A01_20250110_001202_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14562 - }, - { - "timestamp": "2025-01-12 03:36:57", - "image_path": "crop/A01/A01_20250106_144520_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.94KB)", - "file_size": 5060 - }, - { - "timestamp": "2025-01-12 03:36:57", - "image_path": "crop/A01/A01_20250111_162144_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20420 - }, - { - "timestamp": "2025-01-12 03:36:58", - "image_path": "crop/A01/A01_20250111_162144_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14081 - }, - { - "timestamp": "2025-01-12 03:36:59", - "image_path": "crop/A01/A01_20250110_070926_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16643 - }, - { - "timestamp": "2025-01-12 03:37:00", - "image_path": "crop/A01/A01_20250111_213254_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16154 - }, - { - "timestamp": "2025-01-12 03:37:00", - "image_path": "crop/A01/A01_20250107_154024_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.31KB)", - "file_size": 8507 - }, - { - "timestamp": "2025-01-12 03:37:00", - "image_path": "crop/A01/A01_20250110_143203_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9179 - }, - { - "timestamp": "2025-01-12 03:37:00", - "image_path": "crop/A01/A01_20250110_021047_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17731 - }, - { - "timestamp": "2025-01-12 03:37:00", - "image_path": "crop/A01/A01_20250107_124355_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.53KB)", - "file_size": 9763 - }, - { - "timestamp": "2025-01-12 03:37:01", - "image_path": "crop/A01/A01_20250112_062342_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19204 - }, - { - "timestamp": "2025-01-12 03:37:02", - "image_path": "crop/A01/A01_20250111_212025_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22298 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250112_071358_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18807 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250111_122201_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9221 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250110_015412_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18233 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250110_140256_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9060 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250111_131157_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.95KB)", - "file_size": 8139 - }, - { - "timestamp": "2025-01-12 03:37:03", - "image_path": "crop/A01/A01_20250107_153819_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.47KB)", - "file_size": 7651 - }, - { - "timestamp": "2025-01-12 03:37:04", - "image_path": "crop/A01/A01_20250109_194925_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12501 - }, - { - "timestamp": "2025-01-12 03:37:04", - "image_path": "crop/A01/A01_20250111_124701_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.42KB)", - "file_size": 8625 - }, - { - "timestamp": "2025-01-12 03:37:05", - "image_path": "crop/A01/A01_20250105_141216_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10577 - }, - { - "timestamp": "2025-01-12 03:37:05", - "image_path": "crop/A01/A01_20250105_141216_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16675 - }, - { - "timestamp": "2025-01-12 03:37:06", - "image_path": "crop/A01/A01_20250110_070312_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17379 - }, - { - "timestamp": "2025-01-12 03:37:07", - "image_path": "crop/A01/A01_20250111_184004_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16238 - }, - { - "timestamp": "2025-01-12 03:37:07", - "image_path": "crop/A01/A01_20250109_222958_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9716 - }, - { - "timestamp": "2025-01-12 03:37:07", - "image_path": "crop/A01/A01_20250109_185101_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21593 - }, - { - "timestamp": "2025-01-12 03:37:07", - "image_path": "crop/A01/A01_20250110_141116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.28KB)", - "file_size": 7453 - }, - { - "timestamp": "2025-01-12 03:37:08", - "image_path": "crop/A01/A01_20250107_130701_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.87KB)", - "file_size": 8055 - }, - { - "timestamp": "2025-01-12 03:37:08", - "image_path": "crop/A01/A01_20250107_125011_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.37KB)", - "file_size": 6527 - }, - { - "timestamp": "2025-01-12 03:37:08", - "image_path": "crop/A01/A01_20250110_134208_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.33KB)", - "file_size": 8526 - }, - { - "timestamp": "2025-01-12 03:37:09", - "image_path": "crop/A01/A01_20250112_051852_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22549 - }, - { - "timestamp": "2025-01-12 03:37:09", - "image_path": "crop/A01/A01_20250108_151721_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8309 - }, - { - "timestamp": "2025-01-12 03:37:09", - "image_path": "crop/A01/A01_20250105_133655_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.82KB)", - "file_size": 9032 - }, - { - "timestamp": "2025-01-12 03:37:09", - "image_path": "crop/A01/A01_20250105_123437_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8487 - }, - { - "timestamp": "2025-01-12 03:37:09", - "image_path": "crop/A01/A01_20250110_064636_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12370 - }, - { - "timestamp": "2025-01-12 03:37:10", - "image_path": "crop/A01/A01_20250112_074936_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13645 - }, - { - "timestamp": "2025-01-12 03:37:11", - "image_path": "crop/A01/A01_20250110_080325_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10657 - }, - { - "timestamp": "2025-01-12 03:37:11", - "image_path": "crop/A01/A01_20250110_080325_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21318 - }, - { - "timestamp": "2025-01-12 03:37:11", - "image_path": "crop/A01/A01_20250111_130338_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8991 - }, - { - "timestamp": "2025-01-12 03:37:11", - "image_path": "crop/A01/A01_20250109_165649_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.05KB)", - "file_size": 7215 - }, - { - "timestamp": "2025-01-12 03:37:11", - "image_path": "crop/A01/A01_20250107_154229_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.32KB)", - "file_size": 7494 - }, - { - "timestamp": "2025-01-12 03:37:12", - "image_path": "crop/A01/A01_20250105_122003_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.01KB)", - "file_size": 8203 - }, - { - "timestamp": "2025-01-12 03:37:12", - "image_path": "crop/A01/A01_20250110_123946_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.78KB)", - "file_size": 7965 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250110_123946_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21920 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250110_135027_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.44KB)", - "file_size": 8645 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250111_122405_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9259 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250110_180440_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9669 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250110_180440_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15559 - }, - { - "timestamp": "2025-01-12 03:37:13", - "image_path": "crop/A01/A01_20250110_133553_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.33KB)", - "file_size": 7509 - }, - { - "timestamp": "2025-01-12 03:37:14", - "image_path": "crop/A01/A01_20250111_150715_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14170 - }, - { - "timestamp": "2025-01-12 03:37:15", - "image_path": "crop/A01/A01_20250111_150715_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16032 - }, - { - "timestamp": "2025-01-12 03:37:15", - "image_path": "crop/A01/A01_20250109_192014_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.35KB)", - "file_size": 9576 - }, - { - "timestamp": "2025-01-12 03:37:15", - "image_path": "crop/A01/A01_20250105_121144_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.90KB)", - "file_size": 7070 - }, - { - "timestamp": "2025-01-12 03:37:16", - "image_path": "crop/A01/A01_20250109_150144_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16402 - }, - { - "timestamp": "2025-01-12 03:37:16", - "image_path": "crop/A01/A01_20250109_150144_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.20KB)", - "file_size": 7372 - }, - { - "timestamp": "2025-01-12 03:37:17", - "image_path": "crop/A01/A01_20250110_034823_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16629 - }, - { - "timestamp": "2025-01-12 03:37:18", - "image_path": "crop/A01/A01_20250112_013416_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21458 - }, - { - "timestamp": "2025-01-12 03:37:19", - "image_path": "crop/A01/A01_20250112_094839_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 27819 - }, - { - "timestamp": "2025-01-12 03:37:19", - "image_path": "crop/A01/A01_20250105_134104_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.08KB)", - "file_size": 7250 - }, - { - "timestamp": "2025-01-12 03:37:20", - "image_path": "crop/A01/A01_20250111_183550_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10706 - }, - { - "timestamp": "2025-01-12 03:37:21", - "image_path": "crop/A01/A01_20250111_183550_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14615 - }, - { - "timestamp": "2025-01-12 03:37:21", - "image_path": "crop/A01/A01_20250105_130342_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10628 - }, - { - "timestamp": "2025-01-12 03:37:22", - "image_path": "crop/A01/A01_20250105_130342_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17925 - }, - { - "timestamp": "2025-01-12 03:37:22", - "image_path": "crop/A01/A01_20250111_120111_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13668 - }, - { - "timestamp": "2025-01-12 03:37:22", - "image_path": "crop/A01/A01_20250111_192151_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15177 - }, - { - "timestamp": "2025-01-12 03:37:23", - "image_path": "crop/A01/A01_20250107_131731_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.45KB)", - "file_size": 9672 - }, - { - "timestamp": "2025-01-12 03:37:23", - "image_path": "crop/A01/A01_20250110_004934_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18144 - }, - { - "timestamp": "2025-01-12 03:37:23", - "image_path": "crop/A01/A01_20250111_123431_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.71KB)", - "file_size": 8921 - }, - { - "timestamp": "2025-01-12 03:37:23", - "image_path": "crop/A01/A01_20250105_163158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9873 - }, - { - "timestamp": "2025-01-12 03:37:24", - "image_path": "crop/A01/A01_20250106_142631_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9566 - }, - { - "timestamp": "2025-01-12 03:37:24", - "image_path": "crop/A01/A01_20250110_142344_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.83KB)", - "file_size": 10063 - }, - { - "timestamp": "2025-01-12 03:37:24", - "image_path": "crop/A01/A01_20250112_094020_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9111 - }, - { - "timestamp": "2025-01-12 03:37:24", - "image_path": "crop/A01/A01_20250110_111020_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.16KB)", - "file_size": 7334 - }, - { - "timestamp": "2025-01-12 03:37:25", - "image_path": "crop/A01/A01_20250110_111020_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16858 - }, - { - "timestamp": "2025-01-12 03:37:25", - "image_path": "crop/A01/A01_20250109_234906_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16795 - }, - { - "timestamp": "2025-01-12 03:37:25", - "image_path": "crop/A01/A01_20250110_133758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.37KB)", - "file_size": 8567 - }, - { - "timestamp": "2025-01-12 03:37:25", - "image_path": "crop/A01/A01_20250109_144300_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.53KB)", - "file_size": 7709 - }, - { - "timestamp": "2025-01-12 03:37:26", - "image_path": "crop/A01/A01_20250109_230931_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17566 - }, - { - "timestamp": "2025-01-12 03:37:26", - "image_path": "crop/A01/A01_20250107_163300_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.31KB)", - "file_size": 7488 - }, - { - "timestamp": "2025-01-12 03:37:27", - "image_path": "crop/A01/A01_20250111_161940_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14692 - }, - { - "timestamp": "2025-01-12 03:37:28", - "image_path": "crop/A01/A01_20250110_065045_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13569 - }, - { - "timestamp": "2025-01-12 03:37:28", - "image_path": "crop/A01/A01_20250110_134413_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9037 - }, - { - "timestamp": "2025-01-12 03:37:28", - "image_path": "crop/A01/A01_20250111_153039_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.37KB)", - "file_size": 9599 - }, - { - "timestamp": "2025-01-12 03:37:28", - "image_path": "crop/A01/A01_20250111_133858_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22243 - }, - { - "timestamp": "2025-01-12 03:37:29", - "image_path": "crop/A01/A01_20250110_003049_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16554 - }, - { - "timestamp": "2025-01-12 03:37:29", - "image_path": "crop/A01/A01_20250107_131321_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.83KB)", - "file_size": 10067 - }, - { - "timestamp": "2025-01-12 03:37:30", - "image_path": "crop/A01/A01_20250112_072016_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19494 - }, - { - "timestamp": "2025-01-12 03:37:30", - "image_path": "crop/A01/A01_20250111_134511_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.24KB)", - "file_size": 7412 - }, - { - "timestamp": "2025-01-12 03:37:30", - "image_path": "crop/A01/A01_20250111_141430_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20455 - }, - { - "timestamp": "2025-01-12 03:37:30", - "image_path": "crop/A01/A01_20250111_165349_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21411 - }, - { - "timestamp": "2025-01-12 03:37:30", - "image_path": "crop/A01/A01_20250105_144951_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9013 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250106_153310_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.66KB)", - "file_size": 7842 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250112_072221_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17784 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250111_125314_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.36KB)", - "file_size": 8559 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250111_125724_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.64KB)", - "file_size": 8849 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250110_145904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8968 - }, - { - "timestamp": "2025-01-12 03:37:31", - "image_path": "crop/A01/A01_20250111_132834_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.51KB)", - "file_size": 7692 - }, - { - "timestamp": "2025-01-12 03:37:32", - "image_path": "crop/A01/A01_20250110_062959_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14178 - }, - { - "timestamp": "2025-01-12 03:37:32", - "image_path": "crop/A01/A01_20250112_015054_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 25196 - }, - { - "timestamp": "2025-01-12 03:37:33", - "image_path": "crop/A01/A01_20250109_170107_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.77KB)", - "file_size": 4885 - }, - { - "timestamp": "2025-01-12 03:37:33", - "image_path": "crop/A01/A01_20250112_093815_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.79KB)", - "file_size": 7982 - }, - { - "timestamp": "2025-01-12 03:37:34", - "image_path": "crop/A01/A01_20250110_062755_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14142 - }, - { - "timestamp": "2025-01-12 03:37:34", - "image_path": "crop/A01/A01_20250110_001406_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17325 - }, - { - "timestamp": "2025-01-12 03:37:34", - "image_path": "crop/A01/A01_20250105_132837_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10164 - }, - { - "timestamp": "2025-01-12 03:37:35", - "image_path": "crop/A01/A01_20250110_180032_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20867 - }, - { - "timestamp": "2025-01-12 03:37:35", - "image_path": "crop/A01/A01_20250111_233740_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21171 - }, - { - "timestamp": "2025-01-12 03:37:36", - "image_path": "crop/A01/A01_20250111_224950_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13823 - }, - { - "timestamp": "2025-01-12 03:37:36", - "image_path": "crop/A01/A01_20250110_175405_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.87KB)", - "file_size": 7031 - }, - { - "timestamp": "2025-01-12 03:37:37", - "image_path": "crop/A01/A01_20250110_175405_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17856 - }, - { - "timestamp": "2025-01-12 03:37:37", - "image_path": "crop/A01/A01_20250106_150158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.52KB)", - "file_size": 7704 - }, - { - "timestamp": "2025-01-12 03:37:37", - "image_path": "crop/A01/A01_20250106_143453_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.39KB)", - "file_size": 6542 - }, - { - "timestamp": "2025-01-12 03:37:37", - "image_path": "crop/A01/A01_20250107_152956_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9005 - }, - { - "timestamp": "2025-01-12 03:37:37", - "image_path": "crop/A01/A01_20250107_163055_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.97KB)", - "file_size": 8164 - }, - { - "timestamp": "2025-01-12 03:37:38", - "image_path": "crop/A01/A01_20250110_035435_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13334 - }, - { - "timestamp": "2025-01-12 03:37:38", - "image_path": "crop/A01/A01_20250110_012916_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17645 - }, - { - "timestamp": "2025-01-12 03:37:38", - "image_path": "crop/A01/A01_20250105_142653_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.83KB)", - "file_size": 6992 - }, - { - "timestamp": "2025-01-12 03:37:38", - "image_path": "crop/A01/A01_20250107_155052_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.53KB)", - "file_size": 6685 - }, - { - "timestamp": "2025-01-12 03:37:38", - "image_path": "crop/A01/A01_20250106_145544_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.89KB)", - "file_size": 8077 - }, - { - "timestamp": "2025-01-12 03:37:39", - "image_path": "crop/A01/A01_20250111_121342_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9291 - }, - { - "timestamp": "2025-01-12 03:37:39", - "image_path": "crop/A01/A01_20250110_193048_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19637 - }, - { - "timestamp": "2025-01-12 03:37:39", - "image_path": "crop/A01/A01_20250111_120524_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8951 - }, - { - "timestamp": "2025-01-12 03:37:40", - "image_path": "crop/A01/A01_20250111_212845_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16396 - }, - { - "timestamp": "2025-01-12 03:37:40", - "image_path": "crop/A01/A01_20250106_155602_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8797 - }, - { - "timestamp": "2025-01-12 03:37:40", - "image_path": "crop/A01/A01_20250111_125519_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.66KB)", - "file_size": 8871 - }, - { - "timestamp": "2025-01-12 03:37:41", - "image_path": "crop/A01/A01_20250110_035845_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13659 - }, - { - "timestamp": "2025-01-12 03:37:41", - "image_path": "crop/A01/A01_20250106_160216_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.98KB)", - "file_size": 8171 - }, - { - "timestamp": "2025-01-12 03:37:42", - "image_path": "crop/A01/A01_20250110_073627_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18490 - }, - { - "timestamp": "2025-01-12 03:37:43", - "image_path": "crop/A01/A01_20250110_065659_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16824 - }, - { - "timestamp": "2025-01-12 03:37:43", - "image_path": "crop/A01/A01_20250105_144746_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.01KB)", - "file_size": 7181 - }, - { - "timestamp": "2025-01-12 03:37:43", - "image_path": "crop/A01/A01_20250110_142549_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9473 - }, - { - "timestamp": "2025-01-12 03:37:43", - "image_path": "crop/A01/A01_20250109_160604_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9534 - }, - { - "timestamp": "2025-01-12 03:37:44", - "image_path": "crop/A01/A01_20250110_164305_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14128 - }, - { - "timestamp": "2025-01-12 03:37:44", - "image_path": "crop/A01/A01_20250110_164305_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9472 - }, - { - "timestamp": "2025-01-12 03:37:44", - "image_path": "crop/A01/A01_20250110_044017_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18503 - }, - { - "timestamp": "2025-01-12 03:37:44", - "image_path": "crop/A01/A01_20250110_135641_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.71KB)", - "file_size": 7891 - }, - { - "timestamp": "2025-01-12 03:37:45", - "image_path": "crop/A01/A01_20250111_130542_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.51KB)", - "file_size": 8710 - }, - { - "timestamp": "2025-01-12 03:37:45", - "image_path": "crop/A01/A01_20250110_134004_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.45KB)", - "file_size": 8649 - }, - { - "timestamp": "2025-01-12 03:37:45", - "image_path": "crop/A01/A01_20250110_083843_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20164 - }, - { - "timestamp": "2025-01-12 03:37:45", - "image_path": "crop/A01/A01_20250110_091154_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10684 - }, - { - "timestamp": "2025-01-12 03:37:45", - "image_path": "crop/A01/A01_20250105_162132_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9729 - }, - { - "timestamp": "2025-01-12 03:37:46", - "image_path": "crop/A01/A01_20250110_104113_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15321 - }, - { - "timestamp": "2025-01-12 03:37:46", - "image_path": "crop/A01/A01_20250110_165125_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.01KB)", - "file_size": 8203 - }, - { - "timestamp": "2025-01-12 03:37:46", - "image_path": "crop/A01/A01_20250106_150402_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.46KB)", - "file_size": 6618 - }, - { - "timestamp": "2025-01-12 03:37:46", - "image_path": "crop/A01/A01_20250110_132530_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 29514 - }, - { - "timestamp": "2025-01-12 03:37:47", - "image_path": "crop/A01/A01_20250110_161358_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.10KB)", - "file_size": 7268 - }, - { - "timestamp": "2025-01-12 03:37:47", - "image_path": "crop/A01/A01_20250110_012507_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19434 - }, - { - "timestamp": "2025-01-12 03:37:47", - "image_path": "crop/A01/A01_20250109_093433_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9281 - }, - { - "timestamp": "2025-01-12 03:37:48", - "image_path": "crop/A01/A01_20250110_045039_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14778 - }, - { - "timestamp": "2025-01-12 03:37:48", - "image_path": "crop/A01/A01_20250110_013734_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20325 - }, - { - "timestamp": "2025-01-12 03:37:49", - "image_path": "crop/A01/A01_20250105_144542_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.29KB)", - "file_size": 7469 - }, - { - "timestamp": "2025-01-12 03:37:49", - "image_path": "crop/A01/A01_20250110_090950_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11220 - }, - { - "timestamp": "2025-01-12 03:37:49", - "image_path": "crop/A01/A01_20250107_143936_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.93KB)", - "file_size": 8120 - }, - { - "timestamp": "2025-01-12 03:37:50", - "image_path": "crop/A01/A01_20250110_013530_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16564 - }, - { - "timestamp": "2025-01-12 03:37:50", - "image_path": "crop/A01/A01_20250109_172419_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9260 - }, - { - "timestamp": "2025-01-12 03:37:51", - "image_path": "crop/B02/B02_20250105_141057_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12298 - }, - { - "timestamp": "2025-01-12 03:37:51", - "image_path": "crop/B02/B02_20250110_180252_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.63KB)", - "file_size": 1668 - }, - { - "timestamp": "2025-01-12 03:37:51", - "image_path": "crop/B02/B02_20250110_180252_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.16KB)", - "file_size": 4256 - }, - { - "timestamp": "2025-01-12 03:37:52", - "image_path": "crop/B02/B02_20250111_152443_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21959 - }, - { - "timestamp": "2025-01-12 03:37:52", - "image_path": "crop/B02/B02_20250107_124658_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.93KB)", - "file_size": 7097 - }, - { - "timestamp": "2025-01-12 03:37:53", - "image_path": "crop/B02/B02_20250110_175643_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11387 - }, - { - "timestamp": "2025-01-12 03:37:53", - "image_path": "crop/B02/B02_20250110_074359_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13101 - }, - { - "timestamp": "2025-01-12 03:37:54", - "image_path": "crop/B02/B02_20250110_191501_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 32090 - }, - { - "timestamp": "2025-01-12 03:37:54", - "image_path": "crop/B02/B02_20250110_191501_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.74KB)", - "file_size": 7927 - }, - { - "timestamp": "2025-01-12 03:37:54", - "image_path": "crop/B02/B02_20250111_145550_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21954 - }, - { - "timestamp": "2025-01-12 03:37:54", - "image_path": "crop/B02/B02_20250109_180230_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8488 - }, - { - "timestamp": "2025-01-12 03:37:55", - "image_path": "crop/B02/B02_20250109_180230_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 67655 - }, - { - "timestamp": "2025-01-12 03:37:56", - "image_path": "crop/B02/B02_20250107_145122_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13526 - }, - { - "timestamp": "2025-01-12 03:37:56", - "image_path": "crop/B02/B02_20250111_150405_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20472 - }, - { - "timestamp": "2025-01-12 03:37:57", - "image_path": "crop/B02/B02_20250107_160758_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17848 - }, - { - "timestamp": "2025-01-12 03:37:57", - "image_path": "crop/B02/B02_20250111_142047_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.15KB)", - "file_size": 7323 - }, - { - "timestamp": "2025-01-12 03:37:58", - "image_path": "crop/B02/B02_20250111_144736_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22770 - }, - { - "timestamp": "2025-01-12 03:37:58", - "image_path": "crop/B02/B02_20250111_151629_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22233 - }, - { - "timestamp": "2025-01-12 03:37:59", - "image_path": "crop/B02/B02_20250111_143715_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22744 - }, - { - "timestamp": "2025-01-12 03:38:00", - "image_path": "crop/B02/B02_20250110_121009_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 61106 - }, - { - "timestamp": "2025-01-12 03:38:00", - "image_path": "crop/B02/B02_20250110_181523_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.34KB)", - "file_size": 7516 - }, - { - "timestamp": "2025-01-12 03:38:00", - "image_path": "crop/B02/B02_20250111_145144_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21919 - }, - { - "timestamp": "2025-01-12 03:38:01", - "image_path": "crop/B02/B02_20250107_144715_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9412 - }, - { - "timestamp": "2025-01-12 03:38:01", - "image_path": "crop/B02/B02_20250105_131402_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.16KB)", - "file_size": 3236 - }, - { - "timestamp": "2025-01-12 03:38:01", - "image_path": "crop/B02/B02_20250110_190649_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 48798 - }, - { - "timestamp": "2025-01-12 03:38:02", - "image_path": "crop/B02/B02_20250110_034727_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 78867 - }, - { - "timestamp": "2025-01-12 03:38:02", - "image_path": "crop/B02/B02_20250107_124901_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.03KB)", - "file_size": 6176 - }, - { - "timestamp": "2025-01-12 03:38:03", - "image_path": "crop/B02/B02_20250105_140041_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 45698 - }, - { - "timestamp": "2025-01-12 03:38:04", - "image_path": "crop/B02/B02_20250111_143513_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22258 - }, - { - "timestamp": "2025-01-12 03:38:04", - "image_path": "crop/B02/B02_20250111_152038_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 23043 - }, - { - "timestamp": "2025-01-12 03:38:04", - "image_path": "crop/B02/B02_20250107_144919_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9091 - }, - { - "timestamp": "2025-01-12 03:38:04", - "image_path": "crop/B02/B02_20250112_092747_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9218 - }, - { - "timestamp": "2025-01-12 03:38:04", - "image_path": "crop/B02/B02_20250112_092747_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.96KB)", - "file_size": 6100 - }, - { - "timestamp": "2025-01-12 03:38:05", - "image_path": "crop/B02/B02_20250110_033258_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 80332 - }, - { - "timestamp": "2025-01-12 03:38:05", - "image_path": "crop/B02/B02_20250111_144330_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22020 - }, - { - "timestamp": "2025-01-12 03:38:06", - "image_path": "crop/B02/B02_20250109_164309_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 36228 - }, - { - "timestamp": "2025-01-12 03:38:07", - "image_path": "crop/B02/B02_20250111_151223_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21558 - }, - { - "timestamp": "2025-01-12 03:38:07", - "image_path": "crop/B02/B02_20250111_141631_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 28277 - }, - { - "timestamp": "2025-01-12 03:38:07", - "image_path": "crop/B02/B02_20250111_141631_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.49KB)", - "file_size": 4601 - }, - { - "timestamp": "2025-01-12 03:38:07", - "image_path": "crop/B02/B02_20250112_092544_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9351 - }, - { - "timestamp": "2025-01-12 03:38:08", - "image_path": "crop/B02/B02_20250111_143924_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22367 - }, - { - "timestamp": "2025-01-12 03:38:09", - "image_path": "crop/B02/B02_20250112_080944_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 34109 - }, - { - "timestamp": "2025-01-12 03:38:09", - "image_path": "crop/B02/B02_20250106_141901_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.22KB)", - "file_size": 8420 - }, - { - "timestamp": "2025-01-12 03:38:10", - "image_path": "crop/B02/B02_20250110_192924_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21811 - }, - { - "timestamp": "2025-01-12 03:38:11", - "image_path": "crop/B02/B02_20250111_153258_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 24960 - }, - { - "timestamp": "2025-01-12 03:38:12", - "image_path": "crop/B02/B02_20250110_150534_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 68496 - }, - { - "timestamp": "2025-01-12 03:38:12", - "image_path": "crop/B02/B02_20250111_142655_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20126 - }, - { - "timestamp": "2025-01-12 03:38:12", - "image_path": "crop/B02/B02_20250110_175440_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.11KB)", - "file_size": 4206 - }, - { - "timestamp": "2025-01-12 03:38:13", - "image_path": "crop/B02/B02_20250111_144533_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 23414 - }, - { - "timestamp": "2025-01-12 03:38:13", - "image_path": "crop/B02/B02_20250111_145959_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22070 - }, - { - "timestamp": "2025-01-12 03:38:13", - "image_path": "crop/B02/B02_20250111_151426_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21999 - }, - { - "timestamp": "2025-01-12 03:38:14", - "image_path": "crop/B02/B02_20250111_151020_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22811 - }, - { - "timestamp": "2025-01-12 03:38:14", - "image_path": "crop/B02/B02_20250111_144941_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21902 - }, - { - "timestamp": "2025-01-12 03:38:15", - "image_path": "crop/B02/B02_20250110_175846_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12757 - }, - { - "timestamp": "2025-01-12 03:38:15", - "image_path": "crop/B02/B02_20250110_175846_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.48KB)", - "file_size": 1519 - }, - { - "timestamp": "2025-01-12 03:38:15", - "image_path": "crop/B02/B02_20250105_150215_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 56166 - }, - { - "timestamp": "2025-01-12 03:38:16", - "image_path": "crop/B02/B02_20250107_124045_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 44346 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250111_152646_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22650 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250111_142904_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22968 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250110_155300_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.42KB)", - "file_size": 5550 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250107_144512_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.46KB)", - "file_size": 7637 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250110_155057_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.09KB)", - "file_size": 5209 - }, - { - "timestamp": "2025-01-12 03:38:17", - "image_path": "crop/B02/B02_20250111_141844_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.87KB)", - "file_size": 7036 - }, - { - "timestamp": "2025-01-12 03:38:18", - "image_path": "crop/B02/B02_20250111_151832_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22939 - }, - { - "timestamp": "2025-01-12 03:38:18", - "image_path": "crop/B02/B02_20250110_155705_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.84KB)", - "file_size": 4959 - }, - { - "timestamp": "2025-01-12 03:38:18", - "image_path": "crop/B02/B02_20250109_143535_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 35918 - }, - { - "timestamp": "2025-01-12 03:38:18", - "image_path": "crop/B02/B02_20250109_223733_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13666 - }, - { - "timestamp": "2025-01-12 03:38:19", - "image_path": "crop/B02/B02_20250111_150202_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21014 - }, - { - "timestamp": "2025-01-12 03:38:19", - "image_path": "crop/B02/B02_20250111_145347_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22159 - }, - { - "timestamp": "2025-01-12 03:38:19", - "image_path": "crop/B02/B02_20250110_175237_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12974 - }, - { - "timestamp": "2025-01-12 03:38:20", - "image_path": "crop/B02/B02_20250110_150942_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 40585 - }, - { - "timestamp": "2025-01-12 03:38:21", - "image_path": "crop/B02/B02_20250112_075116_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 33077 - }, - { - "timestamp": "2025-01-12 03:38:21", - "image_path": "crop/B02/B02_20250112_091320_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 34675 - }, - { - "timestamp": "2025-01-12 03:38:22", - "image_path": "crop/B02/B02_20250111_143107_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22650 - }, - { - "timestamp": "2025-01-12 03:38:22", - "image_path": "crop/B02/B02_20250111_152241_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22062 - }, - { - "timestamp": "2025-01-12 03:38:22", - "image_path": "crop/B02/B02_20250111_143310_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22800 - }, - { - "timestamp": "2025-01-12 03:38:23", - "image_path": "crop/B02/B02_20250110_180459_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13358 - }, - { - "timestamp": "2025-01-12 03:38:24", - "image_path": "crop/B02/B02_20250110_045936_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 70349 - }, - { - "timestamp": "2025-01-12 03:38:24", - "image_path": "crop/B02/B02_20250111_145753_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21421 - }, - { - "timestamp": "2025-01-12 03:38:24", - "image_path": "crop/B02/B02_20250111_150810_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21561 - }, - { - "timestamp": "2025-01-12 03:38:25", - "image_path": "crop/B02/B02_20250107_125105_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 103526 - }, - { - "timestamp": "2025-01-12 03:38:25", - "image_path": "crop/B02/B02_20250110_044709_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 73887 - }, - { - "timestamp": "2025-01-12 03:38:25", - "image_path": "crop/B02/B02_20250111_150607_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22875 - }, - { - "timestamp": "2025-01-12 03:38:26", - "image_path": "crop/B02/B02_20250107_124251_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.94KB)", - "file_size": 6081 - }, - { - "timestamp": "2025-01-12 03:38:26", - "image_path": "crop/B02/B02_20250105_141300_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 47945 - }, - { - "timestamp": "2025-01-12 03:46:34", - "image_path": "crop/A01/A01_20250112_113919_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.57KB)", - "file_size": 9802 - }, - { - "timestamp": "2025-01-12 03:46:34", - "image_path": "crop/A01/A01_20250112_110336_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.51KB)", - "file_size": 9737 - }, - { - "timestamp": "2025-01-12 03:46:35", - "image_path": "crop/A01/A01_20250112_105926_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.83KB)", - "file_size": 10067 - }, - { - "timestamp": "2025-01-12 03:46:41", - "image_path": "crop/A01/A01_20250112_114124_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.27KB)", - "file_size": 8472 - }, - { - "timestamp": "2025-01-12 03:59:51", - "image_path": "crop/A01/A01_20250112_115153_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.06KB)", - "file_size": 8249 - }, - { - "timestamp": "2025-01-12 03:59:53", - "image_path": "crop/A01/A01_20250112_114539_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.43KB)", - "file_size": 9655 - }, - { - "timestamp": "2025-01-12 03:59:53", - "image_path": "crop/A01/A01_20250112_114744_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.79KB)", - "file_size": 7980 - }, - { - "timestamp": "2025-01-12 04:10:02", - "image_path": "crop/A01/A01_20250112_120017_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8986 - }, - { - "timestamp": "2025-01-12 04:20:12", - "image_path": "crop/A01/A01_20250112_120636_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9543 - }, - { - "timestamp": "2025-01-12 04:20:13", - "image_path": "crop/A01/A01_20250112_121250_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10166 - }, - { - "timestamp": "2025-01-12 04:20:13", - "image_path": "crop/A01/A01_20250112_120841_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.57KB)", - "file_size": 8771 - }, - { - "timestamp": "2025-01-12 04:20:14", - "image_path": "crop/A01/A01_20250112_121455_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.93KB)", - "file_size": 8125 - }, - { - "timestamp": "2025-01-12 04:39:23", - "image_path": "crop/A01/A01_20250112_123441_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.06KB)", - "file_size": 8251 - }, - { - "timestamp": "2025-01-12 04:39:24", - "image_path": "crop/A01/A01_20250112_123646_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9421 - }, - { - "timestamp": "2025-01-12 04:49:28", - "image_path": "crop/A01/A01_20250112_124302_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18378 - }, - { - "timestamp": "2025-01-12 04:49:28", - "image_path": "crop/A01/A01_20250112_124507_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9152 - }, - { - "timestamp": "2025-01-12 04:49:29", - "image_path": "crop/A01/A01_20250112_124711_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.54KB)", - "file_size": 8741 - }, - { - "timestamp": "2025-01-12 04:59:33", - "image_path": "crop/A01/A01_20250112_124917_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.27KB)", - "file_size": 8473 - }, - { - "timestamp": "2025-01-12 04:59:34", - "image_path": "crop/A01/A01_20250112_125735_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.84KB)", - "file_size": 9054 - }, - { - "timestamp": "2025-01-12 04:59:34", - "image_path": "crop/A01/A01_20250112_125122_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8800 - }, - { - "timestamp": "2025-01-12 04:59:34", - "image_path": "crop/A01/A01_20250112_125531_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9407 - }, - { - "timestamp": "2025-01-12 04:59:34", - "image_path": "crop/A01/A01_20250112_125326_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.42KB)", - "file_size": 8624 - }, - { - "timestamp": "2025-01-12 05:09:42", - "image_path": "crop/A01/A01_20250112_130353_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.91KB)", - "file_size": 10150 - }, - { - "timestamp": "2025-01-12 05:09:42", - "image_path": "crop/A01/A01_20250112_130148_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.06KB)", - "file_size": 8253 - }, - { - "timestamp": "2025-01-12 05:09:43", - "image_path": "crop/A01/A01_20250112_125944_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.46KB)", - "file_size": 8661 - }, - { - "timestamp": "2025-01-12 05:19:51", - "image_path": "crop/A01/A01_20250112_131212_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.10KB)", - "file_size": 8295 - }, - { - "timestamp": "2025-01-12 05:19:52", - "image_path": "crop/A01/A01_20250112_131416_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.47KB)", - "file_size": 8672 - }, - { - "timestamp": "2025-01-12 05:29:59", - "image_path": "crop/A01/A01_20250112_132236_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.49KB)", - "file_size": 8695 - }, - { - "timestamp": "2025-01-12 05:30:00", - "image_path": "crop/A01/A01_20250112_132850_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.75KB)", - "file_size": 7935 - }, - { - "timestamp": "2025-01-12 05:30:02", - "image_path": "crop/A01/A01_20250112_132646_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9089 - }, - { - "timestamp": "2025-01-12 05:30:02", - "image_path": "crop/A01/A01_20250112_132441_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.46KB)", - "file_size": 9682 - }, - { - "timestamp": "2025-01-12 05:45:13", - "image_path": "crop/A01/A01_20250112_133301_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.73KB)", - "file_size": 7920 - }, - { - "timestamp": "2025-01-12 05:45:14", - "image_path": "crop/A01/A01_20250112_133914_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.48KB)", - "file_size": 7657 - }, - { - "timestamp": "2025-01-12 05:45:17", - "image_path": "crop/A01/A01_20250112_133505_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.09KB)", - "file_size": 7259 - }, - { - "timestamp": "2025-01-12 06:05:20", - "image_path": "crop/A01/A01_20250112_135552_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.83KB)", - "file_size": 6991 - }, - { - "timestamp": "2025-01-12 06:05:20", - "image_path": "crop/A01/A01_20250112_140001_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.82KB)", - "file_size": 10060 - }, - { - "timestamp": "2025-01-12 06:05:20", - "image_path": "crop/A01/A01_20250112_135143_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.17KB)", - "file_size": 8371 - }, - { - "timestamp": "2025-01-12 06:05:20", - "image_path": "crop/A01/A01_20250112_135348_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.91KB)", - "file_size": 8104 - }, - { - "timestamp": "2025-01-12 06:05:21", - "image_path": "crop/A01/A01_20250112_135757_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8927 - }, - { - "timestamp": "2025-01-12 06:15:27", - "image_path": "crop/A01/A01_20250112_140616_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.54KB)", - "file_size": 8750 - }, - { - "timestamp": "2025-01-12 06:15:27", - "image_path": "crop/A01/A01_20250112_140207_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.48KB)", - "file_size": 8683 - }, - { - "timestamp": "2025-01-12 06:24:36", - "image_path": "crop/A01/A01_20250112_141845_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.58KB)", - "file_size": 9805 - }, - { - "timestamp": "2025-01-12 06:24:37", - "image_path": "crop/A01/A01_20250112_141640_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9561 - }, - { - "timestamp": "2025-01-12 06:24:37", - "image_path": "crop/A01/A01_20250112_141436_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.83KB)", - "file_size": 10063 - }, - { - "timestamp": "2025-01-12 06:24:38", - "image_path": "crop/A01/A01_20250112_142049_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9729 - }, - { - "timestamp": "2025-01-12 06:34:46", - "image_path": "crop/A01/A01_20250112_142255_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.68KB)", - "file_size": 8890 - }, - { - "timestamp": "2025-01-12 06:34:47", - "image_path": "crop/A01/A01_20250112_143113_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9268 - }, - { - "timestamp": "2025-01-12 06:34:47", - "image_path": "crop/A01/A01_20250112_142908_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.22KB)", - "file_size": 8415 - }, - { - "timestamp": "2025-01-12 06:34:47", - "image_path": "crop/A01/A01_20250112_142459_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9553 - }, - { - "timestamp": "2025-01-12 06:34:48", - "image_path": "crop/A01/A01_20250112_142704_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8730 - }, - { - "timestamp": "2025-01-12 06:44:53", - "image_path": "crop/A01/A01_20250112_143933_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9003 - }, - { - "timestamp": "2025-01-12 06:44:54", - "image_path": "crop/A01/A01_20250112_143728_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9540 - }, - { - "timestamp": "2025-01-12 06:44:54", - "image_path": "crop/A01/A01_20250112_143523_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.13KB)", - "file_size": 8329 - }, - { - "timestamp": "2025-01-12 06:44:54", - "image_path": "crop/A01/A01_20250112_143319_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.64KB)", - "file_size": 8844 - }, - { - "timestamp": "2025-01-12 06:55:02", - "image_path": "crop/A01/A01_20250112_144957_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.40KB)", - "file_size": 9622 - }, - { - "timestamp": "2025-01-12 06:55:02", - "image_path": "crop/A01/A01_20250112_144548_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9473 - }, - { - "timestamp": "2025-01-12 06:55:03", - "image_path": "crop/A01/A01_20250112_145201_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9916 - }, - { - "timestamp": "2025-01-12 06:55:03", - "image_path": "crop/A01/A01_20250112_144752_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8544 - }, - { - "timestamp": "2025-01-12 06:55:04", - "image_path": "crop/A01/A01_20250112_144343_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.82KB)", - "file_size": 10053 - }, - { - "timestamp": "2025-01-12 07:05:11", - "image_path": "crop/A01/A01_20250112_150225_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8308 - }, - { - "timestamp": "2025-01-12 07:05:13", - "image_path": "crop/A01/A01_20250112_150021_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.50KB)", - "file_size": 8709 - }, - { - "timestamp": "2025-01-12 07:15:18", - "image_path": "crop/A01/A01_20250112_150431_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9646 - }, - { - "timestamp": "2025-01-12 07:15:19", - "image_path": "crop/A01/A01_20250112_150636_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13509 - }, - { - "timestamp": "2025-01-12 07:15:20", - "image_path": "crop/A01/A01_20250112_150841_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.60KB)", - "file_size": 8810 - }, - { - "timestamp": "2025-01-12 07:15:23", - "image_path": "crop/B02/B02_20250112_150724_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16916 - }, - { - "timestamp": "2025-01-12 07:25:27", - "image_path": "crop/A01/A01_20250112_151700_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.20KB)", - "file_size": 8392 - }, - { - "timestamp": "2025-01-12 07:35:33", - "image_path": "crop/A01/A01_20250112_153342_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8536 - }, - { - "timestamp": "2025-01-12 07:35:34", - "image_path": "crop/A01/A01_20250112_152524_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22306 - }, - { - "timestamp": "2025-01-12 07:35:34", - "image_path": "crop/B02/B02_20250112_153206_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.86KB)", - "file_size": 8046 - }, - { - "timestamp": "2025-01-12 07:35:35", - "image_path": "crop/B02/B02_20250112_152557_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.71KB)", - "file_size": 1750 - }, - { - "timestamp": "2025-01-12 07:35:36", - "image_path": "crop/B02/B02_20250112_153003_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.26KB)", - "file_size": 8463 - }, - { - "timestamp": "2025-01-12 07:45:36", - "image_path": "crop/A01/A01_20250112_153757_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9870 - }, - { - "timestamp": "2025-01-12 07:45:39", - "image_path": "crop/A01/A01_20250112_154206_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9510 - }, - { - "timestamp": "2025-01-12 07:45:40", - "image_path": "crop/A01/A01_20250112_153553_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.53KB)", - "file_size": 7712 - }, - { - "timestamp": "2025-01-12 07:59:53", - "image_path": "crop/A01/A01_20250112_155237_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.87KB)", - "file_size": 8054 - }, - { - "timestamp": "2025-01-12 07:59:56", - "image_path": "crop/A01/A01_20250112_155441_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.94KB)", - "file_size": 8132 - }, - { - "timestamp": "2025-01-12 08:10:03", - "image_path": "crop/A01/A01_20250112_160516_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.90KB)", - "file_size": 10135 - }, - { - "timestamp": "2025-01-12 08:10:04", - "image_path": "crop/A01/A01_20250112_160107_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.44KB)", - "file_size": 8647 - }, - { - "timestamp": "2025-01-12 08:10:04", - "image_path": "crop/A01/A01_20250112_160311_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.15KB)", - "file_size": 8344 - }, - { - "timestamp": "2025-01-12 08:10:04", - "image_path": "crop/A01/A01_20250112_155657_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.60KB)", - "file_size": 9830 - }, - { - "timestamp": "2025-01-12 08:10:05", - "image_path": "crop/A01/A01_20250112_155902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9729 - }, - { - "timestamp": "2025-01-12 08:20:10", - "image_path": "crop/A01/A01_20250112_160729_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.57KB)", - "file_size": 8780 - }, - { - "timestamp": "2025-01-12 08:20:10", - "image_path": "crop/A01/A01_20250112_161345_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8300 - }, - { - "timestamp": "2025-01-12 08:20:11", - "image_path": "crop/A01/A01_20250112_161140_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10118 - }, - { - "timestamp": "2025-01-12 08:20:12", - "image_path": "crop/A01/A01_20250112_160935_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.56KB)", - "file_size": 9786 - }, - { - "timestamp": "2025-01-12 08:20:12", - "image_path": "crop/A01/A01_20250112_161549_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8935 - }, - { - "timestamp": "2025-01-12 08:40:26", - "image_path": "crop/A01/A01_20250112_163652_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.40KB)", - "file_size": 7581 - }, - { - "timestamp": "2025-01-12 08:50:31", - "image_path": "crop/A01/A01_20250112_164722_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9874 - }, - { - "timestamp": "2025-01-12 09:00:37", - "image_path": "crop/A01/A01_20250112_165142_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.96KB)", - "file_size": 8146 - }, - { - "timestamp": "2025-01-12 09:00:38", - "image_path": "crop/A01/A01_20250112_165347_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14287 - }, - { - "timestamp": "2025-01-12 09:00:38", - "image_path": "crop/A01/A01_20250112_165347_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.60KB)", - "file_size": 7781 - }, - { - "timestamp": "2025-01-12 09:00:39", - "image_path": "crop/A01/A01_20250112_165551_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.47KB)", - "file_size": 9698 - }, - { - "timestamp": "2025-01-12 09:10:44", - "image_path": "crop/A01/A01_20250112_170616_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8969 - }, - { - "timestamp": "2025-01-12 09:10:44", - "image_path": "crop/A01/A01_20250112_170002_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.55KB)", - "file_size": 8752 - }, - { - "timestamp": "2025-01-12 09:19:52", - "image_path": "crop/A01/A01_20250112_171246_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.90KB)", - "file_size": 10136 - }, - { - "timestamp": "2025-01-12 09:19:52", - "image_path": "crop/A01/A01_20250112_171900_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.18KB)", - "file_size": 8379 - }, - { - "timestamp": "2025-01-12 09:35:00", - "image_path": "crop/A01/A01_20250112_172123_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9043 - }, - { - "timestamp": "2025-01-12 09:35:00", - "image_path": "crop/A01/A01_20250112_172532_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10102 - }, - { - "timestamp": "2025-01-12 09:35:01", - "image_path": "crop/A01/A01_20250112_172736_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8731 - }, - { - "timestamp": "2025-01-12 09:35:01", - "image_path": "crop/A01/A01_20250112_172327_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.64KB)", - "file_size": 7820 - }, - { - "timestamp": "2025-01-12 09:35:01", - "image_path": "crop/A01/A01_20250112_172941_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.59KB)", - "file_size": 7775 - }, - { - "timestamp": "2025-01-12 09:45:07", - "image_path": "crop/A01/A01_20250112_174020_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.96KB)", - "file_size": 7128 - }, - { - "timestamp": "2025-01-12 09:45:08", - "image_path": "crop/A01/A01_20250112_173202_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9263 - }, - { - "timestamp": "2025-01-12 09:55:17", - "image_path": "crop/A01/A01_20250112_175056_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9613 - }, - { - "timestamp": "2025-01-12 09:55:17", - "image_path": "crop/A01/A01_20250112_174647_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10109 - }, - { - "timestamp": "2025-01-12 09:55:20", - "image_path": "crop/A01/A01_20250112_174851_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.55KB)", - "file_size": 7734 - }, - { - "timestamp": "2025-01-12 10:05:24", - "image_path": "crop/A01/A01_20250112_175722_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8938 - }, - { - "timestamp": "2025-01-12 10:05:25", - "image_path": "crop/A01/A01_20250112_180131_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.81KB)", - "file_size": 7995 - }, - { - "timestamp": "2025-01-12 10:05:26", - "image_path": "crop/A01/A01_20250112_175313_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.74KB)", - "file_size": 9975 - }, - { - "timestamp": "2025-01-12 10:05:26", - "image_path": "crop/A01/A01_20250112_175927_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.77KB)", - "file_size": 10001 - }, - { - "timestamp": "2025-01-12 10:05:27", - "image_path": "crop/A01/A01_20250112_175517_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9283 - }, - { - "timestamp": "2025-01-12 10:15:31", - "image_path": "crop/A01/A01_20250112_181009_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.97KB)", - "file_size": 10214 - }, - { - "timestamp": "2025-01-12 10:15:33", - "image_path": "crop/A01/A01_20250112_180804_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8966 - }, - { - "timestamp": "2025-01-12 10:15:34", - "image_path": "crop/A01/A01_20250112_180558_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.19KB)", - "file_size": 7364 - }, - { - "timestamp": "2025-01-12 10:25:39", - "image_path": "crop/A01/A01_20250112_182239_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.08KB)", - "file_size": 8276 - }, - { - "timestamp": "2025-01-12 10:30:42", - "image_path": "crop/B02/B02_20250112_182649_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8541 - }, - { - "timestamp": "2025-01-12 10:30:44", - "image_path": "crop/B02/B02_20250112_182446_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.32KB)", - "file_size": 7500 - }, - { - "timestamp": "2025-01-12 10:56:00", - "image_path": "crop/A01/A01_20250112_184802_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 26706 - }, - { - "timestamp": "2025-01-12 10:56:01", - "image_path": "crop/A01/A01_20250112_184557_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.58KB)", - "file_size": 7761 - }, - { - "timestamp": "2025-01-12 11:06:03", - "image_path": "crop/B02/B02_20250112_185553_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4529 - }, - { - "timestamp": "2025-01-12 11:06:03", - "image_path": "crop/B02/B02_20250112_185350_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4518 - }, - { - "timestamp": "2025-01-12 11:06:03", - "image_path": "crop/B02/B02_20250112_185147_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4508 - }, - { - "timestamp": "2025-01-12 11:06:03", - "image_path": "crop/B02/B02_20250112_185958_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.77KB)", - "file_size": 3857 - }, - { - "timestamp": "2025-01-12 11:06:03", - "image_path": "crop/B02/B02_20250112_185755_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3800 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_190204_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.12KB)", - "file_size": 4217 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_190812_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(2.98KB)", - "file_size": 3048 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_190812_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.78KB)", - "file_size": 3872 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_190407_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3795 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_190610_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.75KB)", - "file_size": 3838 - }, - { - "timestamp": "2025-01-12 11:16:04", - "image_path": "crop/B02/B02_20250112_191015_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.99KB)", - "file_size": 4085 - }, - { - "timestamp": "2025-01-12 11:26:05", - "image_path": "crop/B02/B02_20250112_192033_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4527 - }, - { - "timestamp": "2025-01-12 11:26:05", - "image_path": "crop/B02/B02_20250112_191424_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4535 - }, - { - "timestamp": "2025-01-12 11:26:05", - "image_path": "crop/B02/B02_20250112_191830_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4534 - }, - { - "timestamp": "2025-01-12 11:26:05", - "image_path": "crop/B02/B02_20250112_191627_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.01KB)", - "file_size": 4103 - }, - { - "timestamp": "2025-01-12 11:35:05", - "image_path": "crop/B02/B02_20250112_193050_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.81KB)", - "file_size": 3906 - }, - { - "timestamp": "2025-01-12 11:35:06", - "image_path": "crop/B02/B02_20250112_192239_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4547 - }, - { - "timestamp": "2025-01-12 11:35:06", - "image_path": "crop/B02/B02_20250112_192644_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.27KB)", - "file_size": 4370 - }, - { - "timestamp": "2025-01-12 11:35:06", - "image_path": "crop/B02/B02_20250112_192441_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.77KB)", - "file_size": 3862 - }, - { - "timestamp": "2025-01-12 11:45:06", - "image_path": "crop/B02/B02_20250112_194107_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.34KB)", - "file_size": 4446 - }, - { - "timestamp": "2025-01-12 11:45:06", - "image_path": "crop/B02/B02_20250112_193904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3925 - }, - { - "timestamp": "2025-01-12 11:45:07", - "image_path": "crop/B02/B02_20250112_193255_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3798 - }, - { - "timestamp": "2025-01-12 11:45:07", - "image_path": "crop/B02/B02_20250112_193458_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3807 - }, - { - "timestamp": "2025-01-12 11:45:07", - "image_path": "crop/B02/B02_20250112_193701_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.38KB)", - "file_size": 4484 - }, - { - "timestamp": "2025-01-12 11:55:07", - "image_path": "crop/B02/B02_20250112_195124_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.34KB)", - "file_size": 4448 - }, - { - "timestamp": "2025-01-12 11:55:07", - "image_path": "crop/B02/B02_20250112_194515_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.63KB)", - "file_size": 3717 - }, - { - "timestamp": "2025-01-12 11:55:08", - "image_path": "crop/B02/B02_20250112_194718_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.62KB)", - "file_size": 3709 - }, - { - "timestamp": "2025-01-12 12:05:08", - "image_path": "crop/B02/B02_20250112_195937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.04KB)", - "file_size": 4139 - }, - { - "timestamp": "2025-01-12 12:05:08", - "image_path": "crop/B02/B02_20250112_195734_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.09KB)", - "file_size": 4187 - }, - { - "timestamp": "2025-01-12 12:05:08", - "image_path": "crop/B02/B02_20250112_195328_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4499 - }, - { - "timestamp": "2025-01-12 12:05:08", - "image_path": "crop/B02/B02_20250112_200140_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3918 - }, - { - "timestamp": "2025-01-12 12:05:09", - "image_path": "crop/B02/B02_20250112_195531_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4552 - }, - { - "timestamp": "2025-01-12 12:16:09", - "image_path": "crop/B02/B02_20250112_200953_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4535 - }, - { - "timestamp": "2025-01-12 12:16:09", - "image_path": "crop/B02/B02_20250112_200750_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.77KB)", - "file_size": 3862 - }, - { - "timestamp": "2025-01-12 12:16:09", - "image_path": "crop/B02/B02_20250112_200344_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3918 - }, - { - "timestamp": "2025-01-12 12:16:09", - "image_path": "crop/B02/B02_20250112_200547_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.38KB)", - "file_size": 4483 - }, - { - "timestamp": "2025-01-12 12:16:10", - "image_path": "crop/B02/B02_20250112_201155_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.38KB)", - "file_size": 4482 - }, - { - "timestamp": "2025-01-12 12:26:10", - "image_path": "crop/B02/B02_20250112_202007_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4181 - }, - { - "timestamp": "2025-01-12 12:26:10", - "image_path": "crop/B02/B02_20250112_201359_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.77KB)", - "file_size": 3859 - }, - { - "timestamp": "2025-01-12 12:26:10", - "image_path": "crop/B02/B02_20250112_201602_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3794 - }, - { - "timestamp": "2025-01-12 12:26:10", - "image_path": "crop/B02/B02_20250112_202210_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4554 - }, - { - "timestamp": "2025-01-12 12:26:11", - "image_path": "crop/B02/B02_20250112_201804_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.64KB)", - "file_size": 3723 - }, - { - "timestamp": "2025-01-12 12:36:11", - "image_path": "crop/B02/B02_20250112_202819_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.74KB)", - "file_size": 3828 - }, - { - "timestamp": "2025-01-12 12:36:11", - "image_path": "crop/B02/B02_20250112_202616_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.92KB)", - "file_size": 1964 - }, - { - "timestamp": "2025-01-12 12:36:11", - "image_path": "crop/B02/B02_20250112_202616_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4510 - }, - { - "timestamp": "2025-01-12 12:36:11", - "image_path": "crop/B02/B02_20250112_203022_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4530 - }, - { - "timestamp": "2025-01-12 12:36:11", - "image_path": "crop/B02/B02_20250112_203225_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.82KB)", - "file_size": 3914 - }, - { - "timestamp": "2025-01-12 12:36:12", - "image_path": "crop/B02/B02_20250112_202414_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4518 - }, - { - "timestamp": "2025-01-12 12:46:12", - "image_path": "crop/B02/B02_20250112_203834_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.75KB)", - "file_size": 3839 - }, - { - "timestamp": "2025-01-12 12:46:12", - "image_path": "crop/B02/B02_20250112_204037_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.09KB)", - "file_size": 4193 - }, - { - "timestamp": "2025-01-12 12:46:12", - "image_path": "crop/B02/B02_20250112_204240_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.00KB)", - "file_size": 3070 - }, - { - "timestamp": "2025-01-12 12:46:12", - "image_path": "crop/B02/B02_20250112_204240_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.78KB)", - "file_size": 3868 - }, - { - "timestamp": "2025-01-12 12:46:12", - "image_path": "crop/B02/B02_20250112_203631_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.37KB)", - "file_size": 4475 - }, - { - "timestamp": "2025-01-12 12:56:13", - "image_path": "crop/B02/B02_20250112_204849_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4510 - }, - { - "timestamp": "2025-01-12 12:56:13", - "image_path": "crop/B02/B02_20250112_205254_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4507 - }, - { - "timestamp": "2025-01-12 12:56:13", - "image_path": "crop/B02/B02_20250112_205051_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.18KB)", - "file_size": 4277 - }, - { - "timestamp": "2025-01-12 12:56:13", - "image_path": "crop/B02/B02_20250112_204443_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.80KB)", - "file_size": 3887 - }, - { - "timestamp": "2025-01-12 13:06:14", - "image_path": "crop/B02/B02_20250112_205904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.75KB)", - "file_size": 3845 - }, - { - "timestamp": "2025-01-12 13:06:14", - "image_path": "crop/B02/B02_20250112_205701_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.63KB)", - "file_size": 3716 - }, - { - "timestamp": "2025-01-12 13:06:14", - "image_path": "crop/B02/B02_20250112_210309_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4510 - }, - { - "timestamp": "2025-01-12 13:06:14", - "image_path": "crop/B02/B02_20250112_210106_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3811 - }, - { - "timestamp": "2025-01-12 13:15:15", - "image_path": "crop/B02/B02_20250112_210922_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.58KB)", - "file_size": 3668 - }, - { - "timestamp": "2025-01-12 13:15:15", - "image_path": "crop/B02/B02_20250112_211328_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.61KB)", - "file_size": 3694 - }, - { - "timestamp": "2025-01-12 13:15:15", - "image_path": "crop/B02/B02_20250112_211125_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.34KB)", - "file_size": 4443 - }, - { - "timestamp": "2025-01-12 13:15:15", - "image_path": "crop/B02/B02_20250112_210719_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4517 - }, - { - "timestamp": "2025-01-12 13:26:15", - "image_path": "crop/B02/B02_20250112_211734_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3804 - }, - { - "timestamp": "2025-01-12 13:26:16", - "image_path": "crop/B02/B02_20250112_212140_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.06KB)", - "file_size": 4155 - }, - { - "timestamp": "2025-01-12 13:26:16", - "image_path": "crop/B02/B02_20250112_211937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4530 - }, - { - "timestamp": "2025-01-12 13:26:16", - "image_path": "crop/B02/B02_20250112_211531_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.31KB)", - "file_size": 4413 - }, - { - "timestamp": "2025-01-12 13:36:16", - "image_path": "crop/B02/B02_20250112_213357_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.33KB)", - "file_size": 4433 - }, - { - "timestamp": "2025-01-12 13:36:16", - "image_path": "crop/B02/B02_20250112_212952_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.92KB)", - "file_size": 4016 - }, - { - "timestamp": "2025-01-12 13:36:17", - "image_path": "crop/B02/B02_20250112_212546_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.47KB)", - "file_size": 4575 - }, - { - "timestamp": "2025-01-12 13:36:17", - "image_path": "crop/B02/B02_20250112_213154_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.27KB)", - "file_size": 4370 - }, - { - "timestamp": "2025-01-12 13:46:17", - "image_path": "crop/B02/B02_20250112_214006_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.46KB)", - "file_size": 4570 - }, - { - "timestamp": "2025-01-12 13:46:17", - "image_path": "crop/B02/B02_20250112_213601_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.46KB)", - "file_size": 4570 - }, - { - "timestamp": "2025-01-12 13:46:18", - "image_path": "crop/B02/B02_20250112_214209_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.13KB)", - "file_size": 4232 - }, - { - "timestamp": "2025-01-12 13:46:18", - "image_path": "crop/B02/B02_20250112_214412_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.63KB)", - "file_size": 3717 - }, - { - "timestamp": "2025-01-12 13:56:18", - "image_path": "crop/B02/B02_20250112_214615_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4535 - }, - { - "timestamp": "2025-01-12 13:56:18", - "image_path": "crop/B02/B02_20250112_215224_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.16KB)", - "file_size": 4255 - }, - { - "timestamp": "2025-01-12 13:56:18", - "image_path": "crop/B02/B02_20250112_215427_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.18KB)", - "file_size": 4278 - }, - { - "timestamp": "2025-01-12 13:56:19", - "image_path": "crop/B02/B02_20250112_214818_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.22KB)", - "file_size": 4320 - }, - { - "timestamp": "2025-01-12 13:56:19", - "image_path": "crop/B02/B02_20250112_215021_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.92KB)", - "file_size": 4015 - }, - { - "timestamp": "2025-01-12 14:06:19", - "image_path": "crop/B02/B02_20250112_215833_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.47KB)", - "file_size": 3552 - }, - { - "timestamp": "2025-01-12 14:06:19", - "image_path": "crop/B02/B02_20250112_220036_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.20KB)", - "file_size": 4301 - }, - { - "timestamp": "2025-01-12 14:06:19", - "image_path": "crop/B02/B02_20250112_215630_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.33KB)", - "file_size": 4438 - }, - { - "timestamp": "2025-01-12 14:06:20", - "image_path": "crop/B02/B02_20250112_220441_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.77KB)", - "file_size": 3861 - }, - { - "timestamp": "2025-01-12 14:16:20", - "image_path": "crop/B02/B02_20250112_221050_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.89KB)", - "file_size": 3984 - }, - { - "timestamp": "2025-01-12 14:16:20", - "image_path": "crop/B02/B02_20250112_221253_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4173 - }, - { - "timestamp": "2025-01-12 14:16:20", - "image_path": "crop/B02/B02_20250112_221456_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4514 - }, - { - "timestamp": "2025-01-12 14:16:20", - "image_path": "crop/B02/B02_20250112_220848_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.09KB)", - "file_size": 4190 - }, - { - "timestamp": "2025-01-12 14:16:21", - "image_path": "crop/B02/B02_20250112_220645_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.62KB)", - "file_size": 3711 - }, - { - "timestamp": "2025-01-12 14:31:21", - "image_path": "crop/B02/B02_20250112_222308_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4514 - }, - { - "timestamp": "2025-01-12 14:31:21", - "image_path": "crop/B02/B02_20250112_222511_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4183 - }, - { - "timestamp": "2025-01-12 14:31:21", - "image_path": "crop/B02/B02_20250112_221902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.14KB)", - "file_size": 4242 - }, - { - "timestamp": "2025-01-12 14:31:22", - "image_path": "crop/B02/B02_20250112_221659_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3798 - }, - { - "timestamp": "2025-01-12 14:31:22", - "image_path": "crop/B02/B02_20250112_222105_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.28KB)", - "file_size": 4386 - }, - { - "timestamp": "2025-01-12 14:41:22", - "image_path": "crop/B02/B02_20250112_223322_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.81KB)", - "file_size": 3903 - }, - { - "timestamp": "2025-01-12 14:41:22", - "image_path": "crop/B02/B02_20250112_222917_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4527 - }, - { - "timestamp": "2025-01-12 14:41:22", - "image_path": "crop/B02/B02_20250112_222714_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.49KB)", - "file_size": 4599 - }, - { - "timestamp": "2025-01-12 14:51:23", - "image_path": "crop/B02/B02_20250112_224540_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.88KB)", - "file_size": 3972 - }, - { - "timestamp": "2025-01-12 14:51:23", - "image_path": "crop/B02/B02_20250112_224134_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.66KB)", - "file_size": 3749 - }, - { - "timestamp": "2025-01-12 15:01:23", - "image_path": "crop/B02/B02_20250112_225149_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4499 - }, - { - "timestamp": "2025-01-12 15:01:24", - "image_path": "crop/B02/B02_20250112_224743_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4528 - }, - { - "timestamp": "2025-01-12 15:01:24", - "image_path": "crop/B02/B02_20250112_225555_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4534 - }, - { - "timestamp": "2025-01-12 15:01:24", - "image_path": "crop/B02/B02_20250112_225352_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.47KB)", - "file_size": 4580 - }, - { - "timestamp": "2025-01-12 15:01:24", - "image_path": "crop/B02/B02_20250112_224946_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.29KB)", - "file_size": 4398 - }, - { - "timestamp": "2025-01-12 15:11:24", - "image_path": "crop/B02/B02_20250112_225758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4498 - }, - { - "timestamp": "2025-01-12 15:11:25", - "image_path": "crop/B02/B02_20250112_230001_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.67KB)", - "file_size": 3760 - }, - { - "timestamp": "2025-01-12 15:11:25", - "image_path": "crop/B02/B02_20250112_230407_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.54KB)", - "file_size": 3623 - }, - { - "timestamp": "2025-01-12 15:11:25", - "image_path": "crop/B02/B02_20250112_230610_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4313 - }, - { - "timestamp": "2025-01-12 15:11:25", - "image_path": "crop/B02/B02_20250112_230204_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4539 - }, - { - "timestamp": "2025-01-12 15:21:25", - "image_path": "crop/B02/B02_20250112_231624_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.96KB)", - "file_size": 4050 - }, - { - "timestamp": "2025-01-12 15:21:26", - "image_path": "crop/B02/B02_20250112_231219_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.48KB)", - "file_size": 4586 - }, - { - "timestamp": "2025-01-12 15:21:26", - "image_path": "crop/B02/B02_20250112_231016_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.85KB)", - "file_size": 3944 - }, - { - "timestamp": "2025-01-12 15:31:26", - "image_path": "crop/B02/B02_20250112_231828_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4311 - }, - { - "timestamp": "2025-01-12 15:31:26", - "image_path": "crop/B02/B02_20250112_232031_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.24KB)", - "file_size": 3322 - }, - { - "timestamp": "2025-01-12 15:31:26", - "image_path": "crop/B02/B02_20250112_232438_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3806 - }, - { - "timestamp": "2025-01-12 15:31:27", - "image_path": "crop/B02/B02_20250112_232641_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.52KB)", - "file_size": 4633 - }, - { - "timestamp": "2025-01-12 15:41:27", - "image_path": "crop/B02/B02_20250112_233047_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.03KB)", - "file_size": 4130 - }, - { - "timestamp": "2025-01-12 15:41:27", - "image_path": "crop/B02/B02_20250112_232844_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.81KB)", - "file_size": 3898 - }, - { - "timestamp": "2025-01-12 15:41:27", - "image_path": "crop/B02/B02_20250112_233250_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.82KB)", - "file_size": 3914 - }, - { - "timestamp": "2025-01-12 15:41:27", - "image_path": "crop/B02/B02_20250112_233655_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.03KB)", - "file_size": 4122 - }, - { - "timestamp": "2025-01-12 15:51:28", - "image_path": "crop/B02/B02_20250112_234507_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.58KB)", - "file_size": 3662 - }, - { - "timestamp": "2025-01-12 15:51:28", - "image_path": "crop/B02/B02_20250112_234710_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.63KB)", - "file_size": 3715 - }, - { - "timestamp": "2025-01-12 15:51:28", - "image_path": "crop/B02/B02_20250112_233859_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.37KB)", - "file_size": 4479 - }, - { - "timestamp": "2025-01-12 15:51:28", - "image_path": "crop/B02/B02_20250112_234102_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.73KB)", - "file_size": 3815 - }, - { - "timestamp": "2025-01-12 15:51:28", - "image_path": "crop/B02/B02_20250112_234304_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.14KB)", - "file_size": 4242 - }, - { - "timestamp": "2025-01-12 16:01:29", - "image_path": "crop/B02/B02_20250112_235522_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.67KB)", - "file_size": 3762 - }, - { - "timestamp": "2025-01-12 16:01:29", - "image_path": "crop/B02/B02_20250112_235725_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.02KB)", - "file_size": 4118 - }, - { - "timestamp": "2025-01-12 16:01:29", - "image_path": "crop/B02/B02_20250112_235319_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4313 - }, - { - "timestamp": "2025-01-12 16:01:29", - "image_path": "crop/B02/B02_20250112_235116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3807 - }, - { - "timestamp": "2025-01-12 16:01:29", - "image_path": "crop/B02/B02_20250112_234913_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.19KB)", - "file_size": 4288 - }, - { - "timestamp": "2025-01-12 16:11:30", - "image_path": "crop/B02/B02_20250113_000537_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.04KB)", - "file_size": 4135 - }, - { - "timestamp": "2025-01-12 16:11:30", - "image_path": "crop/B02/B02_20250112_235928_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.48KB)", - "file_size": 4584 - }, - { - "timestamp": "2025-01-12 16:11:30", - "image_path": "crop/B02/B02_20250113_000131_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.68KB)", - "file_size": 3772 - }, - { - "timestamp": "2025-01-12 16:11:30", - "image_path": "crop/B02/B02_20250113_000334_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.63KB)", - "file_size": 3720 - }, - { - "timestamp": "2025-01-12 16:21:31", - "image_path": "crop/B02/B02_20250113_000943_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.13KB)", - "file_size": 4232 - }, - { - "timestamp": "2025-01-12 16:21:31", - "image_path": "crop/B02/B02_20250113_001146_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.28KB)", - "file_size": 3356 - }, - { - "timestamp": "2025-01-12 16:21:31", - "image_path": "crop/B02/B02_20250113_001551_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4524 - }, - { - "timestamp": "2025-01-12 16:21:31", - "image_path": "crop/B02/B02_20250113_001754_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.86KB)", - "file_size": 3950 - }, - { - "timestamp": "2025-01-12 16:21:31", - "image_path": "crop/B02/B02_20250113_001348_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4543 - }, - { - "timestamp": "2025-01-12 16:31:32", - "image_path": "crop/B02/B02_20250113_002809_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4179 - }, - { - "timestamp": "2025-01-12 16:31:32", - "image_path": "crop/B02/B02_20250113_002403_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.71KB)", - "file_size": 3804 - }, - { - "timestamp": "2025-01-12 16:31:32", - "image_path": "crop/B02/B02_20250113_002200_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3925 - }, - { - "timestamp": "2025-01-12 16:31:32", - "image_path": "crop/B02/B02_20250113_002606_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4545 - }, - { - "timestamp": "2025-01-12 16:31:32", - "image_path": "crop/B02/B02_20250113_001957_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.59KB)", - "file_size": 3674 - }, - { - "timestamp": "2025-01-12 16:41:33", - "image_path": "crop/B02/B02_20250113_003012_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4315 - }, - { - "timestamp": "2025-01-12 16:41:33", - "image_path": "crop/B02/B02_20250113_003215_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.91KB)", - "file_size": 3999 - }, - { - "timestamp": "2025-01-12 16:41:33", - "image_path": "crop/B02/B02_20250113_003620_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.34KB)", - "file_size": 4449 - }, - { - "timestamp": "2025-01-12 16:41:33", - "image_path": "crop/B02/B02_20250113_003418_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.11KB)", - "file_size": 4212 - }, - { - "timestamp": "2025-01-12 16:41:33", - "image_path": "crop/B02/B02_20250113_003823_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.20KB)", - "file_size": 4300 - }, - { - "timestamp": "2025-01-12 16:51:34", - "image_path": "crop/B02/B02_20250113_004635_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.12KB)", - "file_size": 4224 - }, - { - "timestamp": "2025-01-12 16:51:34", - "image_path": "crop/B02/B02_20250113_004027_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.47KB)", - "file_size": 4579 - }, - { - "timestamp": "2025-01-12 17:01:34", - "image_path": "crop/B02/B02_20250113_005853_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.54KB)", - "file_size": 3626 - }, - { - "timestamp": "2025-01-12 17:01:35", - "image_path": "crop/B02/B02_20250113_005650_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.48KB)", - "file_size": 4590 - }, - { - "timestamp": "2025-01-12 17:01:35", - "image_path": "crop/B02/B02_20250113_005041_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.82KB)", - "file_size": 3909 - }, - { - "timestamp": "2025-01-12 17:01:35", - "image_path": "crop/B02/B02_20250113_005244_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.61KB)", - "file_size": 3696 - }, - { - "timestamp": "2025-01-12 17:11:35", - "image_path": "crop/B02/B02_20250113_010705_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.17KB)", - "file_size": 4265 - }, - { - "timestamp": "2025-01-12 17:11:35", - "image_path": "crop/B02/B02_20250113_010259_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.09KB)", - "file_size": 4190 - }, - { - "timestamp": "2025-01-12 17:11:36", - "image_path": "crop/B02/B02_20250113_010056_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.37KB)", - "file_size": 4477 - }, - { - "timestamp": "2025-01-12 17:11:36", - "image_path": "crop/B02/B02_20250113_010502_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.02KB)", - "file_size": 4113 - }, - { - "timestamp": "2025-01-12 17:11:36", - "image_path": "crop/B02/B02_20250113_010907_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3882 - }, - { - "timestamp": "2025-01-12 17:21:36", - "image_path": "crop/B02/B02_20250113_011313_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.75KB)", - "file_size": 3838 - }, - { - "timestamp": "2025-01-12 17:21:36", - "image_path": "crop/B02/B02_20250113_011516_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.36KB)", - "file_size": 4464 - }, - { - "timestamp": "2025-01-12 17:31:37", - "image_path": "crop/B02/B02_20250113_012531_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.12KB)", - "file_size": 4224 - }, - { - "timestamp": "2025-01-12 17:31:37", - "image_path": "crop/B02/B02_20250113_012937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4181 - }, - { - "timestamp": "2025-01-12 17:31:37", - "image_path": "crop/B02/B02_20250113_012125_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.60KB)", - "file_size": 3684 - }, - { - "timestamp": "2025-01-12 17:31:37", - "image_path": "crop/B02/B02_20250113_012734_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.00KB)", - "file_size": 3068 - }, - { - "timestamp": "2025-01-12 17:41:38", - "image_path": "crop/B02/B02_20250113_013749_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.54KB)", - "file_size": 4649 - }, - { - "timestamp": "2025-01-12 17:41:38", - "image_path": "crop/B02/B02_20250113_013952_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3877 - }, - { - "timestamp": "2025-01-12 17:41:38", - "image_path": "crop/B02/B02_20250113_013546_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4183 - }, - { - "timestamp": "2025-01-12 17:41:38", - "image_path": "crop/B02/B02_20250113_013140_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3877 - }, - { - "timestamp": "2025-01-12 17:51:39", - "image_path": "crop/B02/B02_20250113_014605_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.50KB)", - "file_size": 4608 - }, - { - "timestamp": "2025-01-12 17:51:39", - "image_path": "crop/B02/B02_20250113_014808_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.42KB)", - "file_size": 4524 - }, - { - "timestamp": "2025-01-12 17:51:39", - "image_path": "crop/B02/B02_20250113_014158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.03KB)", - "file_size": 4124 - }, - { - "timestamp": "2025-01-12 18:01:39", - "image_path": "crop/B02/B02_20250113_015215_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.14KB)", - "file_size": 4236 - }, - { - "timestamp": "2025-01-12 18:01:40", - "image_path": "crop/B02/B02_20250113_015823_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4548 - }, - { - "timestamp": "2025-01-12 18:01:40", - "image_path": "crop/B02/B02_20250113_015418_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.87KB)", - "file_size": 3958 - }, - { - "timestamp": "2025-01-12 18:01:40", - "image_path": "crop/B02/B02_20250113_020026_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.48KB)", - "file_size": 4592 - }, - { - "timestamp": "2025-01-12 18:16:41", - "image_path": "crop/B02/B02_20250113_020840_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.16KB)", - "file_size": 4260 - }, - { - "timestamp": "2025-01-12 18:16:41", - "image_path": "crop/B02/B02_20250113_020638_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4312 - }, - { - "timestamp": "2025-01-12 18:16:41", - "image_path": "crop/B02/B02_20250113_021043_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4544 - }, - { - "timestamp": "2025-01-12 18:26:41", - "image_path": "crop/A01/A01_20250113_021308_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9985 - }, - { - "timestamp": "2025-01-12 18:26:41", - "image_path": "crop/B02/B02_20250113_021451_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3926 - }, - { - "timestamp": "2025-01-12 18:26:42", - "image_path": "crop/B02/B02_20250113_021248_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.41KB)", - "file_size": 4520 - }, - { - "timestamp": "2025-01-12 18:26:42", - "image_path": "crop/B02/B02_20250113_022100_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.76KB)", - "file_size": 3851 - }, - { - "timestamp": "2025-01-12 18:26:42", - "image_path": "crop/B02/B02_20250113_021654_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.19KB)", - "file_size": 4295 - }, - { - "timestamp": "2025-01-12 18:36:42", - "image_path": "crop/B02/B02_20250113_022914_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.15KB)", - "file_size": 4249 - }, - { - "timestamp": "2025-01-12 18:36:42", - "image_path": "crop/B02/B02_20250113_022305_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.24KB)", - "file_size": 4345 - }, - { - "timestamp": "2025-01-12 18:36:43", - "image_path": "crop/B02/B02_20250113_022711_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.21KB)", - "file_size": 4308 - }, - { - "timestamp": "2025-01-12 18:36:43", - "image_path": "crop/B02/B02_20250113_022508_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.81KB)", - "file_size": 3905 - }, - { - "timestamp": "2025-01-12 18:36:43", - "image_path": "crop/B02/B02_20250113_023116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.01KB)", - "file_size": 4107 - }, - { - "timestamp": "2025-01-12 18:46:43", - "image_path": "crop/B02/B02_20250113_023321_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.82KB)", - "file_size": 3910 - }, - { - "timestamp": "2025-01-12 18:46:43", - "image_path": "crop/B02/B02_20250113_023727_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.17KB)", - "file_size": 4268 - }, - { - "timestamp": "2025-01-12 18:46:44", - "image_path": "crop/B02/B02_20250113_023524_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.92KB)", - "file_size": 4010 - }, - { - "timestamp": "2025-01-12 18:56:44", - "image_path": "crop/B02/B02_20250113_024337_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.67KB)", - "file_size": 3758 - }, - { - "timestamp": "2025-01-12 18:56:44", - "image_path": "crop/B02/B02_20250113_024945_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4498 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_030001_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.24KB)", - "file_size": 4338 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_025758_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.93KB)", - "file_size": 4028 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_025758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.03KB)", - "file_size": 4124 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_025353_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.86KB)", - "file_size": 3956 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_025556_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.08KB)", - "file_size": 4183 - }, - { - "timestamp": "2025-01-12 19:06:45", - "image_path": "crop/B02/B02_20250113_030204_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3876 - }, - { - "timestamp": "2025-01-12 19:16:46", - "image_path": "crop/B02/B02_20250113_030612_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4495 - }, - { - "timestamp": "2025-01-12 19:16:46", - "image_path": "crop/B02/B02_20250113_031220_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3878 - }, - { - "timestamp": "2025-01-12 19:26:46", - "image_path": "crop/B02/B02_20250113_031425_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3806 - }, - { - "timestamp": "2025-01-12 19:26:46", - "image_path": "crop/B02/B02_20250113_032236_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.50KB)", - "file_size": 4613 - }, - { - "timestamp": "2025-01-12 19:26:47", - "image_path": "crop/B02/B02_20250113_031830_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.14KB)", - "file_size": 4240 - }, - { - "timestamp": "2025-01-12 19:36:47", - "image_path": "crop/B02/B02_20250113_033049_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.72KB)", - "file_size": 3809 - }, - { - "timestamp": "2025-01-12 19:36:47", - "image_path": "crop/B02/B02_20250113_033252_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4536 - }, - { - "timestamp": "2025-01-12 19:36:47", - "image_path": "crop/B02/B02_20250113_032643_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.79KB)", - "file_size": 3885 - }, - { - "timestamp": "2025-01-12 19:36:47", - "image_path": "crop/B02/B02_20250113_032440_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.13KB)", - "file_size": 4225 - }, - { - "timestamp": "2025-01-12 19:36:48", - "image_path": "crop/B02/B02_20250113_032846_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.64KB)", - "file_size": 3727 - }, - { - "timestamp": "2025-01-12 19:46:48", - "image_path": "crop/B02/B02_20250113_033902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.46KB)", - "file_size": 4567 - }, - { - "timestamp": "2025-01-12 19:46:48", - "image_path": "crop/B02/B02_20250113_033456_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4556 - }, - { - "timestamp": "2025-01-12 19:46:48", - "image_path": "crop/B02/B02_20250113_034307_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4544 - }, - { - "timestamp": "2025-01-12 19:46:48", - "image_path": "crop/B02/B02_20250113_033659_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4560 - }, - { - "timestamp": "2025-01-12 19:46:49", - "image_path": "crop/B02/B02_20250113_034105_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4500 - }, - { - "timestamp": "2025-01-12 19:56:49", - "image_path": "crop/B02/B02_20250113_034918_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.13KB)", - "file_size": 4232 - }, - { - "timestamp": "2025-01-12 19:56:49", - "image_path": "crop/B02/B02_20250113_035121_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.88KB)", - "file_size": 3973 - }, - { - "timestamp": "2025-01-12 20:06:50", - "image_path": "crop/B02/B02_20250113_035953_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.92KB)", - "file_size": 4016 - }, - { - "timestamp": "2025-01-12 20:06:50", - "image_path": "crop/B02/B02_20250113_040156_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4492 - }, - { - "timestamp": "2025-01-12 20:06:50", - "image_path": "crop/B02/B02_20250113_040359_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.38KB)", - "file_size": 4480 - }, - { - "timestamp": "2025-01-12 20:06:50", - "image_path": "crop/B02/B02_20250113_035750_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.03KB)", - "file_size": 4127 - }, - { - "timestamp": "2025-01-12 20:16:51", - "image_path": "crop/B02/B02_20250113_040826_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.14KB)", - "file_size": 4235 - }, - { - "timestamp": "2025-01-12 20:26:51", - "image_path": "crop/B02/B02_20250113_042510_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4556 - }, - { - "timestamp": "2025-01-12 20:26:51", - "image_path": "crop/B02/B02_20250113_041902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.83KB)", - "file_size": 3926 - }, - { - "timestamp": "2025-01-12 20:26:51", - "image_path": "crop/B02/B02_20250113_042105_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.01KB)", - "file_size": 4111 - }, - { - "timestamp": "2025-01-12 20:41:52", - "image_path": "crop/B02/B02_20250113_043140_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.52KB)", - "file_size": 4630 - }, - { - "timestamp": "2025-01-12 20:41:52", - "image_path": "crop/B02/B02_20250113_043343_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.81KB)", - "file_size": 3905 - }, - { - "timestamp": "2025-01-12 20:41:52", - "image_path": "crop/B02/B02_20250113_042938_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4507 - }, - { - "timestamp": "2025-01-12 20:41:52", - "image_path": "crop/B02/B02_20250113_043546_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.48KB)", - "file_size": 4583 - }, - { - "timestamp": "2025-01-12 20:51:53", - "image_path": "crop/B02/B02_20250113_044013_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.18KB)", - "file_size": 4285 - }, - { - "timestamp": "2025-01-12 20:51:53", - "image_path": "crop/B02/B02_20250113_044622_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.40KB)", - "file_size": 4501 - }, - { - "timestamp": "2025-01-12 20:51:53", - "image_path": "crop/B02/B02_20250113_044216_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.70KB)", - "file_size": 3787 - }, - { - "timestamp": "2025-01-12 21:01:54", - "image_path": "crop/A01/A01_20250113_044925_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10718 - }, - { - "timestamp": "2025-01-12 21:01:54", - "image_path": "crop/B02/B02_20250113_045454_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.43KB)", - "file_size": 4538 - }, - { - "timestamp": "2025-01-12 21:01:54", - "image_path": "crop/B02/B02_20250113_045252_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4491 - }, - { - "timestamp": "2025-01-12 21:01:55", - "image_path": "crop/B02/B02_20250113_045657_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.15KB)", - "file_size": 4251 - }, - { - "timestamp": "2025-01-12 21:11:55", - "image_path": "crop/B02/B02_20250113_050530_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.45KB)", - "file_size": 4561 - }, - { - "timestamp": "2025-01-12 21:11:55", - "image_path": "crop/B02/B02_20250113_050124_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4544 - }, - { - "timestamp": "2025-01-12 21:11:55", - "image_path": "crop/B02/B02_20250113_050327_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.73KB)", - "file_size": 3817 - }, - { - "timestamp": "2025-01-12 21:21:56", - "image_path": "crop/B02/B02_20250113_051200_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.90KB)", - "file_size": 3993 - }, - { - "timestamp": "2025-01-12 21:21:56", - "image_path": "crop/B02/B02_20250113_051808_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.39KB)", - "file_size": 4499 - }, - { - "timestamp": "2025-01-12 21:21:56", - "image_path": "crop/B02/B02_20250113_051606_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.44KB)", - "file_size": 4543 - }, - { - "timestamp": "2025-01-12 21:31:56", - "image_path": "crop/B02/B02_20250113_052236_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.19KB)", - "file_size": 4287 - }, - { - "timestamp": "2025-01-13 01:52:05", - "image_path": "crop/A01/A01_20250113_093849_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.57KB)", - "file_size": 9798 - }, - { - "timestamp": "2025-01-13 01:52:06", - "image_path": "crop/A01/A01_20250113_094707_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12201 - }, - { - "timestamp": "2025-01-13 01:52:06", - "image_path": "crop/A01/A01_20250113_094707_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.49KB)", - "file_size": 7669 - }, - { - "timestamp": "2025-01-13 01:52:06", - "image_path": "crop/A01/A01_20250113_094258_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9407 - }, - { - "timestamp": "2025-01-13 01:52:08", - "image_path": "crop/A01/A01_20250113_094053_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9306 - }, - { - "timestamp": "2025-01-13 02:02:14", - "image_path": "crop/A01/A01_20250113_095343_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9289 - }, - { - "timestamp": "2025-01-13 02:02:14", - "image_path": "crop/A01/A01_20250113_094934_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.49KB)", - "file_size": 7672 - }, - { - "timestamp": "2025-01-13 02:02:15", - "image_path": "crop/A01/A01_20250113_095547_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.55KB)", - "file_size": 7733 - }, - { - "timestamp": "2025-01-13 02:02:16", - "image_path": "crop/A01/A01_20250113_095138_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.41KB)", - "file_size": 8610 - }, - { - "timestamp": "2025-01-13 02:02:16", - "image_path": "crop/A01/A01_20250113_095752_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8946 - }, - { - "timestamp": "2025-01-13 02:12:24", - "image_path": "crop/A01/A01_20250113_100612_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.52KB)", - "file_size": 7702 - }, - { - "timestamp": "2025-01-13 02:12:24", - "image_path": "crop/A01/A01_20250113_100203_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9614 - }, - { - "timestamp": "2025-01-13 02:22:29", - "image_path": "crop/A01/A01_20250113_101024_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.99KB)", - "file_size": 8185 - }, - { - "timestamp": "2025-01-13 02:22:30", - "image_path": "crop/A01/A01_20250113_101638_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.41KB)", - "file_size": 8610 - }, - { - "timestamp": "2025-01-13 02:32:35", - "image_path": "crop/A01/A01_20250113_102759_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.72KB)", - "file_size": 9956 - }, - { - "timestamp": "2025-01-13 02:32:36", - "image_path": "crop/A01/A01_20250113_102553_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.97KB)", - "file_size": 10206 - }, - { - "timestamp": "2025-01-13 02:42:40", - "image_path": "crop/A01/A01_20250113_103619_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.00KB)", - "file_size": 8189 - }, - { - "timestamp": "2025-01-13 02:42:41", - "image_path": "crop/A01/A01_20250113_104028_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.81KB)", - "file_size": 10046 - }, - { - "timestamp": "2025-01-13 02:42:41", - "image_path": "crop/A01/A01_20250113_103210_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.45KB)", - "file_size": 9680 - }, - { - "timestamp": "2025-01-13 02:42:42", - "image_path": "crop/A01/A01_20250113_103414_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.79KB)", - "file_size": 10030 - }, - { - "timestamp": "2025-01-13 02:51:49", - "image_path": "crop/A01/A01_20250113_104848_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8976 - }, - { - "timestamp": "2025-01-13 02:51:49", - "image_path": "crop/A01/A01_20250113_104643_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.79KB)", - "file_size": 10020 - }, - { - "timestamp": "2025-01-13 03:01:55", - "image_path": "crop/A01/A01_20250113_105503_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9305 - }, - { - "timestamp": "2025-01-13 03:01:55", - "image_path": "crop/A01/A01_20250113_110116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9562 - }, - { - "timestamp": "2025-01-13 03:01:56", - "image_path": "crop/A01/A01_20250113_105912_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9318 - }, - { - "timestamp": "2025-01-13 03:01:58", - "image_path": "crop/A01/A01_20250113_105707_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.84KB)", - "file_size": 10078 - }, - { - "timestamp": "2025-01-13 03:17:09", - "image_path": "crop/A01/A01_20250113_110936_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8946 - }, - { - "timestamp": "2025-01-13 03:17:09", - "image_path": "crop/A01/A01_20250113_110527_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.02KB)", - "file_size": 8216 - }, - { - "timestamp": "2025-01-13 03:17:09", - "image_path": "crop/A01/A01_20250113_110731_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.08KB)", - "file_size": 7247 - }, - { - "timestamp": "2025-01-13 03:17:10", - "image_path": "crop/A01/A01_20250113_111141_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.47KB)", - "file_size": 8675 - }, - { - "timestamp": "2025-01-13 03:27:10", - "image_path": "crop/A01/A01_20250113_111550_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.84KB)", - "file_size": 10079 - }, - { - "timestamp": "2025-01-13 03:27:13", - "image_path": "crop/A01/A01_20250113_112000_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.91KB)", - "file_size": 10146 - }, - { - "timestamp": "2025-01-13 03:27:14", - "image_path": "crop/A01/A01_20250113_111346_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.45KB)", - "file_size": 9675 - }, - { - "timestamp": "2025-01-13 03:37:21", - "image_path": "crop/A01/A01_20250113_112614_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9866 - }, - { - "timestamp": "2025-01-13 03:37:21", - "image_path": "crop/A01/A01_20250113_113228_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.83KB)", - "file_size": 10068 - }, - { - "timestamp": "2025-01-13 03:47:25", - "image_path": "crop/A01/A01_20250113_114047_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.91KB)", - "file_size": 9128 - }, - { - "timestamp": "2025-01-13 03:47:28", - "image_path": "crop/A01/A01_20250113_113843_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9153 - }, - { - "timestamp": "2025-01-13 04:17:52", - "image_path": "crop/A01/A01_20250113_120545_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9335 - }, - { - "timestamp": "2025-01-13 04:26:58", - "image_path": "crop/A01/A01_20250113_122223_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9018 - }, - { - "timestamp": "2025-01-13 04:37:09", - "image_path": "crop/A01/A01_20250113_123452_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9910 - }, - { - "timestamp": "2025-01-13 04:47:14", - "image_path": "crop/A01/A01_20250113_124106_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9645 - }, - { - "timestamp": "2025-01-13 04:47:15", - "image_path": "crop/A01/A01_20250113_123657_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9866 - }, - { - "timestamp": "2025-01-13 04:57:20", - "image_path": "crop/A01/A01_20250113_125539_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.56KB)", - "file_size": 8762 - }, - { - "timestamp": "2025-01-13 04:57:21", - "image_path": "crop/A01/A01_20250113_125130_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9650 - }, - { - "timestamp": "2025-01-13 04:57:22", - "image_path": "crop/A01/A01_20250113_125335_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9640 - }, - { - "timestamp": "2025-01-13 05:07:27", - "image_path": "crop/A01/A01_20250113_125950_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8977 - }, - { - "timestamp": "2025-01-13 05:07:28", - "image_path": "crop/A01/A01_20250113_130359_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9332 - }, - { - "timestamp": "2025-01-13 05:07:29", - "image_path": "crop/A01/A01_20250113_130603_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.39KB)", - "file_size": 8594 - }, - { - "timestamp": "2025-01-13 05:07:29", - "image_path": "crop/A01/A01_20250113_125745_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9944 - }, - { - "timestamp": "2025-01-13 05:17:35", - "image_path": "crop/A01/A01_20250113_131218_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.50KB)", - "file_size": 7676 - }, - { - "timestamp": "2025-01-13 05:17:35", - "image_path": "crop/A01/A01_20250113_131627_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.73KB)", - "file_size": 9960 - }, - { - "timestamp": "2025-01-13 05:17:36", - "image_path": "crop/A01/A01_20250113_131013_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.12KB)", - "file_size": 8312 - }, - { - "timestamp": "2025-01-13 05:17:36", - "image_path": "crop/A01/A01_20250113_130809_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.68KB)", - "file_size": 8888 - }, - { - "timestamp": "2025-01-13 05:17:37", - "image_path": "crop/A01/A01_20250113_131422_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.84KB)", - "file_size": 8033 - }, - { - "timestamp": "2025-01-13 05:32:45", - "image_path": "crop/A01/A01_20250113_131833_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.31KB)", - "file_size": 8508 - }, - { - "timestamp": "2025-01-13 05:32:45", - "image_path": "crop/A01/A01_20250113_132242_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9177 - }, - { - "timestamp": "2025-01-13 05:32:46", - "image_path": "crop/A01/A01_20250113_132037_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.41KB)", - "file_size": 8615 - }, - { - "timestamp": "2025-01-13 05:42:50", - "image_path": "crop/A01/A01_20250113_133510_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.62KB)", - "file_size": 9849 - }, - { - "timestamp": "2025-01-13 05:52:56", - "image_path": "crop/A01/A01_20250113_134739_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.89KB)", - "file_size": 10124 - }, - { - "timestamp": "2025-01-13 05:52:57", - "image_path": "crop/A01/A01_20250113_133921_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9938 - }, - { - "timestamp": "2025-01-13 06:02:01", - "image_path": "crop/A01/A01_20250113_135803_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8935 - }, - { - "timestamp": "2025-01-13 06:02:01", - "image_path": "crop/A01/A01_20250113_135558_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.97KB)", - "file_size": 8164 - }, - { - "timestamp": "2025-01-13 06:12:08", - "image_path": "crop/A01/A01_20250113_140622_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9511 - }, - { - "timestamp": "2025-01-13 06:12:08", - "image_path": "crop/A01/A01_20250113_140827_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9820 - }, - { - "timestamp": "2025-01-13 06:12:08", - "image_path": "crop/A01/A01_20250113_140417_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.70KB)", - "file_size": 8906 - }, - { - "timestamp": "2025-01-13 06:22:09", - "image_path": "crop/A01/A01_20250113_141442_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9197 - }, - { - "timestamp": "2025-01-13 06:22:09", - "image_path": "crop/A01/A01_20250113_141237_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9493 - }, - { - "timestamp": "2025-01-13 06:22:09", - "image_path": "crop/A01/A01_20250113_141648_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.28KB)", - "file_size": 9500 - }, - { - "timestamp": "2025-01-13 06:32:17", - "image_path": "crop/A01/A01_20250113_142919_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.52KB)", - "file_size": 6674 - }, - { - "timestamp": "2025-01-13 06:32:18", - "image_path": "crop/A01/A01_20250113_142305_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.65KB)", - "file_size": 8856 - }, - { - "timestamp": "2025-01-13 06:42:23", - "image_path": "crop/A01/A01_20250113_143739_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.45KB)", - "file_size": 8655 - }, - { - "timestamp": "2025-01-13 06:42:23", - "image_path": "crop/A01/A01_20250113_143535_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.07KB)", - "file_size": 8266 - }, - { - "timestamp": "2025-01-13 06:42:23", - "image_path": "crop/A01/A01_20250113_143944_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.85KB)", - "file_size": 8043 - }, - { - "timestamp": "2025-01-13 06:42:24", - "image_path": "crop/A01/A01_20250113_143125_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.14KB)", - "file_size": 9362 - }, - { - "timestamp": "2025-01-13 06:42:24", - "image_path": "crop/B02/B02_20250113_143726_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16818 - }, - { - "timestamp": "2025-01-13 06:52:31", - "image_path": "crop/A01/A01_20250113_145008_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.96KB)", - "file_size": 10194 - }, - { - "timestamp": "2025-01-13 07:33:02", - "image_path": "crop/A01/A01_20250113_152939_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10889 - }, - { - "timestamp": "2025-01-13 07:43:09", - "image_path": "crop/B02/B02_20250113_153512_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15537 - }, - { - "timestamp": "2025-01-13 07:43:10", - "image_path": "crop/B02/B02_20250113_153309_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15731 - }, - { - "timestamp": "2025-01-13 07:43:10", - "image_path": "crop/B02/B02_20250113_153106_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15986 - }, - { - "timestamp": "2025-01-13 07:48:12", - "image_path": "crop/A01/A01_20250113_154003_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.55KB)", - "file_size": 8758 - }, - { - "timestamp": "2025-01-13 07:57:19", - "image_path": "crop/A01/A01_20250113_155232_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.91KB)", - "file_size": 8100 - }, - { - "timestamp": "2025-01-13 08:07:26", - "image_path": "crop/A01/A01_20250113_155642_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.23KB)", - "file_size": 8426 - }, - { - "timestamp": "2025-01-13 08:07:27", - "image_path": "crop/A01/A01_20250113_155846_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10109 - }, - { - "timestamp": "2025-01-13 08:22:38", - "image_path": "crop/B02/B02_20250113_162033_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14713 - }, - { - "timestamp": "2025-01-13 08:32:45", - "image_path": "crop/B02/B02_20250113_162240_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15985 - }, - { - "timestamp": "2025-01-13 08:37:51", - "image_path": "crop/A01/A01_20250113_163409_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.02KB)", - "file_size": 8216 - }, - { - "timestamp": "2025-01-13 08:37:51", - "image_path": "crop/A01/A01_20250113_163205_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.38KB)", - "file_size": 8578 - }, - { - "timestamp": "2025-01-13 08:53:01", - "image_path": "crop/B02/B02_20250113_164319_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15046 - }, - { - "timestamp": "2025-01-13 09:18:20", - "image_path": "crop/A01/A01_20250113_170933_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9717 - }, - { - "timestamp": "2025-01-13 09:38:31", - "image_path": "crop/B02/B02_20250113_172637_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14670 - }, - { - "timestamp": "2025-01-13 09:38:32", - "image_path": "crop/B02/B02_20250113_173043_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14643 - }, - { - "timestamp": "2025-01-13 09:38:34", - "image_path": "crop/B02/B02_20250113_173246_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14914 - }, - { - "timestamp": "2025-01-13 09:38:35", - "image_path": "crop/B02/B02_20250113_172840_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14006 - }, - { - "timestamp": "2025-01-13 09:47:36", - "image_path": "crop/A01/A01_20250113_174045_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.52KB)", - "file_size": 7704 - }, - { - "timestamp": "2025-01-13 09:47:39", - "image_path": "crop/B02/B02_20250113_174303_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14151 - }, - { - "timestamp": "2025-01-13 09:47:40", - "image_path": "crop/B02/B02_20250113_173451_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10779 - }, - { - "timestamp": "2025-01-13 09:47:42", - "image_path": "crop/B02/B02_20250113_173654_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10382 - }, - { - "timestamp": "2025-01-13 09:47:43", - "image_path": "crop/B02/B02_20250113_173857_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14897 - }, - { - "timestamp": "2025-01-13 09:47:44", - "image_path": "crop/B02/B02_20250113_174100_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14496 - }, - { - "timestamp": "2025-01-13 10:12:58", - "image_path": "crop/A01/A01_20250113_180340_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.62KB)", - "file_size": 9852 - }, - { - "timestamp": "2025-01-13 10:33:15", - "image_path": "crop/A01/A01_20250113_182022_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.21KB)", - "file_size": 8409 - }, - { - "timestamp": "2025-01-13 10:33:15", - "image_path": "crop/A01/A01_20250113_182636_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.63KB)", - "file_size": 8835 - }, - { - "timestamp": "2025-01-13 10:43:20", - "image_path": "crop/A01/A01_20250113_183906_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.39KB)", - "file_size": 8591 - }, - { - "timestamp": "2025-01-13 10:43:21", - "image_path": "crop/A01/A01_20250113_183456_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.54KB)", - "file_size": 9766 - }, - { - "timestamp": "2025-01-13 10:53:28", - "image_path": "crop/A01/A01_20250113_184316_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9667 - }, - { - "timestamp": "2025-01-13 10:53:28", - "image_path": "crop/A01/A01_20250113_184112_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.02KB)", - "file_size": 9239 - }, - { - "timestamp": "2025-01-13 10:58:31", - "image_path": "crop/B02/B02_20250113_184924_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15601 - }, - { - "timestamp": "2025-01-13 11:13:42", - "image_path": "crop/A01/A01_20250113_190201_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.65KB)", - "file_size": 9886 - }, - { - "timestamp": "2025-01-13 11:13:44", - "image_path": "crop/A01/A01_20250113_190406_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.75KB)", - "file_size": 7937 - }, - { - "timestamp": "2025-01-13 11:13:44", - "image_path": "crop/A01/A01_20250113_191020_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.94KB)", - "file_size": 8130 - }, - { - "timestamp": "2025-01-13 11:23:49", - "image_path": "crop/A01/A01_20250113_192043_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9424 - }, - { - "timestamp": "2025-01-13 11:23:51", - "image_path": "crop/A01/A01_20250113_191225_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.68KB)", - "file_size": 8888 - }, - { - "timestamp": "2025-01-13 11:32:56", - "image_path": "crop/A01/A01_20250113_192250_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.44KB)", - "file_size": 8647 - }, - { - "timestamp": "2025-01-13 11:32:59", - "image_path": "crop/A01/A01_20250113_192903_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.21KB)", - "file_size": 5339 - }, - { - "timestamp": "2025-01-13 11:32:59", - "image_path": "crop/A01/A01_20250113_193108_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9638 - }, - { - "timestamp": "2025-01-13 11:37:59", - "image_path": "crop/B02/B02_20250113_192837_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13317 - }, - { - "timestamp": "2025-01-13 11:43:00", - "image_path": "crop/A01/A01_20250113_193722_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8882 - }, - { - "timestamp": "2025-01-13 11:43:00", - "image_path": "crop/A01/A01_20250113_193926_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9663 - }, - { - "timestamp": "2025-01-13 11:43:00", - "image_path": "crop/A01/A01_20250113_193518_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.84KB)", - "file_size": 10081 - }, - { - "timestamp": "2025-01-13 11:43:00", - "image_path": "crop/A01/A01_20250113_193313_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9417 - }, - { - "timestamp": "2025-01-13 11:43:00", - "image_path": "crop/A01/A01_20250113_194131_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9155 - }, - { - "timestamp": "2025-01-13 11:53:01", - "image_path": "crop/A01/A01_20250113_194541_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.21KB)", - "file_size": 9433 - }, - { - "timestamp": "2025-01-13 11:53:01", - "image_path": "crop/A01/A01_20250113_195154_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8935 - }, - { - "timestamp": "2025-01-13 11:53:01", - "image_path": "crop/A01/A01_20250113_194949_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8739 - }, - { - "timestamp": "2025-01-13 11:53:01", - "image_path": "crop/A01/A01_20250113_194336_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9252 - }, - { - "timestamp": "2025-01-13 11:53:01", - "image_path": "crop/A01/A01_20250113_194745_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9268 - }, - { - "timestamp": "2025-01-13 12:03:02", - "image_path": "crop/A01/A01_20250113_200012_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9634 - }, - { - "timestamp": "2025-01-13 12:03:02", - "image_path": "crop/A01/A01_20250113_195359_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9325 - }, - { - "timestamp": "2025-01-13 12:03:02", - "image_path": "crop/A01/A01_20250113_195603_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.48KB)", - "file_size": 8680 - }, - { - "timestamp": "2025-01-13 12:03:02", - "image_path": "crop/A01/A01_20250113_200217_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.14KB)", - "file_size": 9358 - }, - { - "timestamp": "2025-01-13 12:03:02", - "image_path": "crop/A01/A01_20250113_195808_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9134 - }, - { - "timestamp": "2025-01-13 12:18:03", - "image_path": "crop/A01/A01_20250113_200626_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9287 - }, - { - "timestamp": "2025-01-13 12:18:03", - "image_path": "crop/A01/A01_20250113_200830_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.02KB)", - "file_size": 9240 - }, - { - "timestamp": "2025-01-13 12:18:03", - "image_path": "crop/A01/A01_20250113_201035_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9294 - }, - { - "timestamp": "2025-01-13 12:18:03", - "image_path": "crop/A01/A01_20250113_201239_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.73KB)", - "file_size": 9965 - }, - { - "timestamp": "2025-01-13 12:18:04", - "image_path": "crop/A01/A01_20250113_200422_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8307 - }, - { - "timestamp": "2025-01-13 12:28:04", - "image_path": "crop/A01/A01_20250113_201444_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9312 - }, - { - "timestamp": "2025-01-13 12:28:04", - "image_path": "crop/A01/A01_20250113_202302_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.41KB)", - "file_size": 8608 - }, - { - "timestamp": "2025-01-13 12:28:04", - "image_path": "crop/A01/A01_20250113_202058_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9171 - }, - { - "timestamp": "2025-01-13 12:28:04", - "image_path": "crop/A01/A01_20250113_201649_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9074 - }, - { - "timestamp": "2025-01-13 12:28:05", - "image_path": "crop/A01/A01_20250113_201853_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.75KB)", - "file_size": 8958 - }, - { - "timestamp": "2025-01-13 12:38:05", - "image_path": "crop/A01/A01_20250113_202509_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.30KB)", - "file_size": 8495 - }, - { - "timestamp": "2025-01-13 12:38:05", - "image_path": "crop/A01/A01_20250113_203122_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9425 - }, - { - "timestamp": "2025-01-13 12:38:05", - "image_path": "crop/A01/A01_20250113_202713_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.43KB)", - "file_size": 9660 - }, - { - "timestamp": "2025-01-13 12:38:06", - "image_path": "crop/A01/A01_20250113_203327_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9390 - }, - { - "timestamp": "2025-01-13 12:38:06", - "image_path": "crop/A01/A01_20250113_202918_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8990 - }, - { - "timestamp": "2025-01-13 12:48:06", - "image_path": "crop/A01/A01_20250113_203942_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.16KB)", - "file_size": 9379 - }, - { - "timestamp": "2025-01-13 12:48:06", - "image_path": "crop/A01/A01_20250113_204146_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9296 - }, - { - "timestamp": "2025-01-13 12:48:06", - "image_path": "crop/A01/A01_20250113_204350_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9215 - }, - { - "timestamp": "2025-01-13 12:48:07", - "image_path": "crop/A01/A01_20250113_203533_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.16KB)", - "file_size": 8351 - }, - { - "timestamp": "2025-01-13 12:58:07", - "image_path": "crop/A01/A01_20250113_205210_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8945 - }, - { - "timestamp": "2025-01-13 12:58:07", - "image_path": "crop/A01/A01_20250113_205005_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9401 - }, - { - "timestamp": "2025-01-13 12:58:07", - "image_path": "crop/A01/A01_20250113_205414_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9393 - }, - { - "timestamp": "2025-01-13 12:58:08", - "image_path": "crop/A01/A01_20250113_204557_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9257 - }, - { - "timestamp": "2025-01-13 12:58:08", - "image_path": "crop/A01/A01_20250113_204801_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.93KB)", - "file_size": 9144 - }, - { - "timestamp": "2025-01-13 13:08:08", - "image_path": "crop/A01/A01_20250113_210030_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8967 - }, - { - "timestamp": "2025-01-13 13:08:08", - "image_path": "crop/A01/A01_20250113_205825_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9272 - }, - { - "timestamp": "2025-01-13 13:08:08", - "image_path": "crop/A01/A01_20250113_210234_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9396 - }, - { - "timestamp": "2025-01-13 13:08:09", - "image_path": "crop/A01/A01_20250113_210438_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.36KB)", - "file_size": 8564 - }, - { - "timestamp": "2025-01-13 13:18:09", - "image_path": "crop/A01/A01_20250113_210646_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9662 - }, - { - "timestamp": "2025-01-13 13:18:09", - "image_path": "crop/A01/A01_20250113_211259_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9257 - }, - { - "timestamp": "2025-01-13 13:18:09", - "image_path": "crop/A01/A01_20250113_211055_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9180 - }, - { - "timestamp": "2025-01-13 13:18:09", - "image_path": "crop/A01/A01_20250113_211504_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.97KB)", - "file_size": 9190 - }, - { - "timestamp": "2025-01-13 13:18:10", - "image_path": "crop/A01/A01_20250113_210851_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9000 - }, - { - "timestamp": "2025-01-13 13:28:10", - "image_path": "crop/A01/A01_20250113_211915_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.30KB)", - "file_size": 9522 - }, - { - "timestamp": "2025-01-13 13:28:10", - "image_path": "crop/A01/A01_20250113_212119_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9486 - }, - { - "timestamp": "2025-01-13 13:28:10", - "image_path": "crop/A01/A01_20250113_212323_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9495 - }, - { - "timestamp": "2025-01-13 13:28:11", - "image_path": "crop/A01/A01_20250113_211710_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.02KB)", - "file_size": 9235 - }, - { - "timestamp": "2025-01-13 13:28:11", - "image_path": "crop/A01/A01_20250113_212528_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9401 - }, - { - "timestamp": "2025-01-13 13:38:11", - "image_path": "crop/A01/A01_20250113_213552_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.62KB)", - "file_size": 8832 - }, - { - "timestamp": "2025-01-13 13:38:11", - "image_path": "crop/A01/A01_20250113_213143_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9340 - }, - { - "timestamp": "2025-01-13 13:38:11", - "image_path": "crop/A01/A01_20250113_213347_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.23KB)", - "file_size": 9448 - }, - { - "timestamp": "2025-01-13 13:38:12", - "image_path": "crop/A01/A01_20250113_212734_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9915 - }, - { - "timestamp": "2025-01-13 13:38:12", - "image_path": "crop/A01/A01_20250113_212938_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9231 - }, - { - "timestamp": "2025-01-13 13:48:12", - "image_path": "crop/A01/A01_20250113_214411_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9043 - }, - { - "timestamp": "2025-01-13 13:48:12", - "image_path": "crop/A01/A01_20250113_214003_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9644 - }, - { - "timestamp": "2025-01-13 13:48:12", - "image_path": "crop/A01/A01_20250113_213758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9098 - }, - { - "timestamp": "2025-01-13 13:48:13", - "image_path": "crop/A01/A01_20250113_214618_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9515 - }, - { - "timestamp": "2025-01-13 13:48:13", - "image_path": "crop/A01/A01_20250113_214207_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9208 - }, - { - "timestamp": "2025-01-13 13:58:13", - "image_path": "crop/A01/A01_20250113_215437_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8538 - }, - { - "timestamp": "2025-01-13 13:58:13", - "image_path": "crop/A01/A01_20250113_215233_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9173 - }, - { - "timestamp": "2025-01-13 13:58:14", - "image_path": "crop/A01/A01_20250113_215029_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9298 - }, - { - "timestamp": "2025-01-13 13:58:14", - "image_path": "crop/A01/A01_20250113_214824_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9309 - }, - { - "timestamp": "2025-01-13 13:58:14", - "image_path": "crop/A01/A01_20250113_215642_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9554 - }, - { - "timestamp": "2025-01-13 14:08:14", - "image_path": "crop/A01/A01_20250113_220501_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9423 - }, - { - "timestamp": "2025-01-13 14:08:14", - "image_path": "crop/A01/A01_20250113_215848_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.24KB)", - "file_size": 9458 - }, - { - "timestamp": "2025-01-13 14:08:15", - "image_path": "crop/A01/A01_20250113_220257_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9192 - }, - { - "timestamp": "2025-01-13 14:08:15", - "image_path": "crop/A01/A01_20250113_220053_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9406 - }, - { - "timestamp": "2025-01-13 14:08:15", - "image_path": "crop/A01/A01_20250113_220706_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.23KB)", - "file_size": 9456 - }, - { - "timestamp": "2025-01-13 14:18:15", - "image_path": "crop/A01/A01_20250113_221526_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.58KB)", - "file_size": 8790 - }, - { - "timestamp": "2025-01-13 14:18:16", - "image_path": "crop/A01/A01_20250113_221117_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9116 - }, - { - "timestamp": "2025-01-13 14:18:16", - "image_path": "crop/A01/A01_20250113_221321_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9424 - }, - { - "timestamp": "2025-01-13 14:18:16", - "image_path": "crop/A01/A01_20250113_220912_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8967 - }, - { - "timestamp": "2025-01-13 14:18:16", - "image_path": "crop/A01/A01_20250113_221730_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9091 - }, - { - "timestamp": "2025-01-13 14:33:17", - "image_path": "crop/A01/A01_20250113_222345_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9369 - }, - { - "timestamp": "2025-01-13 14:33:17", - "image_path": "crop/A01/A01_20250113_222754_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9067 - }, - { - "timestamp": "2025-01-13 14:33:17", - "image_path": "crop/A01/A01_20250113_222550_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.63KB)", - "file_size": 8833 - }, - { - "timestamp": "2025-01-13 14:33:17", - "image_path": "crop/A01/A01_20250113_221936_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.66KB)", - "file_size": 9891 - }, - { - "timestamp": "2025-01-13 14:43:17", - "image_path": "crop/A01/A01_20250113_223614_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9261 - }, - { - "timestamp": "2025-01-13 14:43:18", - "image_path": "crop/A01/A01_20250113_223409_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9314 - }, - { - "timestamp": "2025-01-13 14:43:18", - "image_path": "crop/A01/A01_20250113_223000_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9724 - }, - { - "timestamp": "2025-01-13 14:43:18", - "image_path": "crop/A01/A01_20250113_223205_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9174 - }, - { - "timestamp": "2025-01-13 14:43:18", - "image_path": "crop/A01/A01_20250113_223818_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9352 - }, - { - "timestamp": "2025-01-13 14:53:19", - "image_path": "crop/A01/A01_20250113_224636_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9205 - }, - { - "timestamp": "2025-01-13 14:53:19", - "image_path": "crop/A01/A01_20250113_224431_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9065 - }, - { - "timestamp": "2025-01-13 14:53:19", - "image_path": "crop/A01/A01_20250113_224840_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9081 - }, - { - "timestamp": "2025-01-13 14:53:19", - "image_path": "crop/A01/A01_20250113_224022_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9471 - }, - { - "timestamp": "2025-01-13 14:53:19", - "image_path": "crop/A01/A01_20250113_224227_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8975 - }, - { - "timestamp": "2025-01-13 15:03:20", - "image_path": "crop/A01/A01_20250113_225455_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9349 - }, - { - "timestamp": "2025-01-13 15:03:20", - "image_path": "crop/A01/A01_20250113_225904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.36KB)", - "file_size": 9588 - }, - { - "timestamp": "2025-01-13 15:03:20", - "image_path": "crop/A01/A01_20250113_225659_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9718 - }, - { - "timestamp": "2025-01-13 15:03:20", - "image_path": "crop/A01/A01_20250113_225046_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9290 - }, - { - "timestamp": "2025-01-13 15:03:20", - "image_path": "crop/A01/A01_20250113_225251_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9343 - }, - { - "timestamp": "2025-01-13 15:13:21", - "image_path": "crop/A01/A01_20250113_230315_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.24KB)", - "file_size": 8442 - }, - { - "timestamp": "2025-01-13 15:13:21", - "image_path": "crop/A01/A01_20250113_230723_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9640 - }, - { - "timestamp": "2025-01-13 15:13:21", - "image_path": "crop/A01/A01_20250113_230110_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.50KB)", - "file_size": 8700 - }, - { - "timestamp": "2025-01-13 15:13:21", - "image_path": "crop/A01/A01_20250113_230928_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9631 - }, - { - "timestamp": "2025-01-13 15:13:21", - "image_path": "crop/A01/A01_20250113_230519_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9277 - }, - { - "timestamp": "2025-01-13 15:23:22", - "image_path": "crop/A01/A01_20250113_231339_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.84KB)", - "file_size": 9053 - }, - { - "timestamp": "2025-01-13 15:23:22", - "image_path": "crop/A01/A01_20250113_231748_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9281 - }, - { - "timestamp": "2025-01-13 15:23:22", - "image_path": "crop/A01/A01_20250113_231952_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9222 - }, - { - "timestamp": "2025-01-13 15:23:22", - "image_path": "crop/A01/A01_20250113_231134_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.15KB)", - "file_size": 8343 - }, - { - "timestamp": "2025-01-13 15:23:22", - "image_path": "crop/A01/A01_20250113_231543_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9218 - }, - { - "timestamp": "2025-01-13 15:33:23", - "image_path": "crop/A01/A01_20250113_233016_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9390 - }, - { - "timestamp": "2025-01-13 15:33:23", - "image_path": "crop/A01/A01_20250113_232403_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9024 - }, - { - "timestamp": "2025-01-13 15:33:23", - "image_path": "crop/A01/A01_20250113_232158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9946 - }, - { - "timestamp": "2025-01-13 15:33:23", - "image_path": "crop/A01/A01_20250113_232607_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9264 - }, - { - "timestamp": "2025-01-13 15:33:23", - "image_path": "crop/A01/A01_20250113_232812_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.91KB)", - "file_size": 9126 - }, - { - "timestamp": "2025-01-13 15:44:24", - "image_path": "crop/A01/A01_20250113_233631_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.48KB)", - "file_size": 9707 - }, - { - "timestamp": "2025-01-13 15:44:24", - "image_path": "crop/A01/A01_20250113_233427_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9013 - }, - { - "timestamp": "2025-01-13 15:44:24", - "image_path": "crop/A01/A01_20250113_233222_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8554 - }, - { - "timestamp": "2025-01-13 15:44:24", - "image_path": "crop/A01/A01_20250113_233836_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9083 - }, - { - "timestamp": "2025-01-13 15:44:24", - "image_path": "crop/A01/A01_20250113_234040_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9309 - }, - { - "timestamp": "2025-01-13 15:54:25", - "image_path": "crop/A01/A01_20250113_234655_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.16KB)", - "file_size": 9377 - }, - { - "timestamp": "2025-01-13 15:54:25", - "image_path": "crop/A01/A01_20250113_235104_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9342 - }, - { - "timestamp": "2025-01-13 15:54:25", - "image_path": "crop/A01/A01_20250113_234900_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9288 - }, - { - "timestamp": "2025-01-13 15:54:25", - "image_path": "crop/A01/A01_20250113_234451_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.61KB)", - "file_size": 8815 - }, - { - "timestamp": "2025-01-13 15:54:26", - "image_path": "crop/A01/A01_20250113_234246_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9733 - }, - { - "timestamp": "2025-01-13 16:03:26", - "image_path": "crop/A01/A01_20250113_235310_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8926 - }, - { - "timestamp": "2025-01-13 16:03:26", - "image_path": "crop/A01/A01_20250113_235719_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9315 - }, - { - "timestamp": "2025-01-13 16:03:26", - "image_path": "crop/A01/A01_20250114_000128_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9649 - }, - { - "timestamp": "2025-01-13 16:03:26", - "image_path": "crop/A01/A01_20250113_235515_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9865 - }, - { - "timestamp": "2025-01-13 16:03:27", - "image_path": "crop/A01/A01_20250113_235924_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.70KB)", - "file_size": 8904 - }, - { - "timestamp": "2025-01-13 16:13:27", - "image_path": "crop/A01/A01_20250114_000541_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9401 - }, - { - "timestamp": "2025-01-13 16:13:27", - "image_path": "crop/A01/A01_20250114_001154_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.82KB)", - "file_size": 9035 - }, - { - "timestamp": "2025-01-13 16:13:27", - "image_path": "crop/A01/A01_20250114_000745_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.68KB)", - "file_size": 8890 - }, - { - "timestamp": "2025-01-13 16:13:27", - "image_path": "crop/A01/A01_20250114_000950_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9087 - }, - { - "timestamp": "2025-01-13 16:13:28", - "image_path": "crop/A01/A01_20250114_000336_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9086 - }, - { - "timestamp": "2025-01-13 16:23:28", - "image_path": "crop/A01/A01_20250114_001400_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9023 - }, - { - "timestamp": "2025-01-13 16:23:28", - "image_path": "crop/A01/A01_20250114_001809_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9134 - }, - { - "timestamp": "2025-01-13 16:23:28", - "image_path": "crop/A01/A01_20250114_002014_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8968 - }, - { - "timestamp": "2025-01-13 16:23:28", - "image_path": "crop/A01/A01_20250114_002218_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9066 - }, - { - "timestamp": "2025-01-13 16:23:29", - "image_path": "crop/A01/A01_20250114_001605_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.36KB)", - "file_size": 9585 - }, - { - "timestamp": "2025-01-13 16:33:29", - "image_path": "crop/A01/A01_20250114_003038_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9326 - }, - { - "timestamp": "2025-01-13 16:33:29", - "image_path": "crop/A01/A01_20250114_002629_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.75KB)", - "file_size": 8955 - }, - { - "timestamp": "2025-01-13 16:33:29", - "image_path": "crop/A01/A01_20250114_003242_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.82KB)", - "file_size": 9028 - }, - { - "timestamp": "2025-01-13 16:33:30", - "image_path": "crop/A01/A01_20250114_002424_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9332 - }, - { - "timestamp": "2025-01-13 16:33:30", - "image_path": "crop/A01/A01_20250114_002833_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9982 - }, - { - "timestamp": "2025-01-13 16:44:30", - "image_path": "crop/A01/A01_20250114_004102_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9089 - }, - { - "timestamp": "2025-01-13 16:44:30", - "image_path": "crop/A01/A01_20250114_004306_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8954 - }, - { - "timestamp": "2025-01-13 16:44:30", - "image_path": "crop/A01/A01_20250114_003653_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9336 - }, - { - "timestamp": "2025-01-13 16:59:31", - "image_path": "crop/A01/A01_20250114_005126_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9301 - }, - { - "timestamp": "2025-01-13 16:59:31", - "image_path": "crop/A01/A01_20250114_004921_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9193 - }, - { - "timestamp": "2025-01-13 16:59:31", - "image_path": "crop/A01/A01_20250114_004717_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8982 - }, - { - "timestamp": "2025-01-13 16:59:32", - "image_path": "crop/A01/A01_20250114_005330_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.71KB)", - "file_size": 8919 - }, - { - "timestamp": "2025-01-13 17:09:32", - "image_path": "crop/A01/A01_20250114_005537_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9409 - }, - { - "timestamp": "2025-01-13 17:09:32", - "image_path": "crop/A01/A01_20250114_010354_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9534 - }, - { - "timestamp": "2025-01-13 17:09:32", - "image_path": "crop/A01/A01_20250114_010150_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 8998 - }, - { - "timestamp": "2025-01-13 17:09:32", - "image_path": "crop/A01/A01_20250114_005741_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.65KB)", - "file_size": 8857 - }, - { - "timestamp": "2025-01-13 17:09:33", - "image_path": "crop/A01/A01_20250114_005946_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9371 - }, - { - "timestamp": "2025-01-13 17:19:33", - "image_path": "crop/A01/A01_20250114_010805_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9857 - }, - { - "timestamp": "2025-01-13 17:19:33", - "image_path": "crop/A01/A01_20250114_011214_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9333 - }, - { - "timestamp": "2025-01-13 17:19:33", - "image_path": "crop/A01/A01_20250114_011418_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 8997 - }, - { - "timestamp": "2025-01-13 17:19:34", - "image_path": "crop/A01/A01_20250114_011009_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.56KB)", - "file_size": 8764 - }, - { - "timestamp": "2025-01-13 17:19:34", - "image_path": "crop/A01/A01_20250114_010601_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.95KB)", - "file_size": 9167 - }, - { - "timestamp": "2025-01-13 17:28:34", - "image_path": "crop/A01/A01_20250114_012442_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.95KB)", - "file_size": 9168 - }, - { - "timestamp": "2025-01-13 17:28:34", - "image_path": "crop/A01/A01_20250114_011625_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9098 - }, - { - "timestamp": "2025-01-13 17:28:34", - "image_path": "crop/A01/A01_20250114_012238_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9004 - }, - { - "timestamp": "2025-01-13 17:28:34", - "image_path": "crop/A01/A01_20250114_011829_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.16KB)", - "file_size": 9379 - }, - { - "timestamp": "2025-01-13 17:38:35", - "image_path": "crop/A01/A01_20250114_013058_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9263 - }, - { - "timestamp": "2025-01-13 17:38:35", - "image_path": "crop/A01/A01_20250114_013506_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9403 - }, - { - "timestamp": "2025-01-13 17:38:35", - "image_path": "crop/A01/A01_20250114_012853_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.64KB)", - "file_size": 8847 - }, - { - "timestamp": "2025-01-13 17:38:35", - "image_path": "crop/A01/A01_20250114_012649_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9172 - }, - { - "timestamp": "2025-01-13 17:38:36", - "image_path": "crop/A01/A01_20250114_013302_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.20KB)", - "file_size": 9420 - }, - { - "timestamp": "2025-01-13 17:49:36", - "image_path": "crop/A01/A01_20250114_013917_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8982 - }, - { - "timestamp": "2025-01-13 17:49:36", - "image_path": "crop/A01/A01_20250114_014122_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.24KB)", - "file_size": 9459 - }, - { - "timestamp": "2025-01-13 17:49:36", - "image_path": "crop/A01/A01_20250114_013713_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.84KB)", - "file_size": 9048 - }, - { - "timestamp": "2025-01-13 17:49:36", - "image_path": "crop/A01/A01_20250114_014530_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9312 - }, - { - "timestamp": "2025-01-13 17:49:37", - "image_path": "crop/A01/A01_20250114_014326_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9531 - }, - { - "timestamp": "2025-01-13 17:59:37", - "image_path": "crop/A01/A01_20250114_015146_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.97KB)", - "file_size": 9182 - }, - { - "timestamp": "2025-01-13 17:59:37", - "image_path": "crop/A01/A01_20250114_014737_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9109 - }, - { - "timestamp": "2025-01-13 17:59:37", - "image_path": "crop/A01/A01_20250114_014941_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9045 - }, - { - "timestamp": "2025-01-13 17:59:38", - "image_path": "crop/A01/A01_20250114_015555_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9635 - }, - { - "timestamp": "2025-01-13 17:59:38", - "image_path": "crop/A01/A01_20250114_015350_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8973 - }, - { - "timestamp": "2025-01-13 18:09:38", - "image_path": "crop/A01/A01_20250114_020414_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9311 - }, - { - "timestamp": "2025-01-13 18:09:38", - "image_path": "crop/A01/A01_20250114_020005_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9002 - }, - { - "timestamp": "2025-01-13 18:09:38", - "image_path": "crop/A01/A01_20250114_020210_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9070 - }, - { - "timestamp": "2025-01-13 18:09:39", - "image_path": "crop/A01/A01_20250114_015801_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9290 - }, - { - "timestamp": "2025-01-13 18:09:39", - "image_path": "crop/A01/A01_20250114_020619_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.19KB)", - "file_size": 8386 - }, - { - "timestamp": "2025-01-13 18:19:39", - "image_path": "crop/A01/A01_20250114_021643_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8798 - }, - { - "timestamp": "2025-01-13 18:19:39", - "image_path": "crop/A01/A01_20250114_021439_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9061 - }, - { - "timestamp": "2025-01-13 18:19:40", - "image_path": "crop/A01/A01_20250114_021030_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8984 - }, - { - "timestamp": "2025-01-13 18:19:40", - "image_path": "crop/A01/A01_20250114_021234_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9476 - }, - { - "timestamp": "2025-01-13 18:29:40", - "image_path": "crop/A01/A01_20250114_022504_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9091 - }, - { - "timestamp": "2025-01-13 18:29:40", - "image_path": "crop/A01/A01_20250114_022300_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.62KB)", - "file_size": 8826 - }, - { - "timestamp": "2025-01-13 18:29:40", - "image_path": "crop/A01/A01_20250114_022709_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.95KB)", - "file_size": 9168 - }, - { - "timestamp": "2025-01-13 18:29:41", - "image_path": "crop/A01/A01_20250114_021850_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9095 - }, - { - "timestamp": "2025-01-13 18:29:41", - "image_path": "crop/A01/A01_20250114_022055_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9298 - }, - { - "timestamp": "2025-01-13 18:39:41", - "image_path": "crop/A01/A01_20250114_023527_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9089 - }, - { - "timestamp": "2025-01-13 18:39:41", - "image_path": "crop/A01/A01_20250114_022914_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.35KB)", - "file_size": 9570 - }, - { - "timestamp": "2025-01-13 18:39:42", - "image_path": "crop/A01/A01_20250114_023732_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9373 - }, - { - "timestamp": "2025-01-13 18:39:42", - "image_path": "crop/A01/A01_20250114_023118_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.45KB)", - "file_size": 9676 - }, - { - "timestamp": "2025-01-13 18:39:42", - "image_path": "crop/A01/A01_20250114_023323_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.24KB)", - "file_size": 9462 - }, - { - "timestamp": "2025-01-13 18:49:42", - "image_path": "crop/A01/A01_20250114_023937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.02KB)", - "file_size": 9241 - }, - { - "timestamp": "2025-01-13 18:49:42", - "image_path": "crop/A01/A01_20250114_024550_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9312 - }, - { - "timestamp": "2025-01-13 18:49:43", - "image_path": "crop/A01/A01_20250114_024141_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.48KB)", - "file_size": 9708 - }, - { - "timestamp": "2025-01-13 18:49:43", - "image_path": "crop/A01/A01_20250114_024754_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9298 - }, - { - "timestamp": "2025-01-13 18:49:43", - "image_path": "crop/A01/A01_20250114_024346_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.63KB)", - "file_size": 8841 - }, - { - "timestamp": "2025-01-13 18:59:43", - "image_path": "crop/A01/A01_20250114_025612_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9750 - }, - { - "timestamp": "2025-01-13 18:59:44", - "image_path": "crop/A01/A01_20250114_024959_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9354 - }, - { - "timestamp": "2025-01-13 18:59:44", - "image_path": "crop/A01/A01_20250114_025204_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9202 - }, - { - "timestamp": "2025-01-13 18:59:44", - "image_path": "crop/A01/A01_20250114_025817_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.02KB)", - "file_size": 9234 - }, - { - "timestamp": "2025-01-13 18:59:44", - "image_path": "crop/A01/A01_20250114_025408_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.70KB)", - "file_size": 9936 - }, - { - "timestamp": "2025-01-13 19:14:45", - "image_path": "crop/A01/A01_20250114_030840_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.07KB)", - "file_size": 9291 - }, - { - "timestamp": "2025-01-13 19:14:45", - "image_path": "crop/A01/A01_20250114_030022_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9271 - }, - { - "timestamp": "2025-01-13 19:14:45", - "image_path": "crop/A01/A01_20250114_030431_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9135 - }, - { - "timestamp": "2025-01-13 19:14:45", - "image_path": "crop/A01/A01_20250114_030635_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8966 - }, - { - "timestamp": "2025-01-13 19:14:45", - "image_path": "crop/A01/A01_20250114_030226_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9476 - }, - { - "timestamp": "2025-01-13 19:24:46", - "image_path": "crop/A01/A01_20250114_031249_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.95KB)", - "file_size": 9166 - }, - { - "timestamp": "2025-01-13 19:24:46", - "image_path": "crop/A01/A01_20250114_031902_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.61KB)", - "file_size": 8820 - }, - { - "timestamp": "2025-01-13 19:24:46", - "image_path": "crop/A01/A01_20250114_031658_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.71KB)", - "file_size": 8917 - }, - { - "timestamp": "2025-01-13 19:24:46", - "image_path": "crop/A01/A01_20250114_031045_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.21KB)", - "file_size": 9435 - }, - { - "timestamp": "2025-01-13 19:24:46", - "image_path": "crop/A01/A01_20250114_031454_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9211 - }, - { - "timestamp": "2025-01-13 19:34:47", - "image_path": "crop/A01/A01_20250114_032925_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9719 - }, - { - "timestamp": "2025-01-13 19:34:47", - "image_path": "crop/A01/A01_20250114_032107_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.97KB)", - "file_size": 9181 - }, - { - "timestamp": "2025-01-13 19:34:47", - "image_path": "crop/A01/A01_20250114_032516_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.87KB)", - "file_size": 9078 - }, - { - "timestamp": "2025-01-13 19:34:47", - "image_path": "crop/A01/A01_20250114_032721_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9020 - }, - { - "timestamp": "2025-01-13 19:34:47", - "image_path": "crop/A01/A01_20250114_032312_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.41KB)", - "file_size": 9635 - }, - { - "timestamp": "2025-01-13 19:44:48", - "image_path": "crop/A01/A01_20250114_033335_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9549 - }, - { - "timestamp": "2025-01-13 19:44:48", - "image_path": "crop/A01/A01_20250114_033744_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.65KB)", - "file_size": 8862 - }, - { - "timestamp": "2025-01-13 19:44:48", - "image_path": "crop/A01/A01_20250114_033948_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9749 - }, - { - "timestamp": "2025-01-13 19:44:48", - "image_path": "crop/A01/A01_20250114_033539_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9818 - }, - { - "timestamp": "2025-01-13 19:44:48", - "image_path": "crop/A01/A01_20250114_033130_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9204 - }, - { - "timestamp": "2025-01-13 19:54:49", - "image_path": "crop/A01/A01_20250114_035011_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.03KB)", - "file_size": 9249 - }, - { - "timestamp": "2025-01-13 19:54:49", - "image_path": "crop/A01/A01_20250114_034602_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9135 - }, - { - "timestamp": "2025-01-13 19:54:49", - "image_path": "crop/A01/A01_20250114_034806_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.56KB)", - "file_size": 8769 - }, - { - "timestamp": "2025-01-13 19:54:49", - "image_path": "crop/A01/A01_20250114_034358_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9776 - }, - { - "timestamp": "2025-01-13 19:54:49", - "image_path": "crop/A01/A01_20250114_034153_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9139 - }, - { - "timestamp": "2025-01-13 20:04:50", - "image_path": "crop/A01/A01_20250114_040034_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.69KB)", - "file_size": 8896 - }, - { - "timestamp": "2025-01-13 20:04:50", - "image_path": "crop/A01/A01_20250114_035216_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9172 - }, - { - "timestamp": "2025-01-13 20:04:50", - "image_path": "crop/A01/A01_20250114_035829_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9490 - }, - { - "timestamp": "2025-01-13 20:04:50", - "image_path": "crop/A01/A01_20250114_035625_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9729 - }, - { - "timestamp": "2025-01-13 20:04:50", - "image_path": "crop/A01/A01_20250114_035420_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8993 - }, - { - "timestamp": "2025-01-13 20:14:51", - "image_path": "crop/A01/A01_20250114_040239_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9390 - }, - { - "timestamp": "2025-01-13 20:14:51", - "image_path": "crop/A01/A01_20250114_041056_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9365 - }, - { - "timestamp": "2025-01-13 20:14:51", - "image_path": "crop/A01/A01_20250114_040852_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.14KB)", - "file_size": 9357 - }, - { - "timestamp": "2025-01-13 20:14:51", - "image_path": "crop/A01/A01_20250114_040647_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9308 - }, - { - "timestamp": "2025-01-13 20:24:52", - "image_path": "crop/A01/A01_20250114_041506_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10119 - }, - { - "timestamp": "2025-01-13 20:24:52", - "image_path": "crop/A01/A01_20250114_041710_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.38KB)", - "file_size": 9605 - }, - { - "timestamp": "2025-01-13 20:24:52", - "image_path": "crop/A01/A01_20250114_042119_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.40KB)", - "file_size": 8599 - }, - { - "timestamp": "2025-01-13 20:24:52", - "image_path": "crop/A01/A01_20250114_041301_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9350 - }, - { - "timestamp": "2025-01-13 20:24:52", - "image_path": "crop/A01/A01_20250114_041915_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9332 - }, - { - "timestamp": "2025-01-13 20:34:53", - "image_path": "crop/A01/A01_20250114_042324_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9222 - }, - { - "timestamp": "2025-01-13 20:34:53", - "image_path": "crop/A01/A01_20250114_042529_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.69KB)", - "file_size": 8901 - }, - { - "timestamp": "2025-01-13 20:34:53", - "image_path": "crop/A01/A01_20250114_042937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9911 - }, - { - "timestamp": "2025-01-13 20:34:53", - "image_path": "crop/A01/A01_20250114_042733_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9209 - }, - { - "timestamp": "2025-01-13 20:34:53", - "image_path": "crop/A01/A01_20250114_043142_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.89KB)", - "file_size": 9108 - }, - { - "timestamp": "2025-01-13 20:44:54", - "image_path": "crop/A01/A01_20250114_044000_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10263 - }, - { - "timestamp": "2025-01-13 20:44:54", - "image_path": "crop/A01/A01_20250114_043347_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.46KB)", - "file_size": 9684 - }, - { - "timestamp": "2025-01-13 20:44:55", - "image_path": "crop/A01/A01_20250114_044205_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9409 - }, - { - "timestamp": "2025-01-13 20:44:55", - "image_path": "crop/A01/A01_20250114_043756_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10367 - }, - { - "timestamp": "2025-01-13 20:54:55", - "image_path": "crop/A01/A01_20250114_044410_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.30KB)", - "file_size": 9528 - }, - { - "timestamp": "2025-01-13 20:54:56", - "image_path": "crop/A01/A01_20250114_045023_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8880 - }, - { - "timestamp": "2025-01-13 20:54:56", - "image_path": "crop/A01/A01_20250114_045227_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9275 - }, - { - "timestamp": "2025-01-13 20:54:56", - "image_path": "crop/A01/A01_20250114_044614_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.70KB)", - "file_size": 8913 - }, - { - "timestamp": "2025-01-13 20:54:56", - "image_path": "crop/A01/A01_20250114_044818_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.92KB)", - "file_size": 9135 - }, - { - "timestamp": "2025-01-13 21:04:57", - "image_path": "crop/A01/A01_20250114_045841_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.37KB)", - "file_size": 8569 - }, - { - "timestamp": "2025-01-13 21:04:57", - "image_path": "crop/A01/A01_20250114_045432_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9213 - }, - { - "timestamp": "2025-01-13 21:04:57", - "image_path": "crop/A01/A01_20250114_050250_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9229 - }, - { - "timestamp": "2025-01-13 21:04:57", - "image_path": "crop/A01/A01_20250114_050046_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8953 - }, - { - "timestamp": "2025-01-13 21:04:57", - "image_path": "crop/A01/A01_20250114_045637_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9319 - }, - { - "timestamp": "2025-01-13 21:14:58", - "image_path": "crop/A01/A01_20250114_050700_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9256 - }, - { - "timestamp": "2025-01-13 21:14:58", - "image_path": "crop/A01/A01_20250114_051108_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8940 - }, - { - "timestamp": "2025-01-13 21:14:58", - "image_path": "crop/A01/A01_20250114_050455_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9263 - }, - { - "timestamp": "2025-01-13 21:14:58", - "image_path": "crop/A01/A01_20250114_050904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9157 - }, - { - "timestamp": "2025-01-13 21:24:59", - "image_path": "crop/A01/A01_20250114_051927_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.18KB)", - "file_size": 9398 - }, - { - "timestamp": "2025-01-13 21:24:59", - "image_path": "crop/A01/A01_20250114_052336_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9561 - }, - { - "timestamp": "2025-01-13 21:24:59", - "image_path": "crop/A01/A01_20250114_051518_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.62KB)", - "file_size": 9850 - }, - { - "timestamp": "2025-01-13 21:24:59", - "image_path": "crop/A01/A01_20250114_051722_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8974 - }, - { - "timestamp": "2025-01-13 21:24:59", - "image_path": "crop/A01/A01_20250114_052131_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.35KB)", - "file_size": 9579 - }, - { - "timestamp": "2025-01-13 21:40:00", - "image_path": "crop/A01/A01_20250114_053156_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9337 - }, - { - "timestamp": "2025-01-13 21:40:00", - "image_path": "crop/A01/A01_20250114_052541_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9511 - }, - { - "timestamp": "2025-01-13 21:40:00", - "image_path": "crop/A01/A01_20250114_052951_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.63KB)", - "file_size": 8839 - }, - { - "timestamp": "2025-01-13 21:40:00", - "image_path": "crop/A01/A01_20250114_053400_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.58KB)", - "file_size": 9814 - }, - { - "timestamp": "2025-01-13 21:40:00", - "image_path": "crop/A01/A01_20250114_052747_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.03KB)", - "file_size": 9249 - }, - { - "timestamp": "2025-01-13 21:50:01", - "image_path": "crop/A01/A01_20250114_054423_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8933 - }, - { - "timestamp": "2025-01-13 21:50:01", - "image_path": "crop/A01/A01_20250114_054014_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.30KB)", - "file_size": 9522 - }, - { - "timestamp": "2025-01-13 21:50:01", - "image_path": "crop/A01/A01_20250114_054219_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.58KB)", - "file_size": 9810 - }, - { - "timestamp": "2025-01-13 21:50:01", - "image_path": "crop/A01/A01_20250114_053810_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9157 - }, - { - "timestamp": "2025-01-13 21:50:01", - "image_path": "crop/A01/A01_20250114_053605_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9117 - }, - { - "timestamp": "2025-01-13 22:00:02", - "image_path": "crop/A01/A01_20250114_054833_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9329 - }, - { - "timestamp": "2025-01-13 22:00:02", - "image_path": "crop/A01/A01_20250114_055037_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9915 - }, - { - "timestamp": "2025-01-13 22:00:02", - "image_path": "crop/A01/A01_20250114_055446_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.54KB)", - "file_size": 9770 - }, - { - "timestamp": "2025-01-13 22:00:02", - "image_path": "crop/A01/A01_20250114_054628_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9205 - }, - { - "timestamp": "2025-01-13 22:00:02", - "image_path": "crop/A01/A01_20250114_055241_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.82KB)", - "file_size": 9027 - }, - { - "timestamp": "2025-01-13 22:10:03", - "image_path": "crop/A01/A01_20250114_060304_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.46KB)", - "file_size": 8663 - }, - { - "timestamp": "2025-01-13 22:10:03", - "image_path": "crop/A01/A01_20250114_060100_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.84KB)", - "file_size": 9054 - }, - { - "timestamp": "2025-01-13 22:10:03", - "image_path": "crop/A01/A01_20250114_055855_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9300 - }, - { - "timestamp": "2025-01-13 22:10:03", - "image_path": "crop/A01/A01_20250114_060508_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9388 - }, - { - "timestamp": "2025-01-13 22:10:03", - "image_path": "crop/A01/A01_20250114_055651_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9344 - }, - { - "timestamp": "2025-01-13 22:20:04", - "image_path": "crop/A01/A01_20250114_060714_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.28KB)", - "file_size": 9507 - }, - { - "timestamp": "2025-01-13 22:20:04", - "image_path": "crop/A01/A01_20250114_060918_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9211 - }, - { - "timestamp": "2025-01-13 22:20:04", - "image_path": "crop/A01/A01_20250114_061122_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.57KB)", - "file_size": 8774 - }, - { - "timestamp": "2025-01-13 22:20:04", - "image_path": "crop/A01/A01_20250114_061327_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9226 - }, - { - "timestamp": "2025-01-13 22:20:05", - "image_path": "crop/A01/A01_20250114_061531_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.38KB)", - "file_size": 9610 - }, - { - "timestamp": "2025-01-13 22:30:05", - "image_path": "crop/A01/A01_20250114_061736_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9230 - }, - { - "timestamp": "2025-01-13 22:30:05", - "image_path": "crop/A01/A01_20250114_062145_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9494 - }, - { - "timestamp": "2025-01-13 22:30:05", - "image_path": "crop/A01/A01_20250114_061941_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.23KB)", - "file_size": 9452 - }, - { - "timestamp": "2025-01-13 22:30:05", - "image_path": "crop/A01/A01_20250114_062349_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.74KB)", - "file_size": 8950 - }, - { - "timestamp": "2025-01-13 22:40:06", - "image_path": "crop/A01/A01_20250114_063208_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9258 - }, - { - "timestamp": "2025-01-13 22:40:06", - "image_path": "crop/A01/A01_20250114_063616_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.73KB)", - "file_size": 8942 - }, - { - "timestamp": "2025-01-13 22:40:06", - "image_path": "crop/A01/A01_20250114_063412_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.66KB)", - "file_size": 8865 - }, - { - "timestamp": "2025-01-13 22:40:06", - "image_path": "crop/A01/A01_20250114_062759_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9481 - }, - { - "timestamp": "2025-01-13 22:50:07", - "image_path": "crop/A01/A01_20250114_064435_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9194 - }, - { - "timestamp": "2025-01-13 22:50:07", - "image_path": "crop/A01/A01_20250114_064026_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9987 - }, - { - "timestamp": "2025-01-13 22:50:07", - "image_path": "crop/A01/A01_20250114_064639_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.22KB)", - "file_size": 9437 - }, - { - "timestamp": "2025-01-13 22:50:07", - "image_path": "crop/A01/A01_20250114_064230_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.53KB)", - "file_size": 9756 - }, - { - "timestamp": "2025-01-13 22:50:08", - "image_path": "crop/A01/A01_20250114_063822_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.99KB)", - "file_size": 10226 - }, - { - "timestamp": "2025-01-13 23:00:08", - "image_path": "crop/A01/A01_20250114_065702_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.86KB)", - "file_size": 10093 - }, - { - "timestamp": "2025-01-13 23:00:08", - "image_path": "crop/A01/A01_20250114_065458_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9016 - }, - { - "timestamp": "2025-01-13 23:00:09", - "image_path": "crop/A01/A01_20250114_064844_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10619 - }, - { - "timestamp": "2025-01-13 23:00:09", - "image_path": "crop/A01/A01_20250114_065049_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11035 - }, - { - "timestamp": "2025-01-13 23:00:09", - "image_path": "crop/A01/A01_20250114_065253_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10271 - }, - { - "timestamp": "2025-01-13 23:10:10", - "image_path": "crop/A01/A01_20250114_070316_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11741 - }, - { - "timestamp": "2025-01-13 23:10:10", - "image_path": "crop/A01/A01_20250114_065907_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9492 - }, - { - "timestamp": "2025-01-13 23:10:10", - "image_path": "crop/B02/B02_20250114_065806_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15139 - }, - { - "timestamp": "2025-01-13 23:10:11", - "image_path": "crop/B02/B02_20250114_070415_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14589 - }, - { - "timestamp": "2025-01-13 23:20:11", - "image_path": "crop/A01/A01_20250114_070930_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11656 - }, - { - "timestamp": "2025-01-13 23:20:11", - "image_path": "crop/B02/B02_20250114_070822_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14596 - }, - { - "timestamp": "2025-01-13 23:20:12", - "image_path": "crop/B02/B02_20250114_071228_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13476 - }, - { - "timestamp": "2025-01-13 23:20:12", - "image_path": "crop/B02/B02_20250114_070619_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12829 - }, - { - "timestamp": "2025-01-13 23:20:12", - "image_path": "crop/B02/B02_20250114_071431_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13630 - }, - { - "timestamp": "2025-01-13 23:20:13", - "image_path": "crop/B02/B02_20250114_071025_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13806 - }, - { - "timestamp": "2025-01-13 23:30:13", - "image_path": "crop/B02/B02_20250114_072244_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12377 - }, - { - "timestamp": "2025-01-13 23:30:14", - "image_path": "crop/B02/B02_20250114_071838_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14235 - }, - { - "timestamp": "2025-01-13 23:30:14", - "image_path": "crop/B02/B02_20250114_072041_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12674 - }, - { - "timestamp": "2025-01-13 23:30:14", - "image_path": "crop/B02/B02_20250114_072447_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13923 - }, - { - "timestamp": "2025-01-13 23:30:15", - "image_path": "crop/B02/B02_20250114_071635_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12819 - }, - { - "timestamp": "2025-01-13 23:40:15", - "image_path": "crop/B02/B02_20250114_072854_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13232 - }, - { - "timestamp": "2025-01-13 23:40:15", - "image_path": "crop/B02/B02_20250114_072651_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13610 - }, - { - "timestamp": "2025-01-13 23:40:16", - "image_path": "crop/B02/B02_20250114_073057_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13264 - }, - { - "timestamp": "2025-01-13 23:40:16", - "image_path": "crop/B02/B02_20250114_073503_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12235 - }, - { - "timestamp": "2025-01-13 23:40:16", - "image_path": "crop/B02/B02_20250114_073300_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14371 - }, - { - "timestamp": "2025-01-13 23:50:17", - "image_path": "crop/B02/B02_20250114_073910_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14100 - }, - { - "timestamp": "2025-01-13 23:50:17", - "image_path": "crop/B02/B02_20250114_073707_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12552 - }, - { - "timestamp": "2025-01-13 23:50:18", - "image_path": "crop/B02/B02_20250114_074519_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13478 - }, - { - "timestamp": "2025-01-13 23:50:18", - "image_path": "crop/B02/B02_20250114_074113_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14752 - }, - { - "timestamp": "2025-01-13 23:50:18", - "image_path": "crop/B02/B02_20250114_074316_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12709 - }, - { - "timestamp": "2025-01-14 00:00:19", - "image_path": "crop/B02/B02_20250114_074723_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14230 - }, - { - "timestamp": "2025-01-14 00:00:19", - "image_path": "crop/B02/B02_20250114_074926_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13126 - }, - { - "timestamp": "2025-01-14 00:00:20", - "image_path": "crop/B02/B02_20250114_075332_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15135 - }, - { - "timestamp": "2025-01-14 00:10:20", - "image_path": "crop/B02/B02_20250114_075740_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13440 - }, - { - "timestamp": "2025-01-14 00:10:21", - "image_path": "crop/B02/B02_20250114_080145_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15382 - }, - { - "timestamp": "2025-01-14 00:10:21", - "image_path": "crop/B02/B02_20250114_080551_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14511 - }, - { - "timestamp": "2025-01-14 00:20:22", - "image_path": "crop/B02/B02_20250114_081202_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15207 - }, - { - "timestamp": "2025-01-14 00:20:22", - "image_path": "crop/B02/B02_20250114_080959_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15245 - }, - { - "timestamp": "2025-01-14 00:20:22", - "image_path": "crop/B02/B02_20250114_080756_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16045 - }, - { - "timestamp": "2025-01-14 00:20:22", - "image_path": "crop/B02/B02_20250114_081404_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15060 - }, - { - "timestamp": "2025-01-14 00:20:23", - "image_path": "crop/B02/B02_20250114_081607_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15435 - }, - { - "timestamp": "2025-01-14 00:30:23", - "image_path": "crop/B02/B02_20250114_082421_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15658 - }, - { - "timestamp": "2025-01-14 00:30:24", - "image_path": "crop/B02/B02_20250114_082218_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15359 - }, - { - "timestamp": "2025-01-14 00:30:24", - "image_path": "crop/B02/B02_20250114_082015_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16475 - }, - { - "timestamp": "2025-01-14 00:30:24", - "image_path": "crop/B02/B02_20250114_081812_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14829 - }, - { - "timestamp": "2025-01-14 00:40:25", - "image_path": "crop/B02/B02_20250114_083235_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16761 - }, - { - "timestamp": "2025-01-14 00:40:25", - "image_path": "crop/B02/B02_20250114_082829_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16667 - }, - { - "timestamp": "2025-01-14 00:40:26", - "image_path": "crop/B02/B02_20250114_083641_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17124 - }, - { - "timestamp": "2025-01-14 00:40:26", - "image_path": "crop/B02/B02_20250114_083032_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16584 - }, - { - "timestamp": "2025-01-14 00:50:26", - "image_path": "crop/B02/B02_20250114_083846_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14833 - }, - { - "timestamp": "2025-01-14 00:50:27", - "image_path": "crop/B02/B02_20250114_084455_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17001 - }, - { - "timestamp": "2025-01-14 00:50:27", - "image_path": "crop/B02/B02_20250114_084252_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16778 - }, - { - "timestamp": "2025-01-14 00:50:27", - "image_path": "crop/B02/B02_20250114_084658_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17468 - }, - { - "timestamp": "2025-01-14 01:00:28", - "image_path": "crop/B02/B02_20250114_085714_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16966 - }, - { - "timestamp": "2025-01-14 01:00:28", - "image_path": "crop/B02/B02_20250114_084902_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16978 - }, - { - "timestamp": "2025-01-14 01:00:29", - "image_path": "crop/B02/B02_20250114_085308_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16279 - }, - { - "timestamp": "2025-01-14 01:00:29", - "image_path": "crop/B02/B02_20250114_085511_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16584 - }, - { - "timestamp": "2025-01-14 01:10:30", - "image_path": "crop/B02/B02_20250114_090528_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16897 - }, - { - "timestamp": "2025-01-14 01:10:30", - "image_path": "crop/B02/B02_20250114_085919_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16725 - }, - { - "timestamp": "2025-01-14 01:10:30", - "image_path": "crop/B02/B02_20250114_090122_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16933 - }, - { - "timestamp": "2025-01-14 01:10:31", - "image_path": "crop/B02/B02_20250114_090731_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17015 - }, - { - "timestamp": "2025-01-14 01:10:31", - "image_path": "crop/B02/B02_20250114_090325_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15570 - }, - { - "timestamp": "2025-01-14 01:20:32", - "image_path": "crop/B02/B02_20250114_090937_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17254 - }, - { - "timestamp": "2025-01-14 01:20:32", - "image_path": "crop/B02/B02_20250114_091546_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16652 - }, - { - "timestamp": "2025-01-14 01:20:32", - "image_path": "crop/B02/B02_20250114_091343_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16538 - }, - { - "timestamp": "2025-01-14 01:20:33", - "image_path": "crop/B02/B02_20250114_091140_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15040 - }, - { - "timestamp": "2025-01-14 01:20:33", - "image_path": "crop/B02/B02_20250114_091749_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15965 - }, - { - "timestamp": "2025-01-14 01:30:34", - "image_path": "crop/B02/B02_20250114_091953_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17165 - }, - { - "timestamp": "2025-01-14 01:35:36", - "image_path": "crop/A01/A01_20250114_093050_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 28960 - }, - { - "timestamp": "2025-01-14 01:35:37", - "image_path": "crop/A01/A01_20250114_093254_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9985 - }, - { - "timestamp": "2025-01-14 01:45:40", - "image_path": "crop/A01/A01_20250114_094319_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.84KB)", - "file_size": 8026 - }, - { - "timestamp": "2025-01-14 01:45:41", - "image_path": "crop/A01/A01_20250114_093705_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.77KB)", - "file_size": 10004 - }, - { - "timestamp": "2025-01-14 01:54:49", - "image_path": "crop/A01/A01_20250114_095343_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.82KB)", - "file_size": 8007 - }, - { - "timestamp": "2025-01-14 02:04:54", - "image_path": "crop/A01/A01_20250114_095550_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10608 - }, - { - "timestamp": "2025-01-14 02:04:54", - "image_path": "crop/A01/A01_20250114_095550_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16716 - }, - { - "timestamp": "2025-01-14 02:04:54", - "image_path": "crop/A01/A01_20250114_100204_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9218 - }, - { - "timestamp": "2025-01-14 02:04:54", - "image_path": "crop/A01/A01_20250114_095959_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9003 - }, - { - "timestamp": "2025-01-14 02:04:55", - "image_path": "crop/A01/A01_20250114_095755_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.92KB)", - "file_size": 10160 - }, - { - "timestamp": "2025-01-14 02:04:56", - "image_path": "crop/A01/A01_20250114_100409_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.80KB)", - "file_size": 9016 - }, - { - "timestamp": "2025-01-14 02:20:01", - "image_path": "crop/A01/A01_20250114_101026_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.62KB)", - "file_size": 9850 - }, - { - "timestamp": "2025-01-14 02:20:02", - "image_path": "crop/A01/A01_20250114_101231_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.35KB)", - "file_size": 9579 - }, - { - "timestamp": "2025-01-14 02:20:02", - "image_path": "crop/A01/A01_20250114_100616_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.76KB)", - "file_size": 9991 - }, - { - "timestamp": "2025-01-14 02:30:08", - "image_path": "crop/A01/A01_20250114_101642_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.50KB)", - "file_size": 8706 - }, - { - "timestamp": "2025-01-14 02:30:09", - "image_path": "crop/A01/A01_20250114_101847_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8544 - }, - { - "timestamp": "2025-01-14 02:30:10", - "image_path": "crop/A01/A01_20250114_102051_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9253 - }, - { - "timestamp": "2025-01-14 02:40:15", - "image_path": "crop/A01/A01_20250114_103526_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.57KB)", - "file_size": 9797 - }, - { - "timestamp": "2025-01-14 02:40:15", - "image_path": "crop/A01/A01_20250114_102912_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9545 - }, - { - "timestamp": "2025-01-14 02:40:16", - "image_path": "crop/A01/A01_20250114_103117_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.90KB)", - "file_size": 10136 - }, - { - "timestamp": "2025-01-14 02:50:22", - "image_path": "crop/A01/A01_20250114_104142_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.37KB)", - "file_size": 9597 - }, - { - "timestamp": "2025-01-14 02:50:23", - "image_path": "crop/A01/A01_20250114_103937_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.10KB)", - "file_size": 8294 - }, - { - "timestamp": "2025-01-14 03:00:28", - "image_path": "crop/A01/A01_20250114_105002_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9751 - }, - { - "timestamp": "2025-01-14 03:00:30", - "image_path": "crop/A01/A01_20250114_104758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.89KB)", - "file_size": 9105 - }, - { - "timestamp": "2025-01-14 03:10:38", - "image_path": "crop/A01/A01_20250114_105823_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.96KB)", - "file_size": 8146 - }, - { - "timestamp": "2025-01-14 03:20:44", - "image_path": "crop/A01/A01_20250114_111054_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.67KB)", - "file_size": 9901 - }, - { - "timestamp": "2025-01-14 03:20:45", - "image_path": "crop/A01/A01_20250114_110848_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.58KB)", - "file_size": 9807 - }, - { - "timestamp": "2025-01-14 03:30:51", - "image_path": "crop/A01/A01_20250114_112324_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.95KB)", - "file_size": 8140 - }, - { - "timestamp": "2025-01-14 03:30:52", - "image_path": "crop/A01/A01_20250114_112529_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.60KB)", - "file_size": 7779 - }, - { - "timestamp": "2025-01-14 03:30:53", - "image_path": "crop/A01/A01_20250114_112733_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9109 - }, - { - "timestamp": "2025-01-14 03:30:53", - "image_path": "crop/A01/A01_20250114_111915_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.19KB)", - "file_size": 9411 - }, - { - "timestamp": "2025-01-14 03:30:54", - "image_path": "crop/A01/A01_20250114_112120_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.22KB)", - "file_size": 9440 - }, - { - "timestamp": "2025-01-14 03:40:58", - "image_path": "crop/A01/A01_20250114_113758_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8547 - }, - { - "timestamp": "2025-01-14 03:41:00", - "image_path": "crop/A01/A01_20250114_112940_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.07KB)", - "file_size": 8268 - }, - { - "timestamp": "2025-01-14 03:50:05", - "image_path": "crop/A01/A01_20250114_114619_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.51KB)", - "file_size": 8713 - }, - { - "timestamp": "2025-01-14 03:50:05", - "image_path": "crop/A01/A01_20250114_114414_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.81KB)", - "file_size": 10045 - }, - { - "timestamp": "2025-01-14 03:50:06", - "image_path": "crop/A01/A01_20250114_114824_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9003 - }, - { - "timestamp": "2025-01-14 04:00:11", - "image_path": "crop/A01/A01_20250114_115033_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9206 - }, - { - "timestamp": "2025-01-14 04:00:14", - "image_path": "crop/A01/A01_20250114_115238_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9784 - }, - { - "timestamp": "2025-01-14 04:10:20", - "image_path": "crop/A01/A01_20250114_120508_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.12KB)", - "file_size": 8318 - }, - { - "timestamp": "2025-01-14 04:35:35", - "image_path": "crop/A01/A01_20250114_122811_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.43KB)", - "file_size": 8635 - }, - { - "timestamp": "2025-01-14 04:35:36", - "image_path": "crop/A01/A01_20250114_123016_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.25KB)", - "file_size": 5378 - }, - { - "timestamp": "2025-01-14 04:45:40", - "image_path": "crop/A01/A01_20250114_123431_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.36KB)", - "file_size": 9585 - }, - { - "timestamp": "2025-01-14 04:45:41", - "image_path": "crop/A01/A01_20250114_124045_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8970 - }, - { - "timestamp": "2025-01-14 04:55:46", - "image_path": "crop/A01/A01_20250114_124255_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.88KB)", - "file_size": 9088 - }, - { - "timestamp": "2025-01-14 05:05:53", - "image_path": "crop/A01/A01_20250114_125528_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12600 - }, - { - "timestamp": "2025-01-14 05:05:55", - "image_path": "crop/B02/B02_20250114_130208_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15749 - }, - { - "timestamp": "2025-01-14 05:05:57", - "image_path": "crop/B02/B02_20250114_130411_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15446 - }, - { - "timestamp": "2025-01-14 05:15:59", - "image_path": "crop/A01/A01_20250114_131004_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9262 - }, - { - "timestamp": "2025-01-14 05:16:01", - "image_path": "crop/B02/B02_20250114_130817_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14933 - }, - { - "timestamp": "2025-01-14 05:26:02", - "image_path": "crop/A01/A01_20250114_131826_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9208 - }, - { - "timestamp": "2025-01-14 05:26:03", - "image_path": "crop/A01/A01_20250114_132236_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9076 - }, - { - "timestamp": "2025-01-14 05:26:04", - "image_path": "crop/A01/A01_20250114_132031_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.48KB)", - "file_size": 9709 - }, - { - "timestamp": "2025-01-14 05:36:09", - "image_path": "crop/A01/A01_20250114_132445_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8880 - }, - { - "timestamp": "2025-01-14 05:36:09", - "image_path": "crop/A01/A01_20250114_132855_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.38KB)", - "file_size": 7555 - }, - { - "timestamp": "2025-01-14 05:36:10", - "image_path": "crop/A01/A01_20250114_133304_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9273 - }, - { - "timestamp": "2025-01-14 05:45:15", - "image_path": "crop/A01/A01_20250114_133718_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.50KB)", - "file_size": 9724 - }, - { - "timestamp": "2025-01-14 05:45:19", - "image_path": "crop/A01/A01_20250114_134332_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.64KB)", - "file_size": 5780 - }, - { - "timestamp": "2025-01-14 05:50:19", - "image_path": "crop/B02/B02_20250114_134313_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.62KB)", - "file_size": 5750 - }, - { - "timestamp": "2025-01-14 06:30:43", - "image_path": "crop/A01/A01_20250114_141657_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.80KB)", - "file_size": 10037 - }, - { - "timestamp": "2025-01-14 06:30:45", - "image_path": "crop/A01/A01_20250114_142106_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.82KB)", - "file_size": 10052 - }, - { - "timestamp": "2025-01-14 06:40:55", - "image_path": "crop/A01/A01_20250114_143132_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 26788 - }, - { - "timestamp": "2025-01-14 06:40:55", - "image_path": "crop/A01/A01_20250114_143541_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20429 - }, - { - "timestamp": "2025-01-14 06:40:56", - "image_path": "crop/A01/A01_20250114_143541_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.48KB)", - "file_size": 7655 - }, - { - "timestamp": "2025-01-14 06:40:56", - "image_path": "crop/A01/A01_20250114_142927_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.70KB)", - "file_size": 8905 - }, - { - "timestamp": "2025-01-14 06:40:56", - "image_path": "crop/A01/A01_20250114_142927_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 38068 - }, - { - "timestamp": "2025-01-14 06:40:57", - "image_path": "crop/A01/A01_20250114_143337_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 27719 - }, - { - "timestamp": "2025-01-14 06:51:00", - "image_path": "crop/A01/A01_20250114_143748_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.19KB)", - "file_size": 7366 - }, - { - "timestamp": "2025-01-14 06:51:00", - "image_path": "crop/A01/A01_20250114_143748_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.60KB)", - "file_size": 9834 - }, - { - "timestamp": "2025-01-14 06:51:01", - "image_path": "crop/A01/A01_20250114_144402_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16184 - }, - { - "timestamp": "2025-01-14 06:51:02", - "image_path": "crop/A01/A01_20250114_144402_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8488 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/A01/A01_20250114_144158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9331 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/A01/A01_20250114_144158_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.27KB)", - "file_size": 5394 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/A01/A01_20250114_144607_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9779 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/A01/A01_20250114_143953_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.38KB)", - "file_size": 6535 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/B02/B02_20250114_143840_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 29882 - }, - { - "timestamp": "2025-01-14 06:51:03", - "image_path": "crop/B02/B02_20250114_143840_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.68KB)", - "file_size": 1721 - }, - { - "timestamp": "2025-01-14 06:51:04", - "image_path": "crop/B02/B02_20250114_144246_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.66KB)", - "file_size": 1700 - }, - { - "timestamp": "2025-01-14 07:01:07", - "image_path": "crop/A01/A01_20250114_145633_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.15KB)", - "file_size": 9371 - }, - { - "timestamp": "2025-01-14 07:01:07", - "image_path": "crop/A01/A01_20250114_145633_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9717 - }, - { - "timestamp": "2025-01-14 07:11:14", - "image_path": "crop/A01/A01_20250114_150045_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.54KB)", - "file_size": 6698 - }, - { - "timestamp": "2025-01-14 07:11:17", - "image_path": "crop/A01/A01_20250114_145840_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(10.00KB)", - "file_size": 10235 - }, - { - "timestamp": "2025-01-14 07:21:24", - "image_path": "crop/A01/A01_20250114_151111_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.21KB)", - "file_size": 7385 - }, - { - "timestamp": "2025-01-14 07:21:26", - "image_path": "crop/A01/A01_20250114_151521_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9230 - }, - { - "timestamp": "2025-01-14 07:21:27", - "image_path": "crop/A01/A01_20250114_151316_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.63KB)", - "file_size": 7814 - }, - { - "timestamp": "2025-01-14 07:50:46", - "image_path": "crop/A01/A01_20250114_154528_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.80KB)", - "file_size": 6965 - }, - { - "timestamp": "2025-01-14 08:00:53", - "image_path": "crop/A01/A01_20250114_155553_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.26KB)", - "file_size": 8454 - }, - { - "timestamp": "2025-01-14 08:16:07", - "image_path": "crop/A01/A01_20250114_160823_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14333 - }, - { - "timestamp": "2025-01-14 08:16:08", - "image_path": "crop/A01/A01_20250114_160618_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.65KB)", - "file_size": 7831 - }, - { - "timestamp": "2025-01-14 08:26:13", - "image_path": "crop/A01/A01_20250114_162051_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.74KB)", - "file_size": 6906 - }, - { - "timestamp": "2025-01-14 08:26:15", - "image_path": "crop/A01/A01_20250114_161643_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19272 - }, - { - "timestamp": "2025-01-14 08:26:15", - "image_path": "crop/A01/A01_20250114_161438_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.76KB)", - "file_size": 7950 - }, - { - "timestamp": "2025-01-14 08:36:18", - "image_path": "crop/A01/A01_20250114_162303_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.52KB)", - "file_size": 6680 - }, - { - "timestamp": "2025-01-14 08:36:19", - "image_path": "crop/A01/A01_20250114_162303_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10638 - }, - { - "timestamp": "2025-01-14 08:36:19", - "image_path": "crop/A01/A01_20250114_162507_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9483 - }, - { - "timestamp": "2025-01-14 08:46:28", - "image_path": "crop/B02/B02_20250114_163904_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.03KB)", - "file_size": 6177 - }, - { - "timestamp": "2025-01-14 08:56:38", - "image_path": "crop/B02/B02_20250114_164324_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.29KB)", - "file_size": 7465 - }, - { - "timestamp": "2025-01-14 09:06:41", - "image_path": "crop/A01/A01_20250114_165941_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8488 - }, - { - "timestamp": "2025-01-14 09:06:46", - "image_path": "crop/B02/B02_20250114_165557_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9312 - }, - { - "timestamp": "2025-01-14 09:16:49", - "image_path": "crop/A01/A01_20250114_171457_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9619 - }, - { - "timestamp": "2025-01-14 09:16:52", - "image_path": "crop/A01/A01_20250114_171048_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14800 - }, - { - "timestamp": "2025-01-14 09:25:59", - "image_path": "crop/B02/B02_20250114_171701_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(2.76KB)", - "file_size": 2826 - }, - { - "timestamp": "2025-01-14 09:31:00", - "image_path": "crop/A01/A01_20250114_172347_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.36KB)", - "file_size": 8559 - }, - { - "timestamp": "2025-01-14 09:31:01", - "image_path": "crop/A01/A01_20250114_171733_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 29624 - }, - { - "timestamp": "2025-01-14 09:31:01", - "image_path": "crop/A01/A01_20250114_171733_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.29KB)", - "file_size": 9516 - }, - { - "timestamp": "2025-01-14 09:31:01", - "image_path": "crop/A01/A01_20250114_172142_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22167 - }, - { - "timestamp": "2025-01-14 09:31:02", - "image_path": "crop/A01/A01_20250114_172142_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9489 - }, - { - "timestamp": "2025-01-14 09:31:03", - "image_path": "crop/A01/A01_20250114_171938_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22253 - }, - { - "timestamp": "2025-01-14 09:36:06", - "image_path": "crop/B02/B02_20250114_173143_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.12KB)", - "file_size": 8317 - }, - { - "timestamp": "2025-01-14 09:41:09", - "image_path": "crop/A01/A01_20250114_173241_3.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.37KB)", - "file_size": 9591 - }, - { - "timestamp": "2025-01-14 09:41:09", - "image_path": "crop/A01/A01_20250114_173241_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8546 - }, - { - "timestamp": "2025-01-14 09:41:11", - "image_path": "crop/A01/A01_20250114_173037_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9018 - }, - { - "timestamp": "2025-01-14 09:51:16", - "image_path": "crop/A01/A01_20250114_173934_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9616 - }, - { - "timestamp": "2025-01-14 09:51:17", - "image_path": "crop/A01/A01_20250114_174548_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.16KB)", - "file_size": 8355 - }, - { - "timestamp": "2025-01-14 09:51:18", - "image_path": "crop/A01/A01_20250114_174548_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.94KB)", - "file_size": 6083 - }, - { - "timestamp": "2025-01-14 09:51:18", - "image_path": "crop/A01/A01_20250114_174343_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.42KB)", - "file_size": 8618 - }, - { - "timestamp": "2025-01-14 09:51:19", - "image_path": "crop/A01/A01_20250114_174138_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.04KB)", - "file_size": 5158 - }, - { - "timestamp": "2025-01-14 10:01:24", - "image_path": "crop/A01/A01_20250114_175251_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.08KB)", - "file_size": 9293 - }, - { - "timestamp": "2025-01-14 10:01:25", - "image_path": "crop/A01/A01_20250114_175456_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.70KB)", - "file_size": 7888 - }, - { - "timestamp": "2025-01-14 10:01:27", - "image_path": "crop/A01/A01_20250114_175905_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.74KB)", - "file_size": 7930 - }, - { - "timestamp": "2025-01-14 10:01:27", - "image_path": "crop/A01/A01_20250114_175905_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.97KB)", - "file_size": 10211 - }, - { - "timestamp": "2025-01-14 10:06:29", - "image_path": "crop/B02/B02_20250114_180126_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.41KB)", - "file_size": 6567 - }, - { - "timestamp": "2025-01-14 10:26:41", - "image_path": "crop/A01/A01_20250114_182053_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.09KB)", - "file_size": 8280 - }, - { - "timestamp": "2025-01-14 10:26:45", - "image_path": "crop/A01/A01_20250114_181644_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10269 - }, - { - "timestamp": "2025-01-14 10:31:46", - "image_path": "crop/B02/B02_20250114_182408_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.91KB)", - "file_size": 6056 - }, - { - "timestamp": "2025-01-14 10:31:46", - "image_path": "crop/B02/B02_20250114_182408_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9156 - }, - { - "timestamp": "2025-01-14 10:31:46", - "image_path": "crop/B02/B02_20250114_182205_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.90KB)", - "file_size": 8093 - }, - { - "timestamp": "2025-01-14 10:31:47", - "image_path": "crop/B02/B02_20250114_182002_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.86KB)", - "file_size": 10095 - }, - { - "timestamp": "2025-01-14 10:36:48", - "image_path": "crop/A01/A01_20250114_183124_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12034 - }, - { - "timestamp": "2025-01-14 10:36:48", - "image_path": "crop/A01/A01_20250114_183124_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10171 - }, - { - "timestamp": "2025-01-14 10:36:49", - "image_path": "crop/A01/A01_20250114_182920_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.67KB)", - "file_size": 7849 - }, - { - "timestamp": "2025-01-14 10:41:52", - "image_path": "crop/B02/B02_20250114_182821_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.27KB)", - "file_size": 7443 - }, - { - "timestamp": "2025-01-14 10:46:54", - "image_path": "crop/A01/A01_20250114_183551_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.63KB)", - "file_size": 7809 - }, - { - "timestamp": "2025-01-14 10:46:57", - "image_path": "crop/A01/A01_20250114_184000_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 21915 - }, - { - "timestamp": "2025-01-14 10:46:57", - "image_path": "crop/A01/A01_20250114_184000_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9486 - }, - { - "timestamp": "2025-01-14 10:46:58", - "image_path": "crop/A01/A01_20250114_183347_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.50KB)", - "file_size": 7676 - }, - { - "timestamp": "2025-01-14 10:46:59", - "image_path": "crop/A01/A01_20250114_183347_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12065 - }, - { - "timestamp": "2025-01-14 10:56:03", - "image_path": "crop/A01/A01_20250114_184625_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.46KB)", - "file_size": 7634 - }, - { - "timestamp": "2025-01-14 10:56:04", - "image_path": "crop/A01/A01_20250114_184829_3.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8735 - }, - { - "timestamp": "2025-01-14 10:56:06", - "image_path": "crop/A01/A01_20250114_184420_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.66KB)", - "file_size": 6819 - }, - { - "timestamp": "2025-01-14 10:56:07", - "image_path": "crop/A01/A01_20250114_185034_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.99KB)", - "file_size": 10225 - }, - { - "timestamp": "2025-01-14 11:06:11", - "image_path": "crop/A01/A01_20250114_190312_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.79KB)", - "file_size": 5926 - }, - { - "timestamp": "2025-01-14 11:06:14", - "image_path": "crop/A01/A01_20250114_185454_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 25874 - }, - { - "timestamp": "2025-01-14 11:16:21", - "image_path": "crop/A01/A01_20250114_190533_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14901 - }, - { - "timestamp": "2025-01-14 11:16:21", - "image_path": "crop/A01/A01_20250114_190533_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.77KB)", - "file_size": 5912 - }, - { - "timestamp": "2025-01-14 11:16:21", - "image_path": "crop/A01/A01_20250114_190737_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.90KB)", - "file_size": 6044 - }, - { - "timestamp": "2025-01-14 11:21:22", - "image_path": "crop/B02/B02_20250114_191354_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.01KB)", - "file_size": 4102 - }, - { - "timestamp": "2025-01-14 11:21:23", - "image_path": "crop/B02/B02_20250114_191151_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.27KB)", - "file_size": 6423 - }, - { - "timestamp": "2025-01-14 11:26:28", - "image_path": "crop/A01/A01_20250114_191608_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.60KB)", - "file_size": 5735 - }, - { - "timestamp": "2025-01-14 11:31:30", - "image_path": "crop/B02/B02_20250114_192213_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 36382 - }, - { - "timestamp": "2025-01-14 11:36:31", - "image_path": "crop/A01/A01_20250114_193047_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10893 - }, - { - "timestamp": "2025-01-14 11:36:31", - "image_path": "crop/A01/A01_20250114_193047_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 28645 - }, - { - "timestamp": "2025-01-14 11:36:31", - "image_path": "crop/A01/A01_20250114_193047_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.10KB)", - "file_size": 8290 - }, - { - "timestamp": "2025-01-14 11:36:33", - "image_path": "crop/A01/A01_20250114_192842_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.75KB)", - "file_size": 8959 - }, - { - "timestamp": "2025-01-14 11:36:33", - "image_path": "crop/A01/A01_20250114_193456_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 29015 - }, - { - "timestamp": "2025-01-14 11:36:33", - "image_path": "crop/A01/A01_20250114_193252_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 31959 - }, - { - "timestamp": "2025-01-14 11:41:33", - "image_path": "crop/B02/B02_20250114_193030_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.25KB)", - "file_size": 3330 - }, - { - "timestamp": "2025-01-14 11:46:34", - "image_path": "crop/A01/A01_20250114_193921_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.05KB)", - "file_size": 5174 - }, - { - "timestamp": "2025-01-14 11:46:34", - "image_path": "crop/A01/A01_20250114_193921_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11619 - }, - { - "timestamp": "2025-01-14 11:46:35", - "image_path": "crop/A01/A01_20250114_194330_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12655 - }, - { - "timestamp": "2025-01-14 11:46:35", - "image_path": "crop/A01/A01_20250114_194330_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9939 - }, - { - "timestamp": "2025-01-14 11:46:35", - "image_path": "crop/A01/A01_20250114_194125_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12784 - }, - { - "timestamp": "2025-01-14 11:46:35", - "image_path": "crop/A01/A01_20250114_194125_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.16KB)", - "file_size": 9375 - }, - { - "timestamp": "2025-01-14 11:51:36", - "image_path": "crop/A01/A01_20250114_194534_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12875 - }, - { - "timestamp": "2025-01-14 12:01:37", - "image_path": "crop/A01/A01_20250114_195003_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12521 - }, - { - "timestamp": "2025-01-14 12:01:37", - "image_path": "crop/A01/A01_20250114_195617_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12744 - }, - { - "timestamp": "2025-01-14 12:01:38", - "image_path": "crop/A01/A01_20250114_195208_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12748 - }, - { - "timestamp": "2025-01-14 12:01:39", - "image_path": "crop/A01/A01_20250114_194759_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13322 - }, - { - "timestamp": "2025-01-14 12:01:40", - "image_path": "crop/A01/A01_20250114_195412_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12377 - }, - { - "timestamp": "2025-01-14 12:01:40", - "image_path": "crop/B02/B02_20250114_195313_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.18KB)", - "file_size": 8381 - }, - { - "timestamp": "2025-01-14 12:11:41", - "image_path": "crop/A01/A01_20250114_200242_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12995 - }, - { - "timestamp": "2025-01-14 12:11:42", - "image_path": "crop/A01/A01_20250114_200651_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13176 - }, - { - "timestamp": "2025-01-14 12:11:42", - "image_path": "crop/A01/A01_20250114_200037_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13013 - }, - { - "timestamp": "2025-01-14 12:11:42", - "image_path": "crop/A01/A01_20250114_200037_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.54KB)", - "file_size": 7720 - }, - { - "timestamp": "2025-01-14 12:11:42", - "image_path": "crop/A01/A01_20250114_195833_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12994 - }, - { - "timestamp": "2025-01-14 12:11:42", - "image_path": "crop/A01/A01_20250114_195833_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10544 - }, - { - "timestamp": "2025-01-14 12:11:43", - "image_path": "crop/A01/A01_20250114_200446_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13056 - }, - { - "timestamp": "2025-01-14 12:21:44", - "image_path": "crop/A01/A01_20250114_201116_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12911 - }, - { - "timestamp": "2025-01-14 12:21:44", - "image_path": "crop/A01/A01_20250114_200911_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.04KB)", - "file_size": 9252 - }, - { - "timestamp": "2025-01-14 12:21:45", - "image_path": "crop/A01/A01_20250114_200911_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12355 - }, - { - "timestamp": "2025-01-14 12:21:45", - "image_path": "crop/A01/A01_20250114_201320_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13284 - }, - { - "timestamp": "2025-01-14 12:21:46", - "image_path": "crop/A01/A01_20250114_201525_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10106 - }, - { - "timestamp": "2025-01-14 12:21:46", - "image_path": "crop/A01/A01_20250114_201525_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12511 - }, - { - "timestamp": "2025-01-14 12:21:46", - "image_path": "crop/A01/A01_20250114_201729_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12906 - }, - { - "timestamp": "2025-01-14 12:21:46", - "image_path": "crop/A01/A01_20250114_201729_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13188 - }, - { - "timestamp": "2025-01-14 12:31:47", - "image_path": "crop/A01/A01_20250114_201951_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13139 - }, - { - "timestamp": "2025-01-14 12:31:47", - "image_path": "crop/A01/A01_20250114_201951_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.89KB)", - "file_size": 10124 - }, - { - "timestamp": "2025-01-14 12:31:47", - "image_path": "crop/A01/A01_20250114_202604_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13277 - }, - { - "timestamp": "2025-01-14 12:31:48", - "image_path": "crop/A01/A01_20250114_202400_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13239 - }, - { - "timestamp": "2025-01-14 12:31:49", - "image_path": "crop/A01/A01_20250114_202155_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13039 - }, - { - "timestamp": "2025-01-14 12:31:49", - "image_path": "crop/A01/A01_20250114_202809_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13064 - }, - { - "timestamp": "2025-01-14 12:31:50", - "image_path": "crop/B02/B02_20250114_202417_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.78KB)", - "file_size": 7966 - }, - { - "timestamp": "2025-01-14 12:41:50", - "image_path": "crop/A01/A01_20250114_203221_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16547 - }, - { - "timestamp": "2025-01-14 12:41:51", - "image_path": "crop/A01/A01_20250114_203221_3.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.11KB)", - "file_size": 9326 - }, - { - "timestamp": "2025-01-14 12:41:51", - "image_path": "crop/A01/A01_20250114_203221_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12767 - }, - { - "timestamp": "2025-01-14 12:41:51", - "image_path": "crop/A01/A01_20250114_203016_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13155 - }, - { - "timestamp": "2025-01-14 12:41:52", - "image_path": "crop/A01/A01_20250114_203834_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12872 - }, - { - "timestamp": "2025-01-14 12:41:52", - "image_path": "crop/A01/A01_20250114_203425_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.76KB)", - "file_size": 9999 - }, - { - "timestamp": "2025-01-14 12:41:52", - "image_path": "crop/A01/A01_20250114_203425_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13083 - }, - { - "timestamp": "2025-01-14 12:41:53", - "image_path": "crop/A01/A01_20250114_203630_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12885 - }, - { - "timestamp": "2025-01-14 12:51:54", - "image_path": "crop/A01/A01_20250114_204250_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12725 - }, - { - "timestamp": "2025-01-14 12:51:55", - "image_path": "crop/A01/A01_20250114_204700_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11868 - }, - { - "timestamp": "2025-01-14 12:51:55", - "image_path": "crop/A01/A01_20250114_204700_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13001 - }, - { - "timestamp": "2025-01-14 12:51:56", - "image_path": "crop/A01/A01_20250114_204904_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12714 - }, - { - "timestamp": "2025-01-14 12:51:57", - "image_path": "crop/A01/A01_20250114_204455_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13022 - }, - { - "timestamp": "2025-01-14 12:51:57", - "image_path": "crop/A01/A01_20250114_204046_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12605 - }, - { - "timestamp": "2025-01-14 13:01:58", - "image_path": "crop/A01/A01_20250114_205117_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13034 - }, - { - "timestamp": "2025-01-14 13:01:59", - "image_path": "crop/A01/A01_20250114_205322_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13108 - }, - { - "timestamp": "2025-01-14 13:02:00", - "image_path": "crop/A01/A01_20250114_205935_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13031 - }, - { - "timestamp": "2025-01-14 13:02:00", - "image_path": "crop/A01/A01_20250114_205526_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13375 - }, - { - "timestamp": "2025-01-14 13:02:01", - "image_path": "crop/A01/A01_20250114_205731_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13058 - }, - { - "timestamp": "2025-01-14 13:12:02", - "image_path": "crop/A01/A01_20250114_210347_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12692 - }, - { - "timestamp": "2025-01-14 13:12:03", - "image_path": "crop/A01/A01_20250114_211001_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17415 - }, - { - "timestamp": "2025-01-14 13:12:03", - "image_path": "crop/A01/A01_20250114_211001_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13103 - }, - { - "timestamp": "2025-01-14 13:12:03", - "image_path": "crop/A01/A01_20250114_210756_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 8996 - }, - { - "timestamp": "2025-01-14 13:12:03", - "image_path": "crop/A01/A01_20250114_210756_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13150 - }, - { - "timestamp": "2025-01-14 13:12:03", - "image_path": "crop/A01/A01_20250114_210552_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13081 - }, - { - "timestamp": "2025-01-14 13:12:04", - "image_path": "crop/A01/A01_20250114_210143_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13211 - }, - { - "timestamp": "2025-01-14 13:22:05", - "image_path": "crop/A01/A01_20250114_211821_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12067 - }, - { - "timestamp": "2025-01-14 13:22:05", - "image_path": "crop/A01/A01_20250114_211821_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18997 - }, - { - "timestamp": "2025-01-14 13:22:05", - "image_path": "crop/A01/A01_20250114_211412_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13008 - }, - { - "timestamp": "2025-01-14 13:22:06", - "image_path": "crop/A01/A01_20250114_211617_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12660 - }, - { - "timestamp": "2025-01-14 13:22:07", - "image_path": "crop/A01/A01_20250114_211208_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12927 - }, - { - "timestamp": "2025-01-14 13:22:08", - "image_path": "crop/A01/A01_20250114_212026_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12989 - }, - { - "timestamp": "2025-01-14 13:32:09", - "image_path": "crop/A01/A01_20250114_212239_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13146 - }, - { - "timestamp": "2025-01-14 13:37:10", - "image_path": "crop/A01/A01_20250114_212853_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9551 - }, - { - "timestamp": "2025-01-14 13:37:10", - "image_path": "crop/A01/A01_20250114_212853_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12926 - }, - { - "timestamp": "2025-01-14 13:37:11", - "image_path": "crop/A01/A01_20250114_213057_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13471 - }, - { - "timestamp": "2025-01-14 13:37:11", - "image_path": "crop/A01/A01_20250114_212648_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13110 - }, - { - "timestamp": "2025-01-14 13:47:12", - "image_path": "crop/A01/A01_20250114_213336_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12812 - }, - { - "timestamp": "2025-01-14 13:47:13", - "image_path": "crop/A01/A01_20250114_213745_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13254 - }, - { - "timestamp": "2025-01-14 13:47:14", - "image_path": "crop/A01/A01_20250114_214154_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13431 - }, - { - "timestamp": "2025-01-14 13:47:15", - "image_path": "crop/A01/A01_20250114_213541_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12936 - }, - { - "timestamp": "2025-01-14 13:47:15", - "image_path": "crop/A01/A01_20250114_213950_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13504 - }, - { - "timestamp": "2025-01-14 13:57:16", - "image_path": "crop/A01/A01_20250114_214607_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13165 - }, - { - "timestamp": "2025-01-14 13:57:17", - "image_path": "crop/A01/A01_20250114_215220_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13031 - }, - { - "timestamp": "2025-01-14 13:57:18", - "image_path": "crop/A01/A01_20250114_214402_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13284 - }, - { - "timestamp": "2025-01-14 13:57:18", - "image_path": "crop/A01/A01_20250114_215016_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13057 - }, - { - "timestamp": "2025-01-14 13:57:18", - "image_path": "crop/A01/A01_20250114_214811_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9663 - }, - { - "timestamp": "2025-01-14 13:57:19", - "image_path": "crop/A01/A01_20250114_214811_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13113 - }, - { - "timestamp": "2025-01-14 14:07:19", - "image_path": "crop/A01/A01_20250114_220041_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.88KB)", - "file_size": 8073 - }, - { - "timestamp": "2025-01-14 14:07:20", - "image_path": "crop/A01/A01_20250114_220041_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13131 - }, - { - "timestamp": "2025-01-14 14:07:20", - "image_path": "crop/A01/A01_20250114_215427_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13451 - }, - { - "timestamp": "2025-01-14 14:07:21", - "image_path": "crop/A01/A01_20250114_220246_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13122 - }, - { - "timestamp": "2025-01-14 14:07:22", - "image_path": "crop/A01/A01_20250114_215837_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12982 - }, - { - "timestamp": "2025-01-14 14:07:22", - "image_path": "crop/A01/A01_20250114_215837_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.19KB)", - "file_size": 8385 - }, - { - "timestamp": "2025-01-14 14:07:23", - "image_path": "crop/A01/A01_20250114_215632_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12673 - }, - { - "timestamp": "2025-01-14 14:17:24", - "image_path": "crop/A01/A01_20250114_220453_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12908 - }, - { - "timestamp": "2025-01-14 14:22:25", - "image_path": "crop/A01/A01_20250114_220657_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12990 - }, - { - "timestamp": "2025-01-14 14:27:25", - "image_path": "crop/A01/A01_20250114_222019_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13167 - }, - { - "timestamp": "2025-01-14 14:27:25", - "image_path": "crop/A01/A01_20250114_222019_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.69KB)", - "file_size": 8895 - }, - { - "timestamp": "2025-01-14 14:27:26", - "image_path": "crop/A01/A01_20250114_222429_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12975 - }, - { - "timestamp": "2025-01-14 14:27:27", - "image_path": "crop/A01/A01_20250114_222225_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13060 - }, - { - "timestamp": "2025-01-14 14:37:28", - "image_path": "crop/A01/A01_20250114_223044_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12875 - }, - { - "timestamp": "2025-01-14 14:37:29", - "image_path": "crop/A01/A01_20250114_222839_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12847 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_223453_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.61KB)", - "file_size": 9837 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_223453_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12872 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_222635_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11743 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_222635_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12974 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_223248_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9320 - }, - { - "timestamp": "2025-01-14 14:37:30", - "image_path": "crop/A01/A01_20250114_223248_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13040 - }, - { - "timestamp": "2025-01-14 14:47:31", - "image_path": "crop/A01/A01_20250114_224312_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12955 - }, - { - "timestamp": "2025-01-14 14:47:31", - "image_path": "crop/A01/A01_20250114_224312_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.22KB)", - "file_size": 9441 - }, - { - "timestamp": "2025-01-14 14:47:31", - "image_path": "crop/A01/A01_20250114_223659_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10290 - }, - { - "timestamp": "2025-01-14 14:47:31", - "image_path": "crop/A01/A01_20250114_223659_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13245 - }, - { - "timestamp": "2025-01-14 14:47:32", - "image_path": "crop/A01/A01_20250114_223903_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12811 - }, - { - "timestamp": "2025-01-14 14:47:32", - "image_path": "crop/A01/A01_20250114_223903_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.41KB)", - "file_size": 7592 - }, - { - "timestamp": "2025-01-14 14:47:32", - "image_path": "crop/A01/A01_20250114_224516_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13107 - }, - { - "timestamp": "2025-01-14 14:47:33", - "image_path": "crop/A01/A01_20250114_224107_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13079 - }, - { - "timestamp": "2025-01-14 14:57:34", - "image_path": "crop/A01/A01_20250114_224927_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12605 - }, - { - "timestamp": "2025-01-14 14:57:34", - "image_path": "crop/A01/A01_20250114_224722_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13161 - }, - { - "timestamp": "2025-01-14 14:57:34", - "image_path": "crop/A01/A01_20250114_225131_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13104 - }, - { - "timestamp": "2025-01-14 14:57:35", - "image_path": "crop/A01/A01_20250114_225336_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13279 - }, - { - "timestamp": "2025-01-14 14:57:36", - "image_path": "crop/A01/A01_20250114_225540_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13053 - }, - { - "timestamp": "2025-01-14 15:07:37", - "image_path": "crop/A01/A01_20250114_230400_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13172 - }, - { - "timestamp": "2025-01-14 15:07:38", - "image_path": "crop/A01/A01_20250114_225950_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13196 - }, - { - "timestamp": "2025-01-14 15:07:39", - "image_path": "crop/A01/A01_20250114_230155_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13338 - }, - { - "timestamp": "2025-01-14 15:07:39", - "image_path": "crop/A01/A01_20250114_225746_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12966 - }, - { - "timestamp": "2025-01-14 15:07:39", - "image_path": "crop/A01/A01_20250114_225746_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14236 - }, - { - "timestamp": "2025-01-14 15:07:39", - "image_path": "crop/A01/A01_20250114_230604_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12957 - }, - { - "timestamp": "2025-01-14 15:22:41", - "image_path": "crop/A01/A01_20250114_231018_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13200 - }, - { - "timestamp": "2025-01-14 15:22:42", - "image_path": "crop/A01/A01_20250114_230813_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13074 - }, - { - "timestamp": "2025-01-14 15:22:43", - "image_path": "crop/A01/A01_20250114_231222_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13182 - }, - { - "timestamp": "2025-01-14 15:22:43", - "image_path": "crop/A01/A01_20250114_231631_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13134 - }, - { - "timestamp": "2025-01-14 15:22:44", - "image_path": "crop/A01/A01_20250114_231427_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13107 - }, - { - "timestamp": "2025-01-14 15:31:45", - "image_path": "crop/A01/A01_20250114_231837_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12996 - }, - { - "timestamp": "2025-01-14 15:31:45", - "image_path": "crop/A01/A01_20250114_231837_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16781 - }, - { - "timestamp": "2025-01-14 15:31:46", - "image_path": "crop/A01/A01_20250114_232450_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12977 - }, - { - "timestamp": "2025-01-14 15:31:46", - "image_path": "crop/A01/A01_20250114_232042_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13152 - }, - { - "timestamp": "2025-01-14 15:31:47", - "image_path": "crop/A01/A01_20250114_232246_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13101 - }, - { - "timestamp": "2025-01-14 15:31:47", - "image_path": "crop/A01/A01_20250114_232655_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13182 - }, - { - "timestamp": "2025-01-14 15:41:48", - "image_path": "crop/A01/A01_20250114_233105_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.71KB)", - "file_size": 9942 - }, - { - "timestamp": "2025-01-14 15:41:48", - "image_path": "crop/A01/A01_20250114_233105_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13191 - }, - { - "timestamp": "2025-01-14 15:41:49", - "image_path": "crop/A01/A01_20250114_232901_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13054 - }, - { - "timestamp": "2025-01-14 15:41:49", - "image_path": "crop/A01/A01_20250114_233719_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.96KB)", - "file_size": 9170 - }, - { - "timestamp": "2025-01-14 15:41:49", - "image_path": "crop/A01/A01_20250114_233719_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12761 - }, - { - "timestamp": "2025-01-14 15:41:50", - "image_path": "crop/A01/A01_20250114_233310_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12943 - }, - { - "timestamp": "2025-01-14 15:41:50", - "image_path": "crop/A01/A01_20250114_233310_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10778 - }, - { - "timestamp": "2025-01-14 15:41:50", - "image_path": "crop/A01/A01_20250114_233310_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.79KB)", - "file_size": 7977 - }, - { - "timestamp": "2025-01-14 15:41:51", - "image_path": "crop/A01/A01_20250114_233514_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13025 - }, - { - "timestamp": "2025-01-14 15:51:52", - "image_path": "crop/A01/A01_20250114_234334_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12617 - }, - { - "timestamp": "2025-01-14 15:51:52", - "image_path": "crop/A01/A01_20250114_234743_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12858 - }, - { - "timestamp": "2025-01-14 15:51:52", - "image_path": "crop/A01/A01_20250114_234743_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.88KB)", - "file_size": 8065 - }, - { - "timestamp": "2025-01-14 15:51:52", - "image_path": "crop/A01/A01_20250114_233925_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13333 - }, - { - "timestamp": "2025-01-14 15:51:53", - "image_path": "crop/A01/A01_20250114_234538_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.65KB)", - "file_size": 9885 - }, - { - "timestamp": "2025-01-14 15:51:53", - "image_path": "crop/A01/A01_20250114_234538_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12931 - }, - { - "timestamp": "2025-01-14 15:51:54", - "image_path": "crop/A01/A01_20250114_234129_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12757 - }, - { - "timestamp": "2025-01-14 15:51:54", - "image_path": "crop/B02/B02_20250114_234027_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.93KB)", - "file_size": 8118 - }, - { - "timestamp": "2025-01-14 16:01:55", - "image_path": "crop/A01/A01_20250114_235358_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11385 - }, - { - "timestamp": "2025-01-14 16:01:55", - "image_path": "crop/A01/A01_20250114_235358_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12401 - }, - { - "timestamp": "2025-01-14 16:01:55", - "image_path": "crop/A01/A01_20250114_235807_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13142 - }, - { - "timestamp": "2025-01-14 16:01:55", - "image_path": "crop/A01/A01_20250114_235807_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.96KB)", - "file_size": 10194 - }, - { - "timestamp": "2025-01-14 16:01:56", - "image_path": "crop/A01/A01_20250114_235602_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12991 - }, - { - "timestamp": "2025-01-14 16:01:56", - "image_path": "crop/A01/A01_20250114_235153_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.85KB)", - "file_size": 8037 - }, - { - "timestamp": "2025-01-14 16:01:56", - "image_path": "crop/A01/A01_20250114_235153_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13021 - }, - { - "timestamp": "2025-01-14 16:11:58", - "image_path": "crop/A01/A01_20250115_000012_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13076 - }, - { - "timestamp": "2025-01-14 16:11:58", - "image_path": "crop/A01/A01_20250115_000626_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13166 - }, - { - "timestamp": "2025-01-14 16:11:59", - "image_path": "crop/A01/A01_20250115_000421_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13097 - }, - { - "timestamp": "2025-01-14 16:12:00", - "image_path": "crop/A01/A01_20250115_000217_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13433 - }, - { - "timestamp": "2025-01-14 16:12:01", - "image_path": "crop/A01/A01_20250115_000830_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13081 - }, - { - "timestamp": "2025-01-14 16:22:02", - "image_path": "crop/A01/A01_20250115_001036_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13043 - }, - { - "timestamp": "2025-01-14 16:22:02", - "image_path": "crop/A01/A01_20250115_001854_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13043 - }, - { - "timestamp": "2025-01-14 16:22:03", - "image_path": "crop/A01/A01_20250115_001445_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13130 - }, - { - "timestamp": "2025-01-14 16:22:04", - "image_path": "crop/A01/A01_20250115_001650_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12819 - }, - { - "timestamp": "2025-01-14 16:22:04", - "image_path": "crop/A01/A01_20250115_001240_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13053 - }, - { - "timestamp": "2025-01-14 16:32:05", - "image_path": "crop/A01/A01_20250115_002304_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12765 - }, - { - "timestamp": "2025-01-14 16:32:06", - "image_path": "crop/A01/A01_20250115_002509_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13083 - }, - { - "timestamp": "2025-01-14 16:32:07", - "image_path": "crop/A01/A01_20250115_002100_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12969 - }, - { - "timestamp": "2025-01-14 16:32:08", - "image_path": "crop/A01/A01_20250115_002713_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12797 - }, - { - "timestamp": "2025-01-14 16:32:08", - "image_path": "crop/A01/A01_20250115_002713_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.49KB)", - "file_size": 8697 - }, - { - "timestamp": "2025-01-14 16:32:08", - "image_path": "crop/A01/A01_20250115_002918_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12970 - }, - { - "timestamp": "2025-01-14 16:42:09", - "image_path": "crop/A01/A01_20250115_003328_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.99KB)", - "file_size": 10227 - }, - { - "timestamp": "2025-01-14 16:42:09", - "image_path": "crop/A01/A01_20250115_003328_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12378 - }, - { - "timestamp": "2025-01-14 16:42:10", - "image_path": "crop/A01/A01_20250115_003533_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13133 - }, - { - "timestamp": "2025-01-14 16:42:10", - "image_path": "crop/A01/A01_20250115_003737_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12899 - }, - { - "timestamp": "2025-01-14 16:42:10", - "image_path": "crop/A01/A01_20250115_003737_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.77KB)", - "file_size": 7957 - }, - { - "timestamp": "2025-01-14 16:42:11", - "image_path": "crop/A01/A01_20250115_003124_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13098 - }, - { - "timestamp": "2025-01-14 16:42:12", - "image_path": "crop/A01/A01_20250115_003942_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12959 - }, - { - "timestamp": "2025-01-14 16:52:13", - "image_path": "crop/A01/A01_20250115_005006_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12325 - }, - { - "timestamp": "2025-01-14 16:52:13", - "image_path": "crop/A01/A01_20250115_004801_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13039 - }, - { - "timestamp": "2025-01-14 16:52:14", - "image_path": "crop/A01/A01_20250115_004148_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14673 - }, - { - "timestamp": "2025-01-14 16:52:14", - "image_path": "crop/A01/A01_20250115_004148_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12809 - }, - { - "timestamp": "2025-01-14 16:52:14", - "image_path": "crop/A01/A01_20250115_004557_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13226 - }, - { - "timestamp": "2025-01-14 16:52:15", - "image_path": "crop/A01/A01_20250115_004352_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13449 - }, - { - "timestamp": "2025-01-14 17:02:16", - "image_path": "crop/A01/A01_20250115_005825_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13173 - }, - { - "timestamp": "2025-01-14 17:02:17", - "image_path": "crop/A01/A01_20250115_005621_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13132 - }, - { - "timestamp": "2025-01-14 17:02:17", - "image_path": "crop/A01/A01_20250115_005212_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12978 - }, - { - "timestamp": "2025-01-14 17:02:17", - "image_path": "crop/A01/A01_20250115_005212_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17021 - }, - { - "timestamp": "2025-01-14 17:02:17", - "image_path": "crop/A01/A01_20250115_010030_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13093 - }, - { - "timestamp": "2025-01-14 17:02:17", - "image_path": "crop/A01/A01_20250115_010030_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13113 - }, - { - "timestamp": "2025-01-14 17:02:18", - "image_path": "crop/A01/A01_20250115_005416_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12722 - }, - { - "timestamp": "2025-01-14 17:02:18", - "image_path": "crop/A01/A01_20250115_005416_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16697 - }, - { - "timestamp": "2025-01-14 17:12:19", - "image_path": "crop/A01/A01_20250115_010442_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13546 - }, - { - "timestamp": "2025-01-14 17:12:19", - "image_path": "crop/A01/A01_20250115_010646_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.69KB)", - "file_size": 8901 - }, - { - "timestamp": "2025-01-14 17:12:19", - "image_path": "crop/A01/A01_20250115_010646_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13129 - }, - { - "timestamp": "2025-01-14 17:12:19", - "image_path": "crop/A01/A01_20250115_011055_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13135 - }, - { - "timestamp": "2025-01-14 17:12:20", - "image_path": "crop/A01/A01_20250115_010851_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13088 - }, - { - "timestamp": "2025-01-14 17:12:21", - "image_path": "crop/A01/A01_20250115_010235_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13447 - }, - { - "timestamp": "2025-01-14 17:22:22", - "image_path": "crop/A01/A01_20250115_011710_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13098 - }, - { - "timestamp": "2025-01-14 17:22:23", - "image_path": "crop/A01/A01_20250115_012119_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13071 - }, - { - "timestamp": "2025-01-14 17:22:23", - "image_path": "crop/A01/A01_20250115_012119_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13085 - }, - { - "timestamp": "2025-01-14 17:22:24", - "image_path": "crop/A01/A01_20250115_011301_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13343 - }, - { - "timestamp": "2025-01-14 17:22:24", - "image_path": "crop/A01/A01_20250115_011915_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13018 - }, - { - "timestamp": "2025-01-14 17:22:25", - "image_path": "crop/A01/A01_20250115_011506_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13397 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_013143_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8737 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_013143_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12870 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_012734_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12462 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_012734_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.08KB)", - "file_size": 8272 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_012325_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10631 - }, - { - "timestamp": "2025-01-14 17:37:26", - "image_path": "crop/A01/A01_20250115_012325_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13091 - }, - { - "timestamp": "2025-01-14 17:37:27", - "image_path": "crop/A01/A01_20250115_012530_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.45KB)", - "file_size": 8651 - }, - { - "timestamp": "2025-01-14 17:37:27", - "image_path": "crop/A01/A01_20250115_012530_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12800 - }, - { - "timestamp": "2025-01-14 17:37:27", - "image_path": "crop/A01/A01_20250115_012939_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.47KB)", - "file_size": 9695 - }, - { - "timestamp": "2025-01-14 17:37:27", - "image_path": "crop/A01/A01_20250115_012939_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12907 - }, - { - "timestamp": "2025-01-14 17:47:28", - "image_path": "crop/A01/A01_20250115_014003_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13694 - }, - { - "timestamp": "2025-01-14 17:47:28", - "image_path": "crop/A01/A01_20250115_014003_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12692 - }, - { - "timestamp": "2025-01-14 17:47:28", - "image_path": "crop/A01/A01_20250115_014207_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.40KB)", - "file_size": 3486 - }, - { - "timestamp": "2025-01-14 17:47:28", - "image_path": "crop/A01/A01_20250115_014207_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13059 - }, - { - "timestamp": "2025-01-14 17:47:29", - "image_path": "crop/A01/A01_20250115_013554_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13009 - }, - { - "timestamp": "2025-01-14 17:47:30", - "image_path": "crop/A01/A01_20250115_013758_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13009 - }, - { - "timestamp": "2025-01-14 17:47:30", - "image_path": "crop/A01/A01_20250115_013758_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.75KB)", - "file_size": 9985 - }, - { - "timestamp": "2025-01-14 17:47:30", - "image_path": "crop/A01/A01_20250115_013349_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13023 - }, - { - "timestamp": "2025-01-14 17:47:30", - "image_path": "crop/A01/A01_20250115_013349_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.45KB)", - "file_size": 9678 - }, - { - "timestamp": "2025-01-14 17:57:30", - "image_path": "crop/A01/A01_20250115_014413_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13283 - }, - { - "timestamp": "2025-01-14 17:57:31", - "image_path": "crop/A01/A01_20250115_014618_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13095 - }, - { - "timestamp": "2025-01-14 17:57:32", - "image_path": "crop/A01/A01_20250115_014822_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13034 - }, - { - "timestamp": "2025-01-14 17:57:32", - "image_path": "crop/A01/A01_20250115_014822_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.86KB)", - "file_size": 9072 - }, - { - "timestamp": "2025-01-14 17:57:32", - "image_path": "crop/A01/A01_20250115_015027_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12889 - }, - { - "timestamp": "2025-01-14 17:57:33", - "image_path": "crop/A01/A01_20250115_015231_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13116 - }, - { - "timestamp": "2025-01-14 17:57:33", - "image_path": "crop/A01/A01_20250115_015231_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.09KB)", - "file_size": 8284 - }, - { - "timestamp": "2025-01-14 18:07:33", - "image_path": "crop/A01/A01_20250115_020255_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13081 - }, - { - "timestamp": "2025-01-14 18:07:34", - "image_path": "crop/A01/A01_20250115_020255_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.90KB)", - "file_size": 8091 - }, - { - "timestamp": "2025-01-14 18:07:34", - "image_path": "crop/A01/A01_20250115_015437_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9535 - }, - { - "timestamp": "2025-01-14 18:07:34", - "image_path": "crop/A01/A01_20250115_015437_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12811 - }, - { - "timestamp": "2025-01-14 18:07:35", - "image_path": "crop/A01/A01_20250115_015846_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13248 - }, - { - "timestamp": "2025-01-14 18:07:35", - "image_path": "crop/A01/A01_20250115_015846_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.53KB)", - "file_size": 7715 - }, - { - "timestamp": "2025-01-14 18:07:35", - "image_path": "crop/A01/A01_20250115_015641_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12978 - }, - { - "timestamp": "2025-01-14 18:07:36", - "image_path": "crop/A01/A01_20250115_020051_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13234 - }, - { - "timestamp": "2025-01-14 18:17:37", - "image_path": "crop/A01/A01_20250115_020501_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13069 - }, - { - "timestamp": "2025-01-14 18:17:37", - "image_path": "crop/A01/A01_20250115_020910_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12992 - }, - { - "timestamp": "2025-01-14 18:17:38", - "image_path": "crop/A01/A01_20250115_020705_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13109 - }, - { - "timestamp": "2025-01-14 18:17:39", - "image_path": "crop/A01/A01_20250115_021319_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13017 - }, - { - "timestamp": "2025-01-14 18:17:39", - "image_path": "crop/A01/A01_20250115_021319_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10378 - }, - { - "timestamp": "2025-01-14 18:17:39", - "image_path": "crop/A01/A01_20250115_021114_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13046 - }, - { - "timestamp": "2025-01-14 18:17:39", - "image_path": "crop/A01/A01_20250115_021114_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.73KB)", - "file_size": 9967 - }, - { - "timestamp": "2025-01-14 18:27:40", - "image_path": "crop/A01/A01_20250115_022343_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13035 - }, - { - "timestamp": "2025-01-14 18:27:40", - "image_path": "crop/A01/A01_20250115_021729_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13126 - }, - { - "timestamp": "2025-01-14 18:27:41", - "image_path": "crop/A01/A01_20250115_021934_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13070 - }, - { - "timestamp": "2025-01-14 18:27:42", - "image_path": "crop/A01/A01_20250115_022138_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12821 - }, - { - "timestamp": "2025-01-14 18:37:43", - "image_path": "crop/A01/A01_20250115_022609_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12967 - }, - { - "timestamp": "2025-01-14 18:37:44", - "image_path": "crop/A01/A01_20250115_023510_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13118 - }, - { - "timestamp": "2025-01-14 18:37:44", - "image_path": "crop/A01/A01_20250115_022813_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13105 - }, - { - "timestamp": "2025-01-14 18:37:45", - "image_path": "crop/A01/A01_20250115_023018_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13044 - }, - { - "timestamp": "2025-01-14 18:37:45", - "image_path": "crop/A01/A01_20250115_023427_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13271 - }, - { - "timestamp": "2025-01-14 18:37:45", - "image_path": "crop/A01/A01_20250115_023222_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13077 - }, - { - "timestamp": "2025-01-14 18:47:47", - "image_path": "crop/A01/A01_20250115_024536_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12806 - }, - { - "timestamp": "2025-01-14 18:47:49", - "image_path": "crop/A01/A01_20250115_024332_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13324 - }, - { - "timestamp": "2025-01-14 18:47:49", - "image_path": "crop/A01/A01_20250115_023717_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12705 - }, - { - "timestamp": "2025-01-14 18:47:50", - "image_path": "crop/A01/A01_20250115_023923_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13047 - }, - { - "timestamp": "2025-01-14 18:47:51", - "image_path": "crop/A01/A01_20250115_024127_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13143 - }, - { - "timestamp": "2025-01-14 18:57:51", - "image_path": "crop/A01/A01_20250115_024947_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13090 - }, - { - "timestamp": "2025-01-14 18:57:52", - "image_path": "crop/A01/A01_20250115_025600_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13024 - }, - { - "timestamp": "2025-01-14 18:57:53", - "image_path": "crop/A01/A01_20250115_024742_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13130 - }, - { - "timestamp": "2025-01-14 18:57:54", - "image_path": "crop/A01/A01_20250115_025356_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13119 - }, - { - "timestamp": "2025-01-14 18:57:54", - "image_path": "crop/A01/A01_20250115_025151_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13128 - }, - { - "timestamp": "2025-01-14 19:07:55", - "image_path": "crop/A01/A01_20250115_030419_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13006 - }, - { - "timestamp": "2025-01-14 19:07:56", - "image_path": "crop/A01/A01_20250115_030010_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13015 - }, - { - "timestamp": "2025-01-14 19:07:57", - "image_path": "crop/A01/A01_20250115_030624_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11561 - }, - { - "timestamp": "2025-01-14 19:07:57", - "image_path": "crop/A01/A01_20250115_030624_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12792 - }, - { - "timestamp": "2025-01-14 19:07:58", - "image_path": "crop/A01/A01_20250115_030215_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12950 - }, - { - "timestamp": "2025-01-14 19:07:58", - "image_path": "crop/A01/A01_20250115_025806_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13191 - }, - { - "timestamp": "2025-01-14 19:17:59", - "image_path": "crop/A01/A01_20250115_031034_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12626 - }, - { - "timestamp": "2025-01-14 19:17:59", - "image_path": "crop/A01/A01_20250115_031034_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10423 - }, - { - "timestamp": "2025-01-14 19:17:59", - "image_path": "crop/A01/A01_20250115_031239_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.37KB)", - "file_size": 9591 - }, - { - "timestamp": "2025-01-14 19:17:59", - "image_path": "crop/A01/A01_20250115_031239_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12526 - }, - { - "timestamp": "2025-01-14 19:18:00", - "image_path": "crop/A01/A01_20250115_031648_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12961 - }, - { - "timestamp": "2025-01-14 19:18:00", - "image_path": "crop/A01/A01_20250115_030830_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13208 - }, - { - "timestamp": "2025-01-14 19:18:01", - "image_path": "crop/A01/A01_20250115_031444_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12769 - }, - { - "timestamp": "2025-01-14 19:18:01", - "image_path": "crop/A01/A01_20250115_031444_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10866 - }, - { - "timestamp": "2025-01-14 19:33:02", - "image_path": "crop/A01/A01_20250115_032712_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12954 - }, - { - "timestamp": "2025-01-14 19:33:03", - "image_path": "crop/A01/A01_20250115_031854_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13096 - }, - { - "timestamp": "2025-01-14 19:33:03", - "image_path": "crop/A01/A01_20250115_031854_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14187 - }, - { - "timestamp": "2025-01-14 19:33:03", - "image_path": "crop/A01/A01_20250115_031854_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.14KB)", - "file_size": 9355 - }, - { - "timestamp": "2025-01-14 19:33:03", - "image_path": "crop/A01/A01_20250115_032058_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13095 - }, - { - "timestamp": "2025-01-14 19:33:04", - "image_path": "crop/A01/A01_20250115_032507_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13364 - }, - { - "timestamp": "2025-01-14 19:33:05", - "image_path": "crop/A01/A01_20250115_032303_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9157 - }, - { - "timestamp": "2025-01-14 19:33:05", - "image_path": "crop/A01/A01_20250115_032303_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13142 - }, - { - "timestamp": "2025-01-14 19:43:06", - "image_path": "crop/A01/A01_20250115_032918_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12900 - }, - { - "timestamp": "2025-01-14 19:43:06", - "image_path": "crop/A01/A01_20250115_032918_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8974 - }, - { - "timestamp": "2025-01-14 19:43:06", - "image_path": "crop/A01/A01_20250115_033736_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9547 - }, - { - "timestamp": "2025-01-14 19:43:06", - "image_path": "crop/A01/A01_20250115_033736_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12981 - }, - { - "timestamp": "2025-01-14 19:43:07", - "image_path": "crop/A01/A01_20250115_033531_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13060 - }, - { - "timestamp": "2025-01-14 19:43:07", - "image_path": "crop/A01/A01_20250115_033327_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13308 - }, - { - "timestamp": "2025-01-14 19:43:07", - "image_path": "crop/A01/A01_20250115_033327_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9819 - }, - { - "timestamp": "2025-01-14 19:43:08", - "image_path": "crop/A01/A01_20250115_033122_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12880 - }, - { - "timestamp": "2025-01-14 19:53:09", - "image_path": "crop/A01/A01_20250115_034351_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12874 - }, - { - "timestamp": "2025-01-14 19:53:09", - "image_path": "crop/A01/A01_20250115_034146_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15138 - }, - { - "timestamp": "2025-01-14 19:53:09", - "image_path": "crop/A01/A01_20250115_034146_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13124 - }, - { - "timestamp": "2025-01-14 19:53:09", - "image_path": "crop/A01/A01_20250115_034146_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.17KB)", - "file_size": 6314 - }, - { - "timestamp": "2025-01-14 19:53:10", - "image_path": "crop/A01/A01_20250115_033942_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13759 - }, - { - "timestamp": "2025-01-14 19:53:10", - "image_path": "crop/A01/A01_20250115_034800_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13084 - }, - { - "timestamp": "2025-01-14 19:53:11", - "image_path": "crop/A01/A01_20250115_034556_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13483 - }, - { - "timestamp": "2025-01-14 20:03:12", - "image_path": "crop/A01/A01_20250115_035824_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13198 - }, - { - "timestamp": "2025-01-14 20:03:12", - "image_path": "crop/A01/A01_20250115_035620_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20606 - }, - { - "timestamp": "2025-01-14 20:03:12", - "image_path": "crop/A01/A01_20250115_035620_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13152 - }, - { - "timestamp": "2025-01-14 20:03:13", - "image_path": "crop/A01/A01_20250115_035006_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10282 - }, - { - "timestamp": "2025-01-14 20:03:13", - "image_path": "crop/A01/A01_20250115_035006_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13004 - }, - { - "timestamp": "2025-01-14 20:03:13", - "image_path": "crop/A01/A01_20250115_035415_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13021 - }, - { - "timestamp": "2025-01-14 20:03:13", - "image_path": "crop/A01/A01_20250115_035211_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.38KB)", - "file_size": 7555 - }, - { - "timestamp": "2025-01-14 20:03:13", - "image_path": "crop/A01/A01_20250115_035211_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12850 - }, - { - "timestamp": "2025-01-14 20:13:14", - "image_path": "crop/A01/A01_20250115_040440_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.16KB)", - "file_size": 8358 - }, - { - "timestamp": "2025-01-14 20:13:14", - "image_path": "crop/A01/A01_20250115_040440_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13133 - }, - { - "timestamp": "2025-01-14 20:13:14", - "image_path": "crop/A01/A01_20250115_040031_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12959 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040236_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9611 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040236_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13035 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040645_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9311 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040645_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13016 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040849_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8880 - }, - { - "timestamp": "2025-01-14 20:13:15", - "image_path": "crop/A01/A01_20250115_040849_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12808 - }, - { - "timestamp": "2025-01-14 20:23:16", - "image_path": "crop/A01/A01_20250115_041505_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16905 - }, - { - "timestamp": "2025-01-14 20:23:16", - "image_path": "crop/A01/A01_20250115_041505_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.06KB)", - "file_size": 9281 - }, - { - "timestamp": "2025-01-14 20:23:16", - "image_path": "crop/A01/A01_20250115_041505_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12982 - }, - { - "timestamp": "2025-01-14 20:23:16", - "image_path": "crop/A01/A01_20250115_041301_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9114 - }, - { - "timestamp": "2025-01-14 20:23:16", - "image_path": "crop/A01/A01_20250115_041301_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13030 - }, - { - "timestamp": "2025-01-14 20:23:17", - "image_path": "crop/A01/A01_20250115_041710_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11636 - }, - { - "timestamp": "2025-01-14 20:23:18", - "image_path": "crop/A01/A01_20250115_041914_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12914 - }, - { - "timestamp": "2025-01-14 20:23:18", - "image_path": "crop/A01/A01_20250115_041056_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13030 - }, - { - "timestamp": "2025-01-14 20:23:18", - "image_path": "crop/A01/A01_20250115_041056_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.21KB)", - "file_size": 8406 - }, - { - "timestamp": "2025-01-14 20:33:19", - "image_path": "crop/A01/A01_20250115_042939_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12957 - }, - { - "timestamp": "2025-01-14 20:33:19", - "image_path": "crop/A01/A01_20250115_042530_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13069 - }, - { - "timestamp": "2025-01-14 20:33:20", - "image_path": "crop/A01/A01_20250115_042735_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13022 - }, - { - "timestamp": "2025-01-14 20:33:21", - "image_path": "crop/A01/A01_20250115_042735_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16939 - }, - { - "timestamp": "2025-01-14 20:33:21", - "image_path": "crop/A01/A01_20250115_042326_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12775 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043151_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.09KB)", - "file_size": 9308 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043151_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12983 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043355_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.95KB)", - "file_size": 10191 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043355_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12913 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043600_2.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11966 - }, - { - "timestamp": "2025-01-14 20:43:22", - "image_path": "crop/A01/A01_20250115_043600_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.39KB)", - "file_size": 8590 - }, - { - "timestamp": "2025-01-14 20:43:23", - "image_path": "crop/A01/A01_20250115_043600_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12510 - }, - { - "timestamp": "2025-01-14 20:43:23", - "image_path": "crop/A01/A01_20250115_044009_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12987 - }, - { - "timestamp": "2025-01-14 20:43:24", - "image_path": "crop/A01/A01_20250115_043804_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12810 - }, - { - "timestamp": "2025-01-14 20:43:24", - "image_path": "crop/A01/A01_20250115_043804_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12549 - }, - { - "timestamp": "2025-01-14 20:53:24", - "image_path": "crop/A01/A01_20250115_044830_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.91KB)", - "file_size": 9123 - }, - { - "timestamp": "2025-01-14 20:53:24", - "image_path": "crop/A01/A01_20250115_044830_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12665 - }, - { - "timestamp": "2025-01-14 20:53:25", - "image_path": "crop/A01/A01_20250115_044625_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9534 - }, - { - "timestamp": "2025-01-14 20:53:25", - "image_path": "crop/A01/A01_20250115_044625_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12432 - }, - { - "timestamp": "2025-01-14 20:53:25", - "image_path": "crop/A01/A01_20250115_044216_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12113 - }, - { - "timestamp": "2025-01-14 20:53:25", - "image_path": "crop/A01/A01_20250115_044216_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13021 - }, - { - "timestamp": "2025-01-14 20:53:25", - "image_path": "crop/A01/A01_20250115_045034_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10491 - }, - { - "timestamp": "2025-01-14 20:53:26", - "image_path": "crop/A01/A01_20250115_045034_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12928 - }, - { - "timestamp": "2025-01-14 20:53:26", - "image_path": "crop/A01/A01_20250115_044420_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9650 - }, - { - "timestamp": "2025-01-14 20:53:26", - "image_path": "crop/A01/A01_20250115_044420_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13133 - }, - { - "timestamp": "2025-01-14 21:03:26", - "image_path": "crop/A01/A01_20250115_045650_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13057 - }, - { - "timestamp": "2025-01-14 21:03:27", - "image_path": "crop/A01/A01_20250115_045650_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13340 - }, - { - "timestamp": "2025-01-14 21:03:27", - "image_path": "crop/A01/A01_20250115_045854_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12935 - }, - { - "timestamp": "2025-01-14 21:03:27", - "image_path": "crop/A01/A01_20250115_045854_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14937 - }, - { - "timestamp": "2025-01-14 21:03:27", - "image_path": "crop/A01/A01_20250115_050059_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12979 - }, - { - "timestamp": "2025-01-14 21:03:28", - "image_path": "crop/A01/A01_20250115_045241_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13422 - }, - { - "timestamp": "2025-01-14 21:03:29", - "image_path": "crop/A01/A01_20250115_045445_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14040 - }, - { - "timestamp": "2025-01-14 21:03:29", - "image_path": "crop/A01/A01_20250115_045445_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12996 - }, - { - "timestamp": "2025-01-14 21:13:30", - "image_path": "crop/A01/A01_20250115_051126_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12912 - }, - { - "timestamp": "2025-01-14 21:13:30", - "image_path": "crop/A01/A01_20250115_050306_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12499 - }, - { - "timestamp": "2025-01-14 21:13:30", - "image_path": "crop/A01/A01_20250115_050306_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13473 - }, - { - "timestamp": "2025-01-14 21:13:31", - "image_path": "crop/A01/A01_20250115_050715_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12973 - }, - { - "timestamp": "2025-01-14 21:13:32", - "image_path": "crop/A01/A01_20250115_050510_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13093 - }, - { - "timestamp": "2025-01-14 21:13:33", - "image_path": "crop/A01/A01_20250115_050920_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13199 - }, - { - "timestamp": "2025-01-14 21:23:33", - "image_path": "crop/A01/A01_20250115_051742_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10573 - }, - { - "timestamp": "2025-01-14 21:23:33", - "image_path": "crop/A01/A01_20250115_051742_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12939 - }, - { - "timestamp": "2025-01-14 21:23:34", - "image_path": "crop/A01/A01_20250115_051947_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11893 - }, - { - "timestamp": "2025-01-14 21:23:34", - "image_path": "crop/A01/A01_20250115_051947_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12166 - }, - { - "timestamp": "2025-01-14 21:23:34", - "image_path": "crop/A01/A01_20250115_051538_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15531 - }, - { - "timestamp": "2025-01-14 21:23:34", - "image_path": "crop/A01/A01_20250115_051538_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13068 - }, - { - "timestamp": "2025-01-14 21:23:35", - "image_path": "crop/A01/A01_20250115_051333_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12946 - }, - { - "timestamp": "2025-01-14 21:23:35", - "image_path": "crop/A01/A01_20250115_052151_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13006 - }, - { - "timestamp": "2025-01-14 21:27:36", - "image_path": "crop/B02/B02_20250115_052342_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.39KB)", - "file_size": 1424 - }, - { - "timestamp": "2025-01-14 21:37:37", - "image_path": "crop/A01/A01_20250115_052358_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11057 - }, - { - "timestamp": "2025-01-14 21:37:37", - "image_path": "crop/A01/A01_20250115_052358_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11964 - }, - { - "timestamp": "2025-01-14 21:37:37", - "image_path": "crop/A01/A01_20250115_053216_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.17KB)", - "file_size": 7339 - }, - { - "timestamp": "2025-01-14 21:37:37", - "image_path": "crop/B02/B02_20250115_053600_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.68KB)", - "file_size": 3769 - }, - { - "timestamp": "2025-01-14 21:57:42", - "image_path": "crop/A01/A01_20250115_055306_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.19KB)", - "file_size": 8389 - }, - { - "timestamp": "2025-01-14 22:07:45", - "image_path": "crop/A01/A01_20250115_055922_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.92KB)", - "file_size": 10154 - }, - { - "timestamp": "2025-01-14 22:07:46", - "image_path": "crop/A01/A01_20250115_055718_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10801 - }, - { - "timestamp": "2025-01-14 22:17:47", - "image_path": "crop/A01/A01_20250115_060947_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11560 - }, - { - "timestamp": "2025-01-14 22:17:47", - "image_path": "crop/A01/A01_20250115_060743_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10952 - }, - { - "timestamp": "2025-01-14 22:17:48", - "image_path": "crop/A01/A01_20250115_061152_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8875 - }, - { - "timestamp": "2025-01-14 22:17:48", - "image_path": "crop/A01/A01_20250115_060538_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11329 - }, - { - "timestamp": "2025-01-14 22:27:49", - "image_path": "crop/A01/A01_20250115_062217_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.67KB)", - "file_size": 7852 - }, - { - "timestamp": "2025-01-14 22:27:49", - "image_path": "crop/A01/A01_20250115_061808_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.21KB)", - "file_size": 9430 - }, - { - "timestamp": "2025-01-14 22:27:50", - "image_path": "crop/A01/A01_20250115_061603_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9560 - }, - { - "timestamp": "2025-01-14 22:27:50", - "image_path": "crop/A01/A01_20250115_062012_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10558 - }, - { - "timestamp": "2025-01-14 22:37:51", - "image_path": "crop/A01/A01_20250115_063037_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15586 - }, - { - "timestamp": "2025-01-14 22:37:52", - "image_path": "crop/A01/A01_20250115_063242_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12742 - }, - { - "timestamp": "2025-01-14 22:57:56", - "image_path": "crop/A01/A01_20250115_064718_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17745 - }, - { - "timestamp": "2025-01-14 23:08:00", - "image_path": "crop/A01/A01_20250115_070356_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17359 - }, - { - "timestamp": "2025-01-14 23:08:01", - "image_path": "crop/A01/A01_20250115_065947_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13139 - }, - { - "timestamp": "2025-01-14 23:38:10", - "image_path": "crop/A01/A01_20250115_073513_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14350 - }, - { - "timestamp": "2025-01-14 23:53:13", - "image_path": "crop/A01/A01_20250115_074333_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.21KB)", - "file_size": 9435 - }, - { - "timestamp": "2025-01-14 23:53:13", - "image_path": "crop/A01/A01_20250115_073924_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15963 - }, - { - "timestamp": "2025-01-15 00:23:17", - "image_path": "crop/A01/A01_20250115_081652_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14355 - }, - { - "timestamp": "2025-01-15 01:43:21", - "image_path": "crop/A01/A01_20250115_094009_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 25880 - }, - { - "timestamp": "2025-01-15 01:43:21", - "image_path": "crop/B02/B02_20250115_093349_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 27689 - }, - { - "timestamp": "2025-01-15 01:43:21", - "image_path": "crop/B02/B02_20250115_093958_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 62182 - }, - { - "timestamp": "2025-01-15 01:53:23", - "image_path": "crop/B02/B02_20250115_095216_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.69KB)", - "file_size": 1728 - }, - { - "timestamp": "2025-01-15 02:03:24", - "image_path": "crop/B02/B02_20250115_095420_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.14KB)", - "file_size": 7311 - }, - { - "timestamp": "2025-01-15 02:23:29", - "image_path": "crop/A01/A01_20250115_102023_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9476 - }, - { - "timestamp": "2025-01-15 02:23:30", - "image_path": "crop/A01/A01_20250115_102228_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.03KB)", - "file_size": 7198 - }, - { - "timestamp": "2025-01-15 02:23:30", - "image_path": "crop/A01/A01_20250115_101819_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.31KB)", - "file_size": 8507 - }, - { - "timestamp": "2025-01-15 02:23:31", - "image_path": "crop/A01/A01_20250115_101205_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8987 - }, - { - "timestamp": "2025-01-15 02:33:36", - "image_path": "crop/A01/A01_20250115_102435_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9869 - }, - { - "timestamp": "2025-01-15 02:33:38", - "image_path": "crop/A01/A01_20250115_102640_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.60KB)", - "file_size": 7786 - }, - { - "timestamp": "2025-01-15 02:48:43", - "image_path": "crop/A01/A01_20250115_103704_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.17KB)", - "file_size": 8362 - }, - { - "timestamp": "2025-01-15 02:58:50", - "image_path": "crop/A01/A01_20250115_104730_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.43KB)", - "file_size": 9657 - }, - { - "timestamp": "2025-01-15 02:58:53", - "image_path": "crop/B02/B02_20250115_105408_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.01KB)", - "file_size": 9225 - }, - { - "timestamp": "2025-01-15 02:58:53", - "image_path": "crop/B02/B02_20250115_105205_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9003 - }, - { - "timestamp": "2025-01-15 03:08:54", - "image_path": "crop/A01/A01_20250115_110411_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.79KB)", - "file_size": 7978 - }, - { - "timestamp": "2025-01-15 03:08:55", - "image_path": "crop/A01/A01_20250115_110206_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.86KB)", - "file_size": 8048 - }, - { - "timestamp": "2025-01-15 03:08:56", - "image_path": "crop/B02/B02_20250115_110017_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.26KB)", - "file_size": 9486 - }, - { - "timestamp": "2025-01-15 03:28:59", - "image_path": "crop/A01/A01_20250115_111643_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9541 - }, - { - "timestamp": "2025-01-15 03:28:59", - "image_path": "crop/A01/A01_20250115_111850_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10102 - }, - { - "timestamp": "2025-01-15 03:29:00", - "image_path": "crop/A01/A01_20250115_112055_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.58KB)", - "file_size": 9814 - }, - { - "timestamp": "2025-01-15 03:29:01", - "image_path": "crop/A01/A01_20250115_112504_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.61KB)", - "file_size": 8816 - }, - { - "timestamp": "2025-01-15 03:39:06", - "image_path": "crop/A01/A01_20250115_113120_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.60KB)", - "file_size": 9832 - }, - { - "timestamp": "2025-01-15 03:39:08", - "image_path": "crop/A01/A01_20250115_113529_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9046 - }, - { - "timestamp": "2025-01-15 03:39:08", - "image_path": "crop/A01/A01_20250115_112915_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.47KB)", - "file_size": 9696 - }, - { - "timestamp": "2025-01-15 03:39:08", - "image_path": "crop/A01/A01_20250115_113324_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.68KB)", - "file_size": 8890 - }, - { - "timestamp": "2025-01-15 03:49:14", - "image_path": "crop/A01/A01_20250115_114553_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.65KB)", - "file_size": 7829 - }, - { - "timestamp": "2025-01-15 03:49:16", - "image_path": "crop/A01/A01_20250115_114144_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.94KB)", - "file_size": 10179 - }, - { - "timestamp": "2025-01-15 03:49:16", - "image_path": "crop/A01/A01_20250115_113939_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10121 - }, - { - "timestamp": "2025-01-15 03:49:16", - "image_path": "crop/A01/A01_20250115_113735_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.59KB)", - "file_size": 8800 - }, - { - "timestamp": "2025-01-15 03:59:20", - "image_path": "crop/A01/A01_20250115_115004_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.80KB)", - "file_size": 7992 - }, - { - "timestamp": "2025-01-15 03:59:20", - "image_path": "crop/A01/A01_20250115_115617_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.05KB)", - "file_size": 9270 - }, - { - "timestamp": "2025-01-15 03:59:21", - "image_path": "crop/A01/A01_20250115_115208_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.98KB)", - "file_size": 7144 - }, - { - "timestamp": "2025-01-15 03:59:21", - "image_path": "crop/A01/A01_20250115_115413_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.72KB)", - "file_size": 7902 - }, - { - "timestamp": "2025-01-15 03:59:21", - "image_path": "crop/A01/A01_20250115_114759_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.28KB)", - "file_size": 8474 - }, - { - "timestamp": "2025-01-15 04:09:26", - "image_path": "crop/A01/A01_20250115_120241_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10171 - }, - { - "timestamp": "2025-01-15 04:09:28", - "image_path": "crop/A01/A01_20250115_120037_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.06KB)", - "file_size": 8252 - }, - { - "timestamp": "2025-01-15 04:09:28", - "image_path": "crop/A01/A01_20250115_120650_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.81KB)", - "file_size": 9017 - }, - { - "timestamp": "2025-01-15 04:09:29", - "image_path": "crop/A01/A01_20250115_115832_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.28KB)", - "file_size": 6428 - }, - { - "timestamp": "2025-01-15 04:19:35", - "image_path": "crop/A01/A01_20250115_120915_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.31KB)", - "file_size": 7484 - }, - { - "timestamp": "2025-01-15 04:43:55", - "image_path": "crop/A01/A01_20250115_123917_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8550 - }, - { - "timestamp": "2025-01-15 04:53:57", - "image_path": "crop/A01/A01_20250115_124349_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.80KB)", - "file_size": 10038 - }, - { - "timestamp": "2025-01-15 04:53:58", - "image_path": "crop/A01/A01_20250115_124143_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.85KB)", - "file_size": 8040 - }, - { - "timestamp": "2025-01-15 04:53:59", - "image_path": "crop/A01/A01_20250115_124554_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.99KB)", - "file_size": 8180 - }, - { - "timestamp": "2025-01-15 04:53:59", - "image_path": "crop/A01/A01_20250115_124759_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.54KB)", - "file_size": 9766 - }, - { - "timestamp": "2025-01-15 05:04:05", - "image_path": "crop/A01/A01_20250115_130037_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.31KB)", - "file_size": 9536 - }, - { - "timestamp": "2025-01-15 05:14:08", - "image_path": "crop/A01/A01_20250115_130858_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9154 - }, - { - "timestamp": "2025-01-15 05:14:09", - "image_path": "crop/A01/A01_20250115_131102_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.46KB)", - "file_size": 9684 - }, - { - "timestamp": "2025-01-15 05:14:09", - "image_path": "crop/A01/A01_20250115_130244_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.26KB)", - "file_size": 7430 - }, - { - "timestamp": "2025-01-15 05:14:09", - "image_path": "crop/A01/A01_20250115_130448_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.54KB)", - "file_size": 9766 - }, - { - "timestamp": "2025-01-15 05:14:10", - "image_path": "crop/A01/A01_20250115_130653_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9615 - }, - { - "timestamp": "2025-01-15 05:24:15", - "image_path": "crop/A01/A01_20250115_131933_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.40KB)", - "file_size": 7574 - }, - { - "timestamp": "2025-01-15 05:24:15", - "image_path": "crop/A01/A01_20250115_132138_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.00KB)", - "file_size": 9212 - }, - { - "timestamp": "2025-01-15 05:24:16", - "image_path": "crop/A01/A01_20250115_131524_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.75KB)", - "file_size": 7937 - }, - { - "timestamp": "2025-01-15 05:24:17", - "image_path": "crop/A01/A01_20250115_131318_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.54KB)", - "file_size": 7723 - }, - { - "timestamp": "2025-01-15 05:34:22", - "image_path": "crop/A01/A01_20250115_132755_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9875 - }, - { - "timestamp": "2025-01-15 05:34:22", - "image_path": "crop/A01/A01_20250115_133205_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.13KB)", - "file_size": 7297 - }, - { - "timestamp": "2025-01-15 05:34:24", - "image_path": "crop/A01/A01_20250115_133000_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.82KB)", - "file_size": 10051 - }, - { - "timestamp": "2025-01-15 05:44:29", - "image_path": "crop/A01/A01_20250115_134025_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.82KB)", - "file_size": 8012 - }, - { - "timestamp": "2025-01-15 05:44:29", - "image_path": "crop/A01/A01_20250115_133411_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.91KB)", - "file_size": 8104 - }, - { - "timestamp": "2025-01-15 05:44:30", - "image_path": "crop/A01/A01_20250115_134229_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.75KB)", - "file_size": 7936 - }, - { - "timestamp": "2025-01-15 05:44:31", - "image_path": "crop/A01/A01_20250115_133820_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.62KB)", - "file_size": 6784 - }, - { - "timestamp": "2025-01-15 05:44:31", - "image_path": "crop/A01/A01_20250115_133616_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.49KB)", - "file_size": 9720 - }, - { - "timestamp": "2025-01-15 05:54:36", - "image_path": "crop/A01/A01_20250115_135054_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10170 - }, - { - "timestamp": "2025-01-15 05:54:37", - "image_path": "crop/A01/A01_20250115_134645_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.41KB)", - "file_size": 8607 - }, - { - "timestamp": "2025-01-15 05:54:37", - "image_path": "crop/A01/A01_20250115_134850_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.90KB)", - "file_size": 8093 - }, - { - "timestamp": "2025-01-15 05:54:37", - "image_path": "crop/A01/A01_20250115_135259_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.53KB)", - "file_size": 7715 - }, - { - "timestamp": "2025-01-15 05:54:38", - "image_path": "crop/A01/A01_20250115_134441_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9749 - }, - { - "timestamp": "2025-01-15 06:09:47", - "image_path": "crop/A01/A01_20250115_140124_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.10KB)", - "file_size": 7275 - }, - { - "timestamp": "2025-01-15 06:09:48", - "image_path": "crop/A01/A01_20250115_135920_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.38KB)", - "file_size": 9607 - }, - { - "timestamp": "2025-01-15 06:09:48", - "image_path": "crop/A01/A01_20250115_140329_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9474 - }, - { - "timestamp": "2025-01-15 06:18:54", - "image_path": "crop/A01/A01_20250115_140959_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.89KB)", - "file_size": 8082 - }, - { - "timestamp": "2025-01-15 06:18:55", - "image_path": "crop/A01/A01_20250115_140550_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9472 - }, - { - "timestamp": "2025-01-15 06:18:55", - "image_path": "crop/A01/A01_20250115_140754_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.50KB)", - "file_size": 8703 - }, - { - "timestamp": "2025-01-15 06:18:56", - "image_path": "crop/A01/A01_20250115_141204_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.37KB)", - "file_size": 7549 - }, - { - "timestamp": "2025-01-15 06:18:56", - "image_path": "crop/A01/A01_20250115_141408_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.19KB)", - "file_size": 7360 - }, - { - "timestamp": "2025-01-15 06:29:02", - "image_path": "crop/A01/A01_20250115_141842_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.84KB)", - "file_size": 7009 - }, - { - "timestamp": "2025-01-15 06:29:02", - "image_path": "crop/A01/A01_20250115_141637_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.68KB)", - "file_size": 6843 - }, - { - "timestamp": "2025-01-15 06:29:04", - "image_path": "crop/A01/A01_20250115_142046_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10173 - }, - { - "timestamp": "2025-01-15 06:39:09", - "image_path": "crop/A01/A01_20250115_142922_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11624 - }, - { - "timestamp": "2025-01-15 06:39:09", - "image_path": "crop/A01/A01_20250115_143126_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10115 - }, - { - "timestamp": "2025-01-15 06:39:11", - "image_path": "crop/A01/A01_20250115_143535_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.43KB)", - "file_size": 9654 - }, - { - "timestamp": "2025-01-15 06:49:17", - "image_path": "crop/A01/A01_20250115_144609_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14098 - }, - { - "timestamp": "2025-01-15 06:49:17", - "image_path": "crop/A01/A01_20250115_144405_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.72KB)", - "file_size": 7902 - }, - { - "timestamp": "2025-01-15 06:49:18", - "image_path": "crop/A01/A01_20250115_143752_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.67KB)", - "file_size": 9904 - }, - { - "timestamp": "2025-01-15 06:49:20", - "image_path": "crop/A01/A01_20250115_144200_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16114 - }, - { - "timestamp": "2025-01-15 06:49:20", - "image_path": "crop/A01/A01_20250115_143956_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.56KB)", - "file_size": 9792 - }, - { - "timestamp": "2025-01-15 06:59:28", - "image_path": "crop/A01/A01_20250115_145031_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15635 - }, - { - "timestamp": "2025-01-15 06:59:28", - "image_path": "crop/A01/A01_20250115_145031_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.53KB)", - "file_size": 9758 - }, - { - "timestamp": "2025-01-15 06:59:29", - "image_path": "crop/A01/A01_20250115_145645_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.33KB)", - "file_size": 6485 - }, - { - "timestamp": "2025-01-15 07:09:35", - "image_path": "crop/A01/A01_20250115_150312_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8735 - }, - { - "timestamp": "2025-01-15 07:09:35", - "image_path": "crop/A01/A01_20250115_150312_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16833 - }, - { - "timestamp": "2025-01-15 07:09:36", - "image_path": "crop/A01/A01_20250115_150107_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18426 - }, - { - "timestamp": "2025-01-15 07:09:37", - "image_path": "crop/A01/A01_20250115_150721_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.96KB)", - "file_size": 10199 - }, - { - "timestamp": "2025-01-15 07:09:37", - "image_path": "crop/A01/A01_20250115_150721_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14392 - }, - { - "timestamp": "2025-01-15 07:09:38", - "image_path": "crop/A01/A01_20250115_150516_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9490 - }, - { - "timestamp": "2025-01-15 07:09:38", - "image_path": "crop/A01/A01_20250115_150516_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14955 - }, - { - "timestamp": "2025-01-15 07:19:43", - "image_path": "crop/A01/A01_20250115_151143_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.40KB)", - "file_size": 9624 - }, - { - "timestamp": "2025-01-15 07:19:43", - "image_path": "crop/A01/A01_20250115_150938_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.80KB)", - "file_size": 10038 - }, - { - "timestamp": "2025-01-15 07:19:44", - "image_path": "crop/A01/A01_20250115_151756_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14495 - }, - { - "timestamp": "2025-01-15 07:19:44", - "image_path": "crop/A01/A01_20250115_151756_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.75KB)", - "file_size": 6912 - }, - { - "timestamp": "2025-01-15 07:34:57", - "image_path": "crop/A01/A01_20250115_152027_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9191 - }, - { - "timestamp": "2025-01-15 07:44:01", - "image_path": "crop/A01/A01_20250115_153111_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.91KB)", - "file_size": 7079 - }, - { - "timestamp": "2025-01-15 07:44:02", - "image_path": "crop/A01/A01_20250115_153725_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9818 - }, - { - "timestamp": "2025-01-15 07:44:02", - "image_path": "crop/A01/A01_20250115_153929_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.37KB)", - "file_size": 7547 - }, - { - "timestamp": "2025-01-15 07:44:05", - "image_path": "crop/A01/A01_20250115_153316_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.85KB)", - "file_size": 5989 - }, - { - "timestamp": "2025-01-15 07:54:09", - "image_path": "crop/A01/A01_20250115_154157_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.67KB)", - "file_size": 6834 - }, - { - "timestamp": "2025-01-15 07:54:10", - "image_path": "crop/A01/A01_20250115_154606_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16428 - }, - { - "timestamp": "2025-01-15 07:54:11", - "image_path": "crop/A01/A01_20250115_154402_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18118 - }, - { - "timestamp": "2025-01-15 07:54:11", - "image_path": "crop/A01/A01_20250115_154402_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.67KB)", - "file_size": 8877 - }, - { - "timestamp": "2025-01-15 07:54:12", - "image_path": "crop/A01/A01_20250115_154811_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16788 - }, - { - "timestamp": "2025-01-15 08:04:18", - "image_path": "crop/A01/A01_20250115_155444_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11755 - }, - { - "timestamp": "2025-01-15 08:04:18", - "image_path": "crop/A01/A01_20250115_155853_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13281 - }, - { - "timestamp": "2025-01-15 08:04:19", - "image_path": "crop/A01/A01_20250115_155649_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12522 - }, - { - "timestamp": "2025-01-15 08:04:19", - "image_path": "crop/A01/A01_20250115_155649_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.69KB)", - "file_size": 7878 - }, - { - "timestamp": "2025-01-15 08:04:19", - "image_path": "crop/A01/A01_20250115_160058_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13118 - }, - { - "timestamp": "2025-01-15 08:04:20", - "image_path": "crop/A01/A01_20250115_155240_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13831 - }, - { - "timestamp": "2025-01-15 08:14:26", - "image_path": "crop/A01/A01_20250115_160951_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.95KB)", - "file_size": 10186 - }, - { - "timestamp": "2025-01-15 08:14:26", - "image_path": "crop/A01/A01_20250115_160951_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15482 - }, - { - "timestamp": "2025-01-15 08:14:27", - "image_path": "crop/A01/A01_20250115_160542_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12510 - }, - { - "timestamp": "2025-01-15 08:14:27", - "image_path": "crop/A01/A01_20250115_160338_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12982 - }, - { - "timestamp": "2025-01-15 08:14:28", - "image_path": "crop/A01/A01_20250115_160747_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12915 - }, - { - "timestamp": "2025-01-15 08:14:28", - "image_path": "crop/A01/A01_20250115_160747_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.57KB)", - "file_size": 6730 - }, - { - "timestamp": "2025-01-15 08:14:29", - "image_path": "crop/A01/A01_20250115_161156_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16443 - }, - { - "timestamp": "2025-01-15 08:14:29", - "image_path": "crop/A01/A01_20250115_161156_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.57KB)", - "file_size": 7754 - }, - { - "timestamp": "2025-01-15 08:24:34", - "image_path": "crop/A01/A01_20250115_161841_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(3.43KB)", - "file_size": 3511 - }, - { - "timestamp": "2025-01-15 08:24:35", - "image_path": "crop/A01/A01_20250115_162251_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11986 - }, - { - "timestamp": "2025-01-15 08:24:36", - "image_path": "crop/A01/A01_20250115_161432_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.14KB)", - "file_size": 9355 - }, - { - "timestamp": "2025-01-15 08:24:36", - "image_path": "crop/A01/A01_20250115_161432_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.38KB)", - "file_size": 7562 - }, - { - "timestamp": "2025-01-15 08:39:43", - "image_path": "crop/A01/A01_20250115_163347_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.30KB)", - "file_size": 7476 - }, - { - "timestamp": "2025-01-15 08:39:44", - "image_path": "crop/A01/A01_20250115_162733_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.46KB)", - "file_size": 7634 - }, - { - "timestamp": "2025-01-15 08:49:53", - "image_path": "crop/A01/A01_20250115_164451_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13840 - }, - { - "timestamp": "2025-01-15 08:49:53", - "image_path": "crop/A01/A01_20250115_164451_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.80KB)", - "file_size": 10037 - }, - { - "timestamp": "2025-01-15 08:49:54", - "image_path": "crop/A01/A01_20250115_164245_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.76KB)", - "file_size": 7950 - }, - { - "timestamp": "2025-01-15 08:49:54", - "image_path": "crop/A01/A01_20250115_164040_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.18KB)", - "file_size": 7352 - }, - { - "timestamp": "2025-01-15 09:00:02", - "image_path": "crop/A01/A01_20250115_165554_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9779 - }, - { - "timestamp": "2025-01-15 09:00:07", - "image_path": "crop/A01/A01_20250115_164941_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.04KB)", - "file_size": 7209 - }, - { - "timestamp": "2025-01-15 09:00:07", - "image_path": "crop/A01/A01_20250115_164736_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10970 - }, - { - "timestamp": "2025-01-15 09:00:08", - "image_path": "crop/A01/A01_20250115_164736_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.00KB)", - "file_size": 7172 - }, - { - "timestamp": "2025-01-15 09:09:12", - "image_path": "crop/A01/A01_20250115_170452_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.61KB)", - "file_size": 8820 - }, - { - "timestamp": "2025-01-15 09:09:15", - "image_path": "crop/A01/A01_20250115_170042_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9861 - }, - { - "timestamp": "2025-01-15 09:19:22", - "image_path": "crop/A01/A01_20250115_171343_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.80KB)", - "file_size": 10040 - }, - { - "timestamp": "2025-01-15 09:19:22", - "image_path": "crop/A01/A01_20250115_171139_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.77KB)", - "file_size": 8982 - }, - { - "timestamp": "2025-01-15 09:19:22", - "image_path": "crop/A01/A01_20250115_171548_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.83KB)", - "file_size": 9046 - }, - { - "timestamp": "2025-01-15 09:34:30", - "image_path": "crop/A01/A01_20250115_172844_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12939 - }, - { - "timestamp": "2025-01-15 09:34:31", - "image_path": "crop/A01/A01_20250115_172639_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 8996 - }, - { - "timestamp": "2025-01-15 09:34:34", - "image_path": "crop/B02/B02_20250115_173119_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 48661 - }, - { - "timestamp": "2025-01-15 09:44:35", - "image_path": "crop/A01/A01_20250115_173937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.24KB)", - "file_size": 9461 - }, - { - "timestamp": "2025-01-15 09:44:36", - "image_path": "crop/A01/A01_20250115_173118_3.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.13KB)", - "file_size": 8330 - }, - { - "timestamp": "2025-01-15 09:44:36", - "image_path": "crop/A01/A01_20250115_173118_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16340 - }, - { - "timestamp": "2025-01-15 09:44:40", - "image_path": "crop/B02/B02_20250115_173949_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12593 - }, - { - "timestamp": "2025-01-15 09:44:41", - "image_path": "crop/B02/B02_20250115_174152_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18795 - }, - { - "timestamp": "2025-01-15 09:54:45", - "image_path": "crop/A01/A01_20250115_174818_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11571 - }, - { - "timestamp": "2025-01-15 09:54:45", - "image_path": "crop/A01/A01_20250115_174203_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15454 - }, - { - "timestamp": "2025-01-15 09:54:46", - "image_path": "crop/A01/A01_20250115_174612_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.57KB)", - "file_size": 7748 - }, - { - "timestamp": "2025-01-15 09:54:46", - "image_path": "crop/A01/A01_20250115_175022_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12468 - }, - { - "timestamp": "2025-01-15 09:54:48", - "image_path": "crop/B02/B02_20250115_174409_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.46KB)", - "file_size": 6618 - }, - { - "timestamp": "2025-01-15 09:54:49", - "image_path": "crop/B02/B02_20250115_175222_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.51KB)", - "file_size": 1550 - }, - { - "timestamp": "2025-01-15 09:54:49", - "image_path": "crop/B02/B02_20250115_174816_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.43KB)", - "file_size": 1469 - }, - { - "timestamp": "2025-01-15 10:04:50", - "image_path": "crop/A01/A01_20250115_175248_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17218 - }, - { - "timestamp": "2025-01-15 10:44:55", - "image_path": "crop/A01/A01_20250115_183921_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 27784 - }, - { - "timestamp": "2025-01-15 10:44:55", - "image_path": "crop/A01/A01_20250115_183921_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.40KB)", - "file_size": 8600 - }, - { - "timestamp": "2025-01-15 10:44:57", - "image_path": "crop/B02/B02_20250115_183752_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.70KB)", - "file_size": 1739 - }, - { - "timestamp": "2025-01-15 10:44:58", - "image_path": "crop/B02/B02_20250115_183955_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.82KB)", - "file_size": 1866 - }, - { - "timestamp": "2025-01-15 10:44:59", - "image_path": "crop/B02/B02_20250115_184158_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.23KB)", - "file_size": 7404 - }, - { - "timestamp": "2025-01-15 10:55:01", - "image_path": "crop/A01/A01_20250115_184946_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.79KB)", - "file_size": 9000 - }, - { - "timestamp": "2025-01-15 11:10:10", - "image_path": "crop/A01/A01_20250115_185614_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.64KB)", - "file_size": 7826 - }, - { - "timestamp": "2025-01-15 11:10:11", - "image_path": "crop/A01/A01_20250115_185818_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.58KB)", - "file_size": 7764 - }, - { - "timestamp": "2025-01-15 11:10:13", - "image_path": "crop/A01/A01_20250115_190023_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16816 - }, - { - "timestamp": "2025-01-15 11:10:13", - "image_path": "crop/A01/A01_20250115_190432_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9861 - }, - { - "timestamp": "2025-01-15 11:10:14", - "image_path": "crop/A01/A01_20250115_190432_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.41KB)", - "file_size": 7592 - }, - { - "timestamp": "2025-01-15 11:20:18", - "image_path": "crop/A01/A01_20250115_191252_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.07KB)", - "file_size": 6214 - }, - { - "timestamp": "2025-01-15 11:20:18", - "image_path": "crop/A01/A01_20250115_191252_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16347 - }, - { - "timestamp": "2025-01-15 11:20:18", - "image_path": "crop/A01/A01_20250115_191048_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20009 - }, - { - "timestamp": "2025-01-15 11:20:19", - "image_path": "crop/A01/A01_20250115_191048_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14468 - }, - { - "timestamp": "2025-01-15 11:20:19", - "image_path": "crop/A01/A01_20250115_190639_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.66KB)", - "file_size": 7846 - }, - { - "timestamp": "2025-01-15 11:20:19", - "image_path": "crop/A01/A01_20250115_191457_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.26KB)", - "file_size": 6408 - }, - { - "timestamp": "2025-01-15 11:20:20", - "image_path": "crop/A01/A01_20250115_190843_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17516 - }, - { - "timestamp": "2025-01-15 11:30:25", - "image_path": "crop/A01/A01_20250115_192322_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.00KB)", - "file_size": 8192 - }, - { - "timestamp": "2025-01-15 11:30:25", - "image_path": "crop/A01/A01_20250115_191706_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.53KB)", - "file_size": 9756 - }, - { - "timestamp": "2025-01-15 11:30:26", - "image_path": "crop/A01/A01_20250115_191911_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11426 - }, - { - "timestamp": "2025-01-15 11:30:28", - "image_path": "crop/A01/A01_20250115_192116_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.65KB)", - "file_size": 7830 - }, - { - "timestamp": "2025-01-15 11:30:28", - "image_path": "crop/A01/A01_20250115_192526_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.38KB)", - "file_size": 8583 - }, - { - "timestamp": "2025-01-15 11:30:28", - "image_path": "crop/A01/A01_20250115_192526_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.22KB)", - "file_size": 7398 - }, - { - "timestamp": "2025-01-15 11:40:33", - "image_path": "crop/A01/A01_20250115_193142_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.46KB)", - "file_size": 5593 - }, - { - "timestamp": "2025-01-15 11:40:34", - "image_path": "crop/A01/A01_20250115_193551_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.89KB)", - "file_size": 8079 - }, - { - "timestamp": "2025-01-15 11:40:34", - "image_path": "crop/A01/A01_20250115_193551_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.58KB)", - "file_size": 5713 - }, - { - "timestamp": "2025-01-15 11:40:34", - "image_path": "crop/A01/A01_20250115_192937_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.79KB)", - "file_size": 6949 - }, - { - "timestamp": "2025-01-15 11:40:34", - "image_path": "crop/A01/A01_20250115_192937_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.21KB)", - "file_size": 8405 - }, - { - "timestamp": "2025-01-15 11:40:35", - "image_path": "crop/A01/A01_20250115_193347_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.44KB)", - "file_size": 8642 - }, - { - "timestamp": "2025-01-15 11:40:35", - "image_path": "crop/A01/A01_20250115_192733_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.11KB)", - "file_size": 7277 - }, - { - "timestamp": "2025-01-15 11:40:37", - "image_path": "crop/B02/B02_20250115_193541_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 24672 - }, - { - "timestamp": "2025-01-15 11:49:40", - "image_path": "crop/A01/A01_20250115_194411_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.63KB)", - "file_size": 9865 - }, - { - "timestamp": "2025-01-15 11:49:43", - "image_path": "crop/A01/A01_20250115_194207_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.93KB)", - "file_size": 10172 - }, - { - "timestamp": "2025-01-15 11:49:43", - "image_path": "crop/A01/A01_20250115_193758_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9345 - }, - { - "timestamp": "2025-01-15 11:49:48", - "image_path": "crop/B02/B02_20250115_194356_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.45KB)", - "file_size": 1487 - }, - { - "timestamp": "2025-01-15 11:59:50", - "image_path": "crop/A01/A01_20250115_195230_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.64KB)", - "file_size": 9867 - }, - { - "timestamp": "2025-01-15 11:59:51", - "image_path": "crop/B02/B02_20250115_194804_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 51475 - }, - { - "timestamp": "2025-01-15 12:09:54", - "image_path": "crop/A01/A01_20250115_200500_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.35KB)", - "file_size": 8549 - }, - { - "timestamp": "2025-01-15 12:09:54", - "image_path": "crop/A01/A01_20250115_195846_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.46KB)", - "file_size": 9684 - }, - { - "timestamp": "2025-01-15 12:09:54", - "image_path": "crop/A01/A01_20250115_200704_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.66KB)", - "file_size": 7843 - }, - { - "timestamp": "2025-01-15 12:40:03", - "image_path": "crop/A01/A01_20250115_203408_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.63KB)", - "file_size": 7810 - }, - { - "timestamp": "2025-01-15 12:40:03", - "image_path": "crop/A01/A01_20250115_203408_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15285 - }, - { - "timestamp": "2025-01-15 12:40:03", - "image_path": "crop/A01/A01_20250115_203817_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14803 - }, - { - "timestamp": "2025-01-15 12:40:04", - "image_path": "crop/A01/A01_20250115_203204_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14917 - }, - { - "timestamp": "2025-01-15 12:40:04", - "image_path": "crop/A01/A01_20250115_203613_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15507 - }, - { - "timestamp": "2025-01-15 12:40:04", - "image_path": "crop/A01/A01_20250115_203613_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.01KB)", - "file_size": 7175 - }, - { - "timestamp": "2025-01-15 12:50:05", - "image_path": "crop/A01/A01_20250115_204432_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14887 - }, - { - "timestamp": "2025-01-15 12:50:05", - "image_path": "crop/A01/A01_20250115_204432_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.80KB)", - "file_size": 6965 - }, - { - "timestamp": "2025-01-15 12:50:05", - "image_path": "crop/A01/A01_20250115_204228_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.40KB)", - "file_size": 7580 - }, - { - "timestamp": "2025-01-15 12:50:05", - "image_path": "crop/A01/A01_20250115_204228_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14930 - }, - { - "timestamp": "2025-01-15 12:50:05", - "image_path": "crop/A01/A01_20250115_204023_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.76KB)", - "file_size": 6924 - }, - { - "timestamp": "2025-01-15 12:50:06", - "image_path": "crop/A01/A01_20250115_204023_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14352 - }, - { - "timestamp": "2025-01-15 12:50:06", - "image_path": "crop/A01/A01_20250115_204842_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12791 - }, - { - "timestamp": "2025-01-15 12:50:06", - "image_path": "crop/A01/A01_20250115_204637_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13783 - }, - { - "timestamp": "2025-01-15 12:50:06", - "image_path": "crop/A01/A01_20250115_204637_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.18KB)", - "file_size": 6325 - }, - { - "timestamp": "2025-01-15 13:00:07", - "image_path": "crop/A01/A01_20250115_205701_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.98KB)", - "file_size": 6120 - }, - { - "timestamp": "2025-01-15 13:00:07", - "image_path": "crop/A01/A01_20250115_205701_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13134 - }, - { - "timestamp": "2025-01-15 13:00:08", - "image_path": "crop/A01/A01_20250115_205457_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 13556 - }, - { - "timestamp": "2025-01-15 13:00:08", - "image_path": "crop/A01/A01_20250115_205457_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.02KB)", - "file_size": 6166 - }, - { - "timestamp": "2025-01-15 13:00:08", - "image_path": "crop/A01/A01_20250115_205906_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17480 - }, - { - "timestamp": "2025-01-15 13:00:08", - "image_path": "crop/A01/A01_20250115_205048_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.03KB)", - "file_size": 7203 - }, - { - "timestamp": "2025-01-15 13:00:08", - "image_path": "crop/A01/A01_20250115_205048_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14820 - }, - { - "timestamp": "2025-01-15 13:00:09", - "image_path": "crop/A01/A01_20250115_205252_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14055 - }, - { - "timestamp": "2025-01-15 13:15:10", - "image_path": "crop/A01/A01_20250115_210930_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.47KB)", - "file_size": 7653 - }, - { - "timestamp": "2025-01-15 13:15:11", - "image_path": "crop/A01/A01_20250115_210522_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.53KB)", - "file_size": 7714 - }, - { - "timestamp": "2025-01-15 13:15:11", - "image_path": "crop/A01/A01_20250115_210113_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10114 - }, - { - "timestamp": "2025-01-15 13:25:13", - "image_path": "crop/A01/A01_20250115_211550_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.00KB)", - "file_size": 8189 - }, - { - "timestamp": "2025-01-15 13:25:13", - "image_path": "crop/A01/A01_20250115_211550_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11198 - }, - { - "timestamp": "2025-01-15 13:35:16", - "image_path": "crop/A01/A01_20250115_212839_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.34KB)", - "file_size": 7520 - }, - { - "timestamp": "2025-01-15 13:35:16", - "image_path": "crop/A01/A01_20250115_212225_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.97KB)", - "file_size": 10209 - }, - { - "timestamp": "2025-01-15 13:35:16", - "image_path": "crop/A01/A01_20250115_212634_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10927 - }, - { - "timestamp": "2025-01-15 13:35:16", - "image_path": "crop/A01/A01_20250115_213043_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.70KB)", - "file_size": 7887 - }, - { - "timestamp": "2025-01-15 13:45:19", - "image_path": "crop/A01/A01_20250115_213507_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.61KB)", - "file_size": 7794 - }, - { - "timestamp": "2025-01-15 13:45:19", - "image_path": "crop/A01/A01_20250115_213302_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.97KB)", - "file_size": 8159 - }, - { - "timestamp": "2025-01-15 13:45:20", - "image_path": "crop/A01/A01_20250115_213711_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10462 - }, - { - "timestamp": "2025-01-15 13:45:20", - "image_path": "crop/A01/A01_20250115_213711_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.65KB)", - "file_size": 7834 - }, - { - "timestamp": "2025-01-15 13:55:22", - "image_path": "crop/A01/A01_20250115_214536_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.13KB)", - "file_size": 6277 - }, - { - "timestamp": "2025-01-15 13:55:23", - "image_path": "crop/A01/A01_20250115_214332_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.25KB)", - "file_size": 9470 - }, - { - "timestamp": "2025-01-15 14:35:35", - "image_path": "crop/A01/A01_20250115_223140_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.07KB)", - "file_size": 8263 - }, - { - "timestamp": "2025-01-15 14:35:36", - "image_path": "crop/A01/A01_20250115_222731_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.84KB)", - "file_size": 7002 - }, - { - "timestamp": "2025-01-15 14:35:36", - "image_path": "crop/A01/A01_20250115_222935_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.32KB)", - "file_size": 9539 - }, - { - "timestamp": "2025-01-15 14:35:37", - "image_path": "crop/A01/A01_20250115_222527_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9322 - }, - { - "timestamp": "2025-01-15 14:45:38", - "image_path": "crop/A01/A01_20250115_223755_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.27KB)", - "file_size": 9496 - }, - { - "timestamp": "2025-01-15 14:45:41", - "image_path": "crop/A01/A01_20250115_223550_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.94KB)", - "file_size": 9157 - }, - { - "timestamp": "2025-01-15 14:55:42", - "image_path": "crop/A01/A01_20250115_225227_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.93KB)", - "file_size": 8122 - }, - { - "timestamp": "2025-01-15 14:55:43", - "image_path": "crop/A01/A01_20250115_224819_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.36KB)", - "file_size": 6508 - }, - { - "timestamp": "2025-01-15 14:55:43", - "image_path": "crop/A01/A01_20250115_225023_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.40KB)", - "file_size": 9622 - }, - { - "timestamp": "2025-01-15 15:10:45", - "image_path": "crop/A01/A01_20250115_230251_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.43KB)", - "file_size": 7607 - }, - { - "timestamp": "2025-01-15 15:10:45", - "image_path": "crop/A01/A01_20250115_230047_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.04KB)", - "file_size": 7205 - }, - { - "timestamp": "2025-01-15 15:10:46", - "image_path": "crop/A01/A01_20250115_230456_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.98KB)", - "file_size": 7145 - }, - { - "timestamp": "2025-01-15 15:20:49", - "image_path": "crop/A01/A01_20250115_230906_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.44KB)", - "file_size": 9665 - }, - { - "timestamp": "2025-01-15 15:20:50", - "image_path": "crop/A01/A01_20250115_231110_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16361 - }, - { - "timestamp": "2025-01-15 15:30:52", - "image_path": "crop/A01/A01_20250115_231930_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8494 - }, - { - "timestamp": "2025-01-15 15:30:52", - "image_path": "crop/A01/A01_20250115_232543_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15567 - }, - { - "timestamp": "2025-01-15 15:30:53", - "image_path": "crop/A01/A01_20250115_231725_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.10KB)", - "file_size": 9321 - }, - { - "timestamp": "2025-01-15 15:40:54", - "image_path": "crop/A01/A01_20250115_232749_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.29KB)", - "file_size": 7461 - }, - { - "timestamp": "2025-01-15 15:40:54", - "image_path": "crop/A01/A01_20250115_232749_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.34KB)", - "file_size": 9563 - }, - { - "timestamp": "2025-01-15 15:40:55", - "image_path": "crop/A01/A01_20250115_233403_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12807 - }, - { - "timestamp": "2025-01-15 15:40:55", - "image_path": "crop/A01/A01_20250115_232954_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15838 - }, - { - "timestamp": "2025-01-15 15:50:57", - "image_path": "crop/A01/A01_20250115_234631_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.22KB)", - "file_size": 8417 - }, - { - "timestamp": "2025-01-15 16:01:02", - "image_path": "crop/A01/A01_20250115_235655_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.81KB)", - "file_size": 7998 - }, - { - "timestamp": "2025-01-15 16:16:04", - "image_path": "crop/B02/B02_20250116_001200_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(2.92KB)", - "file_size": 2989 - }, - { - "timestamp": "2025-01-16 02:01:32", - "image_path": "crop/A01/A01_20250116_095223_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.41KB)", - "file_size": 5541 - }, - { - "timestamp": "2025-01-16 02:01:32", - "image_path": "crop/A01/A01_20250116_095223_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11603 - }, - { - "timestamp": "2025-01-16 02:11:37", - "image_path": "crop/A01/A01_20250116_100248_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14477 - }, - { - "timestamp": "2025-01-16 02:11:38", - "image_path": "crop/A01/A01_20250116_100044_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.73KB)", - "file_size": 5863 - }, - { - "timestamp": "2025-01-16 02:11:39", - "image_path": "crop/A01/A01_20250116_100657_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.26KB)", - "file_size": 7433 - }, - { - "timestamp": "2025-01-16 02:41:58", - "image_path": "crop/A01/A01_20250116_103834_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.42KB)", - "file_size": 8617 - }, - { - "timestamp": "2025-01-16 02:41:59", - "image_path": "crop/A01/A01_20250116_103630_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.13KB)", - "file_size": 9349 - }, - { - "timestamp": "2025-01-16 02:47:00", - "image_path": "crop/A01/A01_20250116_104039_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.57KB)", - "file_size": 9799 - }, - { - "timestamp": "2025-01-16 02:56:13", - "image_path": "crop/B02/B02_20250116_104528_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.59KB)", - "file_size": 1627 - }, - { - "timestamp": "2025-01-16 03:06:18", - "image_path": "crop/A01/A01_20250116_110138_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9200 - }, - { - "timestamp": "2025-01-16 03:06:19", - "image_path": "crop/A01/A01_20250116_105525_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9650 - }, - { - "timestamp": "2025-01-16 03:16:24", - "image_path": "crop/A01/A01_20250116_110352_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.99KB)", - "file_size": 10230 - }, - { - "timestamp": "2025-01-16 03:51:37", - "image_path": "crop/A01/A01_20250116_114409_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14648 - }, - { - "timestamp": "2025-01-16 04:06:52", - "image_path": "crop/A01/A01_20250116_115451_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.72KB)", - "file_size": 8933 - }, - { - "timestamp": "2025-01-16 04:06:55", - "image_path": "crop/A01/A01_20250116_115656_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.11KB)", - "file_size": 8306 - }, - { - "timestamp": "2025-01-16 04:16:57", - "image_path": "crop/A01/A01_20250116_121156_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.52KB)", - "file_size": 7699 - }, - { - "timestamp": "2025-01-16 04:16:58", - "image_path": "crop/A01/A01_20250116_121156_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16087 - }, - { - "timestamp": "2025-01-16 04:17:01", - "image_path": "crop/A01/A01_20250116_120952_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14693 - }, - { - "timestamp": "2025-01-16 04:27:06", - "image_path": "crop/A01/A01_20250116_121636_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15890 - }, - { - "timestamp": "2025-01-16 04:27:08", - "image_path": "crop/A01/A01_20250116_121431_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16220 - }, - { - "timestamp": "2025-01-16 04:27:10", - "image_path": "crop/A01/A01_20250116_121841_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15852 - }, - { - "timestamp": "2025-01-16 04:37:14", - "image_path": "crop/A01/A01_20250116_122729_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15932 - }, - { - "timestamp": "2025-01-16 04:46:25", - "image_path": "crop/A01/A01_20250116_123821_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18254 - }, - { - "timestamp": "2025-01-16 04:46:26", - "image_path": "crop/A01/A01_20250116_123821_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.54KB)", - "file_size": 9768 - }, - { - "timestamp": "2025-01-16 04:46:28", - "image_path": "crop/A01/A01_20250116_123617_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18330 - }, - { - "timestamp": "2025-01-16 04:56:39", - "image_path": "crop/B02/B02_20250116_124517_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.68KB)", - "file_size": 1721 - }, - { - "timestamp": "2025-01-16 05:11:49", - "image_path": "crop/A01/A01_20250116_130159_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.77KB)", - "file_size": 10002 - }, - { - "timestamp": "2025-01-16 05:11:50", - "image_path": "crop/A01/A01_20250116_130404_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.61KB)", - "file_size": 9840 - }, - { - "timestamp": "2025-01-16 05:11:53", - "image_path": "crop/A01/A01_20250116_125953_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(10.00KB)", - "file_size": 10237 - }, - { - "timestamp": "2025-01-16 05:16:55", - "image_path": "crop/B02/B02_20250116_130823_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.62KB)", - "file_size": 1655 - }, - { - "timestamp": "2025-01-16 05:22:02", - "image_path": "crop/A01/A01_20250116_130834_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.82KB)", - "file_size": 10055 - }, - { - "timestamp": "2025-01-16 05:22:03", - "image_path": "crop/A01/A01_20250116_131652_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14287 - }, - { - "timestamp": "2025-01-16 05:22:04", - "image_path": "crop/A01/A01_20250116_131039_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9748 - }, - { - "timestamp": "2025-01-16 05:27:05", - "image_path": "crop/B02/B02_20250116_131853_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(1.53KB)", - "file_size": 1566 - }, - { - "timestamp": "2025-01-16 05:32:08", - "image_path": "crop/A01/A01_20250116_132533_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.34KB)", - "file_size": 8536 - }, - { - "timestamp": "2025-01-16 05:32:09", - "image_path": "crop/A01/A01_20250116_131920_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.38KB)", - "file_size": 8581 - }, - { - "timestamp": "2025-01-16 05:32:12", - "image_path": "crop/A01/A01_20250116_132329_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.15KB)", - "file_size": 8343 - }, - { - "timestamp": "2025-01-16 05:42:19", - "image_path": "crop/A01/A01_20250116_133615_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.47KB)", - "file_size": 5600 - }, - { - "timestamp": "2025-01-16 05:42:20", - "image_path": "crop/A01/A01_20250116_133411_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.21KB)", - "file_size": 8411 - }, - { - "timestamp": "2025-01-16 05:42:20", - "image_path": "crop/A01/A01_20250116_133411_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.42KB)", - "file_size": 9644 - }, - { - "timestamp": "2025-01-16 05:42:21", - "image_path": "crop/A01/A01_20250116_133206_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22950 - }, - { - "timestamp": "2025-01-16 05:52:25", - "image_path": "crop/A01/A01_20250116_134043_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22111 - }, - { - "timestamp": "2025-01-16 05:52:26", - "image_path": "crop/A01/A01_20250116_134247_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.53KB)", - "file_size": 8730 - }, - { - "timestamp": "2025-01-16 06:02:30", - "image_path": "crop/A01/A01_20250116_135725_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12881 - }, - { - "timestamp": "2025-01-16 06:02:30", - "image_path": "crop/A01/A01_20250116_135316_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.61KB)", - "file_size": 9845 - }, - { - "timestamp": "2025-01-16 06:12:38", - "image_path": "crop/A01/A01_20250116_140749_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.40KB)", - "file_size": 9630 - }, - { - "timestamp": "2025-01-16 06:12:40", - "image_path": "crop/A01/A01_20250116_140545_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 17383 - }, - { - "timestamp": "2025-01-16 06:12:42", - "image_path": "crop/B02/B02_20250116_135828_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 14064 - }, - { - "timestamp": "2025-01-16 06:21:45", - "image_path": "crop/A01/A01_20250116_141420_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.12KB)", - "file_size": 9344 - }, - { - "timestamp": "2025-01-16 06:21:45", - "image_path": "crop/A01/A01_20250116_141420_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 18259 - }, - { - "timestamp": "2025-01-16 06:36:53", - "image_path": "crop/A01/A01_20250116_142307_3.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.51KB)", - "file_size": 8714 - }, - { - "timestamp": "2025-01-16 06:36:54", - "image_path": "crop/A01/A01_20250116_142716_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.64KB)", - "file_size": 7821 - }, - { - "timestamp": "2025-01-16 06:36:55", - "image_path": "crop/A01/A01_20250116_143125_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.28KB)", - "file_size": 8474 - }, - { - "timestamp": "2025-01-16 06:36:56", - "image_path": "crop/A01/A01_20250116_142920_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.76KB)", - "file_size": 9997 - }, - { - "timestamp": "2025-01-16 06:36:58", - "image_path": "crop/A01/A01_20250116_142511_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.85KB)", - "file_size": 9063 - }, - { - "timestamp": "2025-01-16 06:47:04", - "image_path": "crop/A01/A01_20250116_143749_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16728 - }, - { - "timestamp": "2025-01-16 06:47:06", - "image_path": "crop/A01/A01_20250116_144158_4.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16692 - }, - { - "timestamp": "2025-01-16 06:57:13", - "image_path": "crop/A01/A01_20250116_145034_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.98KB)", - "file_size": 9195 - }, - { - "timestamp": "2025-01-16 07:07:22", - "image_path": "crop/A01/A01_20250116_150318_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 20512 - }, - { - "timestamp": "2025-01-16 07:07:22", - "image_path": "crop/A01/A01_20250116_150318_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.17KB)", - "file_size": 9395 - }, - { - "timestamp": "2025-01-16 07:07:22", - "image_path": "crop/A01/A01_20250116_145500_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16182 - }, - { - "timestamp": "2025-01-16 07:07:22", - "image_path": "crop/A01/A01_20250116_145500_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.55KB)", - "file_size": 9782 - }, - { - "timestamp": "2025-01-16 07:07:23", - "image_path": "crop/A01/A01_20250116_150113_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.78KB)", - "file_size": 7968 - }, - { - "timestamp": "2025-01-16 07:17:32", - "image_path": "crop/A01/A01_20250116_151155_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19153 - }, - { - "timestamp": "2025-01-16 07:27:41", - "image_path": "crop/A01/A01_20250116_152438_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.66KB)", - "file_size": 9893 - }, - { - "timestamp": "2025-01-16 07:27:44", - "image_path": "crop/A01/A01_20250116_152233_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.71KB)", - "file_size": 8920 - }, - { - "timestamp": "2025-01-16 07:27:45", - "image_path": "crop/A01/A01_20250116_152029_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 25200 - }, - { - "timestamp": "2025-01-16 07:31:45", - "image_path": "crop/B02/B02_20250116_153015_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(4.68KB)", - "file_size": 4790 - }, - { - "timestamp": "2025-01-16 07:31:45", - "image_path": "crop/B02/B02_20250116_153015_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.16KB)", - "file_size": 8359 - }, - { - "timestamp": "2025-01-16 07:36:52", - "image_path": "crop/A01/A01_20250116_152910_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16787 - }, - { - "timestamp": "2025-01-16 07:36:52", - "image_path": "crop/A01/A01_20250116_152910_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.54KB)", - "file_size": 8744 - }, - { - "timestamp": "2025-01-16 07:36:53", - "image_path": "crop/A01/A01_20250116_153115_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.47KB)", - "file_size": 8669 - }, - { - "timestamp": "2025-01-16 07:47:00", - "image_path": "crop/A01/A01_20250116_154157_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11434 - }, - { - "timestamp": "2025-01-16 07:52:04", - "image_path": "crop/B02/B02_20250116_154706_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.04KB)", - "file_size": 8229 - }, - { - "timestamp": "2025-01-16 08:32:10", - "image_path": "crop/A01/A01_20250116_162511_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.70KB)", - "file_size": 8906 - }, - { - "timestamp": "2025-01-16 08:32:10", - "image_path": "crop/A01/A01_20250116_162511_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.28KB)", - "file_size": 7459 - }, - { - "timestamp": "2025-01-16 08:32:12", - "image_path": "crop/A01/A01_20250116_161652_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.68KB)", - "file_size": 9911 - }, - { - "timestamp": "2025-01-16 08:32:12", - "image_path": "crop/A01/A01_20250116_161652_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.78KB)", - "file_size": 8988 - }, - { - "timestamp": "2025-01-16 08:32:14", - "image_path": "crop/A01/A01_20250116_161857_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.16KB)", - "file_size": 9376 - }, - { - "timestamp": "2025-01-16 08:42:23", - "image_path": "crop/A01/A01_20250116_163357_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.99KB)", - "file_size": 9209 - }, - { - "timestamp": "2025-01-16 08:42:23", - "image_path": "crop/A01/A01_20250116_163602_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19385 - }, - { - "timestamp": "2025-01-16 08:42:23", - "image_path": "crop/A01/A01_20250116_163602_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.77KB)", - "file_size": 7953 - }, - { - "timestamp": "2025-01-16 08:42:24", - "image_path": "crop/A01/A01_20250116_162948_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9744 - }, - { - "timestamp": "2025-01-16 08:42:25", - "image_path": "crop/A01/A01_20250116_163806_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.52KB)", - "file_size": 9750 - }, - { - "timestamp": "2025-01-16 08:42:25", - "image_path": "crop/A01/A01_20250116_163806_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.90KB)", - "file_size": 9113 - }, - { - "timestamp": "2025-01-16 08:52:30", - "image_path": "crop/A01/A01_20250116_164237_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 19371 - }, - { - "timestamp": "2025-01-16 08:52:30", - "image_path": "crop/A01/A01_20250116_164237_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.39KB)", - "file_size": 9615 - }, - { - "timestamp": "2025-01-16 08:52:31", - "image_path": "crop/A01/A01_20250116_164441_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.17KB)", - "file_size": 8371 - }, - { - "timestamp": "2025-01-16 09:02:34", - "image_path": "crop/A01/A01_20250116_164850_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.87KB)", - "file_size": 10109 - }, - { - "timestamp": "2025-01-16 09:32:43", - "image_path": "crop/A01/A01_20250116_172903_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.59KB)", - "file_size": 9821 - }, - { - "timestamp": "2025-01-16 09:42:45", - "image_path": "crop/A01/A01_20250116_173929_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.76KB)", - "file_size": 8969 - }, - { - "timestamp": "2025-01-16 09:42:46", - "image_path": "crop/A01/A01_20250116_173725_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.56KB)", - "file_size": 8765 - }, - { - "timestamp": "2025-01-16 09:42:47", - "image_path": "crop/A01/A01_20250116_173521_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.14KB)", - "file_size": 8332 - }, - { - "timestamp": "2025-01-16 09:42:48", - "image_path": "crop/A01/A01_20250116_173316_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.89KB)", - "file_size": 10131 - }, - { - "timestamp": "2025-01-16 09:52:56", - "image_path": "crop/A01/A01_20250116_174808_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.88KB)", - "file_size": 10119 - }, - { - "timestamp": "2025-01-16 09:52:57", - "image_path": "crop/A01/A01_20250116_174603_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10650 - }, - { - "timestamp": "2025-01-16 09:52:57", - "image_path": "crop/A01/A01_20250116_174154_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.92KB)", - "file_size": 10160 - }, - { - "timestamp": "2025-01-16 10:02:00", - "image_path": "crop/A01/A01_20250116_180056_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.10KB)", - "file_size": 6249 - }, - { - "timestamp": "2025-01-16 10:02:01", - "image_path": "crop/A01/A01_20250116_175443_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 11399 - }, - { - "timestamp": "2025-01-16 10:03:02", - "image_path": "crop/A01/A01_20250116_175647_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(6.74KB)", - "file_size": 6899 - }, - { - "timestamp": "2025-01-16 10:03:02", - "image_path": "crop/A01/A01_20250116_175238_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10994 - }, - { - "timestamp": "2025-01-16 10:03:03", - "image_path": "crop/A01/A01_20250116_175852_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(5.62KB)", - "file_size": 5752 - }, - { - "timestamp": "2025-01-16 10:03:03", - "image_path": "crop/A01/A01_20250116_175852_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 10606 - }, - { - "timestamp": "2025-01-16 10:17:10", - "image_path": "crop/A01/A01_20250116_180734_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 12417 - }, - { - "timestamp": "2025-01-16 10:17:10", - "image_path": "crop/A01/A01_20250116_180734_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.29KB)", - "file_size": 8484 - }, - { - "timestamp": "2025-01-16 10:17:10", - "image_path": "crop/A01/A01_20250116_180530_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.23KB)", - "file_size": 7401 - }, - { - "timestamp": "2025-01-16 10:17:10", - "image_path": "crop/A01/A01_20250116_180530_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 16477 - }, - { - "timestamp": "2025-01-16 10:17:11", - "image_path": "crop/A01/A01_20250116_181143_1.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(9.33KB)", - "file_size": 9555 - }, - { - "timestamp": "2025-01-16 10:17:11", - "image_path": "crop/A01/A01_20250116_181143_0.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.20KB)", - "file_size": 8399 - }, - { - "timestamp": "2025-01-16 10:17:11", - "image_path": "crop/A01/A01_20250116_180325_0.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 15825 - }, - { - "timestamp": "2025-01-16 10:27:17", - "image_path": "crop/A01/A01_20250116_182003_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(7.97KB)", - "file_size": 8157 - }, - { - "timestamp": "2025-01-16 10:27:17", - "image_path": "crop/A01/A01_20250116_182003_1.jpg", - "error_type": "Face Detection Error", - "error_message": "无法检测到人脸或提取特征", - "file_size": 22628 - }, - { - "timestamp": "2025-01-16 10:27:20", - "image_path": "crop/A01/A01_20250116_182207_2.jpg", - "error_type": "Invalid File Size", - "error_message": "图片文件大小异常(8.49KB)", - "file_size": 8691 - } -] \ No newline at end of file diff --git a/video_errors_20250116_102926.json b/video_errors_20250116_102926.json deleted file mode 100644 index 4153ac8..0000000 --- a/video_errors_20250116_102926.json +++ /dev/null @@ -1,9116 +0,0 @@ -[ - { - "timestamp": "2025-01-14 01:50:45", - "video_path": "recordings/A01/A01_20250110_054234.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:50:45", - "video_path": "recordings/A01/A01_20250109_094730.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:50:46", - "video_path": "recordings/A01/A01_20250113_101842.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-14 01:50:46", - "video_path": "recordings/A01/A01_20250109_213703.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(73帧)", - "file_size": 3047424 - }, - { - "timestamp": "2025-01-14 01:50:47", - "video_path": "recordings/A01/A01_20250113_052244.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(96.00KB)", - "file_size": 98304 - }, - { - "timestamp": "2025-01-14 01:50:47", - "video_path": "recordings/A01/A01_20250110_212020.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(608.00KB)", - "file_size": 622592 - }, - { - "timestamp": "2025-01-14 01:50:48", - "video_path": "recordings/A01/A01_20250112_091314.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(49帧)", - "file_size": 1900544 - }, - { - "timestamp": "2025-01-14 01:50:48", - "video_path": "recordings/A01/A01_20250112_121705.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(97帧)", - "file_size": 3801088 - }, - { - "timestamp": "2025-01-14 01:50:49", - "video_path": "recordings/A01/A01_20250113_192903.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(98帧)", - "file_size": 4328636 - }, - { - "timestamp": "2025-01-14 01:50:50", - "video_path": "recordings/A01/A01_20250111_111433.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(512.00KB)", - "file_size": 524288 - }, - { - "timestamp": "2025-01-14 01:50:50", - "video_path": "recordings/A01/A01_20250109_152856.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:50:51", - "video_path": "recordings/A01/A01_20250111_185855.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:50:51", - "video_path": "recordings/A01/A01_20250112_121909.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(384.00KB)", - "file_size": 393216 - }, - { - "timestamp": "2025-01-14 01:50:52", - "video_path": "recordings/B02/B02_20250110_232403.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.69KB)", - "file_size": 1011398 - }, - { - "timestamp": "2025-01-14 01:50:52", - "video_path": "recordings/B02/B02_20250112_041950.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.80KB)", - "file_size": 801590 - }, - { - "timestamp": "2025-01-14 01:50:53", - "video_path": "recordings/B02/B02_20250113_231421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.64KB)", - "file_size": 775826 - }, - { - "timestamp": "2025-01-14 01:50:53", - "video_path": "recordings/B02/B02_20250114_002605.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.91KB)", - "file_size": 775074 - }, - { - "timestamp": "2025-01-14 01:50:54", - "video_path": "recordings/B02/B02_20250113_041029.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.30KB)", - "file_size": 720180 - }, - { - "timestamp": "2025-01-14 01:50:54", - "video_path": "recordings/B02/B02_20250114_040536.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.71KB)", - "file_size": 775890 - }, - { - "timestamp": "2025-01-14 01:50:55", - "video_path": "recordings/B02/B02_20250114_040333.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.71KB)", - "file_size": 771796 - }, - { - "timestamp": "2025-01-14 01:50:56", - "video_path": "recordings/B02/B02_20250111_060909.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1017.64KB)", - "file_size": 1042066 - }, - { - "timestamp": "2025-01-14 01:50:56", - "video_path": "recordings/B02/B02_20250111_131043.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(857.24KB)", - "file_size": 877818 - }, - { - "timestamp": "2025-01-14 01:50:57", - "video_path": "recordings/B02/B02_20250111_130229.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(852.45KB)", - "file_size": 872908 - }, - { - "timestamp": "2025-01-14 01:50:57", - "video_path": "recordings/B02/B02_20250112_201359.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.33KB)", - "file_size": 727378 - }, - { - "timestamp": "2025-01-14 01:50:58", - "video_path": "recordings/B02/B02_20250111_021900.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.87KB)", - "file_size": 1026936 - }, - { - "timestamp": "2025-01-14 01:50:58", - "video_path": "recordings/B02/B02_20250112_235319.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.08KB)", - "file_size": 730196 - }, - { - "timestamp": "2025-01-14 01:50:59", - "video_path": "recordings/B02/B02_20250111_005639.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.69KB)", - "file_size": 1019582 - }, - { - "timestamp": "2025-01-14 01:50:59", - "video_path": "recordings/B02/B02_20250114_012530.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.56KB)", - "file_size": 773698 - }, - { - "timestamp": "2025-01-14 01:51:00", - "video_path": "recordings/B02/B02_20250113_000943.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.09KB)", - "file_size": 722010 - }, - { - "timestamp": "2025-01-14 01:51:00", - "video_path": "recordings/B02/B02_20250112_034701.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.77KB)", - "file_size": 803604 - }, - { - "timestamp": "2025-01-14 01:51:01", - "video_path": "recordings/B02/B02_20250113_042308.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.05KB)", - "file_size": 718896 - }, - { - "timestamp": "2025-01-14 01:51:01", - "video_path": "recordings/B02/B02_20250114_053558.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.07KB)", - "file_size": 775238 - }, - { - "timestamp": "2025-01-14 01:51:02", - "video_path": "recordings/B02/B02_20250111_035130.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.38KB)", - "file_size": 1010056 - }, - { - "timestamp": "2025-01-14 01:51:02", - "video_path": "recordings/B02/B02_20250112_224540.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.21KB)", - "file_size": 723162 - }, - { - "timestamp": "2025-01-14 01:51:03", - "video_path": "recordings/B02/B02_20250111_000512.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.63KB)", - "file_size": 1026698 - }, - { - "timestamp": "2025-01-14 01:51:03", - "video_path": "recordings/B02/B02_20250111_034316.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.72KB)", - "file_size": 1020638 - }, - { - "timestamp": "2025-01-14 01:51:04", - "video_path": "recordings/B02/B02_20250113_003823.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.71KB)", - "file_size": 720604 - }, - { - "timestamp": "2025-01-14 01:51:04", - "video_path": "recordings/B02/B02_20250112_194312.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.24KB)", - "file_size": 726260 - }, - { - "timestamp": "2025-01-14 01:51:05", - "video_path": "recordings/B02/B02_20250112_210514.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.75KB)", - "file_size": 723710 - }, - { - "timestamp": "2025-01-14 01:51:05", - "video_path": "recordings/B02/B02_20250112_193904.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.83KB)", - "file_size": 726870 - }, - { - "timestamp": "2025-01-14 01:51:06", - "video_path": "recordings/B02/B02_20250111_122124.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(967.80KB)", - "file_size": 991032 - }, - { - "timestamp": "2025-01-14 01:51:06", - "video_path": "recordings/B02/B02_20250110_221201.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.34KB)", - "file_size": 1029468 - }, - { - "timestamp": "2025-01-14 01:51:07", - "video_path": "recordings/B02/B02_20250111_180057.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(832.66KB)", - "file_size": 852642 - }, - { - "timestamp": "2025-01-14 01:51:07", - "video_path": "recordings/B02/B02_20250113_205459.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.51KB)", - "file_size": 778758 - }, - { - "timestamp": "2025-01-14 01:51:08", - "video_path": "recordings/B02/B02_20250112_212140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.30KB)", - "file_size": 724280 - }, - { - "timestamp": "2025-01-14 01:51:08", - "video_path": "recordings/B02/B02_20250113_205256.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.08KB)", - "file_size": 782420 - }, - { - "timestamp": "2025-01-14 01:51:09", - "video_path": "recordings/B02/B02_20250111_045714.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.54KB)", - "file_size": 1014312 - }, - { - "timestamp": "2025-01-14 01:51:09", - "video_path": "recordings/B02/B02_20250112_032630.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(781.88KB)", - "file_size": 800640 - }, - { - "timestamp": "2025-01-14 01:51:10", - "video_path": "recordings/B02/B02_20250113_203832.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.96KB)", - "file_size": 777176 - }, - { - "timestamp": "2025-01-14 01:51:10", - "video_path": "recordings/B02/B02_20250113_232841.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.14KB)", - "file_size": 772238 - }, - { - "timestamp": "2025-01-14 01:51:11", - "video_path": "recordings/B02/B02_20250111_063953.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.81KB)", - "file_size": 1022782 - }, - { - "timestamp": "2025-01-14 01:51:11", - "video_path": "recordings/B02/B02_20250113_034918.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.79KB)", - "file_size": 719654 - }, - { - "timestamp": "2025-01-14 01:51:12", - "video_path": "recordings/B02/B02_20250111_120905.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(951.01KB)", - "file_size": 973830 - }, - { - "timestamp": "2025-01-14 01:51:12", - "video_path": "recordings/B02/B02_20250111_015619.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.79KB)", - "file_size": 1010478 - }, - { - "timestamp": "2025-01-14 01:51:13", - "video_path": "recordings/B02/B02_20250111_051949.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.64KB)", - "file_size": 1014418 - }, - { - "timestamp": "2025-01-14 01:51:13", - "video_path": "recordings/B02/B02_20250114_021036.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.55KB)", - "file_size": 772656 - }, - { - "timestamp": "2025-01-14 01:51:14", - "video_path": "recordings/B02/B02_20250113_013343.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(700.75KB)", - "file_size": 717564 - }, - { - "timestamp": "2025-01-14 01:51:14", - "video_path": "recordings/B02/B02_20250112_035514.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.34KB)", - "file_size": 802136 - }, - { - "timestamp": "2025-01-14 01:51:15", - "video_path": "recordings/B02/B02_20250114_040130.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.51KB)", - "file_size": 772616 - }, - { - "timestamp": "2025-01-14 01:51:15", - "video_path": "recordings/B02/B02_20250110_214714.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.66KB)", - "file_size": 1012386 - }, - { - "timestamp": "2025-01-14 01:51:16", - "video_path": "recordings/B02/B02_20250113_021451.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.91KB)", - "file_size": 720802 - }, - { - "timestamp": "2025-01-14 01:51:16", - "video_path": "recordings/B02/B02_20250113_201555.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.20KB)", - "file_size": 781518 - }, - { - "timestamp": "2025-01-14 01:51:17", - "video_path": "recordings/B02/B02_20250113_003620.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.06KB)", - "file_size": 720960 - }, - { - "timestamp": "2025-01-14 01:51:17", - "video_path": "recordings/B02/B02_20250113_225148.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.68KB)", - "file_size": 772794 - }, - { - "timestamp": "2025-01-14 01:51:18", - "video_path": "recordings/B02/B02_20250113_022508.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.10KB)", - "file_size": 725096 - }, - { - "timestamp": "2025-01-14 01:51:18", - "video_path": "recordings/B02/B02_20250113_041902.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.77KB)", - "file_size": 721682 - }, - { - "timestamp": "2025-01-14 01:51:19", - "video_path": "recordings/B02/B02_20250113_194706.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.06KB)", - "file_size": 803900 - }, - { - "timestamp": "2025-01-14 01:51:19", - "video_path": "recordings/B02/B02_20250113_220240.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.99KB)", - "file_size": 778228 - }, - { - "timestamp": "2025-01-14 01:51:20", - "video_path": "recordings/B02/B02_20250113_001754.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.68KB)", - "file_size": 723640 - }, - { - "timestamp": "2025-01-14 01:51:20", - "video_path": "recordings/B02/B02_20250111_015416.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1014.98KB)", - "file_size": 1039340 - }, - { - "timestamp": "2025-01-14 01:51:21", - "video_path": "recordings/B02/B02_20250113_045252.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.13KB)", - "file_size": 722056 - }, - { - "timestamp": "2025-01-14 01:51:21", - "video_path": "recordings/B02/B02_20250114_013749.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.28KB)", - "file_size": 774430 - }, - { - "timestamp": "2025-01-14 01:51:22", - "video_path": "recordings/B02/B02_20250113_234708.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.24KB)", - "file_size": 775416 - }, - { - "timestamp": "2025-01-14 01:51:22", - "video_path": "recordings/B02/B02_20250113_204241.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.92KB)", - "file_size": 780202 - }, - { - "timestamp": "2025-01-14 01:51:23", - "video_path": "recordings/B02/B02_20250113_025148.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.73KB)", - "file_size": 720618 - }, - { - "timestamp": "2025-01-14 01:51:23", - "video_path": "recordings/B02/B02_20250114_004229.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.72KB)", - "file_size": 776928 - }, - { - "timestamp": "2025-01-14 01:51:24", - "video_path": "recordings/B02/B02_20250114_010907.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.99KB)", - "file_size": 776182 - }, - { - "timestamp": "2025-01-14 01:51:24", - "video_path": "recordings/B02/B02_20250112_194718.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.71KB)", - "file_size": 723674 - }, - { - "timestamp": "2025-01-14 01:51:25", - "video_path": "recordings/B02/B02_20250111_015214.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.25KB)", - "file_size": 1014018 - }, - { - "timestamp": "2025-01-14 01:51:25", - "video_path": "recordings/B02/B02_20250114_053801.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.32KB)", - "file_size": 773450 - }, - { - "timestamp": "2025-01-14 01:51:26", - "video_path": "recordings/B02/B02_20250112_205051.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.48KB)", - "file_size": 724458 - }, - { - "timestamp": "2025-01-14 01:51:26", - "video_path": "recordings/B02/B02_20250112_022859.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(787.79KB)", - "file_size": 806696 - }, - { - "timestamp": "2025-01-14 01:51:27", - "video_path": "recordings/B02/B02_20250110_211014.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1015.26KB)", - "file_size": 1039624 - }, - { - "timestamp": "2025-01-14 01:51:27", - "video_path": "recordings/B02/B02_20250110_230733.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.00KB)", - "file_size": 1010686 - }, - { - "timestamp": "2025-01-14 01:51:28", - "video_path": "recordings/B02/B02_20250113_043140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.35KB)", - "file_size": 721254 - }, - { - "timestamp": "2025-01-14 01:51:28", - "video_path": "recordings/B02/B02_20250113_030814.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.86KB)", - "file_size": 720754 - }, - { - "timestamp": "2025-01-14 01:51:29", - "video_path": "recordings/B02/B02_20250111_005841.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.99KB)", - "file_size": 1011704 - }, - { - "timestamp": "2025-01-14 01:51:29", - "video_path": "recordings/B02/B02_20250111_175854.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.72KB)", - "file_size": 853732 - }, - { - "timestamp": "2025-01-14 01:51:30", - "video_path": "recordings/B02/B02_20250113_002200.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.46KB)", - "file_size": 719314 - }, - { - "timestamp": "2025-01-14 01:51:30", - "video_path": "recordings/B02/B02_20250112_031612.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.55KB)", - "file_size": 799280 - }, - { - "timestamp": "2025-01-14 01:51:31", - "video_path": "recordings/B02/B02_20250113_011719.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.27KB)", - "file_size": 719126 - }, - { - "timestamp": "2025-01-14 01:51:31", - "video_path": "recordings/B02/B02_20250113_210311.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.56KB)", - "file_size": 776768 - }, - { - "timestamp": "2025-01-14 01:51:32", - "video_path": "recordings/B02/B02_20250111_023323.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.83KB)", - "file_size": 1015638 - }, - { - "timestamp": "2025-01-14 01:51:32", - "video_path": "recordings/B02/B02_20250111_025356.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.85KB)", - "file_size": 1016682 - }, - { - "timestamp": "2025-01-14 01:51:33", - "video_path": "recordings/B02/B02_20250114_015412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.58KB)", - "file_size": 770640 - }, - { - "timestamp": "2025-01-14 01:51:33", - "video_path": "recordings/B02/B02_20250113_222715.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.57KB)", - "file_size": 777802 - }, - { - "timestamp": "2025-01-14 01:51:34", - "video_path": "recordings/B02/B02_20250113_212544.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.38KB)", - "file_size": 777608 - }, - { - "timestamp": "2025-01-14 01:51:34", - "video_path": "recordings/B02/B02_20250111_014359.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.42KB)", - "file_size": 1017258 - }, - { - "timestamp": "2025-01-14 01:51:35", - "video_path": "recordings/B02/B02_20250110_205552.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.21KB)", - "file_size": 1033428 - }, - { - "timestamp": "2025-01-14 01:51:35", - "video_path": "recordings/B02/B02_20250111_023120.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.96KB)", - "file_size": 1011674 - }, - { - "timestamp": "2025-01-14 01:51:36", - "video_path": "recordings/B02/B02_20250113_004229.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.53KB)", - "file_size": 722466 - }, - { - "timestamp": "2025-01-14 01:51:36", - "video_path": "recordings/B02/B02_20250114_053356.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.91KB)", - "file_size": 773028 - }, - { - "timestamp": "2025-01-14 01:51:37", - "video_path": "recordings/B02/B02_20250114_041146.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(749.51KB)", - "file_size": 767500 - }, - { - "timestamp": "2025-01-14 01:51:37", - "video_path": "recordings/B02/B02_20250114_061255.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.47KB)", - "file_size": 772576 - }, - { - "timestamp": "2025-01-14 01:51:38", - "video_path": "recordings/B02/B02_20250112_034459.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.19KB)", - "file_size": 801986 - }, - { - "timestamp": "2025-01-14 01:51:38", - "video_path": "recordings/B02/B02_20250111_054835.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.82KB)", - "file_size": 1014598 - }, - { - "timestamp": "2025-01-14 01:51:39", - "video_path": "recordings/B02/B02_20250111_121107.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(928.68KB)", - "file_size": 950964 - }, - { - "timestamp": "2025-01-14 01:51:39", - "video_path": "recordings/B02/B02_20250112_205701.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.79KB)", - "file_size": 728868 - }, - { - "timestamp": "2025-01-14 01:51:40", - "video_path": "recordings/B02/B02_20250113_015010.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.58KB)", - "file_size": 725584 - }, - { - "timestamp": "2025-01-14 01:51:40", - "video_path": "recordings/B02/B02_20250112_212749.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.24KB)", - "file_size": 729334 - }, - { - "timestamp": "2025-01-14 01:51:41", - "video_path": "recordings/B02/B02_20250110_222624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.57KB)", - "file_size": 1024584 - }, - { - "timestamp": "2025-01-14 01:51:41", - "video_path": "recordings/B02/B02_20250114_050306.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.71KB)", - "file_size": 774870 - }, - { - "timestamp": "2025-01-14 01:51:41", - "video_path": "recordings/B02/B02_20250113_230812.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.57KB)", - "file_size": 773706 - }, - { - "timestamp": "2025-01-14 01:51:42", - "video_path": "recordings/B02/B02_20250111_031631.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.28KB)", - "file_size": 1020194 - }, - { - "timestamp": "2025-01-14 01:51:42", - "video_path": "recordings/B02/B02_20250112_213804.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(714.91KB)", - "file_size": 732068 - }, - { - "timestamp": "2025-01-14 01:51:43", - "video_path": "recordings/B02/B02_20250113_235316.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.53KB)", - "file_size": 777758 - }, - { - "timestamp": "2025-01-14 01:51:43", - "video_path": "recordings/B02/B02_20250113_232638.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.66KB)", - "file_size": 773800 - }, - { - "timestamp": "2025-01-14 01:51:44", - "video_path": "recordings/B02/B02_20250112_034904.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.14KB)", - "file_size": 798866 - }, - { - "timestamp": "2025-01-14 01:51:44", - "video_path": "recordings/B02/B02_20250112_224743.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.57KB)", - "file_size": 727626 - }, - { - "timestamp": "2025-01-14 01:51:45", - "video_path": "recordings/B02/B02_20250112_190812.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.02KB)", - "file_size": 727058 - }, - { - "timestamp": "2025-01-14 01:51:45", - "video_path": "recordings/B02/B02_20250114_064953.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(772.18KB)", - "file_size": 790708 - }, - { - "timestamp": "2025-01-14 01:51:46", - "video_path": "recordings/B02/B02_20250110_235046.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.72KB)", - "file_size": 1011424 - }, - { - "timestamp": "2025-01-14 01:51:46", - "video_path": "recordings/B02/B02_20250112_211125.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.56KB)", - "file_size": 723522 - }, - { - "timestamp": "2025-01-14 01:51:47", - "video_path": "recordings/B02/B02_20250114_054412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.56KB)", - "file_size": 770620 - }, - { - "timestamp": "2025-01-14 01:51:47", - "video_path": "recordings/B02/B02_20250110_235658.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.38KB)", - "file_size": 1021320 - }, - { - "timestamp": "2025-01-14 01:51:48", - "video_path": "recordings/B02/B02_20250111_013751.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.20KB)", - "file_size": 1023184 - }, - { - "timestamp": "2025-01-14 01:51:48", - "video_path": "recordings/B02/B02_20250113_195318.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.57KB)", - "file_size": 805452 - }, - { - "timestamp": "2025-01-14 01:51:49", - "video_path": "recordings/B02/B02_20250113_202410.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.24KB)", - "file_size": 781560 - }, - { - "timestamp": "2025-01-14 01:51:49", - "video_path": "recordings/B02/B02_20250112_234507.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.02KB)", - "file_size": 729106 - }, - { - "timestamp": "2025-01-14 01:51:50", - "video_path": "recordings/B02/B02_20250111_033907.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.50KB)", - "file_size": 1014272 - }, - { - "timestamp": "2025-01-14 01:51:50", - "video_path": "recordings/B02/B02_20250113_041232.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.29KB)", - "file_size": 718116 - }, - { - "timestamp": "2025-01-14 01:51:51", - "video_path": "recordings/B02/B02_20250112_025338.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.23KB)", - "file_size": 801000 - }, - { - "timestamp": "2025-01-14 01:51:51", - "video_path": "recordings/B02/B02_20250113_195724.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.45KB)", - "file_size": 777676 - }, - { - "timestamp": "2025-01-14 01:51:52", - "video_path": "recordings/B02/B02_20250114_012734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.76KB)", - "file_size": 780046 - }, - { - "timestamp": "2025-01-14 01:51:52", - "video_path": "recordings/B02/B02_20250113_233044.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.86KB)", - "file_size": 776050 - }, - { - "timestamp": "2025-01-14 01:51:53", - "video_path": "recordings/B02/B02_20250114_011313.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.81KB)", - "file_size": 771900 - }, - { - "timestamp": "2025-01-14 01:51:53", - "video_path": "recordings/B02/B02_20250113_221700.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.88KB)", - "file_size": 776072 - }, - { - "timestamp": "2025-01-14 01:51:54", - "video_path": "recordings/B02/B02_20250112_035308.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.32KB)", - "file_size": 804170 - }, - { - "timestamp": "2025-01-14 01:51:54", - "video_path": "recordings/B02/B02_20250113_215631.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.65KB)", - "file_size": 777880 - }, - { - "timestamp": "2025-01-14 01:51:55", - "video_path": "recordings/B02/B02_20250112_211531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(717.13KB)", - "file_size": 734346 - }, - { - "timestamp": "2025-01-14 01:51:55", - "video_path": "recordings/B02/B02_20250112_220645.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.72KB)", - "file_size": 724704 - }, - { - "timestamp": "2025-01-14 01:51:56", - "video_path": "recordings/B02/B02_20250114_021644.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(751.55KB)", - "file_size": 769590 - }, - { - "timestamp": "2025-01-14 01:51:56", - "video_path": "recordings/B02/B02_20250111_121718.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.06KB)", - "file_size": 969790 - }, - { - "timestamp": "2025-01-14 01:51:57", - "video_path": "recordings/B02/B02_20250111_035941.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.92KB)", - "file_size": 1033138 - }, - { - "timestamp": "2025-01-14 01:51:57", - "video_path": "recordings/B02/B02_20250114_063124.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.52KB)", - "file_size": 773654 - }, - { - "timestamp": "2025-01-14 01:51:58", - "video_path": "recordings/B02/B02_20250111_122937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(962.27KB)", - "file_size": 985364 - }, - { - "timestamp": "2025-01-14 01:51:58", - "video_path": "recordings/B02/B02_20250114_063734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.19KB)", - "file_size": 774338 - }, - { - "timestamp": "2025-01-14 01:51:59", - "video_path": "recordings/B02/B02_20250114_031619.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.73KB)", - "file_size": 775912 - }, - { - "timestamp": "2025-01-14 01:51:59", - "video_path": "recordings/B02/B02_20250114_032432.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(749.74KB)", - "file_size": 767734 - }, - { - "timestamp": "2025-01-14 01:52:00", - "video_path": "recordings/B02/B02_20250112_193701.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(718.21KB)", - "file_size": 735444 - }, - { - "timestamp": "2025-01-14 01:52:00", - "video_path": "recordings/B02/B02_20250112_211734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.90KB)", - "file_size": 719774 - }, - { - "timestamp": "2025-01-14 01:52:01", - "video_path": "recordings/B02/B02_20250112_044833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.89KB)", - "file_size": 804752 - }, - { - "timestamp": "2025-01-14 01:52:01", - "video_path": "recordings/B02/B02_20250111_015011.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.30KB)", - "file_size": 1016114 - }, - { - "timestamp": "2025-01-14 01:52:02", - "video_path": "recordings/B02/B02_20250114_003214.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.31KB)", - "file_size": 776514 - }, - { - "timestamp": "2025-01-14 01:52:02", - "video_path": "recordings/B02/B02_20250111_125416.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(851.07KB)", - "file_size": 871496 - }, - { - "timestamp": "2025-01-14 01:52:03", - "video_path": "recordings/B02/B02_20250111_053208.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.39KB)", - "file_size": 1020304 - }, - { - "timestamp": "2025-01-14 01:52:03", - "video_path": "recordings/B02/B02_20250113_003418.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.12KB)", - "file_size": 725120 - }, - { - "timestamp": "2025-01-14 01:52:04", - "video_path": "recordings/B02/B02_20250113_233450.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.33KB)", - "file_size": 775508 - }, - { - "timestamp": "2025-01-14 01:52:04", - "video_path": "recordings/B02/B02_20250114_050914.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.01KB)", - "file_size": 770060 - }, - { - "timestamp": "2025-01-14 01:52:05", - "video_path": "recordings/B02/B02_20250112_203428.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.06KB)", - "file_size": 724026 - }, - { - "timestamp": "2025-01-14 01:52:05", - "video_path": "recordings/B02/B02_20250114_032838.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.73KB)", - "file_size": 773872 - }, - { - "timestamp": "2025-01-14 01:52:06", - "video_path": "recordings/B02/B02_20250111_043844.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.29KB)", - "file_size": 1019182 - }, - { - "timestamp": "2025-01-14 01:52:06", - "video_path": "recordings/B02/B02_20250113_202207.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.34KB)", - "file_size": 779612 - }, - { - "timestamp": "2025-01-14 01:52:07", - "video_path": "recordings/B02/B02_20250112_205458.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.96KB)", - "file_size": 723922 - }, - { - "timestamp": "2025-01-14 01:52:07", - "video_path": "recordings/B02/B02_20250114_020224.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.81KB)", - "file_size": 774970 - }, - { - "timestamp": "2025-01-14 01:52:08", - "video_path": "recordings/B02/B02_20250114_032027.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.76KB)", - "file_size": 770824 - }, - { - "timestamp": "2025-01-14 01:52:08", - "video_path": "recordings/B02/B02_20250114_060239.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.89KB)", - "file_size": 777106 - }, - { - "timestamp": "2025-01-14 01:52:09", - "video_path": "recordings/B02/B02_20250113_221254.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.97KB)", - "file_size": 776162 - }, - { - "timestamp": "2025-01-14 01:52:09", - "video_path": "recordings/B02/B02_20250113_231826.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.51KB)", - "file_size": 777738 - }, - { - "timestamp": "2025-01-14 01:52:10", - "video_path": "recordings/B02/B02_20250113_202004.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.90KB)", - "file_size": 782236 - }, - { - "timestamp": "2025-01-14 01:52:10", - "video_path": "recordings/B02/B02_20250114_074519.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.97KB)", - "file_size": 1017828 - }, - { - "timestamp": "2025-01-14 01:52:10", - "video_path": "recordings/B02/B02_20250112_210309.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.03KB)", - "file_size": 726044 - }, - { - "timestamp": "2025-01-14 01:52:11", - "video_path": "recordings/B02/B02_20250112_043410.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.52KB)", - "file_size": 803344 - }, - { - "timestamp": "2025-01-14 01:52:11", - "video_path": "recordings/B02/B02_20250111_010450.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.89KB)", - "file_size": 1012628 - }, - { - "timestamp": "2025-01-14 01:52:12", - "video_path": "recordings/B02/B02_20250112_214615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.62KB)", - "file_size": 723584 - }, - { - "timestamp": "2025-01-14 01:52:13", - "video_path": "recordings/B02/B02_20250111_063547.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1001.46KB)", - "file_size": 1025500 - }, - { - "timestamp": "2025-01-14 01:52:13", - "video_path": "recordings/B02/B02_20250114_034301.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.68KB)", - "file_size": 770748 - }, - { - "timestamp": "2025-01-14 01:52:14", - "video_path": "recordings/B02/B02_20250112_032426.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.61KB)", - "file_size": 801394 - }, - { - "timestamp": "2025-01-14 01:52:14", - "video_path": "recordings/B02/B02_20250113_013546.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.84KB)", - "file_size": 722776 - }, - { - "timestamp": "2025-01-14 01:52:14", - "video_path": "recordings/B02/B02_20250113_195116.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(787.86KB)", - "file_size": 806768 - }, - { - "timestamp": "2025-01-14 01:52:15", - "video_path": "recordings/B02/B02_20250111_030007.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.57KB)", - "file_size": 1029702 - }, - { - "timestamp": "2025-01-14 01:52:15", - "video_path": "recordings/B02/B02_20250112_221253.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.31KB)", - "file_size": 727358 - }, - { - "timestamp": "2025-01-14 01:52:16", - "video_path": "recordings/B02/B02_20250112_024117.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(779.92KB)", - "file_size": 798640 - }, - { - "timestamp": "2025-01-14 01:52:16", - "video_path": "recordings/B02/B02_20250111_005433.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.57KB)", - "file_size": 1010244 - }, - { - "timestamp": "2025-01-14 01:52:17", - "video_path": "recordings/B02/B02_20250114_054817.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.61KB)", - "file_size": 771698 - }, - { - "timestamp": "2025-01-14 01:52:17", - "video_path": "recordings/B02/B02_20250112_040121.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.63KB)", - "file_size": 799364 - }, - { - "timestamp": "2025-01-14 01:52:18", - "video_path": "recordings/B02/B02_20250110_225104.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(983.35KB)", - "file_size": 1006946 - }, - { - "timestamp": "2025-01-14 01:52:18", - "video_path": "recordings/B02/B02_20250111_010657.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1007.43KB)", - "file_size": 1031606 - }, - { - "timestamp": "2025-01-14 01:52:19", - "video_path": "recordings/B02/B02_20250114_041349.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.41KB)", - "file_size": 775586 - }, - { - "timestamp": "2025-01-14 01:52:19", - "video_path": "recordings/B02/B02_20250113_222106.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.77KB)", - "file_size": 774930 - }, - { - "timestamp": "2025-01-14 01:52:20", - "video_path": "recordings/B02/B02_20250114_032230.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.81KB)", - "file_size": 774970 - }, - { - "timestamp": "2025-01-14 01:52:20", - "video_path": "recordings/B02/B02_20250113_034715.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.38KB)", - "file_size": 719236 - }, - { - "timestamp": "2025-01-14 01:52:21", - "video_path": "recordings/B02/B02_20250111_034518.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.11KB)", - "file_size": 1021036 - }, - { - "timestamp": "2025-01-14 01:52:21", - "video_path": "recordings/B02/B02_20250110_230121.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.53KB)", - "file_size": 1033760 - }, - { - "timestamp": "2025-01-14 01:52:22", - "video_path": "recordings/B02/B02_20250111_040146.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.25KB)", - "file_size": 1011970 - }, - { - "timestamp": "2025-01-14 01:52:22", - "video_path": "recordings/B02/B02_20250112_232641.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.97KB)", - "file_size": 724962 - }, - { - "timestamp": "2025-01-14 01:52:23", - "video_path": "recordings/B02/B02_20250113_232232.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.20KB)", - "file_size": 775376 - }, - { - "timestamp": "2025-01-14 01:52:23", - "video_path": "recordings/B02/B02_20250110_233214.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1020.58KB)", - "file_size": 1045078 - }, - { - "timestamp": "2025-01-14 01:52:24", - "video_path": "recordings/B02/B02_20250112_212952.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.08KB)", - "file_size": 727120 - }, - { - "timestamp": "2025-01-14 01:52:24", - "video_path": "recordings/B02/B02_20250111_043031.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1015.92KB)", - "file_size": 1040298 - }, - { - "timestamp": "2025-01-14 01:52:25", - "video_path": "recordings/B02/B02_20250114_033245.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.01KB)", - "file_size": 773132 - }, - { - "timestamp": "2025-01-14 01:52:25", - "video_path": "recordings/B02/B02_20250111_063141.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.12KB)", - "file_size": 1014910 - }, - { - "timestamp": "2025-01-14 01:52:26", - "video_path": "recordings/B02/B02_20250114_075740.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1023.72KB)", - "file_size": 1048292 - }, - { - "timestamp": "2025-01-14 01:52:26", - "video_path": "recordings/B02/B02_20250113_005244.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.91KB)", - "file_size": 722854 - }, - { - "timestamp": "2025-01-14 01:52:27", - "video_path": "recordings/B02/B02_20250114_000332.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.13KB)", - "file_size": 775300 - }, - { - "timestamp": "2025-01-14 01:52:27", - "video_path": "recordings/B02/B02_20250112_204443.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.64KB)", - "file_size": 725646 - }, - { - "timestamp": "2025-01-14 01:52:28", - "video_path": "recordings/B02/B02_20250113_004432.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.56KB)", - "file_size": 721466 - }, - { - "timestamp": "2025-01-14 01:52:28", - "video_path": "recordings/B02/B02_20250113_051606.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.91KB)", - "file_size": 722850 - }, - { - "timestamp": "2025-01-14 01:52:29", - "video_path": "recordings/B02/B02_20250114_055630.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.41KB)", - "file_size": 770470 - }, - { - "timestamp": "2025-01-14 01:52:29", - "video_path": "recordings/B02/B02_20250111_002750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.17KB)", - "file_size": 1015980 - }, - { - "timestamp": "2025-01-14 01:52:30", - "video_path": "recordings/B02/B02_20250113_000537.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.50KB)", - "file_size": 724482 - }, - { - "timestamp": "2025-01-14 01:52:30", - "video_path": "recordings/B02/B02_20250114_073503.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(852.67KB)", - "file_size": 873130 - }, - { - "timestamp": "2025-01-14 01:52:31", - "video_path": "recordings/B02/B02_20250111_122532.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(967.27KB)", - "file_size": 990482 - }, - { - "timestamp": "2025-01-14 01:52:31", - "video_path": "recordings/B02/B02_20250114_024329.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.85KB)", - "file_size": 775018 - }, - { - "timestamp": "2025-01-14 01:52:32", - "video_path": "recordings/B02/B02_20250113_193854.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(792.26KB)", - "file_size": 811274 - }, - { - "timestamp": "2025-01-14 01:52:32", - "video_path": "recordings/B02/B02_20250112_025540.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.79KB)", - "file_size": 804650 - }, - { - "timestamp": "2025-01-14 01:52:33", - "video_path": "recordings/B02/B02_20250114_041957.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.87KB)", - "file_size": 778106 - }, - { - "timestamp": "2025-01-14 01:52:33", - "video_path": "recordings/B02/B02_20250113_021654.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(715.23KB)", - "file_size": 732392 - }, - { - "timestamp": "2025-01-14 01:52:34", - "video_path": "recordings/B02/B02_20250114_042202.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.79KB)", - "file_size": 774948 - }, - { - "timestamp": "2025-01-14 01:52:34", - "video_path": "recordings/B02/B02_20250112_210719.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.01KB)", - "file_size": 725000 - }, - { - "timestamp": "2025-01-14 01:52:35", - "video_path": "recordings/B02/B02_20250113_034105.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.44KB)", - "file_size": 718278 - }, - { - "timestamp": "2025-01-14 01:52:35", - "video_path": "recordings/B02/B02_20250111_063750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.51KB)", - "file_size": 1029644 - }, - { - "timestamp": "2025-01-14 01:52:36", - "video_path": "recordings/B02/B02_20250114_041755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.67KB)", - "file_size": 773808 - }, - { - "timestamp": "2025-01-14 01:52:36", - "video_path": "recordings/B02/B02_20250110_215733.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.49KB)", - "file_size": 1019384 - }, - { - "timestamp": "2025-01-14 01:52:37", - "video_path": "recordings/B02/B02_20250111_044900.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.79KB)", - "file_size": 1029928 - }, - { - "timestamp": "2025-01-14 01:52:37", - "video_path": "recordings/B02/B02_20250111_044657.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.45KB)", - "file_size": 1018312 - }, - { - "timestamp": "2025-01-14 01:52:38", - "video_path": "recordings/B02/B02_20250114_040739.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.34KB)", - "file_size": 771418 - }, - { - "timestamp": "2025-01-14 01:52:38", - "video_path": "recordings/B02/B02_20250112_222917.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.89KB)", - "file_size": 728972 - }, - { - "timestamp": "2025-01-14 01:52:38", - "video_path": "recordings/B02/B02_20250112_024524.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.12KB)", - "file_size": 802934 - }, - { - "timestamp": "2025-01-14 01:52:39", - "video_path": "recordings/B02/B02_20250114_005041.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.55KB)", - "file_size": 775732 - }, - { - "timestamp": "2025-01-14 01:52:39", - "video_path": "recordings/B02/B02_20250113_204850.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.64KB)", - "file_size": 774798 - }, - { - "timestamp": "2025-01-14 01:52:40", - "video_path": "recordings/B02/B02_20250113_025556.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.70KB)", - "file_size": 718542 - }, - { - "timestamp": "2025-01-14 01:52:40", - "video_path": "recordings/B02/B02_20250112_030556.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.13KB)", - "file_size": 803978 - }, - { - "timestamp": "2025-01-14 01:52:41", - "video_path": "recordings/B02/B02_20250114_072244.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(840.19KB)", - "file_size": 860354 - }, - { - "timestamp": "2025-01-14 01:52:41", - "video_path": "recordings/B02/B02_20250113_215428.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.79KB)", - "file_size": 778022 - }, - { - "timestamp": "2025-01-14 01:52:42", - "video_path": "recordings/B02/B02_20250113_023929.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.72KB)", - "file_size": 722656 - }, - { - "timestamp": "2025-01-14 01:52:42", - "video_path": "recordings/B02/B02_20250112_021438.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(814.57KB)", - "file_size": 834120 - }, - { - "timestamp": "2025-01-14 01:52:43", - "video_path": "recordings/B02/B02_20250110_214511.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.98KB)", - "file_size": 1011696 - }, - { - "timestamp": "2025-01-14 01:52:43", - "video_path": "recordings/B02/B02_20250112_214818.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(718.91KB)", - "file_size": 736168 - }, - { - "timestamp": "2025-01-14 01:52:44", - "video_path": "recordings/B02/B02_20250114_020021.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.52KB)", - "file_size": 777744 - }, - { - "timestamp": "2025-01-14 01:52:44", - "video_path": "recordings/B02/B02_20250113_020435.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.19KB)", - "file_size": 720066 - }, - { - "timestamp": "2025-01-14 01:52:45", - "video_path": "recordings/B02/B02_20250114_010055.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.84KB)", - "file_size": 775008 - }, - { - "timestamp": "2025-01-14 01:52:45", - "video_path": "recordings/B02/B02_20250112_200750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.88KB)", - "file_size": 728964 - }, - { - "timestamp": "2025-01-14 01:52:46", - "video_path": "recordings/B02/B02_20250114_024531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.09KB)", - "file_size": 774238 - }, - { - "timestamp": "2025-01-14 01:52:46", - "video_path": "recordings/B02/B02_20250114_035317.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.79KB)", - "file_size": 771880 - }, - { - "timestamp": "2025-01-14 01:52:47", - "video_path": "recordings/B02/B02_20250113_035750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.79KB)", - "file_size": 718628 - }, - { - "timestamp": "2025-01-14 01:52:47", - "video_path": "recordings/B02/B02_20250114_064140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.21KB)", - "file_size": 777430 - }, - { - "timestamp": "2025-01-14 01:52:48", - "video_path": "recordings/B02/B02_20250113_210717.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.91KB)", - "file_size": 780192 - }, - { - "timestamp": "2025-01-14 01:52:48", - "video_path": "recordings/B02/B02_20250113_234505.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.03KB)", - "file_size": 772126 - }, - { - "timestamp": "2025-01-14 01:52:49", - "video_path": "recordings/B02/B02_20250112_192033.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.23KB)", - "file_size": 728298 - }, - { - "timestamp": "2025-01-14 01:52:49", - "video_path": "recordings/B02/B02_20250114_074926.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1001.15KB)", - "file_size": 1025174 - }, - { - "timestamp": "2025-01-14 01:52:50", - "video_path": "recordings/B02/B02_20250110_204537.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.58KB)", - "file_size": 1028686 - }, - { - "timestamp": "2025-01-14 01:52:50", - "video_path": "recordings/B02/B02_20250110_220549.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.47KB)", - "file_size": 1028576 - }, - { - "timestamp": "2025-01-14 01:52:51", - "video_path": "recordings/B02/B02_20250113_050733.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.02KB)", - "file_size": 718866 - }, - { - "timestamp": "2025-01-14 01:52:51", - "video_path": "recordings/B02/B02_20250114_001145.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(751.75KB)", - "file_size": 769790 - }, - { - "timestamp": "2025-01-14 01:52:52", - "video_path": "recordings/B02/B02_20250114_062719.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.60KB)", - "file_size": 773736 - }, - { - "timestamp": "2025-01-14 01:52:52", - "video_path": "recordings/B02/B02_20250113_201352.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(768.29KB)", - "file_size": 786730 - }, - { - "timestamp": "2025-01-14 01:52:53", - "video_path": "recordings/B02/B02_20250114_052541.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.57KB)", - "file_size": 776776 - }, - { - "timestamp": "2025-01-14 01:52:53", - "video_path": "recordings/B02/B02_20250113_214616.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.87KB)", - "file_size": 775030 - }, - { - "timestamp": "2025-01-14 01:52:54", - "video_path": "recordings/B02/B02_20250112_040529.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.94KB)", - "file_size": 802752 - }, - { - "timestamp": "2025-01-14 01:52:54", - "video_path": "recordings/B02/B02_20250112_233859.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.54KB)", - "file_size": 726564 - }, - { - "timestamp": "2025-01-14 01:52:55", - "video_path": "recordings/B02/B02_20250110_204132.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1023.28KB)", - "file_size": 1047836 - }, - { - "timestamp": "2025-01-14 01:52:55", - "video_path": "recordings/B02/B02_20250111_004416.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(983.78KB)", - "file_size": 1007392 - }, - { - "timestamp": "2025-01-14 01:52:56", - "video_path": "recordings/B02/B02_20250113_024945.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.13KB)", - "file_size": 720004 - }, - { - "timestamp": "2025-01-14 01:52:56", - "video_path": "recordings/B02/B02_20250114_025955.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.04KB)", - "file_size": 775206 - }, - { - "timestamp": "2025-01-14 01:52:57", - "video_path": "recordings/B02/B02_20250113_022100.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.44KB)", - "file_size": 718270 - }, - { - "timestamp": "2025-01-14 01:52:57", - "video_path": "recordings/B02/B02_20250111_020433.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.35KB)", - "file_size": 1013092 - }, - { - "timestamp": "2025-01-14 01:52:57", - "video_path": "recordings/B02/B02_20250114_062311.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.91KB)", - "file_size": 773032 - }, - { - "timestamp": "2025-01-14 01:52:58", - "video_path": "recordings/B02/B02_20250113_223730.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.93KB)", - "file_size": 775100 - }, - { - "timestamp": "2025-01-14 01:52:58", - "video_path": "recordings/B02/B02_20250111_064156.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.51KB)", - "file_size": 1027590 - }, - { - "timestamp": "2025-01-14 01:52:59", - "video_path": "recordings/B02/B02_20250110_233421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.96KB)", - "file_size": 1011672 - }, - { - "timestamp": "2025-01-14 01:52:59", - "video_path": "recordings/B02/B02_20250111_055852.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.34KB)", - "file_size": 1033564 - }, - { - "timestamp": "2025-01-14 01:53:00", - "video_path": "recordings/B02/B02_20250114_073707.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.61KB)", - "file_size": 970354 - }, - { - "timestamp": "2025-01-14 01:53:00", - "video_path": "recordings/B02/B02_20250114_063937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.44KB)", - "file_size": 774592 - }, - { - "timestamp": "2025-01-14 01:53:01", - "video_path": "recordings/B02/B02_20250112_192847.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.15KB)", - "file_size": 722078 - }, - { - "timestamp": "2025-01-14 01:53:01", - "video_path": "recordings/B02/B02_20250112_032017.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.67KB)", - "file_size": 802478 - }, - { - "timestamp": "2025-01-14 01:53:02", - "video_path": "recordings/B02/B02_20250111_062127.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.17KB)", - "file_size": 1021100 - }, - { - "timestamp": "2025-01-14 01:53:02", - "video_path": "recordings/B02/B02_20250113_014605.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.54KB)", - "file_size": 723502 - }, - { - "timestamp": "2025-01-14 01:53:03", - "video_path": "recordings/B02/B02_20250111_033501.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.15KB)", - "file_size": 1015964 - }, - { - "timestamp": "2025-01-14 01:53:03", - "video_path": "recordings/B02/B02_20250111_030615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.70KB)", - "file_size": 1015498 - }, - { - "timestamp": "2025-01-14 01:53:04", - "video_path": "recordings/B02/B02_20250113_025758.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.93KB)", - "file_size": 721850 - }, - { - "timestamp": "2025-01-14 01:53:04", - "video_path": "recordings/B02/B02_20250110_211420.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.57KB)", - "file_size": 1013322 - }, - { - "timestamp": "2025-01-14 01:53:05", - "video_path": "recordings/B02/B02_20250111_032648.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.09KB)", - "file_size": 1022048 - }, - { - "timestamp": "2025-01-14 01:53:05", - "video_path": "recordings/B02/B02_20250112_023509.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.12KB)", - "file_size": 807030 - }, - { - "timestamp": "2025-01-14 01:53:06", - "video_path": "recordings/B02/B02_20250114_023515.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.92KB)", - "file_size": 776110 - }, - { - "timestamp": "2025-01-14 01:53:06", - "video_path": "recordings/B02/B02_20250112_201602.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.41KB)", - "file_size": 721316 - }, - { - "timestamp": "2025-01-14 01:53:07", - "video_path": "recordings/B02/B02_20250113_235925.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.25KB)", - "file_size": 775422 - }, - { - "timestamp": "2025-01-14 01:53:07", - "video_path": "recordings/B02/B02_20250111_124605.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(847.87KB)", - "file_size": 868216 - }, - { - "timestamp": "2025-01-14 01:53:08", - "video_path": "recordings/B02/B02_20250112_222105.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.35KB)", - "file_size": 722282 - }, - { - "timestamp": "2025-01-14 01:53:08", - "video_path": "recordings/B02/B02_20250112_190610.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.89KB)", - "file_size": 725904 - }, - { - "timestamp": "2025-01-14 01:53:09", - "video_path": "recordings/B02/B02_20250110_221810.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1018.77KB)", - "file_size": 1043220 - }, - { - "timestamp": "2025-01-14 01:53:09", - "video_path": "recordings/B02/B02_20250110_213858.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.07KB)", - "file_size": 1010764 - }, - { - "timestamp": "2025-01-14 01:53:10", - "video_path": "recordings/B02/B02_20250114_064343.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.38KB)", - "file_size": 781700 - }, - { - "timestamp": "2025-01-14 01:53:10", - "video_path": "recordings/B02/B02_20250111_052559.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.59KB)", - "file_size": 1026650 - }, - { - "timestamp": "2025-01-14 01:53:11", - "video_path": "recordings/B02/B02_20250113_235113.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.15KB)", - "file_size": 772252 - }, - { - "timestamp": "2025-01-14 01:53:11", - "video_path": "recordings/B02/B02_20250113_211124.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.69KB)", - "file_size": 777926 - }, - { - "timestamp": "2025-01-14 01:53:12", - "video_path": "recordings/B02/B02_20250112_021843.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(796.93KB)", - "file_size": 816060 - }, - { - "timestamp": "2025-01-14 01:53:12", - "video_path": "recordings/B02/B02_20250110_231548.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.95KB)", - "file_size": 1010640 - }, - { - "timestamp": "2025-01-14 01:53:13", - "video_path": "recordings/B02/B02_20250112_191627.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.80KB)", - "file_size": 722738 - }, - { - "timestamp": "2025-01-14 01:53:13", - "video_path": "recordings/B02/B02_20250110_233826.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.05KB)", - "file_size": 1017904 - }, - { - "timestamp": "2025-01-14 01:53:14", - "video_path": "recordings/B02/B02_20250113_200336.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.96KB)", - "file_size": 782290 - }, - { - "timestamp": "2025-01-14 01:53:14", - "video_path": "recordings/B02/B02_20250110_223439.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.11KB)", - "file_size": 1028204 - }, - { - "timestamp": "2025-01-14 01:53:15", - "video_path": "recordings/B02/B02_20250111_025802.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.28KB)", - "file_size": 1019166 - }, - { - "timestamp": "2025-01-14 01:53:15", - "video_path": "recordings/B02/B02_20250113_011922.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.31KB)", - "file_size": 719166 - }, - { - "timestamp": "2025-01-14 01:53:15", - "video_path": "recordings/B02/B02_20250111_043438.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1011.46KB)", - "file_size": 1035740 - }, - { - "timestamp": "2025-01-14 01:53:16", - "video_path": "recordings/B02/B02_20250113_045657.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.29KB)", - "file_size": 723240 - }, - { - "timestamp": "2025-01-14 01:53:16", - "video_path": "recordings/B02/B02_20250113_194913.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(793.24KB)", - "file_size": 812280 - }, - { - "timestamp": "2025-01-14 01:53:17", - "video_path": "recordings/B02/B02_20250111_131245.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(871.19KB)", - "file_size": 892094 - }, - { - "timestamp": "2025-01-14 01:53:17", - "video_path": "recordings/B02/B02_20250112_230610.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.32KB)", - "file_size": 725324 - }, - { - "timestamp": "2025-01-14 01:53:18", - "video_path": "recordings/B02/B02_20250111_035535.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.89KB)", - "file_size": 1023892 - }, - { - "timestamp": "2025-01-14 01:53:18", - "video_path": "recordings/B02/B02_20250114_015209.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.30KB)", - "file_size": 778546 - }, - { - "timestamp": "2025-01-14 01:53:19", - "video_path": "recordings/B02/B02_20250113_003215.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.38KB)", - "file_size": 721282 - }, - { - "timestamp": "2025-01-14 01:53:19", - "video_path": "recordings/B02/B02_20250114_003823.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.50KB)", - "file_size": 779772 - }, - { - "timestamp": "2025-01-14 01:53:20", - "video_path": "recordings/B02/B02_20250113_051808.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.09KB)", - "file_size": 723036 - }, - { - "timestamp": "2025-01-14 01:53:20", - "video_path": "recordings/B02/B02_20250113_010502.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.36KB)", - "file_size": 725364 - }, - { - "timestamp": "2025-01-14 01:53:21", - "video_path": "recordings/B02/B02_20250110_204944.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.70KB)", - "file_size": 1033928 - }, - { - "timestamp": "2025-01-14 01:53:21", - "video_path": "recordings/B02/B02_20250111_035333.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.42KB)", - "file_size": 1036716 - }, - { - "timestamp": "2025-01-14 01:53:22", - "video_path": "recordings/B02/B02_20250112_233250.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.23KB)", - "file_size": 724208 - }, - { - "timestamp": "2025-01-14 01:53:22", - "video_path": "recordings/B02/B02_20250112_022045.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(808.74KB)", - "file_size": 828148 - }, - { - "timestamp": "2025-01-14 01:53:23", - "video_path": "recordings/B02/B02_20250114_050509.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.93KB)", - "file_size": 773052 - }, - { - "timestamp": "2025-01-14 01:53:23", - "video_path": "recordings/B02/B02_20250112_215630.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.59KB)", - "file_size": 726616 - }, - { - "timestamp": "2025-01-14 01:53:24", - "video_path": "recordings/B02/B02_20250114_000739.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.19KB)", - "file_size": 778430 - }, - { - "timestamp": "2025-01-14 01:53:24", - "video_path": "recordings/B02/B02_20250113_210108.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.33KB)", - "file_size": 774486 - }, - { - "timestamp": "2025-01-14 01:53:25", - "video_path": "recordings/B02/B02_20250112_043615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.36KB)", - "file_size": 805234 - }, - { - "timestamp": "2025-01-14 01:53:25", - "video_path": "recordings/B02/B02_20250112_232031.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.26KB)", - "file_size": 726286 - }, - { - "timestamp": "2025-01-14 01:53:26", - "video_path": "recordings/B02/B02_20250114_061702.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(767.20KB)", - "file_size": 785616 - }, - { - "timestamp": "2025-01-14 01:53:26", - "video_path": "recordings/B02/B02_20250111_060054.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.36KB)", - "file_size": 1036658 - }, - { - "timestamp": "2025-01-14 01:53:27", - "video_path": "recordings/B02/B02_20250110_220347.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.86KB)", - "file_size": 1014642 - }, - { - "timestamp": "2025-01-14 01:53:27", - "video_path": "recordings/B02/B02_20250110_210404.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(985.48KB)", - "file_size": 1009132 - }, - { - "timestamp": "2025-01-14 01:53:28", - "video_path": "recordings/B02/B02_20250111_011104.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.44KB)", - "file_size": 1010110 - }, - { - "timestamp": "2025-01-14 01:53:28", - "video_path": "recordings/B02/B02_20250110_222827.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1016.89KB)", - "file_size": 1041300 - }, - { - "timestamp": "2025-01-14 01:53:29", - "video_path": "recordings/B02/B02_20250114_015818.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.52KB)", - "file_size": 772626 - }, - { - "timestamp": "2025-01-14 01:53:29", - "video_path": "recordings/B02/B02_20250112_223322.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.27KB)", - "file_size": 729362 - }, - { - "timestamp": "2025-01-14 01:53:30", - "video_path": "recordings/B02/B02_20250112_185958.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(714.34KB)", - "file_size": 731482 - }, - { - "timestamp": "2025-01-14 01:53:30", - "video_path": "recordings/B02/B02_20250111_042422.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.95KB)", - "file_size": 1011664 - }, - { - "timestamp": "2025-01-14 01:53:31", - "video_path": "recordings/B02/B02_20250112_203225.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.09KB)", - "file_size": 728154 - }, - { - "timestamp": "2025-01-14 01:53:31", - "video_path": "recordings/B02/B02_20250111_040552.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.51KB)", - "file_size": 1027592 - }, - { - "timestamp": "2025-01-14 01:53:32", - "video_path": "recordings/B02/B02_20250111_054224.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.43KB)", - "file_size": 1018296 - }, - { - "timestamp": "2025-01-14 01:53:32", - "video_path": "recordings/B02/B02_20250114_013139.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.52KB)", - "file_size": 771604 - }, - { - "timestamp": "2025-01-14 01:53:33", - "video_path": "recordings/B02/B02_20250112_211328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.26KB)", - "file_size": 721158 - }, - { - "timestamp": "2025-01-14 01:53:33", - "video_path": "recordings/B02/B02_20250112_043005.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.38KB)", - "file_size": 802176 - }, - { - "timestamp": "2025-01-14 01:53:34", - "video_path": "recordings/B02/B02_20250113_011313.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.03KB)", - "file_size": 722978 - }, - { - "timestamp": "2025-01-14 01:53:34", - "video_path": "recordings/B02/B02_20250111_125824.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(851.17KB)", - "file_size": 871598 - }, - { - "timestamp": "2025-01-14 01:53:35", - "video_path": "recordings/B02/B02_20250112_031001.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.18KB)", - "file_size": 807094 - }, - { - "timestamp": "2025-01-14 01:53:35", - "video_path": "recordings/B02/B02_20250111_012528.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.20KB)", - "file_size": 1022156 - }, - { - "timestamp": "2025-01-14 01:53:36", - "video_path": "recordings/B02/B02_20250112_212342.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.18KB)", - "file_size": 724150 - }, - { - "timestamp": "2025-01-14 01:53:36", - "video_path": "recordings/B02/B02_20250110_215125.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.18KB)", - "file_size": 1033402 - }, - { - "timestamp": "2025-01-14 01:53:37", - "video_path": "recordings/B02/B02_20250111_125621.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(847.88KB)", - "file_size": 868234 - }, - { - "timestamp": "2025-01-14 01:53:37", - "video_path": "recordings/B02/B02_20250112_232844.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.20KB)", - "file_size": 723152 - }, - { - "timestamp": "2025-01-14 01:53:38", - "video_path": "recordings/B02/B02_20250112_230813.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.54KB)", - "file_size": 727588 - }, - { - "timestamp": "2025-01-14 01:53:38", - "video_path": "recordings/B02/B02_20250113_203629.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.27KB)", - "file_size": 782610 - }, - { - "timestamp": "2025-01-14 01:53:39", - "video_path": "recordings/B02/B02_20250114_074316.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1006.86KB)", - "file_size": 1031022 - }, - { - "timestamp": "2025-01-14 01:53:39", - "video_path": "recordings/B02/B02_20250112_220036.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.53KB)", - "file_size": 727580 - }, - { - "timestamp": "2025-01-14 01:53:40", - "video_path": "recordings/B02/B02_20250113_024742.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.87KB)", - "file_size": 720758 - }, - { - "timestamp": "2025-01-14 01:53:40", - "video_path": "recordings/B02/B02_20250112_025132.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(779.47KB)", - "file_size": 798180 - }, - { - "timestamp": "2025-01-14 01:53:40", - "video_path": "recordings/B02/B02_20250113_215225.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.69KB)", - "file_size": 778944 - }, - { - "timestamp": "2025-01-14 01:53:41", - "video_path": "recordings/B02/B02_20250114_020629.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.89KB)", - "file_size": 782220 - }, - { - "timestamp": "2025-01-14 01:53:41", - "video_path": "recordings/B02/B02_20250112_022656.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.86KB)", - "file_size": 807794 - }, - { - "timestamp": "2025-01-14 01:53:42", - "video_path": "recordings/B02/B02_20250111_202748.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(844.15KB)", - "file_size": 864414 - }, - { - "timestamp": "2025-01-14 01:53:42", - "video_path": "recordings/B02/B02_20250111_013545.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.79KB)", - "file_size": 1013542 - }, - { - "timestamp": "2025-01-14 01:53:43", - "video_path": "recordings/B02/B02_20250111_204624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(903.17KB)", - "file_size": 924850 - }, - { - "timestamp": "2025-01-14 01:53:43", - "video_path": "recordings/B02/B02_20250113_020840.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.50KB)", - "file_size": 719356 - }, - { - "timestamp": "2025-01-14 01:53:44", - "video_path": "recordings/B02/B02_20250113_212747.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.96KB)", - "file_size": 777174 - }, - { - "timestamp": "2025-01-14 01:53:44", - "video_path": "recordings/B02/B02_20250114_004635.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.77KB)", - "file_size": 775952 - }, - { - "timestamp": "2025-01-14 01:53:45", - "video_path": "recordings/B02/B02_20250112_033443.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.71KB)", - "file_size": 802524 - }, - { - "timestamp": "2025-01-14 01:53:45", - "video_path": "recordings/B02/B02_20250112_023101.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.58KB)", - "file_size": 805456 - }, - { - "timestamp": "2025-01-14 01:53:46", - "video_path": "recordings/B02/B02_20250114_074113.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(953.17KB)", - "file_size": 976044 - }, - { - "timestamp": "2025-01-14 01:53:46", - "video_path": "recordings/B02/B02_20250112_185350.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.71KB)", - "file_size": 724690 - }, - { - "timestamp": "2025-01-14 01:53:47", - "video_path": "recordings/B02/B02_20250110_213045.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(981.36KB)", - "file_size": 1004914 - }, - { - "timestamp": "2025-01-14 01:53:47", - "video_path": "recordings/B02/B02_20250112_193255.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.83KB)", - "file_size": 722770 - }, - { - "timestamp": "2025-01-14 01:53:48", - "video_path": "recordings/B02/B02_20250110_203522.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1021.07KB)", - "file_size": 1045580 - }, - { - "timestamp": "2025-01-14 01:53:48", - "video_path": "recordings/B02/B02_20250110_234232.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1016.56KB)", - "file_size": 1040960 - }, - { - "timestamp": "2025-01-14 01:53:49", - "video_path": "recordings/B02/B02_20250109_213255.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:53:49", - "video_path": "recordings/B02/B02_20250112_223932.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.00KB)", - "file_size": 727042 - }, - { - "timestamp": "2025-01-14 01:53:50", - "video_path": "recordings/B02/B02_20250111_024340.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.34KB)", - "file_size": 1010012 - }, - { - "timestamp": "2025-01-14 01:53:50", - "video_path": "recordings/B02/B02_20250114_035926.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.42KB)", - "file_size": 775594 - }, - { - "timestamp": "2025-01-14 01:53:51", - "video_path": "recordings/B02/B02_20250111_041405.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.72KB)", - "file_size": 1024742 - }, - { - "timestamp": "2025-01-14 01:53:51", - "video_path": "recordings/B02/B02_20250113_201758.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.45KB)", - "file_size": 779722 - }, - { - "timestamp": "2025-01-14 01:53:52", - "video_path": "recordings/B02/B02_20250111_175442.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(834.60KB)", - "file_size": 854634 - }, - { - "timestamp": "2025-01-14 01:53:52", - "video_path": "recordings/B02/B02_20250112_195328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.48KB)", - "file_size": 724462 - }, - { - "timestamp": "2025-01-14 01:53:53", - "video_path": "recordings/B02/B02_20250113_044419.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.13KB)", - "file_size": 720002 - }, - { - "timestamp": "2025-01-14 01:53:53", - "video_path": "recordings/B02/B02_20250113_050124.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.99KB)", - "file_size": 719860 - }, - { - "timestamp": "2025-01-14 01:53:54", - "video_path": "recordings/B02/B02_20250113_044013.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(700.12KB)", - "file_size": 716920 - }, - { - "timestamp": "2025-01-14 01:53:54", - "video_path": "recordings/B02/B02_20250113_214819.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.61KB)", - "file_size": 773748 - }, - { - "timestamp": "2025-01-14 01:53:55", - "video_path": "recordings/B02/B02_20250112_030758.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(779.84KB)", - "file_size": 798554 - }, - { - "timestamp": "2025-01-14 01:53:55", - "video_path": "recordings/B02/B02_20250114_024939.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.74KB)", - "file_size": 772856 - }, - { - "timestamp": "2025-01-14 01:53:56", - "video_path": "recordings/B02/B02_20250114_022459.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.82KB)", - "file_size": 780104 - }, - { - "timestamp": "2025-01-14 01:53:56", - "video_path": "recordings/B02/B02_20250113_215021.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.41KB)", - "file_size": 779686 - }, - { - "timestamp": "2025-01-14 01:53:57", - "video_path": "recordings/B02/B02_20250111_052802.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.10KB)", - "file_size": 1014888 - }, - { - "timestamp": "2025-01-14 01:53:57", - "video_path": "recordings/B02/B02_20250111_021248.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.98KB)", - "file_size": 1017834 - }, - { - "timestamp": "2025-01-14 01:53:58", - "video_path": "recordings/B02/B02_20250111_061315.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.54KB)", - "file_size": 1012262 - }, - { - "timestamp": "2025-01-14 01:53:58", - "video_path": "recordings/B02/B02_20250112_020422.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.23KB)", - "file_size": 853230 - }, - { - "timestamp": "2025-01-14 01:53:59", - "video_path": "recordings/B02/B02_20250113_200741.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(768.63KB)", - "file_size": 787074 - }, - { - "timestamp": "2025-01-14 01:53:59", - "video_path": "recordings/B02/B02_20250114_025344.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.88KB)", - "file_size": 773000 - }, - { - "timestamp": "2025-01-14 01:54:00", - "video_path": "recordings/B02/B02_20250112_225555.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.61KB)", - "file_size": 730740 - }, - { - "timestamp": "2025-01-14 01:54:00", - "video_path": "recordings/B02/B02_20250111_034721.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.09KB)", - "file_size": 1016920 - }, - { - "timestamp": "2025-01-14 01:54:00", - "video_path": "recordings/B02/B02_20250114_025547.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.23KB)", - "file_size": 771308 - }, - { - "timestamp": "2025-01-14 01:54:01", - "video_path": "recordings/B02/B02_20250114_002808.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.90KB)", - "file_size": 773016 - }, - { - "timestamp": "2025-01-14 01:54:02", - "video_path": "recordings/B02/B02_20250112_222308.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.15KB)", - "file_size": 730264 - }, - { - "timestamp": "2025-01-14 01:54:02", - "video_path": "recordings/B02/B02_20250112_020827.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(852.43KB)", - "file_size": 872892 - }, - { - "timestamp": "2025-01-14 01:54:03", - "video_path": "recordings/B02/B02_20250113_010705.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.17KB)", - "file_size": 723122 - }, - { - "timestamp": "2025-01-14 01:54:03", - "video_path": "recordings/B02/B02_20250111_180502.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.46KB)", - "file_size": 853468 - }, - { - "timestamp": "2025-01-14 01:54:03", - "video_path": "recordings/B02/B02_20250111_051340.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.29KB)", - "file_size": 1010986 - }, - { - "timestamp": "2025-01-14 01:54:04", - "video_path": "recordings/B02/B02_20250111_055446.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.82KB)", - "file_size": 1022788 - }, - { - "timestamp": "2025-01-14 01:54:04", - "video_path": "recordings/B02/B02_20250114_065806.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(776.15KB)", - "file_size": 794780 - }, - { - "timestamp": "2025-01-14 01:54:05", - "video_path": "recordings/B02/B02_20250114_033651.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.54KB)", - "file_size": 770596 - }, - { - "timestamp": "2025-01-14 01:54:05", - "video_path": "recordings/B02/B02_20250110_233623.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.30KB)", - "file_size": 1012016 - }, - { - "timestamp": "2025-01-14 01:54:06", - "video_path": "recordings/B02/B02_20250111_060504.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.19KB)", - "file_size": 1027264 - }, - { - "timestamp": "2025-01-14 01:54:06", - "video_path": "recordings/B02/B02_20250113_224337.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.03KB)", - "file_size": 774172 - }, - { - "timestamp": "2025-01-14 01:54:07", - "video_path": "recordings/B02/B02_20250113_010259.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.43KB)", - "file_size": 723380 - }, - { - "timestamp": "2025-01-14 01:54:07", - "video_path": "recordings/B02/B02_20250112_233047.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.37KB)", - "file_size": 724348 - }, - { - "timestamp": "2025-01-14 01:54:08", - "video_path": "recordings/B02/B02_20250111_055241.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.88KB)", - "file_size": 1010568 - }, - { - "timestamp": "2025-01-14 01:54:08", - "video_path": "recordings/B02/B02_20250114_004026.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.02KB)", - "file_size": 780312 - }, - { - "timestamp": "2025-01-14 01:54:09", - "video_path": "recordings/B02/B02_20250113_224133.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.57KB)", - "file_size": 773700 - }, - { - "timestamp": "2025-01-14 01:54:09", - "video_path": "recordings/B02/B02_20250111_062533.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.05KB)", - "file_size": 1016886 - }, - { - "timestamp": "2025-01-14 01:54:10", - "video_path": "recordings/B02/B02_20250113_034307.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.78KB)", - "file_size": 720670 - }, - { - "timestamp": "2025-01-14 01:54:10", - "video_path": "recordings/B02/B02_20250111_125010.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(849.95KB)", - "file_size": 870350 - }, - { - "timestamp": "2025-01-14 01:54:11", - "video_path": "recordings/B02/B02_20250111_020028.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.66KB)", - "file_size": 1024678 - }, - { - "timestamp": "2025-01-14 01:54:11", - "video_path": "recordings/B02/B02_20250114_031822.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.42KB)", - "file_size": 774570 - }, - { - "timestamp": "2025-01-14 01:54:12", - "video_path": "recordings/B02/B02_20250113_040359.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.91KB)", - "file_size": 720800 - }, - { - "timestamp": "2025-01-14 01:54:12", - "video_path": "recordings/B02/B02_20250114_070415.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(772.89KB)", - "file_size": 791440 - }, - { - "timestamp": "2025-01-14 01:54:13", - "video_path": "recordings/B02/B02_20250109_153305.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(224.00KB)", - "file_size": 229376 - }, - { - "timestamp": "2025-01-14 01:54:13", - "video_path": "recordings/B02/B02_20250112_030353.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(779.84KB)", - "file_size": 798556 - }, - { - "timestamp": "2025-01-14 01:54:14", - "video_path": "recordings/B02/B02_20250111_003155.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.28KB)", - "file_size": 1010974 - }, - { - "timestamp": "2025-01-14 01:54:14", - "video_path": "recordings/B02/B02_20250111_121515.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(967.39KB)", - "file_size": 990610 - }, - { - "timestamp": "2025-01-14 01:54:15", - "video_path": "recordings/B02/B02_20250111_053615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.23KB)", - "file_size": 1023214 - }, - { - "timestamp": "2025-01-14 01:54:15", - "video_path": "recordings/B02/B02_20250111_130026.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(848.69KB)", - "file_size": 869056 - }, - { - "timestamp": "2025-01-14 01:54:16", - "video_path": "recordings/B02/B02_20250111_055038.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1014.78KB)", - "file_size": 1039136 - }, - { - "timestamp": "2025-01-14 01:54:16", - "video_path": "recordings/B02/B02_20250114_030158.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.88KB)", - "file_size": 778114 - }, - { - "timestamp": "2025-01-14 01:54:17", - "video_path": "recordings/B02/B02_20250113_205702.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.46KB)", - "file_size": 783826 - }, - { - "timestamp": "2025-01-14 01:54:17", - "video_path": "recordings/B02/B02_20250110_225310.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.79KB)", - "file_size": 1014574 - }, - { - "timestamp": "2025-01-14 01:54:18", - "video_path": "recordings/B02/B02_20250112_231422.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.09KB)", - "file_size": 723032 - }, - { - "timestamp": "2025-01-14 01:54:18", - "video_path": "recordings/B02/B02_20250113_030001.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.72KB)", - "file_size": 724706 - }, - { - "timestamp": "2025-01-14 01:54:19", - "video_path": "recordings/B02/B02_20250114_012328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.74KB)", - "file_size": 771832 - }, - { - "timestamp": "2025-01-14 01:54:19", - "video_path": "recordings/B02/B02_20250111_203158.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(850.49KB)", - "file_size": 870902 - }, - { - "timestamp": "2025-01-14 01:54:20", - "video_path": "recordings/B02/B02_20250112_032832.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.72KB)", - "file_size": 804574 - }, - { - "timestamp": "2025-01-14 01:54:20", - "video_path": "recordings/B02/B02_20250112_044222.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(789.04KB)", - "file_size": 807972 - }, - { - "timestamp": "2025-01-14 01:54:21", - "video_path": "recordings/B02/B02_20250111_124807.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(851.78KB)", - "file_size": 872222 - }, - { - "timestamp": "2025-01-14 01:54:21", - "video_path": "recordings/B02/B02_20250111_031834.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1006.11KB)", - "file_size": 1030260 - }, - { - "timestamp": "2025-01-14 01:54:22", - "video_path": "recordings/B02/B02_20250114_072041.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(839.13KB)", - "file_size": 859272 - }, - { - "timestamp": "2025-01-14 01:54:22", - "video_path": "recordings/B02/B02_20250113_212950.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.62KB)", - "file_size": 776828 - }, - { - "timestamp": "2025-01-14 01:54:23", - "video_path": "recordings/B02/B02_20250112_235522.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.69KB)", - "file_size": 725700 - }, - { - "timestamp": "2025-01-14 01:54:23", - "video_path": "recordings/B02/B02_20250111_002138.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.23KB)", - "file_size": 1032428 - }, - { - "timestamp": "2025-01-14 01:54:24", - "video_path": "recordings/B02/B02_20250110_214106.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.01KB)", - "file_size": 1011718 - }, - { - "timestamp": "2025-01-14 01:54:24", - "video_path": "recordings/B02/B02_20250112_235116.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.34KB)", - "file_size": 723294 - }, - { - "timestamp": "2025-01-14 01:54:25", - "video_path": "recordings/B02/B02_20250110_223844.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.34KB)", - "file_size": 1016152 - }, - { - "timestamp": "2025-01-14 01:54:25", - "video_path": "recordings/B02/B02_20250114_043624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.64KB)", - "file_size": 772752 - }, - { - "timestamp": "2025-01-14 01:54:26", - "video_path": "recordings/B02/B02_20250114_020833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.03KB)", - "file_size": 775194 - }, - { - "timestamp": "2025-01-14 01:54:26", - "video_path": "recordings/B02/B02_20250114_022702.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.76KB)", - "file_size": 773900 - }, - { - "timestamp": "2025-01-14 01:54:27", - "video_path": "recordings/B02/B02_20250112_224946.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.87KB)", - "file_size": 724862 - }, - { - "timestamp": "2025-01-14 01:54:27", - "video_path": "recordings/B02/B02_20250113_220645.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.96KB)", - "file_size": 776146 - }, - { - "timestamp": "2025-01-14 01:54:28", - "video_path": "recordings/B02/B02_20250110_222421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.77KB)", - "file_size": 1032984 - }, - { - "timestamp": "2025-01-14 01:54:28", - "video_path": "recordings/B02/B02_20250114_042608.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.95KB)", - "file_size": 775120 - }, - { - "timestamp": "2025-01-14 01:54:29", - "video_path": "recordings/B02/B02_20250112_234710.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.84KB)", - "file_size": 725856 - }, - { - "timestamp": "2025-01-14 01:54:29", - "video_path": "recordings/B02/B02_20250112_024929.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(779.40KB)", - "file_size": 798102 - }, - { - "timestamp": "2025-01-14 01:54:30", - "video_path": "recordings/B02/B02_20250113_012937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.68KB)", - "file_size": 724668 - }, - { - "timestamp": "2025-01-14 01:54:30", - "video_path": "recordings/B02/B02_20250111_002341.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.74KB)", - "file_size": 1014514 - }, - { - "timestamp": "2025-01-14 01:54:30", - "video_path": "recordings/B02/B02_20250112_191830.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.41KB)", - "file_size": 726434 - }, - { - "timestamp": "2025-01-14 01:54:31", - "video_path": "recordings/B02/B02_20250114_011922.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.66KB)", - "file_size": 774816 - }, - { - "timestamp": "2025-01-14 01:54:31", - "video_path": "recordings/B02/B02_20250114_011516.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.12KB)", - "file_size": 773242 - }, - { - "timestamp": "2025-01-14 01:54:32", - "video_path": "recordings/B02/B02_20250112_191424.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.01KB)", - "file_size": 721932 - }, - { - "timestamp": "2025-01-14 01:54:32", - "video_path": "recordings/B02/B02_20250112_225149.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.12KB)", - "file_size": 728186 - }, - { - "timestamp": "2025-01-14 01:54:33", - "video_path": "recordings/B02/B02_20250110_193127.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(771.66KB)", - "file_size": 790184 - }, - { - "timestamp": "2025-01-14 01:54:33", - "video_path": "recordings/B02/B02_20250112_234913.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.00KB)", - "file_size": 722942 - }, - { - "timestamp": "2025-01-14 01:54:34", - "video_path": "recordings/B02/B02_20250110_232157.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.51KB)", - "file_size": 1014286 - }, - { - "timestamp": "2025-01-14 01:54:34", - "video_path": "recordings/B02/B02_20250114_042811.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.54KB)", - "file_size": 771622 - }, - { - "timestamp": "2025-01-14 01:54:35", - "video_path": "recordings/B02/B02_20250113_202815.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.78KB)", - "file_size": 779038 - }, - { - "timestamp": "2025-01-14 01:54:35", - "video_path": "recordings/B02/B02_20250112_230204.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(720.75KB)", - "file_size": 738048 - }, - { - "timestamp": "2025-01-14 01:54:36", - "video_path": "recordings/B02/B02_20250112_043207.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(789.16KB)", - "file_size": 808096 - }, - { - "timestamp": "2025-01-14 01:54:36", - "video_path": "recordings/B02/B02_20250110_215531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.09KB)", - "file_size": 1016924 - }, - { - "timestamp": "2025-01-14 01:54:37", - "video_path": "recordings/B02/B02_20250114_015006.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.29KB)", - "file_size": 775470 - }, - { - "timestamp": "2025-01-14 01:54:37", - "video_path": "recordings/B02/B02_20250113_033252.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.71KB)", - "file_size": 721624 - }, - { - "timestamp": "2025-01-14 01:54:38", - "video_path": "recordings/B02/B02_20250112_213601.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(714.99KB)", - "file_size": 732150 - }, - { - "timestamp": "2025-01-14 01:54:38", - "video_path": "recordings/B02/B02_20250112_044425.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.59KB)", - "file_size": 801374 - }, - { - "timestamp": "2025-01-14 01:54:39", - "video_path": "recordings/B02/B02_20250112_024322.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.85KB)", - "file_size": 803682 - }, - { - "timestamp": "2025-01-14 01:54:39", - "video_path": "recordings/B02/B02_20250112_200344.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.04KB)", - "file_size": 726054 - }, - { - "timestamp": "2025-01-14 01:54:40", - "video_path": "recordings/B02/B02_20250113_215833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.63KB)", - "file_size": 780934 - }, - { - "timestamp": "2025-01-14 01:54:40", - "video_path": "recordings/B02/B02_20250112_043817.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.23KB)", - "file_size": 803054 - }, - { - "timestamp": "2025-01-14 01:54:41", - "video_path": "recordings/B02/B02_20250113_021248.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.85KB)", - "file_size": 720742 - }, - { - "timestamp": "2025-01-14 01:54:41", - "video_path": "recordings/B02/B02_20250112_222714.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.63KB)", - "file_size": 726664 - }, - { - "timestamp": "2025-01-14 01:54:42", - "video_path": "recordings/B02/B02_20250111_121310.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(944.62KB)", - "file_size": 967290 - }, - { - "timestamp": "2025-01-14 01:54:42", - "video_path": "recordings/B02/B02_20250110_235901.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.16KB)", - "file_size": 1020064 - }, - { - "timestamp": "2025-01-14 01:54:43", - "video_path": "recordings/B02/B02_20250112_045440.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(791.72KB)", - "file_size": 810720 - }, - { - "timestamp": "2025-01-14 01:54:43", - "video_path": "recordings/B02/B02_20250114_022256.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.42KB)", - "file_size": 777644 - }, - { - "timestamp": "2025-01-14 01:54:44", - "video_path": "recordings/B02/B02_20250114_022054.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.99KB)", - "file_size": 773108 - }, - { - "timestamp": "2025-01-14 01:54:44", - "video_path": "recordings/B02/B02_20250112_021640.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(809.39KB)", - "file_size": 828818 - }, - { - "timestamp": "2025-01-14 01:54:45", - "video_path": "recordings/B02/B02_20250111_010044.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.11KB)", - "file_size": 1017966 - }, - { - "timestamp": "2025-01-14 01:54:45", - "video_path": "recordings/B02/B02_20250114_055833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.38KB)", - "file_size": 779658 - }, - { - "timestamp": "2025-01-14 01:54:46", - "video_path": "recordings/B02/B02_20250111_054021.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.88KB)", - "file_size": 1014662 - }, - { - "timestamp": "2025-01-14 01:54:46", - "video_path": "recordings/B02/B02_20250112_191015.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.50KB)", - "file_size": 723460 - }, - { - "timestamp": "2025-01-14 01:54:47", - "video_path": "recordings/B02/B02_20250113_035323.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.37KB)", - "file_size": 725366 - }, - { - "timestamp": "2025-01-14 01:54:47", - "video_path": "recordings/B02/B02_20250111_000306.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.04KB)", - "file_size": 1036332 - }, - { - "timestamp": "2025-01-14 01:55:10", - "video_path": "recordings/B02/B02_20250114_005650.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.34KB)", - "file_size": 772448 - }, - { - "timestamp": "2025-01-14 01:55:10", - "video_path": "recordings/B02/B02_20250111_003605.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1010.84KB)", - "file_size": 1035104 - }, - { - "timestamp": "2025-01-14 01:55:11", - "video_path": "recordings/B02/B02_20250110_230531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.63KB)", - "file_size": 1012358 - }, - { - "timestamp": "2025-01-14 01:55:12", - "video_path": "recordings/B02/B02_20250111_064602.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1021.17KB)", - "file_size": 1045682 - }, - { - "timestamp": "2025-01-14 01:55:13", - "video_path": "recordings/B02/B02_20250111_061924.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.49KB)", - "file_size": 1027578 - }, - { - "timestamp": "2025-01-14 01:55:13", - "video_path": "recordings/B02/B02_20250112_211937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.75KB)", - "file_size": 725758 - }, - { - "timestamp": "2025-01-14 01:55:14", - "video_path": "recordings/B02/B02_20250111_051135.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.92KB)", - "file_size": 1013678 - }, - { - "timestamp": "2025-01-14 01:55:15", - "video_path": "recordings/B02/B02_20250112_205254.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.04KB)", - "file_size": 724012 - }, - { - "timestamp": "2025-01-14 01:55:16", - "video_path": "recordings/B02/B02_20250111_211314.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(898.88KB)", - "file_size": 920448 - }, - { - "timestamp": "2025-01-14 01:55:16", - "video_path": "recordings/B02/B02_20250111_050527.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.21KB)", - "file_size": 1027292 - }, - { - "timestamp": "2025-01-14 01:55:17", - "video_path": "recordings/B02/B02_20250114_060444.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.59KB)", - "file_size": 773728 - }, - { - "timestamp": "2025-01-14 01:55:18", - "video_path": "recordings/B02/B02_20250112_235928.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.76KB)", - "file_size": 727814 - }, - { - "timestamp": "2025-01-14 01:55:18", - "video_path": "recordings/B02/B02_20250113_232029.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.42KB)", - "file_size": 772526 - }, - { - "timestamp": "2025-01-14 01:55:19", - "video_path": "recordings/B02/B02_20250113_042938.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.02KB)", - "file_size": 722962 - }, - { - "timestamp": "2025-01-14 01:55:20", - "video_path": "recordings/B02/B02_20250112_192644.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.44KB)", - "file_size": 724420 - }, - { - "timestamp": "2025-01-14 01:55:20", - "video_path": "recordings/B02/B02_20250111_024543.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.16KB)", - "file_size": 1028256 - }, - { - "timestamp": "2025-01-14 01:55:21", - "video_path": "recordings/B02/B02_20250113_043546.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.05KB)", - "file_size": 720948 - }, - { - "timestamp": "2025-01-14 01:55:21", - "video_path": "recordings/B02/B02_20250110_210810.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.74KB)", - "file_size": 1012466 - }, - { - "timestamp": "2025-01-14 01:55:22", - "video_path": "recordings/B02/B02_20250110_213249.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.38KB)", - "file_size": 1016196 - }, - { - "timestamp": "2025-01-14 01:55:22", - "video_path": "recordings/B02/B02_20250111_023728.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.09KB)", - "file_size": 1014874 - }, - { - "timestamp": "2025-01-14 01:55:23", - "video_path": "recordings/B02/B02_20250112_044020.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.53KB)", - "file_size": 804386 - }, - { - "timestamp": "2025-01-14 01:55:24", - "video_path": "recordings/B02/B02_20250112_234304.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.49KB)", - "file_size": 722424 - }, - { - "timestamp": "2025-01-14 01:55:46", - "video_path": "recordings/B02/B02_20250110_221607.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(985.01KB)", - "file_size": 1008648 - }, - { - "timestamp": "2025-01-14 01:55:47", - "video_path": "recordings/B02/B02_20250113_195521.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.01KB)", - "file_size": 783372 - }, - { - "timestamp": "2025-01-14 01:55:47", - "video_path": "recordings/B02/B02_20250112_210106.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.86KB)", - "file_size": 723828 - }, - { - "timestamp": "2025-01-14 01:55:48", - "video_path": "recordings/B02/B02_20250113_020232.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.54KB)", - "file_size": 723500 - }, - { - "timestamp": "2025-01-14 01:55:48", - "video_path": "recordings/B02/B02_20250113_193446.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(792.19KB)", - "file_size": 811202 - }, - { - "timestamp": "2025-01-14 01:55:49", - "video_path": "recordings/B02/B02_20250114_044234.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.48KB)", - "file_size": 770538 - }, - { - "timestamp": "2025-01-14 01:55:49", - "video_path": "recordings/B02/B02_20250113_035121.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.07KB)", - "file_size": 719940 - }, - { - "timestamp": "2025-01-14 01:55:50", - "video_path": "recordings/B02/B02_20250114_010258.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.89KB)", - "file_size": 778124 - }, - { - "timestamp": "2025-01-14 01:55:50", - "video_path": "recordings/B02/B02_20250111_043641.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.42KB)", - "file_size": 1011120 - }, - { - "timestamp": "2025-01-14 01:55:51", - "video_path": "recordings/B02/B02_20250114_072447.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(841.89KB)", - "file_size": 862094 - }, - { - "timestamp": "2025-01-14 01:55:52", - "video_path": "recordings/B02/B02_20250111_030818.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.57KB)", - "file_size": 1017412 - }, - { - "timestamp": "2025-01-14 01:55:52", - "video_path": "recordings/B02/B02_20250114_003417.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.20KB)", - "file_size": 774346 - }, - { - "timestamp": "2025-01-14 01:55:53", - "video_path": "recordings/B02/B02_20250110_214309.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.61KB)", - "file_size": 1020532 - }, - { - "timestamp": "2025-01-14 01:55:53", - "video_path": "recordings/B02/B02_20250114_000942.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.76KB)", - "file_size": 773898 - }, - { - "timestamp": "2025-01-14 01:55:54", - "video_path": "recordings/B02/B02_20250114_054004.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.21KB)", - "file_size": 775386 - }, - { - "timestamp": "2025-01-14 01:55:54", - "video_path": "recordings/B02/B02_20250113_012734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.65KB)", - "file_size": 723612 - }, - { - "timestamp": "2025-01-14 01:55:55", - "video_path": "recordings/B02/B02_20250114_030806.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.81KB)", - "file_size": 777026 - }, - { - "timestamp": "2025-01-14 01:55:55", - "video_path": "recordings/B02/B02_20250111_045511.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.64KB)", - "file_size": 1032850 - }, - { - "timestamp": "2025-01-14 01:55:56", - "video_path": "recordings/B02/B02_20250112_233655.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.13KB)", - "file_size": 728202 - }, - { - "timestamp": "2025-01-14 01:55:56", - "video_path": "recordings/B02/B02_20250111_123140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.27KB)", - "file_size": 1013010 - }, - { - "timestamp": "2025-01-14 01:55:57", - "video_path": "recordings/B02/B02_20250111_004824.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.72KB)", - "file_size": 1011422 - }, - { - "timestamp": "2025-01-14 01:55:57", - "video_path": "recordings/B02/B02_20250112_231828.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.76KB)", - "file_size": 724748 - }, - { - "timestamp": "2025-01-14 01:55:58", - "video_path": "recordings/B02/B02_20250113_222918.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.71KB)", - "file_size": 779990 - }, - { - "timestamp": "2025-01-14 01:55:59", - "video_path": "recordings/B02/B02_20250112_232234.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.38KB)", - "file_size": 727430 - }, - { - "timestamp": "2025-01-14 01:55:59", - "video_path": "recordings/B02/B02_20250113_010907.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.90KB)", - "file_size": 723868 - }, - { - "timestamp": "2025-01-14 01:56:00", - "video_path": "recordings/B02/B02_20250111_021451.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.89KB)", - "file_size": 1017746 - }, - { - "timestamp": "2025-01-14 01:56:00", - "video_path": "recordings/B02/B02_20250114_074723.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.19KB)", - "file_size": 1027262 - }, - { - "timestamp": "2025-01-14 01:56:01", - "video_path": "recordings/B02/B02_20250114_070009.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(781.14KB)", - "file_size": 799890 - }, - { - "timestamp": "2025-01-14 01:56:01", - "video_path": "recordings/B02/B02_20250114_024734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.57KB)", - "file_size": 771658 - }, - { - "timestamp": "2025-01-14 01:56:02", - "video_path": "recordings/B02/B02_20250114_034058.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.47KB)", - "file_size": 772582 - }, - { - "timestamp": "2025-01-14 01:56:02", - "video_path": "recordings/B02/B02_20250113_205054.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.77KB)", - "file_size": 783122 - }, - { - "timestamp": "2025-01-14 01:56:03", - "video_path": "recordings/B02/B02_20250111_053818.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.56KB)", - "file_size": 1027644 - }, - { - "timestamp": "2025-01-14 01:56:03", - "video_path": "recordings/B02/B02_20250111_044252.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.36KB)", - "file_size": 1027442 - }, - { - "timestamp": "2025-01-14 01:56:04", - "video_path": "recordings/B02/B02_20250112_203834.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.36KB)", - "file_size": 728430 - }, - { - "timestamp": "2025-01-14 01:56:04", - "video_path": "recordings/B02/B02_20250113_032846.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.11KB)", - "file_size": 721012 - }, - { - "timestamp": "2025-01-14 01:56:05", - "video_path": "recordings/B02/B02_20250113_231015.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.67KB)", - "file_size": 775850 - }, - { - "timestamp": "2025-01-14 01:56:05", - "video_path": "recordings/B02/B02_20250111_053412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.61KB)", - "file_size": 1023596 - }, - { - "timestamp": "2025-01-14 01:56:06", - "video_path": "recordings/B02/B02_20250110_222218.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.14KB)", - "file_size": 1021068 - }, - { - "timestamp": "2025-01-14 01:56:06", - "video_path": "recordings/B02/B02_20250111_061518.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.95KB)", - "file_size": 1017808 - }, - { - "timestamp": "2025-01-14 01:56:07", - "video_path": "recordings/B02/B02_20250112_214412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.21KB)", - "file_size": 725202 - }, - { - "timestamp": "2025-01-14 01:56:07", - "video_path": "recordings/B02/B02_20250112_230407.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.67KB)", - "file_size": 726698 - }, - { - "timestamp": "2025-01-14 01:56:08", - "video_path": "recordings/B02/B02_20250112_190407.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.92KB)", - "file_size": 727984 - }, - { - "timestamp": "2025-01-14 01:56:08", - "video_path": "recordings/B02/B02_20250111_042624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1016.48KB)", - "file_size": 1040874 - }, - { - "timestamp": "2025-01-14 01:56:09", - "video_path": "recordings/B02/B02_20250111_031023.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1015.44KB)", - "file_size": 1039812 - }, - { - "timestamp": "2025-01-14 01:56:09", - "video_path": "recordings/B02/B02_20250114_005446.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.70KB)", - "file_size": 773840 - }, - { - "timestamp": "2025-01-14 01:56:10", - "video_path": "recordings/B02/B02_20250111_044455.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.47KB)", - "file_size": 1015270 - }, - { - "timestamp": "2025-01-14 01:56:10", - "video_path": "recordings/B02/B02_20250112_034051.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.21KB)", - "file_size": 802008 - }, - { - "timestamp": "2025-01-14 01:56:11", - "video_path": "recordings/B02/B02_20250113_001551.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.12KB)", - "file_size": 723066 - }, - { - "timestamp": "2025-01-14 01:56:11", - "video_path": "recordings/B02/B02_20250113_201150.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.44KB)", - "file_size": 782790 - }, - { - "timestamp": "2025-01-14 01:56:12", - "video_path": "recordings/B02/B02_20250113_024132.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.62KB)", - "file_size": 718464 - }, - { - "timestamp": "2025-01-14 01:56:12", - "video_path": "recordings/B02/B02_20250113_235723.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.18KB)", - "file_size": 778426 - }, - { - "timestamp": "2025-01-14 01:56:13", - "video_path": "recordings/B02/B02_20250114_065359.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(769.59KB)", - "file_size": 788062 - }, - { - "timestamp": "2025-01-14 01:56:13", - "video_path": "recordings/B02/B02_20250114_001347.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.22KB)", - "file_size": 774368 - }, - { - "timestamp": "2025-01-14 01:56:14", - "video_path": "recordings/B02/B02_20250112_042152.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.31KB)", - "file_size": 801086 - }, - { - "timestamp": "2025-01-14 01:56:15", - "video_path": "recordings/B02/B02_20250113_003012.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.41KB)", - "file_size": 724392 - }, - { - "timestamp": "2025-01-14 01:56:15", - "video_path": "recordings/B02/B02_20250111_000918.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.80KB)", - "file_size": 1027896 - }, - { - "timestamp": "2025-01-14 01:56:15", - "video_path": "recordings/B02/B02_20250113_221457.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.37KB)", - "file_size": 778616 - }, - { - "timestamp": "2025-01-14 01:56:16", - "video_path": "recordings/B02/B02_20250112_223120.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.43KB)", - "file_size": 725436 - }, - { - "timestamp": "2025-01-14 01:56:16", - "video_path": "recordings/B02/B02_20250110_205959.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.43KB)", - "file_size": 1024442 - }, - { - "timestamp": "2025-01-14 01:56:17", - "video_path": "recordings/B02/B02_20250112_200953.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.41KB)", - "file_size": 727456 - }, - { - "timestamp": "2025-01-14 01:56:18", - "video_path": "recordings/B02/B02_20250112_213154.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.51KB)", - "file_size": 728584 - }, - { - "timestamp": "2025-01-14 01:56:18", - "video_path": "recordings/B02/B02_20250113_222309.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.64KB)", - "file_size": 772750 - }, - { - "timestamp": "2025-01-14 01:56:19", - "video_path": "recordings/B02/B02_20250114_072651.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(841.67KB)", - "file_size": 861874 - }, - { - "timestamp": "2025-01-14 01:56:19", - "video_path": "recordings/B02/B02_20250112_202414.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.68KB)", - "file_size": 723644 - }, - { - "timestamp": "2025-01-14 01:56:20", - "video_path": "recordings/B02/B02_20250111_011919.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.94KB)", - "file_size": 1029058 - }, - { - "timestamp": "2025-01-14 01:56:20", - "video_path": "recordings/B02/B02_20250113_233856.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.46KB)", - "file_size": 778708 - }, - { - "timestamp": "2025-01-14 01:56:21", - "video_path": "recordings/B02/B02_20250110_223642.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.60KB)", - "file_size": 1019496 - }, - { - "timestamp": "2025-01-14 01:56:21", - "video_path": "recordings/B02/B02_20250111_015825.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1001.86KB)", - "file_size": 1025906 - }, - { - "timestamp": "2025-01-14 01:56:22", - "video_path": "recordings/B02/B02_20250113_014402.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.17KB)", - "file_size": 725164 - }, - { - "timestamp": "2025-01-14 01:56:22", - "video_path": "recordings/B02/B02_20250111_233340.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.28KB)", - "file_size": 1013018 - }, - { - "timestamp": "2025-01-14 01:56:23", - "video_path": "recordings/B02/B02_20250112_200140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.19KB)", - "file_size": 726208 - }, - { - "timestamp": "2025-01-14 01:56:23", - "video_path": "recordings/B02/B02_20250113_005041.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.35KB)", - "file_size": 719210 - }, - { - "timestamp": "2025-01-14 01:56:24", - "video_path": "recordings/B02/B02_20250111_050933.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.05KB)", - "file_size": 1019958 - }, - { - "timestamp": "2025-01-14 01:56:24", - "video_path": "recordings/B02/B02_20250113_021043.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.65KB)", - "file_size": 722588 - }, - { - "timestamp": "2025-01-14 01:56:25", - "video_path": "recordings/B02/B02_20250113_045049.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.62KB)", - "file_size": 720502 - }, - { - "timestamp": "2025-01-14 01:56:25", - "video_path": "recordings/B02/B02_20250112_020625.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(854.75KB)", - "file_size": 875266 - }, - { - "timestamp": "2025-01-14 01:56:26", - "video_path": "recordings/B02/B02_20250113_040826.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.68KB)", - "file_size": 718524 - }, - { - "timestamp": "2025-01-14 01:56:26", - "video_path": "recordings/B02/B02_20250114_023923.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.63KB)", - "file_size": 772738 - }, - { - "timestamp": "2025-01-14 01:56:27", - "video_path": "recordings/B02/B02_20250111_123343.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(964.31KB)", - "file_size": 987454 - }, - { - "timestamp": "2025-01-14 01:56:27", - "video_path": "recordings/B02/B02_20250114_052338.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.26KB)", - "file_size": 773382 - }, - { - "timestamp": "2025-01-14 01:56:28", - "video_path": "recordings/B02/B02_20250110_232606.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.91KB)", - "file_size": 1012644 - }, - { - "timestamp": "2025-01-14 01:56:28", - "video_path": "recordings/B02/B02_20250113_012125.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.51KB)", - "file_size": 719374 - }, - { - "timestamp": "2025-01-14 01:56:29", - "video_path": "recordings/B02/B02_20250114_002159.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.50KB)", - "file_size": 776708 - }, - { - "timestamp": "2025-01-14 01:56:29", - "video_path": "recordings/B02/B02_20250112_220239.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.55KB)", - "file_size": 728628 - }, - { - "timestamp": "2025-01-14 01:56:30", - "video_path": "recordings/B02/B02_20250114_061905.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.15KB)", - "file_size": 772254 - }, - { - "timestamp": "2025-01-14 01:56:30", - "video_path": "recordings/B02/B02_20250111_041608.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.55KB)", - "file_size": 1010232 - }, - { - "timestamp": "2025-01-14 01:56:31", - "video_path": "recordings/B02/B02_20250113_024337.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.10KB)", - "file_size": 720996 - }, - { - "timestamp": "2025-01-14 01:56:31", - "video_path": "recordings/B02/B02_20250110_225513.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.62KB)", - "file_size": 1012342 - }, - { - "timestamp": "2025-01-14 01:56:32", - "video_path": "recordings/B02/B02_20250114_070212.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(775.70KB)", - "file_size": 794312 - }, - { - "timestamp": "2025-01-14 01:56:32", - "video_path": "recordings/B02/B02_20250113_234911.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.89KB)", - "file_size": 778132 - }, - { - "timestamp": "2025-01-14 01:56:33", - "video_path": "recordings/B02/B02_20250112_042600.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(795.42KB)", - "file_size": 814514 - }, - { - "timestamp": "2025-01-14 01:56:33", - "video_path": "recordings/B02/B02_20250111_225017.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.18KB)", - "file_size": 1019068 - }, - { - "timestamp": "2025-01-14 01:56:34", - "video_path": "recordings/B02/B02_20250113_030612.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.47KB)", - "file_size": 721378 - }, - { - "timestamp": "2025-01-14 01:56:34", - "video_path": "recordings/B02/B02_20250111_054633.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.09KB)", - "file_size": 1032282 - }, - { - "timestamp": "2025-01-14 01:56:35", - "video_path": "recordings/B02/B02_20250111_024137.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.36KB)", - "file_size": 1022316 - }, - { - "timestamp": "2025-01-14 01:56:35", - "video_path": "recordings/B02/B02_20250112_025743.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.44KB)", - "file_size": 799174 - }, - { - "timestamp": "2025-01-14 01:56:36", - "video_path": "recordings/B02/B02_20250112_210922.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.37KB)", - "file_size": 730486 - }, - { - "timestamp": "2025-01-14 01:56:36", - "video_path": "recordings/B02/B02_20250112_204240.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.05KB)", - "file_size": 725044 - }, - { - "timestamp": "2025-01-14 01:56:37", - "video_path": "recordings/B02/B02_20250114_060036.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.01KB)", - "file_size": 777228 - }, - { - "timestamp": "2025-01-14 01:56:37", - "video_path": "recordings/B02/B02_20250113_214005.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.49KB)", - "file_size": 779770 - }, - { - "timestamp": "2025-01-14 01:56:38", - "video_path": "recordings/B02/B02_20250110_224047.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(984.76KB)", - "file_size": 1008398 - }, - { - "timestamp": "2025-01-14 01:56:38", - "video_path": "recordings/B02/B02_20250112_035106.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(781.91KB)", - "file_size": 800672 - }, - { - "timestamp": "2025-01-14 01:56:39", - "video_path": "recordings/B02/B02_20250112_034253.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.04KB)", - "file_size": 800806 - }, - { - "timestamp": "2025-01-14 01:56:39", - "video_path": "recordings/B02/B02_20250114_031416.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.60KB)", - "file_size": 772706 - }, - { - "timestamp": "2025-01-14 01:56:40", - "video_path": "recordings/B02/B02_20250114_043013.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.26KB)", - "file_size": 770312 - }, - { - "timestamp": "2025-01-14 01:56:40", - "video_path": "recordings/B02/B02_20250111_042828.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.32KB)", - "file_size": 1014084 - }, - { - "timestamp": "2025-01-14 01:56:41", - "video_path": "recordings/B02/B02_20250113_194503.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.26KB)", - "file_size": 805126 - }, - { - "timestamp": "2025-01-14 01:56:41", - "video_path": "recordings/B02/B02_20250114_034910.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.91KB)", - "file_size": 773024 - }, - { - "timestamp": "2025-01-14 01:56:42", - "video_path": "recordings/B02/B02_20250113_031017.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.32KB)", - "file_size": 719172 - }, - { - "timestamp": "2025-01-14 01:56:42", - "video_path": "recordings/B02/B02_20250111_034113.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.27KB)", - "file_size": 1014038 - }, - { - "timestamp": "2025-01-14 01:56:43", - "video_path": "recordings/B02/B02_20250113_004027.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.55KB)", - "file_size": 722486 - }, - { - "timestamp": "2025-01-14 01:56:43", - "video_path": "recordings/B02/B02_20250112_204646.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.28KB)", - "file_size": 727330 - }, - { - "timestamp": "2025-01-14 01:56:44", - "video_path": "recordings/B02/B02_20250111_125213.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(853.53KB)", - "file_size": 874018 - }, - { - "timestamp": "2025-01-14 01:56:44", - "video_path": "recordings/B02/B02_20250111_062938.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1007.02KB)", - "file_size": 1031186 - }, - { - "timestamp": "2025-01-14 01:56:45", - "video_path": "recordings/B02/B02_20250113_013140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.17KB)", - "file_size": 720050 - }, - { - "timestamp": "2025-01-14 01:56:45", - "video_path": "recordings/B02/B02_20250113_194057.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(787.05KB)", - "file_size": 805936 - }, - { - "timestamp": "2025-01-14 01:56:46", - "video_path": "recordings/B02/B02_20250113_225351.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.02KB)", - "file_size": 776208 - }, - { - "timestamp": "2025-01-14 01:56:46", - "video_path": "recordings/B02/B02_20250110_220144.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.14KB)", - "file_size": 1029262 - }, - { - "timestamp": "2025-01-14 01:56:47", - "video_path": "recordings/B02/B02_20250111_050119.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1019.67KB)", - "file_size": 1044138 - }, - { - "timestamp": "2025-01-14 01:56:47", - "video_path": "recordings/B02/B02_20250113_015418.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.56KB)", - "file_size": 719422 - }, - { - "timestamp": "2025-01-14 01:56:48", - "video_path": "recordings/B02/B02_20250112_231624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.47KB)", - "file_size": 722404 - }, - { - "timestamp": "2025-01-14 01:56:48", - "video_path": "recordings/B02/B02_20250112_040324.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.03KB)", - "file_size": 800800 - }, - { - "timestamp": "2025-01-14 01:56:49", - "video_path": "recordings/B02/B02_20250112_185553.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.46KB)", - "file_size": 726484 - }, - { - "timestamp": "2025-01-14 01:56:49", - "video_path": "recordings/B02/B02_20250113_211935.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.04KB)", - "file_size": 778284 - }, - { - "timestamp": "2025-01-14 01:56:50", - "video_path": "recordings/B02/B02_20250111_024951.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.49KB)", - "file_size": 1012210 - }, - { - "timestamp": "2025-01-14 01:56:50", - "video_path": "recordings/B02/B02_20250112_023914.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.48KB)", - "file_size": 803306 - }, - { - "timestamp": "2025-01-14 01:56:51", - "video_path": "recordings/B02/B02_20250114_051930.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.96KB)", - "file_size": 773078 - }, - { - "timestamp": "2025-01-14 01:56:51", - "video_path": "recordings/B02/B02_20250112_215427.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.36KB)", - "file_size": 728430 - }, - { - "timestamp": "2025-01-14 01:56:52", - "video_path": "recordings/B02/B02_20250111_033704.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.26KB)", - "file_size": 1032454 - }, - { - "timestamp": "2025-01-14 01:56:52", - "video_path": "recordings/B02/B02_20250112_194107.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.55KB)", - "file_size": 724530 - }, - { - "timestamp": "2025-01-14 01:56:53", - "video_path": "recordings/B02/B02_20250112_234102.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.92KB)", - "file_size": 724906 - }, - { - "timestamp": "2025-01-14 01:56:53", - "video_path": "recordings/B02/B02_20250111_014157.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.62KB)", - "file_size": 1010300 - }, - { - "timestamp": "2025-01-14 01:56:54", - "video_path": "recordings/B02/B02_20250113_032236.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.73KB)", - "file_size": 722666 - }, - { - "timestamp": "2025-01-14 01:56:54", - "video_path": "recordings/B02/B02_20250113_193649.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(790.92KB)", - "file_size": 809900 - }, - { - "timestamp": "2025-01-14 01:56:55", - "video_path": "recordings/B02/B02_20250113_223324.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.60KB)", - "file_size": 777826 - }, - { - "timestamp": "2025-01-14 01:56:55", - "video_path": "recordings/B02/B02_20250113_203224.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.58KB)", - "file_size": 781902 - }, - { - "timestamp": "2025-01-14 01:56:56", - "video_path": "recordings/B02/B02_20250113_230203.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.73KB)", - "file_size": 776936 - }, - { - "timestamp": "2025-01-14 01:56:56", - "video_path": "recordings/B02/B02_20250114_040941.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.90KB)", - "file_size": 777116 - }, - { - "timestamp": "2025-01-14 01:56:57", - "video_path": "recordings/B02/B02_20250113_002606.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.85KB)", - "file_size": 725862 - }, - { - "timestamp": "2025-01-14 01:56:57", - "video_path": "recordings/B02/B02_20250113_204444.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.68KB)", - "file_size": 784058 - }, - { - "timestamp": "2025-01-14 01:56:58", - "video_path": "recordings/B02/B02_20250114_043827.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.64KB)", - "file_size": 771724 - }, - { - "timestamp": "2025-01-14 01:56:58", - "video_path": "recordings/B02/B02_20250114_021442.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.88KB)", - "file_size": 770944 - }, - { - "timestamp": "2025-01-14 01:56:59", - "video_path": "recordings/B02/B02_20250112_041339.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.03KB)", - "file_size": 803870 - }, - { - "timestamp": "2025-01-14 01:56:59", - "video_path": "recordings/B02/B02_20250114_041552.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.20KB)", - "file_size": 775372 - }, - { - "timestamp": "2025-01-14 01:57:00", - "video_path": "recordings/B02/B02_20250110_224253.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.89KB)", - "file_size": 1016718 - }, - { - "timestamp": "2025-01-14 01:57:00", - "video_path": "recordings/B02/B02_20250112_195937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.61KB)", - "file_size": 724588 - }, - { - "timestamp": "2025-01-14 01:57:01", - "video_path": "recordings/B02/B02_20250114_050712.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.56KB)", - "file_size": 773694 - }, - { - "timestamp": "2025-01-14 01:57:01", - "video_path": "recordings/B02/B02_20250113_015620.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.66KB)", - "file_size": 722600 - }, - { - "timestamp": "2025-01-14 01:57:02", - "video_path": "recordings/B02/B02_20250113_023524.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.14KB)", - "file_size": 721038 - }, - { - "timestamp": "2025-01-14 01:57:02", - "video_path": "recordings/B02/B02_20250111_011510.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.43KB)", - "file_size": 1010108 - }, - { - "timestamp": "2025-01-14 01:57:23", - "video_path": "recordings/B02/B02_20250114_045045.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.71KB)", - "file_size": 774868 - }, - { - "timestamp": "2025-01-14 01:57:24", - "video_path": "recordings/B02/B02_20250111_063344.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1010.70KB)", - "file_size": 1034960 - }, - { - "timestamp": "2025-01-14 01:57:24", - "video_path": "recordings/B02/B02_20250113_025353.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.20KB)", - "file_size": 720078 - }, - { - "timestamp": "2025-01-14 01:57:25", - "video_path": "recordings/B02/B02_20250111_000104.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.44KB)", - "file_size": 1011140 - }, - { - "timestamp": "2025-01-14 01:57:25", - "video_path": "recordings/B02/B02_20250114_014357.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.46KB)", - "file_size": 777684 - }, - { - "timestamp": "2025-01-14 01:57:26", - "video_path": "recordings/B02/B02_20250114_014154.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.53KB)", - "file_size": 773660 - }, - { - "timestamp": "2025-01-14 01:57:26", - "video_path": "recordings/B02/B02_20250112_035919.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(787.67KB)", - "file_size": 806578 - }, - { - "timestamp": "2025-01-14 01:57:27", - "video_path": "recordings/B02/B02_20250111_175651.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(832.40KB)", - "file_size": 852374 - }, - { - "timestamp": "2025-01-14 01:57:28", - "video_path": "recordings/B02/B02_20250110_212030.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 01:57:28", - "video_path": "recordings/B02/B02_20250113_211327.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.72KB)", - "file_size": 776928 - }, - { - "timestamp": "2025-01-14 01:57:29", - "video_path": "recordings/B02/B02_20250111_123751.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(969.44KB)", - "file_size": 992706 - }, - { - "timestamp": "2025-01-14 01:57:29", - "video_path": "recordings/B02/B02_20250113_212342.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.00KB)", - "file_size": 780292 - }, - { - "timestamp": "2025-01-14 01:57:30", - "video_path": "recordings/B02/B02_20250113_052236.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(64.00KB)", - "file_size": 65536 - }, - { - "timestamp": "2025-01-14 01:57:30", - "video_path": "recordings/B02/B02_20250113_223120.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(769.28KB)", - "file_size": 787742 - }, - { - "timestamp": "2025-01-14 01:57:31", - "video_path": "recordings/B02/B02_20250113_031220.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.27KB)", - "file_size": 721176 - }, - { - "timestamp": "2025-01-14 01:57:31", - "video_path": "recordings/B02/B02_20250113_000739.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.00KB)", - "file_size": 724994 - }, - { - "timestamp": "2025-01-14 01:57:32", - "video_path": "recordings/B02/B02_20250112_232438.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.99KB)", - "file_size": 722936 - }, - { - "timestamp": "2025-01-14 01:57:33", - "video_path": "recordings/B02/B02_20250113_224540.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.99KB)", - "file_size": 781304 - }, - { - "timestamp": "2025-01-14 01:57:33", - "video_path": "recordings/B02/B02_20250114_021849.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.14KB)", - "file_size": 774284 - }, - { - "timestamp": "2025-01-14 01:57:34", - "video_path": "recordings/B02/B02_20250112_220441.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.75KB)", - "file_size": 727810 - }, - { - "timestamp": "2025-01-14 01:57:34", - "video_path": "recordings/B02/B02_20250112_233453.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.33KB)", - "file_size": 725334 - }, - { - "timestamp": "2025-01-14 01:57:35", - "video_path": "recordings/B02/B02_20250114_071635.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(835.98KB)", - "file_size": 856044 - }, - { - "timestamp": "2025-01-14 01:57:35", - "video_path": "recordings/B02/B02_20250112_042802.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.81KB)", - "file_size": 803648 - }, - { - "timestamp": "2025-01-14 01:57:36", - "video_path": "recordings/B02/B02_20250114_071025.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(806.11KB)", - "file_size": 825458 - }, - { - "timestamp": "2025-01-14 01:57:36", - "video_path": "recordings/B02/B02_20250113_045454.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.15KB)", - "file_size": 722078 - }, - { - "timestamp": "2025-01-14 01:57:37", - "video_path": "recordings/B02/B02_20250114_055223.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.49KB)", - "file_size": 772600 - }, - { - "timestamp": "2025-01-14 01:57:37", - "video_path": "recordings/B02/B02_20250111_041811.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1021.25KB)", - "file_size": 1045756 - }, - { - "timestamp": "2025-01-14 01:57:38", - "video_path": "recordings/B02/B02_20250110_205350.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.28KB)", - "file_size": 1026330 - }, - { - "timestamp": "2025-01-14 01:57:38", - "video_path": "recordings/B02/B02_20250113_224742.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.63KB)", - "file_size": 774794 - }, - { - "timestamp": "2025-01-14 01:57:39", - "video_path": "recordings/B02/B02_20250111_040755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.34KB)", - "file_size": 1012056 - }, - { - "timestamp": "2025-01-14 01:57:39", - "video_path": "recordings/B02/B02_20250111_031429.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.35KB)", - "file_size": 1016166 - }, - { - "timestamp": "2025-01-14 01:57:40", - "video_path": "recordings/B02/B02_20250113_001146.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.24KB)", - "file_size": 722166 - }, - { - "timestamp": "2025-01-14 01:57:40", - "video_path": "recordings/B02/B02_20250111_055649.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.79KB)", - "file_size": 1021734 - }, - { - "timestamp": "2025-01-14 01:57:41", - "video_path": "recordings/B02/B02_20250110_204740.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.33KB)", - "file_size": 1036624 - }, - { - "timestamp": "2025-01-14 01:57:41", - "video_path": "recordings/B02/B02_20250110_204335.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1014.23KB)", - "file_size": 1038572 - }, - { - "timestamp": "2025-01-14 01:57:42", - "video_path": "recordings/B02/B02_20250111_032242.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.01KB)", - "file_size": 1032198 - }, - { - "timestamp": "2025-01-14 01:57:42", - "video_path": "recordings/B02/B02_20250113_231217.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.18KB)", - "file_size": 771260 - }, - { - "timestamp": "2025-01-14 01:57:43", - "video_path": "recordings/B02/B02_20250112_045035.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.12KB)", - "file_size": 802942 - }, - { - "timestamp": "2025-01-14 01:57:43", - "video_path": "recordings/B02/B02_20250111_130432.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(844.37KB)", - "file_size": 864638 - }, - { - "timestamp": "2025-01-14 01:57:44", - "video_path": "recordings/B02/B02_20250114_020427.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.32KB)", - "file_size": 770380 - }, - { - "timestamp": "2025-01-14 01:57:44", - "video_path": "recordings/B02/B02_20250111_004213.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.06KB)", - "file_size": 1017916 - }, - { - "timestamp": "2025-01-14 01:57:45", - "video_path": "recordings/B02/B02_20250113_214411.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.99KB)", - "file_size": 782328 - }, - { - "timestamp": "2025-01-14 01:57:45", - "video_path": "recordings/B02/B02_20250111_033258.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.52KB)", - "file_size": 1036820 - }, - { - "timestamp": "2025-01-14 01:57:46", - "video_path": "recordings/B02/B02_20250113_014808.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.20KB)", - "file_size": 724170 - }, - { - "timestamp": "2025-01-14 01:57:46", - "video_path": "recordings/B02/B02_20250114_014803.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.92KB)", - "file_size": 774064 - }, - { - "timestamp": "2025-01-14 01:57:47", - "video_path": "recordings/B02/B02_20250112_040732.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.90KB)", - "file_size": 801692 - }, - { - "timestamp": "2025-01-14 01:57:48", - "video_path": "recordings/B02/B02_20250113_051403.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.26KB)", - "file_size": 722186 - }, - { - "timestamp": "2025-01-14 01:57:48", - "video_path": "recordings/B02/B02_20250111_130637.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(848.03KB)", - "file_size": 868382 - }, - { - "timestamp": "2025-01-14 01:57:49", - "video_path": "recordings/B02/B02_20250114_033854.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.31KB)", - "file_size": 776510 - }, - { - "timestamp": "2025-01-14 01:57:49", - "video_path": "recordings/B02/B02_20250112_223729.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.12KB)", - "file_size": 726138 - }, - { - "timestamp": "2025-01-14 01:57:50", - "video_path": "recordings/B02/B02_20250112_231016.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.61KB)", - "file_size": 728684 - }, - { - "timestamp": "2025-01-14 01:57:50", - "video_path": "recordings/B02/B02_20250113_023321.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.63KB)", - "file_size": 721540 - }, - { - "timestamp": "2025-01-14 01:57:51", - "video_path": "recordings/B02/B02_20250111_052356.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.39KB)", - "file_size": 1018260 - }, - { - "timestamp": "2025-01-14 01:57:51", - "video_path": "recordings/B02/B02_20250111_005230.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(985.73KB)", - "file_size": 1009386 - }, - { - "timestamp": "2025-01-14 01:57:52", - "video_path": "recordings/B02/B02_20250114_052133.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.34KB)", - "file_size": 774496 - }, - { - "timestamp": "2025-01-14 01:57:52", - "video_path": "recordings/B02/B02_20250113_013749.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.61KB)", - "file_size": 718448 - }, - { - "timestamp": "2025-01-14 01:57:53", - "video_path": "recordings/B02/B02_20250114_004838.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.70KB)", - "file_size": 777932 - }, - { - "timestamp": "2025-01-14 01:57:53", - "video_path": "recordings/B02/B02_20250110_210607.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(980.19KB)", - "file_size": 1003718 - }, - { - "timestamp": "2025-01-14 01:57:54", - "video_path": "recordings/B02/B02_20250113_002403.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.82KB)", - "file_size": 724812 - }, - { - "timestamp": "2025-01-14 01:57:54", - "video_path": "recordings/B02/B02_20250113_013952.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.05KB)", - "file_size": 720946 - }, - { - "timestamp": "2025-01-14 01:57:55", - "video_path": "recordings/B02/B02_20250114_035520.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.64KB)", - "file_size": 771726 - }, - { - "timestamp": "2025-01-14 01:57:55", - "video_path": "recordings/B02/B02_20250112_221659.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.71KB)", - "file_size": 727772 - }, - { - "timestamp": "2025-01-14 01:57:56", - "video_path": "recordings/B02/B02_20250111_013343.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.70KB)", - "file_size": 1020618 - }, - { - "timestamp": "2025-01-14 01:57:56", - "video_path": "recordings/B02/B02_20250111_064358.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1010.85KB)", - "file_size": 1035112 - }, - { - "timestamp": "2025-01-14 01:57:57", - "video_path": "recordings/B02/B02_20250114_012125.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.41KB)", - "file_size": 779684 - }, - { - "timestamp": "2025-01-14 01:57:57", - "video_path": "recordings/B02/B02_20250114_021239.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.27KB)", - "file_size": 771346 - }, - { - "timestamp": "2025-01-14 01:57:58", - "video_path": "recordings/B02/B02_20250113_203426.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.77KB)", - "file_size": 783128 - }, - { - "timestamp": "2025-01-14 01:57:58", - "video_path": "recordings/B02/B02_20250111_020842.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.26KB)", - "file_size": 1012998 - }, - { - "timestamp": "2025-01-14 01:57:59", - "video_path": "recordings/B02/B02_20250112_230001.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.32KB)", - "file_size": 729418 - }, - { - "timestamp": "2025-01-14 01:57:59", - "video_path": "recordings/B02/B02_20250112_201804.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.19KB)", - "file_size": 728256 - }, - { - "timestamp": "2025-01-14 01:58:00", - "video_path": "recordings/B02/B02_20250114_051117.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(750.73KB)", - "file_size": 768748 - }, - { - "timestamp": "2025-01-14 01:58:00", - "video_path": "recordings/B02/B02_20250113_012531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.00KB)", - "file_size": 723968 - }, - { - "timestamp": "2025-01-14 01:58:01", - "video_path": "recordings/B02/B02_20250110_234029.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.10KB)", - "file_size": 1024106 - }, - { - "timestamp": "2025-01-14 01:58:01", - "video_path": "recordings/B02/B02_20250111_052152.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.81KB)", - "file_size": 1020730 - }, - { - "timestamp": "2025-01-14 01:58:02", - "video_path": "recordings/B02/B02_20250111_001732.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.95KB)", - "file_size": 1021900 - }, - { - "timestamp": "2025-01-14 01:58:02", - "video_path": "recordings/B02/B02_20250114_061052.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.27KB)", - "file_size": 775442 - }, - { - "timestamp": "2025-01-14 01:58:03", - "video_path": "recordings/B02/B02_20250111_180709.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(835.50KB)", - "file_size": 855550 - }, - { - "timestamp": "2025-01-14 01:58:03", - "video_path": "recordings/B02/B02_20250111_030412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1007.36KB)", - "file_size": 1031540 - }, - { - "timestamp": "2025-01-14 01:58:04", - "video_path": "recordings/B02/B02_20250113_023727.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(700.26KB)", - "file_size": 717064 - }, - { - "timestamp": "2025-01-14 01:58:04", - "video_path": "recordings/B02/B02_20250112_041747.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.54KB)", - "file_size": 799278 - }, - { - "timestamp": "2025-01-14 01:58:05", - "video_path": "recordings/B02/B02_20250114_060647.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.52KB)", - "file_size": 772628 - }, - { - "timestamp": "2025-01-14 01:58:05", - "video_path": "recordings/B02/B02_20250111_123954.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(958.49KB)", - "file_size": 981490 - }, - { - "timestamp": "2025-01-14 01:58:06", - "video_path": "recordings/B02/B02_20250113_195930.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.36KB)", - "file_size": 783724 - }, - { - "timestamp": "2025-01-14 01:58:06", - "video_path": "recordings/B02/B02_20250112_204849.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.49KB)", - "file_size": 726518 - }, - { - "timestamp": "2025-01-14 01:58:07", - "video_path": "recordings/B02/B02_20250112_190204.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.22KB)", - "file_size": 725218 - }, - { - "timestamp": "2025-01-14 01:58:07", - "video_path": "recordings/B02/B02_20250111_035738.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1022.77KB)", - "file_size": 1047318 - }, - { - "timestamp": "2025-01-14 01:58:08", - "video_path": "recordings/B02/B02_20250110_221404.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.61KB)", - "file_size": 1015408 - }, - { - "timestamp": "2025-01-14 01:58:08", - "video_path": "recordings/B02/B02_20250114_065156.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(773.18KB)", - "file_size": 791738 - }, - { - "timestamp": "2025-01-14 01:58:09", - "video_path": "recordings/B02/B02_20250114_061500.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.20KB)", - "file_size": 773324 - }, - { - "timestamp": "2025-01-14 01:58:09", - "video_path": "recordings/B02/B02_20250112_225758.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.93KB)", - "file_size": 723896 - }, - { - "timestamp": "2025-01-14 01:58:10", - "video_path": "recordings/B02/B02_20250110_230328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.04KB)", - "file_size": 1015846 - }, - { - "timestamp": "2025-01-14 01:58:10", - "video_path": "recordings/B02/B02_20250111_021045.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1014.26KB)", - "file_size": 1038598 - }, - { - "timestamp": "2025-01-14 01:58:11", - "video_path": "recordings/B02/B02_20250113_224945.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(767.69KB)", - "file_size": 786118 - }, - { - "timestamp": "2025-01-14 01:58:11", - "video_path": "recordings/B02/B02_20250113_022711.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(700.38KB)", - "file_size": 717192 - }, - { - "timestamp": "2025-01-14 01:58:12", - "video_path": "recordings/B02/B02_20250113_033456.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.53KB)", - "file_size": 722462 - }, - { - "timestamp": "2025-01-14 01:58:12", - "video_path": "recordings/B02/B02_20250113_051200.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.89KB)", - "file_size": 720788 - }, - { - "timestamp": "2025-01-14 01:58:13", - "video_path": "recordings/B02/B02_20250113_200133.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.02KB)", - "file_size": 777232 - }, - { - "timestamp": "2025-01-14 01:58:13", - "video_path": "recordings/B02/B02_20250114_024126.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.58KB)", - "file_size": 776782 - }, - { - "timestamp": "2025-01-14 01:58:14", - "video_path": "recordings/B02/B02_20250111_023934.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.12KB)", - "file_size": 1014904 - }, - { - "timestamp": "2025-01-14 01:58:14", - "video_path": "recordings/B02/B02_20250111_014602.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.43KB)", - "file_size": 1011132 - }, - { - "timestamp": "2025-01-14 01:58:15", - "video_path": "recordings/B02/B02_20250113_031830.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.74KB)", - "file_size": 720634 - }, - { - "timestamp": "2025-01-14 01:58:15", - "video_path": "recordings/B02/B02_20250114_013951.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(751.02KB)", - "file_size": 769042 - }, - { - "timestamp": "2025-01-14 01:58:16", - "video_path": "recordings/B02/B02_20250113_021857.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.23KB)", - "file_size": 721132 - }, - { - "timestamp": "2025-01-14 01:58:16", - "video_path": "recordings/B02/B02_20250113_012328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.86KB)", - "file_size": 721774 - }, - { - "timestamp": "2025-01-14 01:58:17", - "video_path": "recordings/B02/B02_20250113_221051.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.55KB)", - "file_size": 775734 - }, - { - "timestamp": "2025-01-14 01:58:17", - "video_path": "recordings/B02/B02_20250110_233011.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.89KB)", - "file_size": 1011604 - }, - { - "timestamp": "2025-01-14 01:58:18", - "video_path": "recordings/B02/B02_20250111_174631.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.91KB)", - "file_size": 1021856 - }, - { - "timestamp": "2025-01-14 01:58:18", - "video_path": "recordings/B02/B02_20250114_053151.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.50KB)", - "file_size": 772608 - }, - { - "timestamp": "2025-01-14 01:58:19", - "video_path": "recordings/B02/B02_20250110_224659.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.93KB)", - "file_size": 1034164 - }, - { - "timestamp": "2025-01-14 01:58:19", - "video_path": "recordings/B02/B02_20250111_061112.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.41KB)", - "file_size": 1033640 - }, - { - "timestamp": "2025-01-14 01:58:20", - "video_path": "recordings/B02/B02_20250114_062921.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.49KB)", - "file_size": 775666 - }, - { - "timestamp": "2025-01-14 01:58:20", - "video_path": "recordings/B02/B02_20250113_033049.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.05KB)", - "file_size": 724016 - }, - { - "timestamp": "2025-01-14 01:58:21", - "video_path": "recordings/B02/B02_20250111_211107.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(906.44KB)", - "file_size": 928190 - }, - { - "timestamp": "2025-01-14 01:58:21", - "video_path": "recordings/B02/B02_20250114_033043.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.59KB)", - "file_size": 777820 - }, - { - "timestamp": "2025-01-14 01:58:22", - "video_path": "recordings/B02/B02_20250114_011110.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.96KB)", - "file_size": 775122 - }, - { - "timestamp": "2025-01-14 01:58:22", - "video_path": "recordings/B02/B02_20250112_025945.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.35KB)", - "file_size": 804194 - }, - { - "timestamp": "2025-01-14 01:58:23", - "video_path": "recordings/B02/B02_20250112_023712.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(780.20KB)", - "file_size": 798922 - }, - { - "timestamp": "2025-01-14 01:58:23", - "video_path": "recordings/B02/B02_20250111_175240.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.46KB)", - "file_size": 853468 - }, - { - "timestamp": "2025-01-14 01:58:24", - "video_path": "recordings/B02/B02_20250113_210920.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.79KB)", - "file_size": 777004 - }, - { - "timestamp": "2025-01-14 01:58:24", - "video_path": "recordings/B02/B02_20250112_235725.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.19KB)", - "file_size": 724162 - }, - { - "timestamp": "2025-01-14 01:58:25", - "video_path": "recordings/B02/B02_20250113_044622.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.27KB)", - "file_size": 719124 - }, - { - "timestamp": "2025-01-14 01:58:25", - "video_path": "recordings/B02/B02_20250113_014158.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.48KB)", - "file_size": 721388 - }, - { - "timestamp": "2025-01-14 01:58:26", - "video_path": "recordings/B02/B02_20250112_220848.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.09KB)", - "file_size": 725088 - }, - { - "timestamp": "2025-01-14 01:58:26", - "video_path": "recordings/B02/B02_20250110_220752.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.98KB)", - "file_size": 1017836 - }, - { - "timestamp": "2025-01-14 01:58:27", - "video_path": "recordings/B02/B02_20250114_071431.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.90KB)", - "file_size": 853910 - }, - { - "timestamp": "2025-01-14 01:58:27", - "video_path": "recordings/B02/B02_20250113_210514.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.95KB)", - "file_size": 777160 - }, - { - "timestamp": "2025-01-14 01:58:28", - "video_path": "recordings/B02/B02_20250111_061721.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.80KB)", - "file_size": 1017650 - }, - { - "timestamp": "2025-01-14 01:58:28", - "video_path": "recordings/B02/B02_20250110_231954.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.70KB)", - "file_size": 1019594 - }, - { - "timestamp": "2025-01-14 01:58:29", - "video_path": "recordings/B02/B02_20250113_042510.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.84KB)", - "file_size": 719706 - }, - { - "timestamp": "2025-01-14 01:58:29", - "video_path": "recordings/B02/B02_20250114_015615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.59KB)", - "file_size": 771676 - }, - { - "timestamp": "2025-01-14 01:58:30", - "video_path": "recordings/B02/B02_20250111_111236.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(97帧)", - "file_size": 3309568 - }, - { - "timestamp": "2025-01-14 01:58:30", - "video_path": "recordings/B02/B02_20250113_205905.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.93KB)", - "file_size": 780212 - }, - { - "timestamp": "2025-01-14 01:58:31", - "video_path": "recordings/B02/B02_20250114_004432.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.96KB)", - "file_size": 777178 - }, - { - "timestamp": "2025-01-14 01:58:31", - "video_path": "recordings/B02/B02_20250112_231219.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.28KB)", - "file_size": 724254 - }, - { - "timestamp": "2025-01-14 01:58:32", - "video_path": "recordings/B02/B02_20250114_032635.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.57KB)", - "file_size": 772676 - }, - { - "timestamp": "2025-01-14 01:58:32", - "video_path": "recordings/B02/B02_20250112_223525.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(720.02KB)", - "file_size": 737300 - }, - { - "timestamp": "2025-01-14 01:58:33", - "video_path": "recordings/B02/B02_20250112_212546.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.46KB)", - "file_size": 724444 - }, - { - "timestamp": "2025-01-14 01:58:33", - "video_path": "recordings/B02/B02_20250113_220036.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.06KB)", - "file_size": 772162 - }, - { - "timestamp": "2025-01-14 01:58:34", - "video_path": "recordings/B02/B02_20250111_002547.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(986.56KB)", - "file_size": 1010234 - }, - { - "timestamp": "2025-01-14 01:58:53", - "video_path": "recordings/B02/B02_20250114_033448.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.19KB)", - "file_size": 774342 - }, - { - "timestamp": "2025-01-14 01:58:54", - "video_path": "recordings/B02/B02_20250113_002809.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.19KB)", - "file_size": 725182 - }, - { - "timestamp": "2025-01-14 01:58:54", - "video_path": "recordings/B02/B02_20250111_020231.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.13KB)", - "file_size": 1016970 - }, - { - "timestamp": "2025-01-14 01:58:55", - "video_path": "recordings/B02/B02_20250112_031203.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(781.89KB)", - "file_size": 800660 - }, - { - "timestamp": "2025-01-14 01:58:56", - "video_path": "recordings/B02/B02_20250113_213802.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.50KB)", - "file_size": 777728 - }, - { - "timestamp": "2025-01-14 01:58:56", - "video_path": "recordings/B02/B02_20250114_025142.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.86KB)", - "file_size": 775024 - }, - { - "timestamp": "2025-01-14 01:58:57", - "video_path": "recordings/B02/B02_20250110_220955.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.70KB)", - "file_size": 1021648 - }, - { - "timestamp": "2025-01-14 01:58:57", - "video_path": "recordings/B02/B02_20250114_012937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.22KB)", - "file_size": 772318 - }, - { - "timestamp": "2025-01-14 01:58:58", - "video_path": "recordings/B02/B02_20250112_023307.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(789.13KB)", - "file_size": 808072 - }, - { - "timestamp": "2025-01-14 01:58:58", - "video_path": "recordings/B02/B02_20250110_225716.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.03KB)", - "file_size": 1011746 - }, - { - "timestamp": "2025-01-14 01:58:59", - "video_path": "recordings/B02/B02_20250112_022251.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(794.98KB)", - "file_size": 814062 - }, - { - "timestamp": "2025-01-14 01:59:00", - "video_path": "recordings/B02/B02_20250112_045238.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.49KB)", - "file_size": 807410 - }, - { - "timestamp": "2025-01-14 01:59:00", - "video_path": "recordings/B02/B02_20250114_001754.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.74KB)", - "file_size": 774902 - }, - { - "timestamp": "2025-01-14 01:59:01", - "video_path": "recordings/B02/B02_20250111_050730.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.07KB)", - "file_size": 1014856 - }, - { - "timestamp": "2025-01-14 01:59:01", - "video_path": "recordings/B02/B02_20250113_234302.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.80KB)", - "file_size": 772916 - }, - { - "timestamp": "2025-01-14 01:59:02", - "video_path": "recordings/B02/B02_20250110_225919.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.49KB)", - "file_size": 1012210 - }, - { - "timestamp": "2025-01-14 01:59:02", - "video_path": "recordings/B02/B02_20250111_130840.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(855.39KB)", - "file_size": 875924 - }, - { - "timestamp": "2025-01-14 01:59:03", - "video_path": "recordings/B02/B02_20250112_041137.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.49KB)", - "file_size": 805370 - }, - { - "timestamp": "2025-01-14 01:59:03", - "video_path": "recordings/B02/B02_20250111_033055.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.86KB)", - "file_size": 1018736 - }, - { - "timestamp": "2025-01-14 01:59:04", - "video_path": "recordings/B02/B02_20250111_001120.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.89KB)", - "file_size": 1013648 - }, - { - "timestamp": "2025-01-14 01:59:04", - "video_path": "recordings/B02/B02_20250113_032440.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.07KB)", - "file_size": 719946 - }, - { - "timestamp": "2025-01-14 01:59:05", - "video_path": "recordings/B02/B02_20250114_025750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.87KB)", - "file_size": 774014 - }, - { - "timestamp": "2025-01-14 01:59:05", - "video_path": "recordings/B02/B02_20250111_211517.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(895.94KB)", - "file_size": 917442 - }, - { - "timestamp": "2025-01-14 01:59:06", - "video_path": "recordings/B02/B02_20250113_232436.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.30KB)", - "file_size": 781620 - }, - { - "timestamp": "2025-01-14 01:59:06", - "video_path": "recordings/B02/B02_20250113_044216.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(700.98KB)", - "file_size": 717800 - }, - { - "timestamp": "2025-01-14 01:59:07", - "video_path": "recordings/B02/B02_20250111_060706.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.31KB)", - "file_size": 1028416 - }, - { - "timestamp": "2025-01-14 01:59:08", - "video_path": "recordings/B02/B02_20250114_044437.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.05KB)", - "file_size": 772146 - }, - { - "timestamp": "2025-01-14 01:59:08", - "video_path": "recordings/B02/B02_20250111_051543.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.31KB)", - "file_size": 1021248 - }, - { - "timestamp": "2025-01-14 01:59:09", - "video_path": "recordings/B02/B02_20250112_195531.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.53KB)", - "file_size": 724508 - }, - { - "timestamp": "2025-01-14 01:59:09", - "video_path": "recordings/B02/B02_20250113_000131.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.21KB)", - "file_size": 723162 - }, - { - "timestamp": "2025-01-14 01:59:10", - "video_path": "recordings/B02/B02_20250111_233543.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.65KB)", - "file_size": 1011356 - }, - { - "timestamp": "2025-01-14 01:59:10", - "video_path": "recordings/B02/B02_20250113_024540.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.23KB)", - "file_size": 721134 - }, - { - "timestamp": "2025-01-14 01:59:11", - "video_path": "recordings/B02/B02_20250110_224902.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.33KB)", - "file_size": 1014094 - }, - { - "timestamp": "2025-01-14 01:59:11", - "video_path": "recordings/B02/B02_20250112_213357.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.50KB)", - "file_size": 726528 - }, - { - "timestamp": "2025-01-14 01:59:12", - "video_path": "recordings/B02/B02_20250113_221903.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.12KB)", - "file_size": 776320 - }, - { - "timestamp": "2025-01-14 01:59:12", - "video_path": "recordings/B02/B02_20250114_071838.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(838.07KB)", - "file_size": 858184 - }, - { - "timestamp": "2025-01-14 01:59:13", - "video_path": "recordings/B02/B02_20250111_132505.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(906.64KB)", - "file_size": 928398 - }, - { - "timestamp": "2025-01-14 01:59:13", - "video_path": "recordings/B02/B02_20250111_111439.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-14 01:59:14", - "video_path": "recordings/B02/B02_20250113_231624.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.24KB)", - "file_size": 775410 - }, - { - "timestamp": "2025-01-14 01:59:14", - "video_path": "recordings/B02/B02_20250111_011307.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.05KB)", - "file_size": 1013816 - }, - { - "timestamp": "2025-01-14 01:59:15", - "video_path": "recordings/B02/B02_20250114_064547.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.57KB)", - "file_size": 779852 - }, - { - "timestamp": "2025-01-14 01:59:15", - "video_path": "recordings/B02/B02_20250114_054207.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.73KB)", - "file_size": 772840 - }, - { - "timestamp": "2025-01-14 01:59:16", - "video_path": "recordings/B02/B02_20250112_202210.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.45KB)", - "file_size": 724430 - }, - { - "timestamp": "2025-01-14 01:59:16", - "video_path": "recordings/B02/B02_20250114_051525.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.07KB)", - "file_size": 771146 - }, - { - "timestamp": "2025-01-14 01:59:17", - "video_path": "recordings/B02/B02_20250111_122327.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(977.55KB)", - "file_size": 1001010 - }, - { - "timestamp": "2025-01-14 01:59:17", - "video_path": "recordings/B02/B02_20250112_214006.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.70KB)", - "file_size": 725708 - }, - { - "timestamp": "2025-01-14 01:59:18", - "video_path": "recordings/B02/B02_20250114_063532.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.98KB)", - "file_size": 771054 - }, - { - "timestamp": "2025-01-14 01:59:18", - "video_path": "recordings/B02/B02_20250111_204010.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(925.53KB)", - "file_size": 947738 - }, - { - "timestamp": "2025-01-14 01:59:19", - "video_path": "recordings/B02/B02_20250114_062516.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.08KB)", - "file_size": 773202 - }, - { - "timestamp": "2025-01-14 01:59:19", - "video_path": "recordings/B02/B02_20250111_032039.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1001.74KB)", - "file_size": 1025784 - }, - { - "timestamp": "2025-01-14 01:59:20", - "video_path": "recordings/B02/B02_20250111_204421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(902.74KB)", - "file_size": 924410 - }, - { - "timestamp": "2025-01-14 01:59:21", - "video_path": "recordings/B02/B02_20250114_063327.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.01KB)", - "file_size": 776200 - }, - { - "timestamp": "2025-01-14 01:59:21", - "video_path": "recordings/B02/B02_20250111_044047.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.91KB)", - "file_size": 1014690 - }, - { - "timestamp": "2025-01-14 01:59:21", - "video_path": "recordings/B02/B02_20250112_205904.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.29KB)", - "file_size": 724266 - }, - { - "timestamp": "2025-01-14 01:59:22", - "video_path": "recordings/B02/B02_20250111_025559.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.35KB)", - "file_size": 1015140 - }, - { - "timestamp": "2025-01-14 01:59:23", - "video_path": "recordings/B02/B02_20250113_022914.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.64KB)", - "file_size": 719502 - }, - { - "timestamp": "2025-01-14 01:59:23", - "video_path": "recordings/B02/B02_20250112_194515.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.12KB)", - "file_size": 723072 - }, - { - "timestamp": "2025-01-14 01:59:24", - "video_path": "recordings/B02/B02_20250110_205147.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1023.10KB)", - "file_size": 1047654 - }, - { - "timestamp": "2025-01-14 01:59:24", - "video_path": "recordings/B02/B02_20250113_040156.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.92KB)", - "file_size": 720816 - }, - { - "timestamp": "2025-01-14 01:59:25", - "video_path": "recordings/B02/B02_20250111_053005.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.06KB)", - "file_size": 1014844 - }, - { - "timestamp": "2025-01-14 01:59:25", - "video_path": "recordings/B02/B02_20250112_214209.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.64KB)", - "file_size": 723604 - }, - { - "timestamp": "2025-01-14 01:59:26", - "video_path": "recordings/B02/B02_20250113_202613.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(764.13KB)", - "file_size": 782472 - }, - { - "timestamp": "2025-01-14 01:59:26", - "video_path": "recordings/B02/B02_20250114_044843.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.12KB)", - "file_size": 775288 - }, - { - "timestamp": "2025-01-14 01:59:27", - "video_path": "recordings/B02/B02_20250112_024727.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.79KB)", - "file_size": 802606 - }, - { - "timestamp": "2025-01-14 01:59:27", - "video_path": "recordings/B02/B02_20250111_012734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.57KB)", - "file_size": 1023556 - }, - { - "timestamp": "2025-01-14 01:59:28", - "video_path": "recordings/B02/B02_20250113_031627.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.45KB)", - "file_size": 721354 - }, - { - "timestamp": "2025-01-14 01:59:28", - "video_path": "recordings/B02/B02_20250113_035953.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.61KB)", - "file_size": 723570 - }, - { - "timestamp": "2025-01-14 01:59:29", - "video_path": "recordings/B02/B02_20250112_224337.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.67KB)", - "file_size": 730800 - }, - { - "timestamp": "2025-01-14 01:59:29", - "video_path": "recordings/B02/B02_20250113_005853.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.14KB)", - "file_size": 723086 - }, - { - "timestamp": "2025-01-14 01:59:30", - "video_path": "recordings/B02/B02_20250111_003807.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1019.11KB)", - "file_size": 1043568 - }, - { - "timestamp": "2025-01-14 01:59:30", - "video_path": "recordings/B02/B02_20250113_043343.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.39KB)", - "file_size": 719246 - }, - { - "timestamp": "2025-01-14 01:59:31", - "video_path": "recordings/B02/B02_20250110_231139.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.66KB)", - "file_size": 1013410 - }, - { - "timestamp": "2025-01-14 01:59:31", - "video_path": "recordings/B02/B02_20250112_192441.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.55KB)", - "file_size": 728626 - }, - { - "timestamp": "2025-01-14 01:59:32", - "video_path": "recordings/B02/B02_20250112_203022.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.34KB)", - "file_size": 729432 - }, - { - "timestamp": "2025-01-14 01:59:32", - "video_path": "recordings/B02/B02_20250110_215936.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1010.19KB)", - "file_size": 1034436 - }, - { - "timestamp": "2025-01-14 01:59:33", - "video_path": "recordings/B02/B02_20250111_043236.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.97KB)", - "file_size": 1024990 - }, - { - "timestamp": "2025-01-14 01:59:33", - "video_path": "recordings/B02/B02_20250111_001529.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.97KB)", - "file_size": 1018850 - }, - { - "timestamp": "2025-01-14 01:59:34", - "video_path": "recordings/B02/B02_20250114_013545.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.47KB)", - "file_size": 775654 - }, - { - "timestamp": "2025-01-14 01:59:34", - "video_path": "recordings/B02/B02_20250110_214917.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.42KB)", - "file_size": 1023410 - }, - { - "timestamp": "2025-01-14 01:59:35", - "video_path": "recordings/B02/B02_20250113_223931.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.08KB)", - "file_size": 777302 - }, - { - "timestamp": "2025-01-14 01:59:35", - "video_path": "recordings/B02/B02_20250114_045858.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(750.90KB)", - "file_size": 768924 - }, - { - "timestamp": "2025-01-14 01:59:36", - "video_path": "recordings/B02/B02_20250114_060849.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.05KB)", - "file_size": 777270 - }, - { - "timestamp": "2025-01-14 01:59:36", - "video_path": "recordings/B02/B02_20250111_050324.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.56KB)", - "file_size": 1017402 - }, - { - "timestamp": "2025-01-14 01:59:37", - "video_path": "recordings/B02/B02_20250113_011111.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.74KB)", - "file_size": 722678 - }, - { - "timestamp": "2025-01-14 01:59:37", - "video_path": "recordings/B02/B02_20250111_012122.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.87KB)", - "file_size": 1016698 - }, - { - "timestamp": "2025-01-14 01:59:38", - "video_path": "recordings/B02/B02_20250111_023526.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1011.04KB)", - "file_size": 1035304 - }, - { - "timestamp": "2025-01-14 01:59:38", - "video_path": "recordings/B02/B02_20250111_122734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(968.58KB)", - "file_size": 991824 - }, - { - "timestamp": "2025-01-14 01:59:39", - "video_path": "recordings/B02/B02_20250111_013954.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(983.99KB)", - "file_size": 1007608 - }, - { - "timestamp": "2025-01-14 01:59:39", - "video_path": "recordings/B02/B02_20250114_062108.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.65KB)", - "file_size": 770714 - }, - { - "timestamp": "2025-01-14 01:59:40", - "video_path": "recordings/B02/B02_20250110_210202.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.33KB)", - "file_size": 1028436 - }, - { - "timestamp": "2025-01-14 01:59:40", - "video_path": "recordings/B02/B02_20250114_072854.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(843.22KB)", - "file_size": 863462 - }, - { - "timestamp": "2025-01-14 01:59:41", - "video_path": "recordings/B02/B02_20250111_030210.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.05KB)", - "file_size": 1017908 - }, - { - "timestamp": "2025-01-14 01:59:41", - "video_path": "recordings/B02/B02_20250111_124400.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(886.55KB)", - "file_size": 907830 - }, - { - "timestamp": "2025-01-14 01:59:42", - "video_path": "recordings/B02/B02_20250113_022305.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.38KB)", - "file_size": 722310 - }, - { - "timestamp": "2025-01-14 01:59:42", - "video_path": "recordings/B02/B02_20250111_001323.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.40KB)", - "file_size": 1021342 - }, - { - "timestamp": "2025-01-14 01:59:43", - "video_path": "recordings/B02/B02_20250111_010900.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(996.18KB)", - "file_size": 1020086 - }, - { - "timestamp": "2025-01-14 01:59:43", - "video_path": "recordings/B02/B02_20250112_193050.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(713.68KB)", - "file_size": 730808 - }, - { - "timestamp": "2025-01-14 01:59:44", - "video_path": "recordings/B02/B02_20250113_211530.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.20KB)", - "file_size": 781512 - }, - { - "timestamp": "2025-01-14 01:59:44", - "video_path": "recordings/B02/B02_20250110_224456.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1006.89KB)", - "file_size": 1031060 - }, - { - "timestamp": "2025-01-14 01:59:45", - "video_path": "recordings/B02/B02_20250114_065603.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(774.69KB)", - "file_size": 793280 - }, - { - "timestamp": "2025-01-14 01:59:45", - "video_path": "recordings/B02/B02_20250113_220848.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.28KB)", - "file_size": 781600 - }, - { - "timestamp": "2025-01-14 01:59:46", - "video_path": "recordings/B02/B02_20250110_211825.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.03KB)", - "file_size": 1023010 - }, - { - "timestamp": "2025-01-14 01:59:46", - "video_path": "recordings/B02/B02_20250112_191221.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.54KB)", - "file_size": 729638 - }, - { - "timestamp": "2025-01-14 01:59:47", - "video_path": "recordings/B02/B02_20250114_001956.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.92KB)", - "file_size": 775088 - }, - { - "timestamp": "2025-01-14 01:59:47", - "video_path": "recordings/B02/B02_20250114_042405.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.99KB)", - "file_size": 771066 - }, - { - "timestamp": "2025-01-14 01:59:48", - "video_path": "recordings/B02/B02_20250114_045656.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.72KB)", - "file_size": 771810 - }, - { - "timestamp": "2025-01-14 01:59:48", - "video_path": "recordings/B02/B02_20250110_231751.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.16KB)", - "file_size": 1016998 - }, - { - "timestamp": "2025-01-14 01:59:49", - "video_path": "recordings/B02/B02_20250111_012937.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.00KB)", - "file_size": 1012734 - }, - { - "timestamp": "2025-01-14 01:59:50", - "video_path": "recordings/B02/B02_20250112_204037.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.72KB)", - "file_size": 726754 - }, - { - "timestamp": "2025-01-14 01:59:50", - "video_path": "recordings/B02/B02_20250114_052745.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.26KB)", - "file_size": 774414 - }, - { - "timestamp": "2025-01-14 01:59:50", - "video_path": "recordings/B02/B02_20250110_215328.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.87KB)", - "file_size": 1019770 - }, - { - "timestamp": "2025-01-14 01:59:51", - "video_path": "recordings/B02/B02_20250113_233247.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.60KB)", - "file_size": 780902 - }, - { - "timestamp": "2025-01-14 01:59:52", - "video_path": "recordings/B02/B02_20250113_223527.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.57KB)", - "file_size": 774726 - }, - { - "timestamp": "2025-01-14 01:59:52", - "video_path": "recordings/B02/B02_20250112_221902.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.14KB)", - "file_size": 724108 - }, - { - "timestamp": "2025-01-14 01:59:53", - "video_path": "recordings/B02/B02_20250114_045250.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.08KB)", - "file_size": 771158 - }, - { - "timestamp": "2025-01-14 01:59:53", - "video_path": "recordings/B02/B02_20250113_203021.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(767.30KB)", - "file_size": 785720 - }, - { - "timestamp": "2025-01-14 01:59:54", - "video_path": "recordings/B02/B02_20250111_062735.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.28KB)", - "file_size": 1011994 - }, - { - "timestamp": "2025-01-14 01:59:54", - "video_path": "recordings/B02/B02_20250114_011719.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.43KB)", - "file_size": 771508 - }, - { - "timestamp": "2025-01-14 01:59:55", - "video_path": "recordings/B02/B02_20250113_212139.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.13KB)", - "file_size": 777350 - }, - { - "timestamp": "2025-01-14 01:59:55", - "video_path": "recordings/B02/B02_20250111_040349.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.74KB)", - "file_size": 1023736 - }, - { - "timestamp": "2025-01-14 01:59:56", - "video_path": "recordings/B02/B02_20250112_215224.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.49KB)", - "file_size": 728564 - }, - { - "timestamp": "2025-01-14 01:59:56", - "video_path": "recordings/B02/B02_20250111_123548.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(984.62KB)", - "file_size": 1008246 - }, - { - "timestamp": "2025-01-14 01:59:57", - "video_path": "recordings/B02/B02_20250114_050101.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.47KB)", - "file_size": 774622 - }, - { - "timestamp": "2025-01-14 01:59:57", - "video_path": "recordings/B02/B02_20250111_022711.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.89KB)", - "file_size": 1021842 - }, - { - "timestamp": "2025-01-14 01:59:58", - "video_path": "recordings/B02/B02_20250114_002402.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.64KB)", - "file_size": 775822 - }, - { - "timestamp": "2025-01-14 01:59:58", - "video_path": "recordings/B02/B02_20250111_031226.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.04KB)", - "file_size": 1015846 - }, - { - "timestamp": "2025-01-14 01:59:59", - "video_path": "recordings/B02/B02_20250111_003358.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(990.20KB)", - "file_size": 1013964 - }, - { - "timestamp": "2025-01-14 01:59:59", - "video_path": "recordings/B02/B02_20250110_213655.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(983.35KB)", - "file_size": 1006954 - }, - { - "timestamp": "2025-01-14 02:00:00", - "video_path": "recordings/B02/B02_20250114_043421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.74KB)", - "file_size": 775930 - }, - { - "timestamp": "2025-01-14 02:00:00", - "video_path": "recordings/B02/B02_20250111_010247.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.19KB)", - "file_size": 1011904 - }, - { - "timestamp": "2025-01-14 02:00:01", - "video_path": "recordings/B02/B02_20250114_055428.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.76KB)", - "file_size": 775948 - }, - { - "timestamp": "2025-01-14 02:00:01", - "video_path": "recordings/B02/B02_20250114_052948.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.33KB)", - "file_size": 779602 - }, - { - "timestamp": "2025-01-14 02:00:02", - "video_path": "recordings/B02/B02_20250110_230936.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.20KB)", - "file_size": 1022160 - }, - { - "timestamp": "2025-01-14 02:00:02", - "video_path": "recordings/B02/B02_20250114_000536.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(762.48KB)", - "file_size": 780780 - }, - { - "timestamp": "2025-01-14 02:00:03", - "video_path": "recordings/B02/B02_20250114_003011.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.37KB)", - "file_size": 779642 - }, - { - "timestamp": "2025-01-14 02:00:03", - "video_path": "recordings/B02/B02_20250112_194921.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.11KB)", - "file_size": 724080 - }, - { - "timestamp": "2025-01-14 02:00:04", - "video_path": "recordings/B02/B02_20250111_004621.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.63KB)", - "file_size": 1016458 - }, - { - "timestamp": "2025-01-14 02:00:04", - "video_path": "recordings/B02/B02_20250113_030409.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.25KB)", - "file_size": 723200 - }, - { - "timestamp": "2025-01-14 02:00:05", - "video_path": "recordings/B02/B02_20250113_230609.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(769.39KB)", - "file_size": 787860 - }, - { - "timestamp": "2025-01-14 02:00:05", - "video_path": "recordings/B02/B02_20250113_233653.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.01KB)", - "file_size": 774156 - }, - { - "timestamp": "2025-01-14 02:00:06", - "video_path": "recordings/B02/B02_20250112_031814.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.00KB)", - "file_size": 801792 - }, - { - "timestamp": "2025-01-14 02:00:06", - "video_path": "recordings/B02/B02_20250112_035716.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.31KB)", - "file_size": 801090 - }, - { - "timestamp": "2025-01-14 02:00:07", - "video_path": "recordings/B02/B02_20250112_042355.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.29KB)", - "file_size": 807210 - }, - { - "timestamp": "2025-01-14 02:00:07", - "video_path": "recordings/B02/B02_20250114_043218.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.94KB)", - "file_size": 772038 - }, - { - "timestamp": "2025-01-14 02:00:08", - "video_path": "recordings/B02/B02_20250112_033237.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(790.13KB)", - "file_size": 809098 - }, - { - "timestamp": "2025-01-14 02:00:08", - "video_path": "recordings/B02/B02_20250113_032643.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(701.97KB)", - "file_size": 718820 - }, - { - "timestamp": "2025-01-14 02:00:09", - "video_path": "recordings/B02/B02_20250113_204647.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.44KB)", - "file_size": 781758 - }, - { - "timestamp": "2025-01-14 02:00:09", - "video_path": "recordings/B02/B02_20250114_073300.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(844.18KB)", - "file_size": 864436 - }, - { - "timestamp": "2025-01-14 02:00:10", - "video_path": "recordings/B02/B02_20250111_005027.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.81KB)", - "file_size": 1023802 - }, - { - "timestamp": "2025-01-14 02:00:10", - "video_path": "recordings/B02/B02_20250113_015823.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.18KB)", - "file_size": 719030 - }, - { - "timestamp": "2025-01-14 02:00:11", - "video_path": "recordings/B02/B02_20250111_121921.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(980.76KB)", - "file_size": 1004302 - }, - { - "timestamp": "2025-01-14 02:00:11", - "video_path": "recordings/B02/B02_20250114_000128.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.25KB)", - "file_size": 779522 - }, - { - "timestamp": "2025-01-14 02:00:12", - "video_path": "recordings/B02/B02_20250114_014600.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.43KB)", - "file_size": 775612 - }, - { - "timestamp": "2025-01-14 02:00:12", - "video_path": "recordings/B02/B02_20250112_221456.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.49KB)", - "file_size": 725490 - }, - { - "timestamp": "2025-01-14 02:00:13", - "video_path": "recordings/B02/B02_20250112_030148.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(783.05KB)", - "file_size": 801848 - }, - { - "timestamp": "2025-01-14 02:00:13", - "video_path": "recordings/B02/B02_20250111_204218.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(906.87KB)", - "file_size": 928638 - }, - { - "timestamp": "2025-01-14 02:00:14", - "video_path": "recordings/B02/B02_20250111_021653.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1007.03KB)", - "file_size": 1031202 - }, - { - "timestamp": "2025-01-14 02:00:14", - "video_path": "recordings/B02/B02_20250112_044630.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.16KB)", - "file_size": 802984 - }, - { - "timestamp": "2025-01-14 02:00:15", - "video_path": "recordings/B02/B02_20250111_034924.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(993.66KB)", - "file_size": 1017504 - }, - { - "timestamp": "2025-01-14 02:00:15", - "video_path": "recordings/B02/B02_20250110_234641.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.80KB)", - "file_size": 1012532 - }, - { - "timestamp": "2025-01-14 02:00:16", - "video_path": "recordings/B02/B02_20250113_234059.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.75KB)", - "file_size": 774908 - }, - { - "timestamp": "2025-01-14 02:00:16", - "video_path": "recordings/B02/B02_20250111_011717.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.83KB)", - "file_size": 1034068 - }, - { - "timestamp": "2025-01-14 02:00:17", - "video_path": "recordings/B02/B02_20250113_235520.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.95KB)", - "file_size": 775112 - }, - { - "timestamp": "2025-01-14 02:00:17", - "video_path": "recordings/B02/B02_20250114_044640.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.02KB)", - "file_size": 778264 - }, - { - "timestamp": "2025-01-14 02:00:18", - "video_path": "recordings/B02/B02_20250114_003620.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.06KB)", - "file_size": 775226 - }, - { - "timestamp": "2025-01-14 02:00:18", - "video_path": "recordings/B02/B02_20250113_225757.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.38KB)", - "file_size": 773508 - }, - { - "timestamp": "2025-01-14 02:00:19", - "video_path": "recordings/B02/B02_20250114_034504.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.63KB)", - "file_size": 771718 - }, - { - "timestamp": "2025-01-14 02:00:19", - "video_path": "recordings/B02/B02_20250112_091523.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-14 02:00:20", - "video_path": "recordings/B02/B02_20250110_223236.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.75KB)", - "file_size": 1033980 - }, - { - "timestamp": "2025-01-14 02:00:20", - "video_path": "recordings/B02/B02_20250112_202819.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.54KB)", - "file_size": 725540 - }, - { - "timestamp": "2025-01-14 02:00:21", - "video_path": "recordings/B02/B02_20250112_040934.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(785.63KB)", - "file_size": 804484 - }, - { - "timestamp": "2025-01-14 02:00:21", - "video_path": "recordings/B02/B02_20250114_030401.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.57KB)", - "file_size": 777804 - }, - { - "timestamp": "2025-01-14 02:00:22", - "video_path": "recordings/B02/B02_20250112_201155.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(712.00KB)", - "file_size": 729084 - }, - { - "timestamp": "2025-01-14 02:00:22", - "video_path": "recordings/B02/B02_20250113_220442.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.54KB)", - "file_size": 776744 - }, - { - "timestamp": "2025-01-14 02:00:23", - "video_path": "recordings/B02/B02_20250111_124157.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(964.35KB)", - "file_size": 987494 - }, - { - "timestamp": "2025-01-14 02:00:23", - "video_path": "recordings/B02/B02_20250114_071228.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(832.32KB)", - "file_size": 852292 - }, - { - "timestamp": "2025-01-14 02:00:24", - "video_path": "recordings/B02/B02_20250112_195734.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.40KB)", - "file_size": 723350 - }, - { - "timestamp": "2025-01-14 02:00:24", - "video_path": "recordings/B02/B02_20250114_031011.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.32KB)", - "file_size": 772426 - }, - { - "timestamp": "2025-01-14 02:00:25", - "video_path": "recordings/B02/B02_20250111_002952.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(997.69KB)", - "file_size": 1021634 - }, - { - "timestamp": "2025-01-14 02:00:25", - "video_path": "recordings/B02/B02_20250113_015215.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.36KB)", - "file_size": 721260 - }, - { - "timestamp": "2025-01-14 02:00:26", - "video_path": "recordings/B02/B02_20250113_213559.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.35KB)", - "file_size": 777574 - }, - { - "timestamp": "2025-01-14 02:00:26", - "video_path": "recordings/B02/B02_20250110_054050.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(73帧)", - "file_size": 1966080 - }, - { - "timestamp": "2025-01-14 02:00:27", - "video_path": "recordings/B02/B02_20250111_022917.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.31KB)", - "file_size": 1018176 - }, - { - "timestamp": "2025-01-14 02:00:27", - "video_path": "recordings/B02/B02_20250111_004010.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(982.56KB)", - "file_size": 1006140 - }, - { - "timestamp": "2025-01-14 02:00:28", - "video_path": "recordings/B02/B02_20250110_211217.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.52KB)", - "file_size": 1019414 - }, - { - "timestamp": "2025-01-14 02:00:28", - "video_path": "recordings/B02/B02_20250110_205755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.21KB)", - "file_size": 1036506 - }, - { - "timestamp": "2025-01-14 02:00:29", - "video_path": "recordings/B02/B02_20250112_195124.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.87KB)", - "file_size": 726906 - }, - { - "timestamp": "2025-01-14 02:00:29", - "video_path": "recordings/B02/B02_20250112_121918.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-14 02:00:30", - "video_path": "recordings/B02/B02_20250112_021030.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(839.83KB)", - "file_size": 859984 - }, - { - "timestamp": "2025-01-14 02:00:30", - "video_path": "recordings/B02/B02_20250112_185147.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.97KB)", - "file_size": 724962 - }, - { - "timestamp": "2025-01-14 02:00:31", - "video_path": "recordings/B02/B02_20250111_045103.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.09KB)", - "file_size": 1022048 - }, - { - "timestamp": "2025-01-14 02:00:31", - "video_path": "recordings/B02/B02_20250111_041202.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1006.47KB)", - "file_size": 1030624 - }, - { - "timestamp": "2025-01-14 02:00:32", - "video_path": "recordings/B02/B02_20250113_193040.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(788.36KB)", - "file_size": 807280 - }, - { - "timestamp": "2025-01-14 02:00:32", - "video_path": "recordings/B02/B02_20250112_021235.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(830.99KB)", - "file_size": 850938 - }, - { - "timestamp": "2025-01-14 02:00:33", - "video_path": "recordings/B02/B02_20250114_054614.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.08KB)", - "file_size": 774230 - }, - { - "timestamp": "2025-01-14 02:00:33", - "video_path": "recordings/B02/B02_20250114_051728.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.36KB)", - "file_size": 777582 - }, - { - "timestamp": "2025-01-14 02:00:34", - "video_path": "recordings/B02/B02_20250112_215021.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(711.38KB)", - "file_size": 728458 - }, - { - "timestamp": "2025-01-14 02:00:34", - "video_path": "recordings/B02/B02_20250110_234438.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.00KB)", - "file_size": 1010690 - }, - { - "timestamp": "2025-01-14 02:00:35", - "video_path": "recordings/B02/B02_20250114_005243.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.37KB)", - "file_size": 775544 - }, - { - "timestamp": "2025-01-14 02:00:35", - "video_path": "recordings/B02/B02_20250113_214208.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.15KB)", - "file_size": 777368 - }, - { - "timestamp": "2025-01-14 02:00:36", - "video_path": "recordings/B02/B02_20250111_051746.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1000.62KB)", - "file_size": 1024630 - }, - { - "timestamp": "2025-01-14 02:00:36", - "video_path": "recordings/B02/B02_20250110_203725.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1016.30KB)", - "file_size": 1040692 - }, - { - "timestamp": "2025-01-14 02:00:37", - "video_path": "recordings/B02/B02_20250113_030204.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.30KB)", - "file_size": 722228 - }, - { - "timestamp": "2025-01-14 02:00:37", - "video_path": "recordings/B02/B02_20250114_023313.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.55KB)", - "file_size": 773682 - }, - { - "timestamp": "2025-01-14 02:00:38", - "video_path": "recordings/B02/B02_20250112_033646.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.58KB)", - "file_size": 805454 - }, - { - "timestamp": "2025-01-14 02:00:38", - "video_path": "recordings/B02/B02_20250111_180259.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(833.83KB)", - "file_size": 853840 - }, - { - "timestamp": "2025-01-14 02:00:39", - "video_path": "recordings/B02/B02_20250113_023116.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.62KB)", - "file_size": 719484 - }, - { - "timestamp": "2025-01-14 02:00:39", - "video_path": "recordings/B02/B02_20250114_073910.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(956.21KB)", - "file_size": 979158 - }, - { - "timestamp": "2025-01-14 02:00:40", - "video_path": "recordings/B02/B02_20250110_235249.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.98KB)", - "file_size": 1012720 - }, - { - "timestamp": "2025-01-14 02:00:40", - "video_path": "recordings/B02/B02_20250111_054430.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.43KB)", - "file_size": 1015228 - }, - { - "timestamp": "2025-01-14 02:00:41", - "video_path": "recordings/B02/B02_20250114_005853.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.09KB)", - "file_size": 775256 - }, - { - "timestamp": "2025-01-14 02:00:41", - "video_path": "recordings/B02/B02_20250113_033902.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.07KB)", - "file_size": 721994 - }, - { - "timestamp": "2025-01-14 02:00:42", - "video_path": "recordings/B02/B02_20250113_005650.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.78KB)", - "file_size": 719644 - }, - { - "timestamp": "2025-01-14 02:00:42", - "video_path": "recordings/B02/B02_20250110_213452.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.87KB)", - "file_size": 1033084 - }, - { - "timestamp": "2025-01-14 02:00:43", - "video_path": "recordings/B02/B02_20250114_023718.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.94KB)", - "file_size": 776134 - }, - { - "timestamp": "2025-01-14 02:00:43", - "video_path": "recordings/B02/B02_20250114_035114.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.76KB)", - "file_size": 771852 - }, - { - "timestamp": "2025-01-14 02:00:44", - "video_path": "recordings/B02/B02_20250113_230406.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.39KB)", - "file_size": 773516 - }, - { - "timestamp": "2025-01-14 02:00:44", - "video_path": "recordings/B02/B02_20250113_213153.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(754.26KB)", - "file_size": 772364 - }, - { - "timestamp": "2025-01-14 02:00:45", - "video_path": "recordings/B02/B02_20250111_175037.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(834.26KB)", - "file_size": 854278 - }, - { - "timestamp": "2025-01-14 02:00:45", - "video_path": "recordings/B02/B02_20250114_030603.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.53KB)", - "file_size": 773664 - }, - { - "timestamp": "2025-01-14 02:00:46", - "video_path": "recordings/B02/B02_20250113_001957.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.22KB)", - "file_size": 723174 - }, - { - "timestamp": "2025-01-14 02:00:46", - "video_path": "recordings/B02/B02_20250114_034707.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(751.15KB)", - "file_size": 769182 - }, - { - "timestamp": "2025-01-14 02:00:47", - "video_path": "recordings/B02/B02_20250113_005447.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.69KB)", - "file_size": 722624 - }, - { - "timestamp": "2025-01-14 02:00:47", - "video_path": "recordings/B02/B02_20250112_033035.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.62KB)", - "file_size": 805502 - }, - { - "timestamp": "2025-01-14 02:00:48", - "video_path": "recordings/B02/B02_20250114_055020.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.49KB)", - "file_size": 778742 - }, - { - "timestamp": "2025-01-14 02:00:48", - "video_path": "recordings/B02/B02_20250113_050530.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.23KB)", - "file_size": 721128 - }, - { - "timestamp": "2025-01-14 02:00:49", - "video_path": "recordings/B02/B02_20250114_010704.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.49KB)", - "file_size": 783862 - }, - { - "timestamp": "2025-01-14 02:00:49", - "video_path": "recordings/B02/B02_20250114_001551.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.47KB)", - "file_size": 775646 - }, - { - "timestamp": "2025-01-14 02:00:50", - "video_path": "recordings/B02/B02_20250113_050327.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(702.41KB)", - "file_size": 719264 - }, - { - "timestamp": "2025-01-14 02:00:50", - "video_path": "recordings/B02/B02_20250111_190306.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(85帧)", - "file_size": 2424832 - }, - { - "timestamp": "2025-01-14 02:00:51", - "video_path": "recordings/B02/B02_20250111_013140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(999.92KB)", - "file_size": 1023914 - }, - { - "timestamp": "2025-01-14 02:00:51", - "video_path": "recordings/B02/B02_20250110_231346.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.29KB)", - "file_size": 1028388 - }, - { - "timestamp": "2025-01-14 02:00:52", - "video_path": "recordings/B02/B02_20250114_044029.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.92KB)", - "file_size": 779184 - }, - { - "timestamp": "2025-01-14 02:00:52", - "video_path": "recordings/B02/B02_20250112_192239.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(721.60KB)", - "file_size": 738922 - }, - { - "timestamp": "2025-01-14 02:00:53", - "video_path": "recordings/B02/B02_20250112_200547.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.24KB)", - "file_size": 725240 - }, - { - "timestamp": "2025-01-14 02:00:53", - "video_path": "recordings/B02/B02_20250114_073057.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(842.88KB)", - "file_size": 863108 - }, - { - "timestamp": "2025-01-14 02:00:54", - "video_path": "recordings/B02/B02_20250111_014808.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.82KB)", - "file_size": 1026890 - }, - { - "timestamp": "2025-01-14 02:00:54", - "video_path": "recordings/B02/B02_20250113_225554.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(759.07KB)", - "file_size": 777290 - }, - { - "timestamp": "2025-01-14 02:00:55", - "video_path": "recordings/B02/B02_20250112_222511.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.70KB)", - "file_size": 727754 - }, - { - "timestamp": "2025-01-14 02:00:55", - "video_path": "recordings/B02/B02_20250114_064750.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.58KB)", - "file_size": 783954 - }, - { - "timestamp": "2025-01-14 02:00:56", - "video_path": "recordings/B02/B02_20250111_174834.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(832.97KB)", - "file_size": 852960 - }, - { - "timestamp": "2025-01-14 02:00:56", - "video_path": "recordings/B02/B02_20250114_070619.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.55KB)", - "file_size": 803376 - }, - { - "timestamp": "2025-01-14 02:00:57", - "video_path": "recordings/B02/B02_20250112_033848.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.01KB)", - "file_size": 802824 - }, - { - "timestamp": "2025-01-14 02:00:57", - "video_path": "recordings/B02/B02_20250113_020026.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.26KB)", - "file_size": 723210 - }, - { - "timestamp": "2025-01-14 02:00:58", - "video_path": "recordings/B02/B02_20250114_070822.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(808.78KB)", - "file_size": 828192 - }, - { - "timestamp": "2025-01-14 02:00:58", - "video_path": "recordings/B02/B02_20250113_230000.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.43KB)", - "file_size": 776636 - }, - { - "timestamp": "2025-01-14 02:00:59", - "video_path": "recordings/B02/B02_20250112_022454.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(789.31KB)", - "file_size": 808254 - }, - { - "timestamp": "2025-01-14 02:00:59", - "video_path": "recordings/B02/B02_20250114_035723.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(751.80KB)", - "file_size": 769842 - }, - { - "timestamp": "2025-01-14 02:01:00", - "video_path": "recordings/B02/B02_20250113_010056.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.91KB)", - "file_size": 722856 - }, - { - "timestamp": "2025-01-14 02:01:00", - "video_path": "recordings/B02/B02_20250113_031425.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.11KB)", - "file_size": 722030 - }, - { - "timestamp": "2025-01-14 02:01:01", - "video_path": "recordings/B02/B02_20250113_200538.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(765.44KB)", - "file_size": 783806 - }, - { - "timestamp": "2025-01-14 02:01:01", - "video_path": "recordings/B02/B02_20250114_010501.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(755.57KB)", - "file_size": 773708 - }, - { - "timestamp": "2025-01-14 02:01:02", - "video_path": "recordings/B02/B02_20250112_225352.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.90KB)", - "file_size": 725916 - }, - { - "timestamp": "2025-01-14 02:01:02", - "video_path": "recordings/B02/B02_20250111_062329.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.88KB)", - "file_size": 1012608 - }, - { - "timestamp": "2025-01-14 02:01:03", - "video_path": "recordings/B02/B02_20250112_032220.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(782.24KB)", - "file_size": 801014 - }, - { - "timestamp": "2025-01-14 02:01:03", - "video_path": "recordings/B02/B02_20250113_004838.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.41KB)", - "file_size": 722344 - }, - { - "timestamp": "2025-01-14 02:01:04", - "video_path": "recordings/B02/B02_20250111_045308.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.77KB)", - "file_size": 1013520 - }, - { - "timestamp": "2025-01-14 02:01:04", - "video_path": "recordings/B02/B02_20250112_193458.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.81KB)", - "file_size": 723772 - }, - { - "timestamp": "2025-01-14 02:01:05", - "video_path": "recordings/B02/B02_20250112_224134.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.79KB)", - "file_size": 727850 - }, - { - "timestamp": "2025-01-14 02:01:05", - "video_path": "recordings/B02/B02_20250114_031214.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.97KB)", - "file_size": 772064 - }, - { - "timestamp": "2025-01-14 02:01:06", - "video_path": "recordings/B02/B02_20250113_004635.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.58KB)", - "file_size": 724566 - }, - { - "timestamp": "2025-01-14 02:01:06", - "video_path": "recordings/B02/B02_20250111_022508.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.36KB)", - "file_size": 1032562 - }, - { - "timestamp": "2025-01-14 02:01:07", - "video_path": "recordings/B02/B02_20250114_013342.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(752.68KB)", - "file_size": 770744 - }, - { - "timestamp": "2025-01-14 02:01:07", - "video_path": "recordings/B02/B02_20250111_012325.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.47KB)", - "file_size": 1019358 - }, - { - "timestamp": "2025-01-14 02:01:08", - "video_path": "recordings/B02/B02_20250111_042014.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(992.64KB)", - "file_size": 1016462 - }, - { - "timestamp": "2025-01-14 02:01:08", - "video_path": "recordings/B02/B02_20250113_213356.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.65KB)", - "file_size": 779934 - }, - { - "timestamp": "2025-01-14 02:01:09", - "video_path": "recordings/B02/B02_20250111_001935.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1012.29KB)", - "file_size": 1036584 - }, - { - "timestamp": "2025-01-14 02:01:09", - "video_path": "recordings/B02/B02_20250112_203631.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.44KB)", - "file_size": 727490 - }, - { - "timestamp": "2025-01-14 02:01:10", - "video_path": "recordings/B02/B02_20250111_020636.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(991.64KB)", - "file_size": 1015440 - }, - { - "timestamp": "2025-01-14 02:01:10", - "video_path": "recordings/B02/B02_20250113_222512.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(763.41KB)", - "file_size": 781734 - }, - { - "timestamp": "2025-01-14 02:01:11", - "video_path": "recordings/B02/B02_20250111_032850.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.01KB)", - "file_size": 1027080 - }, - { - "timestamp": "2025-01-14 02:01:11", - "video_path": "recordings/B02/B02_20250111_060257.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1002.57KB)", - "file_size": 1026632 - }, - { - "timestamp": "2025-01-14 02:01:12", - "video_path": "recordings/B02/B02_20250110_234843.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.21KB)", - "file_size": 1010908 - }, - { - "timestamp": "2025-01-14 02:01:12", - "video_path": "recordings/B02/B02_20250113_211733.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(758.08KB)", - "file_size": 776274 - }, - { - "timestamp": "2025-01-14 02:01:13", - "video_path": "recordings/B02/B02_20250111_024746.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1013.64KB)", - "file_size": 1037966 - }, - { - "timestamp": "2025-01-14 02:01:13", - "video_path": "recordings/B02/B02_20250113_032033.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(703.87KB)", - "file_size": 720766 - }, - { - "timestamp": "2025-01-14 02:01:14", - "video_path": "recordings/B02/B02_20250113_042105.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.95KB)", - "file_size": 721868 - }, - { - "timestamp": "2025-01-14 02:01:14", - "video_path": "recordings/B02/B02_20250109_094756.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(64.00KB)", - "file_size": 65536 - }, - { - "timestamp": "2025-01-14 02:01:15", - "video_path": "recordings/B02/B02_20250112_185755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.67KB)", - "file_size": 724652 - }, - { - "timestamp": "2025-01-14 02:01:15", - "video_path": "recordings/B02/B02_20250113_011516.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(704.74KB)", - "file_size": 721656 - }, - { - "timestamp": "2025-01-14 02:01:16", - "video_path": "recordings/B02/B02_20250111_210701.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(926.84KB)", - "file_size": 949082 - }, - { - "timestamp": "2025-01-14 02:01:16", - "video_path": "recordings/B02/B02_20250113_033659.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.72KB)", - "file_size": 724704 - }, - { - "timestamp": "2025-01-14 02:01:17", - "video_path": "recordings/B02/B02_20250110_222012.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(989.48KB)", - "file_size": 1013230 - }, - { - "timestamp": "2025-01-14 02:01:17", - "video_path": "recordings/B02/B02_20250111_022305.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.83KB)", - "file_size": 1018710 - }, - { - "timestamp": "2025-01-14 02:01:18", - "video_path": "recordings/B02/B02_20250114_045453.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(756.84KB)", - "file_size": 775008 - }, - { - "timestamp": "2025-01-14 02:01:18", - "video_path": "recordings/B02/B02_20250114_022907.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(753.00KB)", - "file_size": 771072 - }, - { - "timestamp": "2025-01-14 02:01:19", - "video_path": "recordings/B02/B02_20250112_215833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.92KB)", - "file_size": 725930 - }, - { - "timestamp": "2025-01-14 02:01:19", - "video_path": "recordings/B02/B02_20250112_202007.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(710.35KB)", - "file_size": 727400 - }, - { - "timestamp": "2025-01-14 02:01:20", - "video_path": "recordings/B02/B02_20250111_025153.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1001.68KB)", - "file_size": 1025722 - }, - { - "timestamp": "2025-01-14 02:01:20", - "video_path": "recordings/B02/B02_20250113_001348.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.33KB)", - "file_size": 725330 - }, - { - "timestamp": "2025-01-14 02:01:21", - "video_path": "recordings/B02/B02_20250111_042219.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.98KB)", - "file_size": 1018860 - }, - { - "timestamp": "2025-01-14 02:01:21", - "video_path": "recordings/B02/B02_20250112_221050.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(707.19KB)", - "file_size": 724158 - }, - { - "timestamp": "2025-01-14 02:01:22", - "video_path": "recordings/B02/B02_20250111_040957.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(988.68KB)", - "file_size": 1012406 - }, - { - "timestamp": "2025-01-14 02:01:22", - "video_path": "recordings/B02/B02_20250111_045917.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1007.76KB)", - "file_size": 1031942 - }, - { - "timestamp": "2025-01-14 02:01:23", - "video_path": "recordings/B02/B02_20250110_203929.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.76KB)", - "file_size": 1028876 - }, - { - "timestamp": "2025-01-14 02:01:23", - "video_path": "recordings/B02/B02_20250113_204039.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(761.41KB)", - "file_size": 779688 - }, - { - "timestamp": "2025-01-14 02:01:24", - "video_path": "recordings/B02/B02_20250113_193243.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(789.43KB)", - "file_size": 808376 - }, - { - "timestamp": "2025-01-14 02:01:24", - "video_path": "recordings/B02/B02_20250111_032445.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.61KB)", - "file_size": 1028722 - }, - { - "timestamp": "2025-01-14 02:01:25", - "video_path": "recordings/B02/B02_20250112_031409.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(786.09KB)", - "file_size": 804956 - }, - { - "timestamp": "2025-01-14 02:01:25", - "video_path": "recordings/B02/B02_20250111_000715.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(984.24KB)", - "file_size": 1007864 - }, - { - "timestamp": "2025-01-14 02:01:26", - "video_path": "recordings/B02/B02_20250110_235455.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.99KB)", - "file_size": 1011702 - }, - { - "timestamp": "2025-01-14 02:01:26", - "video_path": "recordings/B02/B02_20250110_223030.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1013.01KB)", - "file_size": 1037324 - }, - { - "timestamp": "2025-01-14 02:01:27", - "video_path": "recordings/B02/B02_20250113_194300.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(787.07KB)", - "file_size": 805958 - }, - { - "timestamp": "2025-01-14 02:01:27", - "video_path": "recordings/B02/B02_20250112_202616.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(708.32KB)", - "file_size": 725322 - }, - { - "timestamp": "2025-01-14 02:01:28", - "video_path": "recordings/B02/B02_20250113_200947.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(760.27KB)", - "file_size": 778514 - }, - { - "timestamp": "2025-01-14 02:01:28", - "video_path": "recordings/B02/B02_20250113_000334.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(709.30KB)", - "file_size": 726324 - }, - { - "timestamp": "2025-01-14 02:01:29", - "video_path": "recordings/B02/B02_20250111_210904.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(903.19KB)", - "file_size": 924866 - }, - { - "timestamp": "2025-01-14 02:01:29", - "video_path": "recordings/B02/B02_20250110_211623.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1005.61KB)", - "file_size": 1029748 - }, - { - "timestamp": "2025-01-14 02:01:30", - "video_path": "recordings/B02/B02_20250114_023110.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.48KB)", - "file_size": 775656 - }, - { - "timestamp": "2025-01-14 02:01:30", - "video_path": "recordings/B02/B02_20250113_041435.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(705.02KB)", - "file_size": 721940 - }, - { - "timestamp": "2025-01-14 02:01:31", - "video_path": "recordings/B02/B02_20250113_020638.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(706.59KB)", - "file_size": 723552 - }, - { - "timestamp": "2025-01-14 02:01:31", - "video_path": "recordings/B02/B02_20250112_041545.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(784.12KB)", - "file_size": 802936 - }, - { - "timestamp": "2025-01-14 02:01:32", - "video_path": "recordings/B02/B02_20250114_051322.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(757.98KB)", - "file_size": 776172 - }, - { - "timestamp": "2025-01-14 07:28:26", - "video_path": "recordings/A01/A01_20250114_151933.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(85帧)", - "file_size": 3309568 - }, - { - "timestamp": "2025-01-14 07:34:44", - "video_path": "recordings/A01/A01_20250114_152138.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-14 07:34:44", - "video_path": "recordings/B02/B02_20250114_152147.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(512.00KB)", - "file_size": 524288 - }, - { - "timestamp": "2025-01-14 09:23:34", - "video_path": "recordings/B02/B02_20250114_172107.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(320.00KB)", - "file_size": 327680 - }, - { - "timestamp": "2025-01-14 09:26:34", - "video_path": "recordings/A01/A01_20250114_172347.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(81帧)", - "file_size": 3375104 - }, - { - "timestamp": "2025-01-14 09:47:27", - "video_path": "recordings/B02/B02_20250114_173809.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(987.47KB)", - "file_size": 1011168 - }, - { - "timestamp": "2025-01-14 09:59:38", - "video_path": "recordings/A01/A01_20250114_175251.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(73帧)", - "file_size": 3014656 - }, - { - "timestamp": "2025-01-14 10:21:07", - "video_path": "recordings/A01/A01_20250114_181235.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(73帧)", - "file_size": 3080192 - }, - { - "timestamp": "2025-01-14 10:38:48", - "video_path": "recordings/B02/B02_20250114_182821.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1006.94KB)", - "file_size": 1031106 - }, - { - "timestamp": "2025-01-14 10:48:16", - "video_path": "recordings/B02/B02_20250114_184453.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.93KB)", - "file_size": 1029052 - }, - { - "timestamp": "2025-01-14 10:48:17", - "video_path": "recordings/B02/B02_20250114_184251.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1018.38KB)", - "file_size": 1042818 - }, - { - "timestamp": "2025-01-14 14:19:08", - "video_path": "recordings/A01/A01_20250114_220657.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(224.00KB)", - "file_size": 229376 - }, - { - "timestamp": "2025-01-14 14:19:09", - "video_path": "recordings/B02/B02_20250114_220705.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(96.00KB)", - "file_size": 98304 - }, - { - "timestamp": "2025-01-14 21:48:09", - "video_path": "recordings/B02/B02_20250115_054615.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1004.26KB)", - "file_size": 1028360 - }, - { - "timestamp": "2025-01-14 21:48:10", - "video_path": "recordings/B02/B02_20250115_054210.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(969.98KB)", - "file_size": 993260 - }, - { - "timestamp": "2025-01-14 21:48:10", - "video_path": "recordings/B02/B02_20250115_054007.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(958.48KB)", - "file_size": 981480 - }, - { - "timestamp": "2025-01-14 21:48:33", - "video_path": "recordings/B02/B02_20250115_054412.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.45KB)", - "file_size": 969166 - }, - { - "timestamp": "2025-01-14 21:58:31", - "video_path": "recordings/B02/B02_20250115_055224.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(969.82KB)", - "file_size": 993100 - }, - { - "timestamp": "2025-01-14 21:58:31", - "video_path": "recordings/B02/B02_20250115_054819.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.73KB)", - "file_size": 970472 - }, - { - "timestamp": "2025-01-14 21:58:32", - "video_path": "recordings/B02/B02_20250115_055427.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.81KB)", - "file_size": 973626 - }, - { - "timestamp": "2025-01-14 21:58:32", - "video_path": "recordings/B02/B02_20250115_055022.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(955.96KB)", - "file_size": 978898 - }, - { - "timestamp": "2025-01-14 21:58:33", - "video_path": "recordings/B02/B02_20250115_055630.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(951.15KB)", - "file_size": 973980 - }, - { - "timestamp": "2025-01-14 22:08:37", - "video_path": "recordings/B02/B02_20250115_060239.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.91KB)", - "file_size": 972708 - }, - { - "timestamp": "2025-01-14 22:08:38", - "video_path": "recordings/B02/B02_20250115_060036.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.03KB)", - "file_size": 969760 - }, - { - "timestamp": "2025-01-14 22:08:38", - "video_path": "recordings/B02/B02_20250115_055833.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.08KB)", - "file_size": 968782 - }, - { - "timestamp": "2025-01-14 22:08:39", - "video_path": "recordings/B02/B02_20250115_060645.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.84KB)", - "file_size": 969566 - }, - { - "timestamp": "2025-01-14 22:08:39", - "video_path": "recordings/B02/B02_20250115_060442.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.48KB)", - "file_size": 969194 - }, - { - "timestamp": "2025-01-14 22:18:37", - "video_path": "recordings/B02/B02_20250115_061254.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.42KB)", - "file_size": 972210 - }, - { - "timestamp": "2025-01-14 22:18:38", - "video_path": "recordings/B02/B02_20250115_060848.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.74KB)", - "file_size": 971508 - }, - { - "timestamp": "2025-01-14 22:18:38", - "video_path": "recordings/B02/B02_20250115_061700.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.24KB)", - "file_size": 968946 - }, - { - "timestamp": "2025-01-14 22:18:39", - "video_path": "recordings/B02/B02_20250115_061051.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.42KB)", - "file_size": 973232 - }, - { - "timestamp": "2025-01-14 22:29:03", - "video_path": "recordings/B02/B02_20250115_062715.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.33KB)", - "file_size": 969046 - }, - { - "timestamp": "2025-01-14 22:29:25", - "video_path": "recordings/B02/B02_20250115_061903.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(957.36KB)", - "file_size": 980332 - }, - { - "timestamp": "2025-01-14 22:29:26", - "video_path": "recordings/B02/B02_20250115_062512.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1009.48KB)", - "file_size": 1033704 - }, - { - "timestamp": "2025-01-14 22:29:26", - "video_path": "recordings/B02/B02_20250115_062106.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.00KB)", - "file_size": 970752 - }, - { - "timestamp": "2025-01-14 22:39:28", - "video_path": "recordings/B02/B02_20250115_063324.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(952.05KB)", - "file_size": 974898 - }, - { - "timestamp": "2025-01-14 22:39:29", - "video_path": "recordings/B02/B02_20250115_063527.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(951.96KB)", - "file_size": 974806 - }, - { - "timestamp": "2025-01-14 22:39:29", - "video_path": "recordings/B02/B02_20250115_062918.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.25KB)", - "file_size": 968962 - }, - { - "timestamp": "2025-01-14 22:39:30", - "video_path": "recordings/B02/B02_20250115_063729.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.64KB)", - "file_size": 969362 - }, - { - "timestamp": "2025-01-14 22:39:30", - "video_path": "recordings/B02/B02_20250115_063121.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.81KB)", - "file_size": 971586 - }, - { - "timestamp": "2025-01-14 22:49:44", - "video_path": "recordings/B02/B02_20250115_063933.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.80KB)", - "file_size": 972600 - }, - { - "timestamp": "2025-01-14 22:49:45", - "video_path": "recordings/B02/B02_20250115_064136.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(951.52KB)", - "file_size": 974352 - }, - { - "timestamp": "2025-01-14 22:49:45", - "video_path": "recordings/B02/B02_20250115_064744.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.33KB)", - "file_size": 972118 - }, - { - "timestamp": "2025-01-14 22:49:46", - "video_path": "recordings/B02/B02_20250115_064339.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.99KB)", - "file_size": 971770 - }, - { - "timestamp": "2025-01-14 22:49:46", - "video_path": "recordings/B02/B02_20250115_064541.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.65KB)", - "file_size": 969366 - }, - { - "timestamp": "2025-01-14 22:59:47", - "video_path": "recordings/B02/B02_20250115_065150.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(945.00KB)", - "file_size": 967682 - }, - { - "timestamp": "2025-01-14 22:59:47", - "video_path": "recordings/B02/B02_20250115_065759.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.31KB)", - "file_size": 969022 - }, - { - "timestamp": "2025-01-14 22:59:48", - "video_path": "recordings/B02/B02_20250115_064948.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(954.54KB)", - "file_size": 977452 - }, - { - "timestamp": "2025-01-14 22:59:48", - "video_path": "recordings/B02/B02_20250115_065556.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.03KB)", - "file_size": 970780 - }, - { - "timestamp": "2025-01-14 22:59:49", - "video_path": "recordings/B02/B02_20250115_065353.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.82KB)", - "file_size": 969546 - }, - { - "timestamp": "2025-01-14 23:09:56", - "video_path": "recordings/B02/B02_20250115_070408.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.55KB)", - "file_size": 969266 - }, - { - "timestamp": "2025-01-14 23:09:56", - "video_path": "recordings/B02/B02_20250115_070611.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(960.16KB)", - "file_size": 983206 - }, - { - "timestamp": "2025-01-14 23:09:57", - "video_path": "recordings/B02/B02_20250115_070002.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(957.34KB)", - "file_size": 980320 - }, - { - "timestamp": "2025-01-14 23:09:57", - "video_path": "recordings/B02/B02_20250115_070814.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(944.55KB)", - "file_size": 967218 - }, - { - "timestamp": "2025-01-14 23:09:58", - "video_path": "recordings/B02/B02_20250115_070205.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.36KB)", - "file_size": 972146 - }, - { - "timestamp": "2025-01-14 23:19:58", - "video_path": "recordings/B02/B02_20250115_071626.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.23KB)", - "file_size": 973034 - }, - { - "timestamp": "2025-01-14 23:19:59", - "video_path": "recordings/B02/B02_20250115_071017.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.68KB)", - "file_size": 973496 - }, - { - "timestamp": "2025-01-14 23:19:59", - "video_path": "recordings/B02/B02_20250115_071220.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(945.67KB)", - "file_size": 968368 - }, - { - "timestamp": "2025-01-14 23:20:00", - "video_path": "recordings/B02/B02_20250115_071830.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.86KB)", - "file_size": 970608 - }, - { - "timestamp": "2025-01-14 23:20:00", - "video_path": "recordings/B02/B02_20250115_071423.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(946.06KB)", - "file_size": 968768 - }, - { - "timestamp": "2025-01-14 23:30:06", - "video_path": "recordings/B02/B02_20250115_072643.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(955.83KB)", - "file_size": 978774 - }, - { - "timestamp": "2025-01-14 23:30:06", - "video_path": "recordings/B02/B02_20250115_072034.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(947.53KB)", - "file_size": 970268 - }, - { - "timestamp": "2025-01-14 23:30:07", - "video_path": "recordings/B02/B02_20250115_072845.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(973.87KB)", - "file_size": 997242 - }, - { - "timestamp": "2025-01-14 23:30:07", - "video_path": "recordings/B02/B02_20250115_072440.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(949.46KB)", - "file_size": 972242 - }, - { - "timestamp": "2025-01-14 23:30:08", - "video_path": "recordings/B02/B02_20250115_072237.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.37KB)", - "file_size": 971134 - }, - { - "timestamp": "2025-01-14 23:40:03", - "video_path": "recordings/B02/B02_20250115_073454.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.77KB)", - "file_size": 961304 - }, - { - "timestamp": "2025-01-14 23:40:03", - "video_path": "recordings/B02/B02_20250115_073049.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(944.38KB)", - "file_size": 967044 - }, - { - "timestamp": "2025-01-14 23:40:04", - "video_path": "recordings/B02/B02_20250115_073252.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1017.91KB)", - "file_size": 1042338 - }, - { - "timestamp": "2025-01-14 23:40:04", - "video_path": "recordings/B02/B02_20250115_073900.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.03KB)", - "file_size": 970782 - }, - { - "timestamp": "2025-01-14 23:40:05", - "video_path": "recordings/B02/B02_20250115_073657.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(944.07KB)", - "file_size": 966726 - }, - { - "timestamp": "2025-01-14 23:50:02", - "video_path": "recordings/B02/B02_20250115_074509.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(983.75KB)", - "file_size": 1007358 - }, - { - "timestamp": "2025-01-14 23:50:03", - "video_path": "recordings/B02/B02_20250115_074712.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(937.80KB)", - "file_size": 960312 - }, - { - "timestamp": "2025-01-14 23:50:26", - "video_path": "recordings/B02/B02_20250115_074104.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(941.23KB)", - "file_size": 963816 - }, - { - "timestamp": "2025-01-14 23:50:27", - "video_path": "recordings/B02/B02_20250115_074306.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.92KB)", - "file_size": 961458 - }, - { - "timestamp": "2025-01-15 00:00:21", - "video_path": "recordings/B02/B02_20250115_075524.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(869.71KB)", - "file_size": 890584 - }, - { - "timestamp": "2025-01-15 00:00:22", - "video_path": "recordings/B02/B02_20250115_075321.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(851.34KB)", - "file_size": 871772 - }, - { - "timestamp": "2025-01-15 00:00:22", - "video_path": "recordings/B02/B02_20250115_075930.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(869.23KB)", - "file_size": 890094 - }, - { - "timestamp": "2025-01-15 00:00:23", - "video_path": "recordings/B02/B02_20250115_075119.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(965.55KB)", - "file_size": 988728 - }, - { - "timestamp": "2025-01-15 00:00:23", - "video_path": "recordings/B02/B02_20250115_075727.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.95KB)", - "file_size": 961480 - }, - { - "timestamp": "2025-01-15 00:12:12", - "video_path": "recordings/B02/B02_20250115_080742.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(908.66KB)", - "file_size": 930468 - }, - { - "timestamp": "2025-01-15 00:12:13", - "video_path": "recordings/B02/B02_20250115_080336.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(878.05KB)", - "file_size": 899124 - }, - { - "timestamp": "2025-01-15 00:12:14", - "video_path": "recordings/B02/B02_20250115_080945.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(891.24KB)", - "file_size": 912630 - }, - { - "timestamp": "2025-01-15 00:12:14", - "video_path": "recordings/B02/B02_20250115_080539.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(877.21KB)", - "file_size": 898260 - }, - { - "timestamp": "2025-01-15 00:12:15", - "video_path": "recordings/B02/B02_20250115_080133.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(870.44KB)", - "file_size": 891326 - }, - { - "timestamp": "2025-01-15 00:21:57", - "video_path": "recordings/B02/B02_20250115_081757.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(898.98KB)", - "file_size": 920560 - }, - { - "timestamp": "2025-01-15 00:21:58", - "video_path": "recordings/B02/B02_20250115_081148.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(904.88KB)", - "file_size": 926596 - }, - { - "timestamp": "2025-01-15 00:21:58", - "video_path": "recordings/B02/B02_20250115_081554.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(912.19KB)", - "file_size": 934086 - }, - { - "timestamp": "2025-01-15 00:21:59", - "video_path": "recordings/B02/B02_20250115_082000.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(907.35KB)", - "file_size": 929128 - }, - { - "timestamp": "2025-01-15 00:21:59", - "video_path": "recordings/B02/B02_20250115_081351.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(899.28KB)", - "file_size": 920862 - }, - { - "timestamp": "2025-01-15 00:31:45", - "video_path": "recordings/B02/B02_20250115_082609.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(909.63KB)", - "file_size": 931462 - }, - { - "timestamp": "2025-01-15 00:31:46", - "video_path": "recordings/B02/B02_20250115_083014.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(917.56KB)", - "file_size": 939586 - }, - { - "timestamp": "2025-01-15 00:31:46", - "video_path": "recordings/B02/B02_20250115_082406.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(904.48KB)", - "file_size": 926192 - }, - { - "timestamp": "2025-01-15 00:31:47", - "video_path": "recordings/B02/B02_20250115_082811.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(911.40KB)", - "file_size": 933274 - }, - { - "timestamp": "2025-01-15 00:31:47", - "video_path": "recordings/B02/B02_20250115_082203.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(906.98KB)", - "file_size": 928748 - }, - { - "timestamp": "2025-01-15 00:43:30", - "video_path": "recordings/B02/B02_20250115_084029.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(899.01KB)", - "file_size": 920582 - }, - { - "timestamp": "2025-01-15 00:43:31", - "video_path": "recordings/B02/B02_20250115_083421.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(925.90KB)", - "file_size": 948124 - }, - { - "timestamp": "2025-01-15 00:43:31", - "video_path": "recordings/B02/B02_20250115_083826.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(975.24KB)", - "file_size": 998646 - }, - { - "timestamp": "2025-01-15 00:43:32", - "video_path": "recordings/B02/B02_20250115_083623.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(920.29KB)", - "file_size": 942374 - }, - { - "timestamp": "2025-01-15 00:43:32", - "video_path": "recordings/B02/B02_20250115_083218.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(919.67KB)", - "file_size": 941746 - }, - { - "timestamp": "2025-01-15 00:53:20", - "video_path": "recordings/B02/B02_20250115_084232.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(900.09KB)", - "file_size": 921690 - }, - { - "timestamp": "2025-01-15 00:53:20", - "video_path": "recordings/B02/B02_20250115_085044.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(906.49KB)", - "file_size": 928242 - }, - { - "timestamp": "2025-01-15 00:53:21", - "video_path": "recordings/B02/B02_20250115_084841.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(902.75KB)", - "file_size": 924414 - }, - { - "timestamp": "2025-01-15 00:53:21", - "video_path": "recordings/B02/B02_20250115_084638.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(914.56KB)", - "file_size": 936510 - }, - { - "timestamp": "2025-01-15 00:53:22", - "video_path": "recordings/B02/B02_20250115_084435.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(899.23KB)", - "file_size": 920812 - }, - { - "timestamp": "2025-01-15 01:03:20", - "video_path": "recordings/B02/B02_20250115_090059.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.99KB)", - "file_size": 961530 - }, - { - "timestamp": "2025-01-15 01:03:20", - "video_path": "recordings/B02/B02_20250115_085247.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(920.71KB)", - "file_size": 942812 - }, - { - "timestamp": "2025-01-15 01:03:21", - "video_path": "recordings/B02/B02_20250115_085653.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(942.91KB)", - "file_size": 965542 - }, - { - "timestamp": "2025-01-15 01:03:21", - "video_path": "recordings/B02/B02_20250115_085450.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(931.84KB)", - "file_size": 954208 - }, - { - "timestamp": "2025-01-15 01:03:22", - "video_path": "recordings/B02/B02_20250115_085856.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(942.59KB)", - "file_size": 965212 - }, - { - "timestamp": "2025-01-15 01:13:17", - "video_path": "recordings/B02/B02_20250115_090302.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(939.06KB)", - "file_size": 961594 - }, - { - "timestamp": "2025-01-15 01:13:18", - "video_path": "recordings/B02/B02_20250115_090505.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(943.63KB)", - "file_size": 966282 - }, - { - "timestamp": "2025-01-15 01:13:18", - "video_path": "recordings/B02/B02_20250115_090708.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(934.85KB)", - "file_size": 957282 - }, - { - "timestamp": "2025-01-15 01:13:19", - "video_path": "recordings/B02/B02_20250115_090911.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(948.69KB)", - "file_size": 971462 - }, - { - "timestamp": "2025-01-15 01:25:29", - "video_path": "recordings/B02/B02_20250115_092128.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.74KB)", - "file_size": 961274 - }, - { - "timestamp": "2025-01-15 01:25:30", - "video_path": "recordings/B02/B02_20250115_091723.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.70KB)", - "file_size": 973520 - }, - { - "timestamp": "2025-01-15 01:25:30", - "video_path": "recordings/B02/B02_20250115_091520.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(950.51KB)", - "file_size": 973322 - }, - { - "timestamp": "2025-01-15 01:25:31", - "video_path": "recordings/B02/B02_20250115_091926.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(938.90KB)", - "file_size": 961432 - }, - { - "timestamp": "2025-01-15 01:25:31", - "video_path": "recordings/B02/B02_20250115_091317.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(952.04KB)", - "file_size": 974894 - }, - { - "timestamp": "2025-01-15 01:35:32", - "video_path": "recordings/B02/B02_20250115_092942.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(943.42KB)", - "file_size": 966062 - }, - { - "timestamp": "2025-01-15 01:35:32", - "video_path": "recordings/B02/B02_20250115_093145.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(944.86KB)", - "file_size": 967540 - }, - { - "timestamp": "2025-01-15 01:35:33", - "video_path": "recordings/B02/B02_20250115_092332.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(939.67KB)", - "file_size": 962218 - }, - { - "timestamp": "2025-01-15 01:35:33", - "video_path": "recordings/B02/B02_20250115_092535.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(935.08KB)", - "file_size": 957518 - }, - { - "timestamp": "2025-01-15 01:35:34", - "video_path": "recordings/B02/B02_20250115_092739.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(931.87KB)", - "file_size": 954236 - }, - { - "timestamp": "2025-01-15 01:45:38", - "video_path": "recordings/B02/B02_20250115_093552.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1015.99KB)", - "file_size": 1040374 - }, - { - "timestamp": "2025-01-15 01:46:17", - "video_path": "recordings/B02/B02_20250115_094201.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.33KB)", - "file_size": 1027414 - }, - { - "timestamp": "2025-01-15 01:46:17", - "video_path": "recordings/B02/B02_20250115_093755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.82KB)", - "file_size": 1027910 - }, - { - "timestamp": "2025-01-15 01:56:11", - "video_path": "recordings/B02/B02_20250115_094608.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(995.96KB)", - "file_size": 1019858 - }, - { - "timestamp": "2025-01-15 01:56:12", - "video_path": "recordings/B02/B02_20250115_094405.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.35KB)", - "file_size": 1032548 - }, - { - "timestamp": "2025-01-15 01:56:53", - "video_path": "recordings/B02/B02_20250115_094811.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1008.94KB)", - "file_size": 1033150 - }, - { - "timestamp": "2025-01-15 03:15:02", - "video_path": "recordings/A01/A01_20250115_110618.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(49帧)", - "file_size": 1998848 - }, - { - "timestamp": "2025-01-15 03:15:02", - "video_path": "recordings/B02/B02_20250115_110627.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-15 06:53:19", - "video_path": "recordings/B02/B02_20250115_144856.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(73帧)", - "file_size": 2031616 - }, - { - "timestamp": "2025-01-15 10:22:33", - "video_path": "recordings/A01/A01_20250115_181355.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(97帧)", - "file_size": 3670016 - }, - { - "timestamp": "2025-01-15 11:46:14", - "video_path": "recordings/B02/B02_20250115_194559.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 608.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1608550 - }, - { - "timestamp": "2025-01-15 11:46:16", - "video_path": "recordings/B02/B02_20250115_193950.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 608.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 2127598 - }, - { - "timestamp": "2025-01-15 11:46:17", - "video_path": "recordings/B02/B02_20250115_194356.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 608.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 2868984 - }, - { - "timestamp": "2025-01-15 11:46:18", - "video_path": "recordings/B02/B02_20250115_193747.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 608.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1878112 - }, - { - "timestamp": "2025-01-15 11:46:20", - "video_path": "recordings/B02/B02_20250115_194153.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 608.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 2773604 - }, - { - "timestamp": "2025-01-15 11:48:22", - "video_path": "recordings/A01/A01_20250115_193758.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 640.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4365104 - }, - { - "timestamp": "2025-01-15 11:48:25", - "video_path": "recordings/A01/A01_20250115_194002.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 640.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 3989478 - }, - { - "timestamp": "2025-01-15 11:48:27", - "video_path": "recordings/A01/A01_20250115_194207.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 640.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4515838 - }, - { - "timestamp": "2025-01-15 11:48:30", - "video_path": "recordings/A01/A01_20250115_194411.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 640.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4134548 - }, - { - "timestamp": "2025-01-15 11:48:32", - "video_path": "recordings/A01/A01_20250115_194616.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 640.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1081681 has 6.18 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4225776 - }, - { - "timestamp": "2025-01-15 11:56:34", - "video_path": "recordings/B02/B02_20250115_195007.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 874.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1149546 - }, - { - "timestamp": "2025-01-15 11:56:35", - "video_path": "recordings/B02/B02_20250115_195210.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 874.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1231472 - }, - { - "timestamp": "2025-01-15 11:56:36", - "video_path": "recordings/B02/B02_20250115_195616.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 874.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1149758 - }, - { - "timestamp": "2025-01-15 11:56:38", - "video_path": "recordings/B02/B02_20250115_195413.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 874.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 1086878 - }, - { - "timestamp": "2025-01-15 11:56:39", - "video_path": "recordings/B02/B02_20250115_194804.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.52 GiB. GPU 0 has a total capacity of 23.59 GiB of which 874.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.38 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.82 GiB is allocated by PyTorch, and 263.92 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 2373168 - }, - { - "timestamp": "2025-01-15 11:58:41", - "video_path": "recordings/A01/A01_20250115_195435.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 906.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4095102 - }, - { - "timestamp": "2025-01-15 11:58:44", - "video_path": "recordings/A01/A01_20250115_195230.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 906.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4269026 - }, - { - "timestamp": "2025-01-15 11:58:46", - "video_path": "recordings/A01/A01_20250115_195026.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 906.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4002824 - }, - { - "timestamp": "2025-01-15 11:58:49", - "video_path": "recordings/A01/A01_20250115_194821.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 906.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4391034 - }, - { - "timestamp": "2025-01-15 11:58:51", - "video_path": "recordings/A01/A01_20250115_195640.avi", - "error_type": "Processing Error", - "error_message": "CUDA out of memory. Tried to allocate 1.27 GiB. GPU 0 has a total capacity of 23.59 GiB of which 906.44 MiB is free. Process 2946570 has 426.00 MiB memory in use. Including non-PyTorch memory, this process has 16.35 GiB memory in use. Process 1084978 has 5.92 GiB memory in use. Of the allocated memory 15.78 GiB is allocated by PyTorch, and 264.38 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)", - "file_size": 4128994 - }, - { - "timestamp": "2025-01-15 13:20:15", - "video_path": "recordings/A01/A01_20250115_211141.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(68帧)", - "file_size": 2785280 - }, - { - "timestamp": "2025-01-15 13:21:23", - "video_path": "recordings/B02/B02_20250115_211438.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(994.57KB)", - "file_size": 1018436 - }, - { - "timestamp": "2025-01-15 13:39:51", - "video_path": "recordings/B02/B02_20250115_213121.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1016.46KB)", - "file_size": 1040860 - }, - { - "timestamp": "2025-01-15 13:39:51", - "video_path": "recordings/B02/B02_20250115_213932.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1014.71KB)", - "file_size": 1039058 - }, - { - "timestamp": "2025-01-15 13:39:52", - "video_path": "recordings/B02/B02_20250115_213526.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(998.64KB)", - "file_size": 1022606 - }, - { - "timestamp": "2025-01-15 13:40:13", - "video_path": "recordings/B02/B02_20250115_213323.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(979.80KB)", - "file_size": 1003312 - }, - { - "timestamp": "2025-01-15 13:51:13", - "video_path": "recordings/B02/B02_20250115_214140.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1017.54KB)", - "file_size": 1041960 - }, - { - "timestamp": "2025-01-15 14:02:04", - "video_path": "recordings/B02/B02_20250115_215602.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(1003.44KB)", - "file_size": 1027522 - }, - { - "timestamp": "2025-01-15 14:02:05", - "video_path": "recordings/B02/B02_20250115_215805.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(970.38KB)", - "file_size": 993668 - }, - { - "timestamp": "2025-01-15 14:02:05", - "video_path": "recordings/B02/B02_20250115_215157.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(973.55KB)", - "file_size": 996918 - }, - { - "timestamp": "2025-01-15 14:02:06", - "video_path": "recordings/B02/B02_20250115_215359.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(981.17KB)", - "file_size": 1004720 - }, - { - "timestamp": "2025-01-15 14:11:17", - "video_path": "recordings/B02/B02_20250115_220217.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(969.11KB)", - "file_size": 992368 - }, - { - "timestamp": "2025-01-15 16:16:26", - "video_path": "recordings/B02/B02_20250116_001402.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(666.58KB)", - "file_size": 682578 - }, - { - "timestamp": "2025-01-15 16:16:47", - "video_path": "recordings/B02/B02_20250116_000755.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(673.49KB)", - "file_size": 689650 - }, - { - "timestamp": "2025-01-15 16:16:48", - "video_path": "recordings/B02/B02_20250116_000957.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(673.83KB)", - "file_size": 690002 - }, - { - "timestamp": "2025-01-15 16:25:02", - "video_path": "recordings/B02/B02_20250116_002012.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(658.66KB)", - "file_size": 674466 - }, - { - "timestamp": "2025-01-15 16:25:02", - "video_path": "recordings/B02/B02_20250116_001810.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(658.96KB)", - "file_size": 674774 - }, - { - "timestamp": "2025-01-15 16:25:03", - "video_path": "recordings/B02/B02_20250116_002215.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(656.73KB)", - "file_size": 672488 - }, - { - "timestamp": "2025-01-15 16:25:03", - "video_path": "recordings/B02/B02_20250116_001607.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(661.10KB)", - "file_size": 676968 - }, - { - "timestamp": "2025-01-15 16:25:04", - "video_path": "recordings/B02/B02_20250116_002417.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(655.22KB)", - "file_size": 670950 - }, - { - "timestamp": "2025-01-16 03:13:34", - "video_path": "recordings/A01/A01_20250116_110557.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(61帧)", - "file_size": 2752512 - }, - { - "timestamp": "2025-01-16 03:13:35", - "video_path": "recordings/B02/B02_20250116_110405.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-16 03:23:36", - "video_path": "recordings/A01/A01_20250116_111422.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-16 03:28:41", - "video_path": "recordings/A01/A01_20250116_111629.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(97帧)", - "file_size": 3866624 - }, - { - "timestamp": "2025-01-16 03:34:42", - "video_path": "recordings/B02/B02_20250116_112236.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-16 07:46:32", - "video_path": "recordings/A01/A01_20250116_154157.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(85帧)", - "file_size": 3735552 - }, - { - "timestamp": "2025-01-16 08:38:54", - "video_path": "recordings/B02/B02_20250116_163228.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(61帧)", - "file_size": 1146880 - }, - { - "timestamp": "2025-01-16 08:49:28", - "video_path": "recordings/A01/A01_20250116_164441.avi", - "error_type": "Insufficient Frames", - "error_message": "视频帧数不足(97帧)", - "file_size": 3801088 - }, - { - "timestamp": "2025-01-16 09:00:36", - "video_path": "recordings/A01/A01_20250116_164850.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(384.00KB)", - "file_size": 393216 - }, - { - "timestamp": "2025-01-16 09:00:37", - "video_path": "recordings/B02/B02_20250116_164459.avi", - "error_type": "Small File", - "error_message": "视频文件大小异常(32.00KB)", - "file_size": 32768 - }, - { - "timestamp": "2025-01-16 09:12:38", - "video_path": "recordings/A01/A01_20250116_170323.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-16 09:17:40", - "video_path": "recordings/B02/B02_20250116_170932.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - }, - { - "timestamp": "2025-01-16 09:23:40", - "video_path": "recordings/A01/A01_20250116_170732.avi", - "error_type": "Empty File", - "error_message": "视频文件大小为0", - "file_size": 0 - } -] \ No newline at end of file