diff --git a/.gitignore b/.gitignore index 61e458b..b0340c1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ venv/ env/ # Log files -logs/ + # Local/runtime data captures/photos/* @@ -32,4 +32,8 @@ captures/videos/* runs/ *.onnx *.engine -*.log \ No newline at end of file +*.log + + + +!logs/*.log \ No newline at end of file diff --git a/app/camera/camera_service.py b/app/camera/camera_service.py index b5b70fc..fd618a1 100644 --- a/app/camera/camera_service.py +++ b/app/camera/camera_service.py @@ -47,6 +47,7 @@ class CameraService(QObject): # Desired format — applied on every (re)start self._desired_fmt: CameraFormat | None = None + self._desired_fmt = CameraFormat(width=1280, height=720, max_fps=30, pixel_format="NV12") self._session.setVideoSink(self._sink) self._sink.videoFrameChanged.connect(self._on_frame) diff --git a/logs/camera_debug.log b/logs/camera_debug.log new file mode 100644 index 0000000..ff31e27 --- /dev/null +++ b/logs/camera_debug.log @@ -0,0 +1,729 @@ +2026-05-13 15:33:20,198 [INFO] ========================================== +2026-05-13 15:33:20,198 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:33:20,198 [INFO] ========================================== +2026-05-13 15:33:20,198 [INFO] ------------------------------------------ +2026-05-13 15:33:20,198 [INFO] KAMERA #0 +2026-05-13 15:33:20,198 [INFO] ------------------------------------------ +2026-05-13 15:33:20,198 [INFO] Description: HD USB CAMERA +2026-05-13 15:33:20,199 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:33:20,199 [INFO] Is default: True +2026-05-13 15:33:20,200 [INFO] Liczba formatów: 11 +2026-05-13 15:33:20,200 [INFO] +2026-05-13 15:33:20,200 [INFO] FORMAT #0 +2026-05-13 15:33:20,200 [INFO] Resolution: 320x240 +2026-05-13 15:33:20,200 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,200 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,200 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,201 [INFO] +2026-05-13 15:33:20,201 [INFO] FORMAT #1 +2026-05-13 15:33:20,201 [INFO] Resolution: 640x480 +2026-05-13 15:33:20,201 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,201 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,201 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,201 [INFO] +2026-05-13 15:33:20,202 [INFO] FORMAT #2 +2026-05-13 15:33:20,202 [INFO] Resolution: 800x600 +2026-05-13 15:33:20,202 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,202 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,202 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,202 [INFO] +2026-05-13 15:33:20,203 [INFO] FORMAT #3 +2026-05-13 15:33:20,203 [INFO] Resolution: 1024x768 +2026-05-13 15:33:20,204 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,209 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,210 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,211 [INFO] +2026-05-13 15:33:20,211 [INFO] FORMAT #4 +2026-05-13 15:33:20,211 [INFO] Resolution: 1280x720 +2026-05-13 15:33:20,211 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,211 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,211 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,211 [INFO] +2026-05-13 15:33:20,211 [INFO] FORMAT #5 +2026-05-13 15:33:20,212 [INFO] Resolution: 1280x960 +2026-05-13 15:33:20,212 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,212 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,212 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,212 [INFO] +2026-05-13 15:33:20,212 [INFO] FORMAT #6 +2026-05-13 15:33:20,212 [INFO] Resolution: 1600x1200 +2026-05-13 15:33:20,212 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,212 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,212 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,213 [INFO] +2026-05-13 15:33:20,213 [INFO] FORMAT #7 +2026-05-13 15:33:20,213 [INFO] Resolution: 1920x1080 +2026-05-13 15:33:20,214 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,214 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,214 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,214 [INFO] +2026-05-13 15:33:20,214 [INFO] FORMAT #8 +2026-05-13 15:33:20,214 [INFO] Resolution: 2048x1536 +2026-05-13 15:33:20,215 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,215 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,215 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,215 [INFO] +2026-05-13 15:33:20,215 [INFO] FORMAT #9 +2026-05-13 15:33:20,215 [INFO] Resolution: 2592x1944 +2026-05-13 15:33:20,215 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,215 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,216 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,216 [INFO] +2026-05-13 15:33:20,216 [INFO] FORMAT #10 +2026-05-13 15:33:20,217 [INFO] Resolution: 3840x2160 +2026-05-13 15:33:20,217 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:33:20,217 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:33:20,218 [INFO] Pixel format name: NV12 +2026-05-13 15:33:20,218 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:37:15,875 [INFO] ========================================== +2026-05-13 15:37:15,875 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:37:15,875 [INFO] ========================================== +2026-05-13 15:37:15,875 [INFO] ------------------------------------------ +2026-05-13 15:37:15,875 [INFO] KAMERA #0 +2026-05-13 15:37:15,875 [INFO] ------------------------------------------ +2026-05-13 15:37:15,875 [INFO] Description: HD USB CAMERA +2026-05-13 15:37:15,876 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:37:15,876 [INFO] Is default: True +2026-05-13 15:37:15,876 [INFO] Liczba formatów: 11 +2026-05-13 15:37:15,877 [INFO] +2026-05-13 15:37:15,877 [INFO] FORMAT #0 +2026-05-13 15:37:15,877 [INFO] Resolution: 320x240 +2026-05-13 15:37:15,877 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,877 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,877 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,877 [INFO] +2026-05-13 15:37:15,877 [INFO] FORMAT #1 +2026-05-13 15:37:15,877 [INFO] Resolution: 640x480 +2026-05-13 15:37:15,877 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,877 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,878 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,878 [INFO] +2026-05-13 15:37:15,878 [INFO] FORMAT #2 +2026-05-13 15:37:15,878 [INFO] Resolution: 800x600 +2026-05-13 15:37:15,878 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,878 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,878 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,878 [INFO] +2026-05-13 15:37:15,878 [INFO] FORMAT #3 +2026-05-13 15:37:15,878 [INFO] Resolution: 1024x768 +2026-05-13 15:37:15,878 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,878 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,878 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,878 [INFO] +2026-05-13 15:37:15,879 [INFO] FORMAT #4 +2026-05-13 15:37:15,879 [INFO] Resolution: 1280x720 +2026-05-13 15:37:15,879 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,879 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,879 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,879 [INFO] +2026-05-13 15:37:15,879 [INFO] FORMAT #5 +2026-05-13 15:37:15,879 [INFO] Resolution: 1280x960 +2026-05-13 15:37:15,879 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,880 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,880 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,880 [INFO] +2026-05-13 15:37:15,880 [INFO] FORMAT #6 +2026-05-13 15:37:15,881 [INFO] Resolution: 1600x1200 +2026-05-13 15:37:15,881 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,881 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,881 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,881 [INFO] +2026-05-13 15:37:15,881 [INFO] FORMAT #7 +2026-05-13 15:37:15,881 [INFO] Resolution: 1920x1080 +2026-05-13 15:37:15,881 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,881 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,881 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,881 [INFO] +2026-05-13 15:37:15,881 [INFO] FORMAT #8 +2026-05-13 15:37:15,881 [INFO] Resolution: 2048x1536 +2026-05-13 15:37:15,882 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,882 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,882 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,882 [INFO] +2026-05-13 15:37:15,882 [INFO] FORMAT #9 +2026-05-13 15:37:15,883 [INFO] Resolution: 2592x1944 +2026-05-13 15:37:15,883 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,884 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,884 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,884 [INFO] +2026-05-13 15:37:15,884 [INFO] FORMAT #10 +2026-05-13 15:37:15,884 [INFO] Resolution: 3840x2160 +2026-05-13 15:37:15,884 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:37:15,884 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:37:15,884 [INFO] Pixel format name: NV12 +2026-05-13 15:37:15,884 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:37:15,933 [INFO] Próba ustawienia formatu: 1280x720 @ 30 FPS +2026-05-13 15:37:15,933 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:37:15,933 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:37:15,933 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:37:15,933 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:37:15,933 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:37:15,934 [INFO] Ustawiono format kamery: +2026-05-13 15:37:15,934 [INFO] Resolution: 1280x720 +2026-05-13 15:37:15,934 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:37:15,934 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:37:15,934 [INFO] +2026-05-13 15:37:15,934 [INFO] ========================================== +2026-05-13 15:37:15,934 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:37:15,934 [INFO] ========================================== +2026-05-13 15:37:15,934 [INFO] Camera active: False +2026-05-13 15:37:15,934 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:37:15,935 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:37:15,935 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:37:15,935 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:37:15,935 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:37:15,935 [INFO] +2026-05-13 15:37:15,935 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:37:15,935 [INFO] Backend zależy od platformy: +2026-05-13 15:37:15,935 [INFO] - Windows -> MediaFoundation +2026-05-13 15:37:15,935 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:37:15,935 [INFO] - macOS -> AVFoundation +2026-05-13 15:37:16,105 [INFO] Camera active changed: True +2026-05-13 15:37:16,106 [INFO] Kamera uruchomiona. +2026-05-13 15:38:36,435 [INFO] Zamykanie aplikacji. +2026-05-13 15:38:36,485 [INFO] Camera active changed: False +2026-05-13 15:39:07,696 [INFO] ========================================== +2026-05-13 15:39:07,696 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:39:07,696 [INFO] ========================================== +2026-05-13 15:39:07,697 [INFO] ------------------------------------------ +2026-05-13 15:39:07,697 [INFO] KAMERA #0 +2026-05-13 15:39:07,697 [INFO] ------------------------------------------ +2026-05-13 15:39:07,697 [INFO] Description: HD USB CAMERA +2026-05-13 15:39:07,698 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:39:07,698 [INFO] Is default: True +2026-05-13 15:39:07,698 [INFO] Liczba formatów: 11 +2026-05-13 15:39:07,698 [INFO] +2026-05-13 15:39:07,698 [INFO] FORMAT #0 +2026-05-13 15:39:07,699 [INFO] Resolution: 320x240 +2026-05-13 15:39:07,699 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,699 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,700 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,700 [INFO] +2026-05-13 15:39:07,700 [INFO] FORMAT #1 +2026-05-13 15:39:07,700 [INFO] Resolution: 640x480 +2026-05-13 15:39:07,700 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,700 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,701 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,701 [INFO] +2026-05-13 15:39:07,701 [INFO] FORMAT #2 +2026-05-13 15:39:07,701 [INFO] Resolution: 800x600 +2026-05-13 15:39:07,701 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,701 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,701 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,702 [INFO] +2026-05-13 15:39:07,702 [INFO] FORMAT #3 +2026-05-13 15:39:07,702 [INFO] Resolution: 1024x768 +2026-05-13 15:39:07,702 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,702 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,702 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,702 [INFO] +2026-05-13 15:39:07,702 [INFO] FORMAT #4 +2026-05-13 15:39:07,702 [INFO] Resolution: 1280x720 +2026-05-13 15:39:07,702 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,702 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,703 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,703 [INFO] +2026-05-13 15:39:07,703 [INFO] FORMAT #5 +2026-05-13 15:39:07,703 [INFO] Resolution: 1280x960 +2026-05-13 15:39:07,703 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,703 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,703 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,704 [INFO] +2026-05-13 15:39:07,704 [INFO] FORMAT #6 +2026-05-13 15:39:07,704 [INFO] Resolution: 1600x1200 +2026-05-13 15:39:07,704 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,704 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,704 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,704 [INFO] +2026-05-13 15:39:07,704 [INFO] FORMAT #7 +2026-05-13 15:39:07,704 [INFO] Resolution: 1920x1080 +2026-05-13 15:39:07,704 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,704 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,705 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,705 [INFO] +2026-05-13 15:39:07,705 [INFO] FORMAT #8 +2026-05-13 15:39:07,705 [INFO] Resolution: 2048x1536 +2026-05-13 15:39:07,705 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,705 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,705 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,705 [INFO] +2026-05-13 15:39:07,705 [INFO] FORMAT #9 +2026-05-13 15:39:07,705 [INFO] Resolution: 2592x1944 +2026-05-13 15:39:07,706 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,706 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,707 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,707 [INFO] +2026-05-13 15:39:07,707 [INFO] FORMAT #10 +2026-05-13 15:39:07,708 [INFO] Resolution: 3840x2160 +2026-05-13 15:39:07,708 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:39:07,708 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:39:07,708 [INFO] Pixel format name: NV12 +2026-05-13 15:39:07,708 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:39:07,748 [INFO] Próba ustawienia formatu: 1920x1080 @ 30 FPS +2026-05-13 15:39:07,748 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,748 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 1280x960 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 1600x1200 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,749 [DEBUG] Sprawdzam format -> 1920x1080 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:39:07,750 [INFO] Ustawiono format kamery: +2026-05-13 15:39:07,750 [INFO] Resolution: 1920x1080 +2026-05-13 15:39:07,750 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:39:07,750 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:39:07,750 [INFO] +2026-05-13 15:39:07,751 [INFO] ========================================== +2026-05-13 15:39:07,751 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:39:07,751 [INFO] ========================================== +2026-05-13 15:39:07,751 [INFO] Camera active: False +2026-05-13 15:39:07,751 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:39:07,751 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:39:07,752 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:39:07,752 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:39:07,752 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:39:07,752 [INFO] +2026-05-13 15:39:07,753 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:39:07,753 [INFO] Backend zależy od platformy: +2026-05-13 15:39:07,753 [INFO] - Windows -> MediaFoundation +2026-05-13 15:39:07,753 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:39:07,753 [INFO] - macOS -> AVFoundation +2026-05-13 15:39:07,910 [INFO] Camera active changed: True +2026-05-13 15:39:07,911 [INFO] Kamera uruchomiona. +2026-05-13 15:39:27,466 [INFO] Zamykanie aplikacji. +2026-05-13 15:39:27,491 [INFO] Camera active changed: False +2026-05-13 15:40:23,621 [INFO] ========================================== +2026-05-13 15:40:23,622 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:40:23,622 [INFO] ========================================== +2026-05-13 15:40:23,625 [INFO] ------------------------------------------ +2026-05-13 15:40:23,626 [INFO] KAMERA #0 +2026-05-13 15:40:23,626 [INFO] ------------------------------------------ +2026-05-13 15:40:23,626 [INFO] Description: HD USB CAMERA +2026-05-13 15:40:23,627 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:40:23,627 [INFO] Is default: True +2026-05-13 15:40:23,627 [INFO] Liczba formatów: 11 +2026-05-13 15:40:23,627 [INFO] +2026-05-13 15:40:23,628 [INFO] FORMAT #0 +2026-05-13 15:40:23,628 [INFO] Resolution: 320x240 +2026-05-13 15:40:23,628 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,629 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,629 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,629 [INFO] +2026-05-13 15:40:23,629 [INFO] FORMAT #1 +2026-05-13 15:40:23,629 [INFO] Resolution: 640x480 +2026-05-13 15:40:23,629 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,629 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,682 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,682 [INFO] +2026-05-13 15:40:23,682 [INFO] FORMAT #2 +2026-05-13 15:40:23,682 [INFO] Resolution: 800x600 +2026-05-13 15:40:23,682 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,682 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,683 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,683 [INFO] +2026-05-13 15:40:23,683 [INFO] FORMAT #3 +2026-05-13 15:40:23,683 [INFO] Resolution: 1024x768 +2026-05-13 15:40:23,683 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,684 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,684 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,684 [INFO] +2026-05-13 15:40:23,684 [INFO] FORMAT #4 +2026-05-13 15:40:23,684 [INFO] Resolution: 1280x720 +2026-05-13 15:40:23,684 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,684 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,685 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,685 [INFO] +2026-05-13 15:40:23,685 [INFO] FORMAT #5 +2026-05-13 15:40:23,685 [INFO] Resolution: 1280x960 +2026-05-13 15:40:23,685 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,685 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,685 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,685 [INFO] +2026-05-13 15:40:23,686 [INFO] FORMAT #6 +2026-05-13 15:40:23,686 [INFO] Resolution: 1600x1200 +2026-05-13 15:40:23,686 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,686 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,687 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,687 [INFO] +2026-05-13 15:40:23,687 [INFO] FORMAT #7 +2026-05-13 15:40:23,687 [INFO] Resolution: 1920x1080 +2026-05-13 15:40:23,687 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,688 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,688 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,688 [INFO] +2026-05-13 15:40:23,688 [INFO] FORMAT #8 +2026-05-13 15:40:23,689 [INFO] Resolution: 2048x1536 +2026-05-13 15:40:23,689 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,689 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,689 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,689 [INFO] +2026-05-13 15:40:23,689 [INFO] FORMAT #9 +2026-05-13 15:40:23,690 [INFO] Resolution: 2592x1944 +2026-05-13 15:40:23,690 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,690 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,690 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,690 [INFO] +2026-05-13 15:40:23,690 [INFO] FORMAT #10 +2026-05-13 15:40:23,690 [INFO] Resolution: 3840x2160 +2026-05-13 15:40:23,690 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:23,691 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:23,691 [INFO] Pixel format name: NV12 +2026-05-13 15:40:23,691 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:40:23,721 [INFO] Próba ustawienia formatu: 1920x1080 @ 30 FPS +2026-05-13 15:40:23,721 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,721 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,721 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [DEBUG] Sprawdzam format -> 1280x960 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [DEBUG] Sprawdzam format -> 1600x1200 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [DEBUG] Sprawdzam format -> 1920x1080 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:23,722 [INFO] Ustawiono format kamery: +2026-05-13 15:40:23,723 [INFO] Resolution: 1920x1080 +2026-05-13 15:40:23,724 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:40:23,725 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:40:23,725 [INFO] +2026-05-13 15:40:23,725 [INFO] ========================================== +2026-05-13 15:40:23,726 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:40:23,726 [INFO] ========================================== +2026-05-13 15:40:23,726 [INFO] Camera active: False +2026-05-13 15:40:23,726 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:40:23,726 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:40:23,726 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:40:23,726 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:40:23,726 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:40:23,726 [INFO] +2026-05-13 15:40:23,727 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:40:23,727 [INFO] Backend zależy od platformy: +2026-05-13 15:40:23,727 [INFO] - Windows -> MediaFoundation +2026-05-13 15:40:23,727 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:40:23,727 [INFO] - macOS -> AVFoundation +2026-05-13 15:40:23,935 [INFO] Camera active changed: True +2026-05-13 15:40:23,936 [INFO] Kamera uruchomiona. +2026-05-13 15:40:33,738 [INFO] Zamykanie aplikacji. +2026-05-13 15:40:33,763 [INFO] Camera active changed: False +2026-05-13 15:40:48,145 [INFO] ========================================== +2026-05-13 15:40:48,146 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:40:48,146 [INFO] ========================================== +2026-05-13 15:40:48,146 [INFO] ------------------------------------------ +2026-05-13 15:40:48,146 [INFO] KAMERA #0 +2026-05-13 15:40:48,146 [INFO] ------------------------------------------ +2026-05-13 15:40:48,146 [INFO] Description: HD USB CAMERA +2026-05-13 15:40:48,147 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:40:48,147 [INFO] Is default: True +2026-05-13 15:40:48,147 [INFO] Liczba formatów: 11 +2026-05-13 15:40:48,147 [INFO] +2026-05-13 15:40:48,147 [INFO] FORMAT #0 +2026-05-13 15:40:48,147 [INFO] Resolution: 320x240 +2026-05-13 15:40:48,147 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,148 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,148 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,148 [INFO] +2026-05-13 15:40:48,148 [INFO] FORMAT #1 +2026-05-13 15:40:48,148 [INFO] Resolution: 640x480 +2026-05-13 15:40:48,148 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,148 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,148 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,148 [INFO] +2026-05-13 15:40:48,148 [INFO] FORMAT #2 +2026-05-13 15:40:48,148 [INFO] Resolution: 800x600 +2026-05-13 15:40:48,148 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,148 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,148 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,149 [INFO] +2026-05-13 15:40:48,149 [INFO] FORMAT #3 +2026-05-13 15:40:48,149 [INFO] Resolution: 1024x768 +2026-05-13 15:40:48,149 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,149 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,149 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,149 [INFO] +2026-05-13 15:40:48,149 [INFO] FORMAT #4 +2026-05-13 15:40:48,150 [INFO] Resolution: 1280x720 +2026-05-13 15:40:48,150 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,150 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,150 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,152 [INFO] +2026-05-13 15:40:48,152 [INFO] FORMAT #5 +2026-05-13 15:40:48,153 [INFO] Resolution: 1280x960 +2026-05-13 15:40:48,153 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,154 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,154 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,155 [INFO] +2026-05-13 15:40:48,155 [INFO] FORMAT #6 +2026-05-13 15:40:48,155 [INFO] Resolution: 1600x1200 +2026-05-13 15:40:48,155 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,155 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,155 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,155 [INFO] +2026-05-13 15:40:48,155 [INFO] FORMAT #7 +2026-05-13 15:40:48,155 [INFO] Resolution: 1920x1080 +2026-05-13 15:40:48,155 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,155 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,155 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,155 [INFO] +2026-05-13 15:40:48,155 [INFO] FORMAT #8 +2026-05-13 15:40:48,155 [INFO] Resolution: 2048x1536 +2026-05-13 15:40:48,155 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,155 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,156 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,156 [INFO] +2026-05-13 15:40:48,156 [INFO] FORMAT #9 +2026-05-13 15:40:48,156 [INFO] Resolution: 2592x1944 +2026-05-13 15:40:48,156 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,157 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,157 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,157 [INFO] +2026-05-13 15:40:48,158 [INFO] FORMAT #10 +2026-05-13 15:40:48,158 [INFO] Resolution: 3840x2160 +2026-05-13 15:40:48,158 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:40:48,159 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:40:48,159 [INFO] Pixel format name: NV12 +2026-05-13 15:40:48,159 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:40:48,196 [INFO] Próba ustawienia formatu: 1280x720 @ 30 FPS +2026-05-13 15:40:48,196 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:48,196 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:48,196 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:48,196 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:48,196 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:40:48,197 [INFO] Ustawiono format kamery: +2026-05-13 15:40:48,197 [INFO] Resolution: 1280x720 +2026-05-13 15:40:48,197 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:40:48,197 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:40:48,197 [INFO] +2026-05-13 15:40:48,197 [INFO] ========================================== +2026-05-13 15:40:48,197 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:40:48,197 [INFO] ========================================== +2026-05-13 15:40:48,197 [INFO] Camera active: False +2026-05-13 15:40:48,197 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:40:48,197 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:40:48,197 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:40:48,197 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:40:48,197 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:40:48,198 [INFO] +2026-05-13 15:40:48,198 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:40:48,198 [INFO] Backend zależy od platformy: +2026-05-13 15:40:48,198 [INFO] - Windows -> MediaFoundation +2026-05-13 15:40:48,198 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:40:48,198 [INFO] - macOS -> AVFoundation +2026-05-13 15:40:48,348 [INFO] Camera active changed: True +2026-05-13 15:40:48,348 [INFO] Kamera uruchomiona. +2026-05-13 15:40:53,956 [INFO] Zamykanie aplikacji. +2026-05-13 15:40:53,982 [INFO] Camera active changed: False +2026-05-13 15:45:01,588 [INFO] ========================================== +2026-05-13 15:45:01,588 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:45:01,588 [INFO] ========================================== +2026-05-13 15:45:01,588 [INFO] ------------------------------------------ +2026-05-13 15:45:01,588 [INFO] KAMERA #0 +2026-05-13 15:45:01,588 [INFO] ------------------------------------------ +2026-05-13 15:45:01,588 [INFO] Description: HD USB CAMERA +2026-05-13 15:45:01,589 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:45:01,589 [INFO] Is default: True +2026-05-13 15:45:01,589 [INFO] Liczba formatów: 11 +2026-05-13 15:45:01,589 [INFO] +2026-05-13 15:45:01,589 [INFO] FORMAT #0 +2026-05-13 15:45:01,590 [INFO] Resolution: 320x240 +2026-05-13 15:45:01,590 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,590 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,590 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,590 [INFO] +2026-05-13 15:45:01,590 [INFO] FORMAT #1 +2026-05-13 15:45:01,590 [INFO] Resolution: 640x480 +2026-05-13 15:45:01,590 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,590 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,590 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,590 [INFO] +2026-05-13 15:45:01,590 [INFO] FORMAT #2 +2026-05-13 15:45:01,591 [INFO] Resolution: 800x600 +2026-05-13 15:45:01,591 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,591 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,591 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,591 [INFO] +2026-05-13 15:45:01,591 [INFO] FORMAT #3 +2026-05-13 15:45:01,591 [INFO] Resolution: 1024x768 +2026-05-13 15:45:01,591 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,591 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,591 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,591 [INFO] +2026-05-13 15:45:01,591 [INFO] FORMAT #4 +2026-05-13 15:45:01,592 [INFO] Resolution: 1280x720 +2026-05-13 15:45:01,592 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,592 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,592 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,592 [INFO] +2026-05-13 15:45:01,592 [INFO] FORMAT #5 +2026-05-13 15:45:01,592 [INFO] Resolution: 1280x960 +2026-05-13 15:45:01,592 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,592 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,593 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,593 [INFO] +2026-05-13 15:45:01,593 [INFO] FORMAT #6 +2026-05-13 15:45:01,593 [INFO] Resolution: 1600x1200 +2026-05-13 15:45:01,593 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,594 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,594 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,594 [INFO] +2026-05-13 15:45:01,594 [INFO] FORMAT #7 +2026-05-13 15:45:01,594 [INFO] Resolution: 1920x1080 +2026-05-13 15:45:01,594 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,594 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,594 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,594 [INFO] +2026-05-13 15:45:01,594 [INFO] FORMAT #8 +2026-05-13 15:45:01,594 [INFO] Resolution: 2048x1536 +2026-05-13 15:45:01,594 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,594 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,595 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,595 [INFO] +2026-05-13 15:45:01,595 [INFO] FORMAT #9 +2026-05-13 15:45:01,596 [INFO] Resolution: 2592x1944 +2026-05-13 15:45:01,596 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,596 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,596 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,596 [INFO] +2026-05-13 15:45:01,596 [INFO] FORMAT #10 +2026-05-13 15:45:01,597 [INFO] Resolution: 3840x2160 +2026-05-13 15:45:01,597 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:01,597 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:01,597 [INFO] Pixel format name: NV12 +2026-05-13 15:45:01,597 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:45:01,638 [INFO] Próba ustawienia formatu: 1280x720 @ 30 FPS +2026-05-13 15:45:01,638 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:01,638 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:01,638 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:01,638 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:01,638 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:01,638 [INFO] Ustawiono format kamery: +2026-05-13 15:45:01,638 [INFO] Resolution: 1280x720 +2026-05-13 15:45:01,639 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:45:01,639 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:45:01,639 [INFO] +2026-05-13 15:45:01,639 [INFO] ========================================== +2026-05-13 15:45:01,639 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:45:01,639 [INFO] ========================================== +2026-05-13 15:45:01,639 [INFO] Camera active: False +2026-05-13 15:45:01,639 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:45:01,640 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:45:01,640 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:45:01,640 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:45:01,640 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:45:01,640 [INFO] +2026-05-13 15:45:01,640 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:45:01,640 [INFO] Backend zależy od platformy: +2026-05-13 15:45:01,641 [INFO] - Windows -> MediaFoundation +2026-05-13 15:45:01,641 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:45:01,641 [INFO] - macOS -> AVFoundation +2026-05-13 15:45:01,787 [INFO] Camera active changed: True +2026-05-13 15:45:01,787 [INFO] Kamera uruchomiona. +2026-05-13 15:45:04,515 [INFO] Zamykanie aplikacji. +2026-05-13 15:45:04,516 [INFO] Stopping camera... +2026-05-13 15:45:04,542 [INFO] Camera active changed: False +2026-05-13 15:45:04,542 [INFO] Detaching camera from capture session... +2026-05-13 15:45:25,073 [INFO] ========================================== +2026-05-13 15:45:25,074 [INFO] VIDEO DEVICES ENUMERATION +2026-05-13 15:45:25,074 [INFO] ========================================== +2026-05-13 15:45:25,074 [INFO] ------------------------------------------ +2026-05-13 15:45:25,074 [INFO] KAMERA #0 +2026-05-13 15:45:25,074 [INFO] ------------------------------------------ +2026-05-13 15:45:25,074 [INFO] Description: HD USB CAMERA +2026-05-13 15:45:25,075 [INFO] ID: 0x1420000032e40317 +2026-05-13 15:45:25,075 [INFO] Is default: True +2026-05-13 15:45:25,075 [INFO] Liczba formatów: 11 +2026-05-13 15:45:25,075 [INFO] +2026-05-13 15:45:25,075 [INFO] FORMAT #0 +2026-05-13 15:45:25,075 [INFO] Resolution: 320x240 +2026-05-13 15:45:25,075 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,075 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,075 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,076 [INFO] +2026-05-13 15:45:25,076 [INFO] FORMAT #1 +2026-05-13 15:45:25,076 [INFO] Resolution: 640x480 +2026-05-13 15:45:25,076 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,076 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,076 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,076 [INFO] +2026-05-13 15:45:25,076 [INFO] FORMAT #2 +2026-05-13 15:45:25,076 [INFO] Resolution: 800x600 +2026-05-13 15:45:25,076 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,076 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,076 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,077 [INFO] +2026-05-13 15:45:25,077 [INFO] FORMAT #3 +2026-05-13 15:45:25,077 [INFO] Resolution: 1024x768 +2026-05-13 15:45:25,077 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,077 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,077 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,077 [INFO] +2026-05-13 15:45:25,077 [INFO] FORMAT #4 +2026-05-13 15:45:25,077 [INFO] Resolution: 1280x720 +2026-05-13 15:45:25,078 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,078 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,078 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,078 [INFO] +2026-05-13 15:45:25,078 [INFO] FORMAT #5 +2026-05-13 15:45:25,078 [INFO] Resolution: 1280x960 +2026-05-13 15:45:25,079 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,079 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,080 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,080 [INFO] +2026-05-13 15:45:25,080 [INFO] FORMAT #6 +2026-05-13 15:45:25,081 [INFO] Resolution: 1600x1200 +2026-05-13 15:45:25,081 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,081 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,081 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,082 [INFO] +2026-05-13 15:45:25,082 [INFO] FORMAT #7 +2026-05-13 15:45:25,082 [INFO] Resolution: 1920x1080 +2026-05-13 15:45:25,082 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,082 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,082 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,083 [INFO] +2026-05-13 15:45:25,083 [INFO] FORMAT #8 +2026-05-13 15:45:25,083 [INFO] Resolution: 2048x1536 +2026-05-13 15:45:25,084 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,084 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,084 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,084 [INFO] +2026-05-13 15:45:25,084 [INFO] FORMAT #9 +2026-05-13 15:45:25,086 [INFO] Resolution: 2592x1944 +2026-05-13 15:45:25,087 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,088 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,088 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,088 [INFO] +2026-05-13 15:45:25,088 [INFO] FORMAT #10 +2026-05-13 15:45:25,088 [INFO] Resolution: 3840x2160 +2026-05-13 15:45:25,088 [INFO] FPS min/max: 5.0 / 30.000030517578125 +2026-05-13 15:45:25,088 [INFO] Pixel format enum: PixelFormat.Format_NV12 +2026-05-13 15:45:25,089 [INFO] Pixel format name: NV12 +2026-05-13 15:45:25,090 [INFO] Wybrano kamerę: HD USB CAMERA +2026-05-13 15:45:25,135 [INFO] Próba ustawienia formatu: 1280x720 @ 30 FPS +2026-05-13 15:45:25,135 [DEBUG] Sprawdzam format -> 320x240 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:25,136 [DEBUG] Sprawdzam format -> 640x480 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:25,136 [DEBUG] Sprawdzam format -> 800x600 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:25,136 [DEBUG] Sprawdzam format -> 1024x768 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:25,136 [DEBUG] Sprawdzam format -> 1280x720 FPS:5.0-30.000030517578125 PIX:PixelFormat.Format_NV12 +2026-05-13 15:45:25,137 [INFO] Ustawiono format kamery: +2026-05-13 15:45:25,137 [INFO] Resolution: 1280x720 +2026-05-13 15:45:25,137 [INFO] FPS range: 5.0 - 30.000030517578125 +2026-05-13 15:45:25,137 [INFO] Pixel format: PixelFormat.Format_NV12 +2026-05-13 15:45:25,138 [INFO] +2026-05-13 15:45:25,138 [INFO] ========================================== +2026-05-13 15:45:25,138 [INFO] QCAMERA RUNTIME CAPABILITIES +2026-05-13 15:45:25,138 [INFO] ========================================== +2026-05-13 15:45:25,138 [INFO] Camera active: False +2026-05-13 15:45:25,138 [INFO] focusMode: FocusMode.FocusModeAuto +2026-05-13 15:45:25,138 [INFO] exposureMode: ExposureMode.ExposureAuto +2026-05-13 15:45:25,138 [INFO] whiteBalanceMode: WhiteBalanceMode.WhiteBalanceAuto +2026-05-13 15:45:25,138 [INFO] flashMode: FlashMode.FlashOff +2026-05-13 15:45:25,138 [INFO] torchMode: TorchMode.TorchOff +2026-05-13 15:45:25,138 [INFO] +2026-05-13 15:45:25,138 [INFO] QT MULTIMEDIA INFO +2026-05-13 15:45:25,138 [INFO] Backend zależy od platformy: +2026-05-13 15:45:25,138 [INFO] - Windows -> MediaFoundation +2026-05-13 15:45:25,139 [INFO] - Linux -> GStreamer / PipeWire / V4L2 +2026-05-13 15:45:25,139 [INFO] - macOS -> AVFoundation +2026-05-13 15:45:25,306 [INFO] Camera active changed: True +2026-05-13 15:45:25,307 [INFO] Kamera uruchomiona. +2026-05-13 15:45:44,233 [INFO] Zamykanie aplikacji. +2026-05-13 15:45:44,233 [INFO] Stopping camera... +2026-05-13 15:45:44,279 [INFO] Camera active changed: False +2026-05-13 15:45:44,279 [INFO] Detaching camera from capture session... diff --git a/logs/duck-preview_2026-05-13_07-36-43.csv b/logs/duck-preview_2026-05-13_07-36-43.csv new file mode 100644 index 0000000..43f59a0 --- /dev/null +++ b/logs/duck-preview_2026-05-13_07-36-43.csv @@ -0,0 +1,17 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:36:44.615,0.0,30.0,0.00,0,13.1,52.4,81.0 +07:36:49.644,29.0,30.0,26.86,4,7.2,28.7,110.4 +07:36:55.125,28.0,30.0,33.57,4,6.8,27.0,112.2 +07:37:00.638,31.0,30.0,37.24,7,12.4,49.8,156.7 +07:37:06.126,31.0,30.0,33.28,7,14.2,56.7,157.2 +07:37:11.143,31.0,30.0,34.84,10,14.0,56.0,169.4 +07:37:16.625,31.0,30.0,32.20,11,11.7,46.9,173.1 +07:37:22.067,31.0,30.0,37.43,14,11.8,47.3,162.7 +07:37:27.126,31.0,30.0,33.00,14,12.0,48.0,162.3 +07:37:32.137,31.0,30.0,33.05,14,13.3,53.2,162.1 +07:37:37.142,0.0,30.0,35.33,17,0.0,0.1,159.1 +07:37:42.626,0.0,30.0,35.33,17,0.0,0.1,159.1 +07:37:48.126,0.0,30.0,35.33,17,1.4,5.7,158.8 +07:37:53.626,0.0,30.0,35.33,17,0.6,2.3,158.7 +07:37:58.891,28.0,30.0,204.02,18,26.2,104.8,416.0 +07:38:14.113,28.0,30.0,41.66,18,26.2,104.9,788.4 diff --git a/logs/duck-preview_2026-05-13_07-40-41.csv b/logs/duck-preview_2026-05-13_07-40-41.csv new file mode 100644 index 0000000..3cb81b6 --- /dev/null +++ b/logs/duck-preview_2026-05-13_07-40-41.csv @@ -0,0 +1,13 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:40:42.390,0.0,30.0,0.00,0,12.8,51.2,76.6 +07:40:47.624,29.0,30.0,33.26,0,7.2,28.6,106.3 +07:40:52.625,30.0,30.0,33.27,0,8.3,33.1,106.3 +07:40:58.123,29.0,30.0,33.26,0,7.2,28.8,106.5 +07:41:03.123,30.0,30.0,33.28,0,7.2,28.9,106.5 +07:41:08.124,29.0,30.0,33.27,0,7.2,28.8,106.5 +07:41:13.624,30.0,30.0,33.27,0,7.2,28.8,106.5 +07:41:18.629,30.0,30.0,33.28,0,7.6,30.3,106.6 +07:41:24.124,30.0,30.0,33.27,0,7.5,29.8,107.0 +07:41:29.124,31.0,30.0,33.28,0,7.3,29.1,107.0 +07:41:34.624,30.0,30.0,33.27,0,7.2,28.8,107.1 +07:41:39.624,31.0,30.0,33.29,0,7.6,30.5,107.1 diff --git a/logs/duck-preview_2026-05-13_07-41-52.csv b/logs/duck-preview_2026-05-13_07-41-52.csv new file mode 100644 index 0000000..6d358b4 --- /dev/null +++ b/logs/duck-preview_2026-05-13_07-41-52.csv @@ -0,0 +1,9 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:41:53.769,0.0,30.0,0.00,0,12.5,49.9,80.7 +07:41:59.124,0.0,30.0,0.00,0,0.4,1.6,81.1 +07:42:04.625,31.0,30.0,32.41,0,9.3,37.4,115.7 +07:42:09.723,27.0,30.0,34.23,2,11.3,45.2,114.1 +07:42:15.124,0.0,30.0,34.23,2,0.0,0.1,114.0 +07:42:20.124,0.0,30.0,34.23,2,0.1,0.4,113.6 +07:42:25.623,0.0,30.0,34.23,2,0.5,2.0,114.0 +07:42:30.624,0.0,30.0,34.23,2,0.0,0.1,113.4 diff --git a/logs/duck-preview_2026-05-13_08-04-50.csv b/logs/duck-preview_2026-05-13_08-04-50.csv new file mode 100644 index 0000000..584c77a --- /dev/null +++ b/logs/duck-preview_2026-05-13_08-04-50.csv @@ -0,0 +1,62 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:04:51.194,0.0,30.0,0.00,0,13.5,54.0,81.3 +08:04:56.614,28.0,30.0,33.57,0,9.3,37.4,114.0 +08:05:01.616,30.0,30.0,33.55,1,9.1,36.5,116.2 +08:05:07.115,21.0,30.0,37.40,4,8.0,31.9,116.7 +08:05:12.614,30.0,30.0,33.26,4,7.5,29.8,116.4 +08:05:17.622,31.0,30.0,33.29,4,9.0,36.0,116.1 +08:05:23.114,30.0,30.0,33.26,4,8.2,33.0,116.9 +08:05:28.124,31.0,30.0,37.47,7,12.9,51.5,157.6 +08:05:33.614,30.0,30.0,33.31,7,13.4,53.5,157.5 +08:05:38.621,31.0,30.0,33.27,7,12.8,51.2,157.3 +08:05:44.114,30.0,30.0,33.00,7,12.3,49.3,157.4 +08:05:49.614,31.0,30.0,32.98,7,12.5,50.1,156.5 +08:05:54.627,31.0,30.0,33.02,7,13.8,55.0,156.4 +08:06:00.113,30.0,30.0,32.96,7,12.6,50.5,159.5 +08:06:05.118,31.0,30.0,32.99,7,12.3,49.2,159.5 +08:06:10.624,30.0,30.0,33.23,7,11.9,47.6,159.5 +08:06:16.113,30.0,30.0,33.26,7,10.8,43.4,159.5 +08:06:21.125,30.0,30.0,33.30,7,11.7,46.9,159.5 +08:06:26.614,29.0,30.0,33.17,7,12.1,48.5,159.5 +08:06:31.617,30.0,30.0,33.30,7,12.1,48.5,159.5 +08:06:37.127,31.0,30.0,33.27,7,12.8,51.1,159.5 +08:06:42.614,30.0,30.0,33.28,7,12.2,48.6,159.5 +08:06:47.622,31.0,30.0,33.24,7,12.6,50.5,159.5 +08:06:53.113,30.0,30.0,33.27,7,11.8,47.4,159.5 +08:06:58.114,31.0,30.0,33.24,7,12.6,50.4,159.5 +08:07:03.613,30.0,30.0,33.31,7,14.5,57.9,159.6 +08:07:09.113,31.0,30.0,33.26,7,12.3,49.2,159.6 +08:07:14.121,31.0,30.0,33.55,7,12.0,48.0,159.6 +08:07:19.613,30.0,30.0,33.27,7,12.6,50.2,159.6 +08:07:24.616,31.0,30.0,33.29,7,12.3,49.1,159.6 +08:07:30.125,31.0,30.0,33.27,7,12.7,50.6,159.6 +08:07:35.613,30.0,30.0,33.27,7,12.1,48.4,159.6 +08:07:40.620,31.0,30.0,33.27,7,13.4,53.7,159.6 +08:07:46.113,29.0,30.0,33.55,7,12.8,51.0,159.7 +08:07:51.113,31.0,30.0,33.27,7,13.6,54.3,159.7 +08:07:56.113,30.0,30.0,33.27,7,12.9,51.6,160.3 +08:08:01.130,30.0,30.0,33.39,7,13.4,53.6,160.3 +08:08:06.624,31.0,30.0,33.26,8,12.9,51.6,160.6 +08:08:12.113,30.0,30.0,33.02,8,12.0,48.0,160.3 +08:08:17.613,33.0,30.0,33.24,9,9.7,38.9,166.3 +08:08:22.617,30.0,30.0,34.03,10,10.6,42.5,159.9 +08:08:28.113,28.0,30.0,34.88,13,8.3,33.1,159.9 +08:08:33.121,28.0,30.0,33.73,15,10.8,43.4,159.9 +08:08:38.613,29.0,30.0,33.26,15,9.3,37.3,159.9 +08:08:44.112,30.0,30.0,34.38,17,9.9,39.5,159.9 +08:08:49.122,30.0,30.0,33.30,17,9.6,38.5,159.9 +08:08:54.612,29.0,30.0,35.23,20,12.0,47.9,159.9 +08:08:59.621,30.0,30.0,33.28,20,12.1,48.3,159.9 +08:09:05.112,30.0,30.0,33.28,20,12.0,48.1,159.9 +08:09:10.116,31.0,30.0,33.30,20,12.0,48.1,159.9 +08:09:15.627,31.0,30.0,33.28,20,12.5,50.1,159.9 +08:09:21.113,30.0,30.0,33.27,20,12.2,48.7,159.9 +08:09:26.119,31.0,30.0,33.27,20,12.6,50.5,159.9 +08:09:31.612,30.0,30.0,33.31,20,12.6,50.4,160.1 +08:09:36.613,31.0,30.0,33.23,20,12.8,51.2,160.9 +08:09:41.613,0.0,30.0,34.86,22,1.4,5.8,154.5 +08:09:47.112,0.0,30.0,34.86,22,1.4,5.6,154.2 +08:09:52.113,0.0,30.0,34.86,22,1.2,5.0,154.1 +08:09:57.612,0.0,30.0,34.86,22,1.0,4.1,153.7 +08:10:02.613,0.0,30.0,34.86,22,0.8,3.3,153.9 +08:10:08.226,0.0,30.0,34.86,22,5.9,23.6,155.1 diff --git a/logs/duck-preview_2026-05-13_08-11-31.csv b/logs/duck-preview_2026-05-13_08-11-31.csv new file mode 100644 index 0000000..73c0259 --- /dev/null +++ b/logs/duck-preview_2026-05-13_08-11-31.csv @@ -0,0 +1,5004 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:11:32.659,0.0,30.0,0.00,0,14.2,56.7,80.7 +08:11:38.112,0.0,30.0,0.00,0,0.1,0.4,82.8 +08:11:43.616,31.0,30.0,33.04,0,9.1,36.5,112.4 +08:11:49.111,30.0,30.0,37.19,3,7.0,27.8,117.4 +08:11:54.118,31.0,30.0,33.27,4,8.4,33.8,129.6 +08:11:59.611,30.0,30.0,33.27,4,7.7,30.7,119.1 +08:12:04.614,25.0,30.0,37.70,7,5.4,21.7,123.8 +08:12:09.729,27.0,30.0,34.37,9,9.2,36.9,123.3 +08:12:15.112,23.0,30.0,37.26,13,12.9,51.6,194.3 +08:12:20.623,31.0,30.0,33.30,13,12.3,49.4,194.1 +08:12:26.111,30.0,30.0,33.27,13,12.2,48.8,194.0 +08:12:31.119,31.0,30.0,33.32,14,9.9,39.6,197.3 +08:12:36.620,31.0,30.0,33.28,14,10.4,41.5,197.2 +08:12:42.113,31.0,30.0,33.41,14,10.4,41.7,196.8 +08:12:47.118,31.0,30.0,33.20,14,10.2,40.9,196.8 +08:12:52.611,30.0,30.0,33.22,14,10.4,41.5,195.7 +08:12:58.111,31.0,30.0,33.15,14,10.2,40.7,195.7 +08:13:03.613,31.0,30.0,32.99,14,10.5,42.0,195.7 +08:13:09.111,30.0,30.0,33.05,14,10.8,43.0,195.7 +08:13:14.122,31.0,30.0,33.03,14,10.4,41.6,195.7 +08:13:19.618,31.0,30.0,33.00,14,10.4,41.8,195.7 +08:13:25.110,29.0,30.0,33.27,14,9.4,37.6,195.7 +08:13:30.111,30.0,30.0,33.28,14,9.5,38.1,195.7 +08:13:35.610,29.0,30.0,33.25,14,9.3,37.2,195.7 +08:13:40.611,30.0,30.0,32.90,17,9.3,37.2,195.8 +08:13:46.119,29.0,30.0,33.56,17,9.8,39.0,195.8 +08:13:51.610,34.0,30.0,33.29,18,9.9,39.8,195.8 +08:13:56.611,30.0,30.0,33.55,18,10.0,40.1,195.8 +08:14:02.110,30.0,30.0,33.35,18,10.2,40.6,195.8 +08:14:07.121,31.0,30.0,33.10,18,10.0,39.9,195.8 +08:14:12.620,31.0,30.0,33.31,18,10.0,40.0,195.8 +08:14:18.110,30.0,30.0,33.34,18,10.2,40.8,195.8 +08:14:23.129,32.0,30.0,33.44,21,11.3,45.2,201.8 +08:14:28.621,31.0,30.0,33.14,25,10.5,41.9,195.9 +08:14:34.110,31.0,30.0,33.27,25,9.9,39.8,195.8 +08:14:39.115,33.0,30.0,33.26,28,10.1,40.3,198.8 +08:14:44.610,30.0,30.0,33.27,28,10.0,40.0,195.8 +08:14:50.111,31.0,30.0,33.27,28,9.9,39.8,195.8 +08:14:55.119,31.0,30.0,33.26,28,10.7,42.7,195.8 +08:15:00.610,30.0,30.0,33.28,28,10.0,39.9,195.8 +08:15:05.613,31.0,30.0,33.54,28,10.2,40.9,195.8 +08:15:11.110,30.0,30.0,33.00,28,10.0,40.0,195.8 +08:15:16.610,31.0,30.0,32.96,28,10.1,40.2,195.8 +08:15:22.162,36.0,30.0,33.37,32,11.5,46.0,207.7 +08:15:27.609,29.0,30.0,33.32,34,9.4,37.8,195.8 +08:15:33.110,30.0,30.0,33.27,34,9.9,39.8,195.8 +08:15:38.619,31.0,30.0,33.32,34,10.3,41.4,195.8 +08:15:44.109,30.0,30.0,33.27,34,10.0,39.9,195.8 +08:15:49.123,31.0,30.0,33.41,36,13.0,52.1,195.9 +08:15:54.609,31.0,30.0,33.29,36,11.4,45.8,195.9 +08:15:59.610,30.0,30.0,33.89,38,11.7,46.8,195.9 +08:16:04.610,31.0,30.0,33.26,38,11.8,47.0,195.9 +08:16:09.618,31.0,30.0,33.20,38,12.8,51.3,195.9 +08:16:15.109,30.0,30.0,33.31,38,11.3,45.2,195.9 +08:16:20.112,31.0,30.0,33.31,39,13.6,54.3,195.9 +08:16:25.124,31.0,30.0,33.27,39,11.4,45.8,195.9 +08:16:30.609,31.0,30.0,33.32,40,11.7,46.9,195.9 +08:16:35.619,31.0,30.0,33.26,40,11.7,46.8,195.9 +08:16:41.110,31.0,30.0,33.23,40,11.3,45.2,195.9 +08:16:46.113,31.0,30.0,33.20,40,10.8,43.2,195.9 +08:16:51.634,31.0,30.0,33.29,40,12.2,48.6,195.9 +08:16:57.109,31.0,30.0,33.24,40,11.5,46.1,195.9 +08:17:02.118,31.0,30.0,33.55,40,11.1,44.3,195.9 +08:17:07.621,31.0,30.0,33.22,40,10.1,40.4,195.9 +08:17:13.109,31.0,30.0,33.35,40,10.2,40.8,195.9 +08:17:18.123,31.0,30.0,33.33,40,11.6,46.3,195.9 +08:17:23.609,31.0,30.0,33.01,40,10.8,43.4,195.9 +08:17:28.617,31.0,30.0,33.30,40,9.8,39.2,195.9 +08:17:34.109,30.0,30.0,32.83,40,11.2,44.6,195.9 +08:17:39.175,30.0,30.0,33.30,40,11.3,45.1,195.9 +08:17:44.609,32.0,30.0,32.89,41,10.2,40.6,195.9 +08:17:49.610,30.0,30.0,33.08,43,12.0,48.1,195.9 +08:17:55.109,31.0,30.0,32.99,44,10.0,40.1,195.9 +08:18:00.615,30.0,30.0,33.24,44,9.7,38.7,195.9 +08:18:06.108,29.0,30.0,33.28,44,10.1,40.4,195.9 +08:18:11.109,30.0,30.0,33.28,44,10.0,40.0,195.8 +08:18:16.616,30.0,30.0,33.27,44,10.6,42.2,195.8 +08:18:22.109,30.0,30.0,33.27,44,10.1,40.5,195.8 +08:18:27.110,26.0,30.0,37.13,44,8.8,35.3,195.8 +08:18:32.608,25.0,30.0,40.42,44,8.8,35.2,195.8 +08:18:37.609,25.0,30.0,40.42,44,8.1,32.4,195.8 +08:18:42.619,25.0,30.0,40.70,44,8.3,33.4,195.8 +08:18:48.108,24.0,30.0,40.42,44,8.2,32.6,195.8 +08:18:53.113,25.0,30.0,40.70,44,8.2,32.6,195.8 +08:18:58.608,24.0,30.0,40.43,44,8.1,32.3,195.8 +08:19:03.608,25.0,30.0,40.70,44,8.2,32.9,195.8 +08:19:08.677,24.0,30.0,40.86,44,9.5,37.9,195.9 +08:19:14.117,25.0,30.0,40.68,44,8.4,33.7,195.9 +08:19:19.608,24.0,30.0,40.68,44,8.8,35.0,195.8 +08:19:24.609,25.0,30.0,40.69,44,9.0,36.1,195.8 +08:19:29.622,25.0,30.0,40.45,44,9.2,36.8,195.9 +08:19:35.108,25.0,30.0,40.59,47,8.1,32.5,195.9 +08:19:40.123,24.0,30.0,40.69,47,7.2,29.0,195.9 +08:19:45.682,25.0,30.0,39.34,52,10.7,42.7,198.8 +08:19:51.109,24.0,30.0,40.40,53,8.3,33.1,195.9 +08:19:56.117,25.0,30.0,40.46,53,7.7,30.6,195.9 +08:20:01.608,24.0,30.0,40.45,53,8.3,33.3,195.9 +08:20:06.609,26.0,30.0,40.43,55,8.7,34.9,195.9 +08:20:12.116,26.0,30.0,40.38,55,8.4,33.8,195.9 +08:20:17.121,25.0,30.0,40.59,56,11.0,44.1,195.9 +08:20:22.613,26.0,30.0,40.38,57,8.8,35.4,195.9 +08:20:28.107,25.0,30.0,40.45,57,8.2,33.0,195.9 +08:20:33.109,26.0,30.0,40.46,57,8.7,34.7,195.9 +08:20:38.618,26.0,30.0,40.45,57,8.7,34.7,195.9 +08:20:44.107,25.0,30.0,40.43,57,8.0,32.1,195.9 +08:20:49.110,26.0,30.0,40.39,57,8.7,34.8,195.9 +08:20:54.608,25.0,30.0,40.44,57,8.1,32.3,195.8 +08:21:00.107,25.0,30.0,40.70,57,8.1,32.4,195.8 +08:21:05.115,26.0,30.0,40.44,57,9.1,36.2,195.8 +08:21:10.609,25.0,30.0,40.52,57,8.6,34.5,195.8 +08:21:16.109,26.0,30.0,40.47,58,8.7,34.9,195.8 +08:21:21.612,26.0,30.0,40.43,58,8.7,34.8,195.8 +08:21:27.106,25.0,30.0,40.50,58,8.2,32.6,195.8 +08:21:32.106,26.0,30.0,40.37,59,8.8,35.3,195.8 +08:21:37.107,28.0,30.0,40.43,62,9.1,36.2,201.8 +08:21:42.107,25.0,30.0,40.43,62,8.2,32.7,195.9 +08:21:47.777,23.0,30.0,41.03,62,9.2,36.7,195.9 +08:21:53.107,25.0,30.0,40.34,62,8.6,34.5,195.9 +08:21:58.107,25.0,30.0,40.42,63,8.0,32.1,195.9 +08:22:03.107,24.0,30.0,40.74,63,8.0,32.1,195.8 +08:22:08.109,25.0,30.0,40.64,63,8.1,32.2,195.8 +08:22:13.607,24.0,30.0,40.70,63,8.2,32.7,195.8 +08:22:19.108,25.0,30.0,40.70,63,8.1,32.2,195.8 +08:22:24.172,23.0,30.0,41.46,64,8.0,31.8,195.9 +08:22:29.608,24.0,30.0,40.70,64,8.2,32.7,195.9 +08:22:34.608,25.0,30.0,40.43,64,8.2,32.9,195.9 +08:22:40.106,24.0,30.0,40.69,64,8.1,32.2,195.9 +08:22:45.106,25.0,30.0,40.43,64,8.1,32.4,195.9 +08:22:50.107,25.0,30.0,40.43,64,8.1,32.2,195.9 +08:22:55.607,25.0,30.0,40.43,64,8.1,32.2,195.9 +08:23:00.612,26.0,30.0,40.43,64,8.7,34.9,195.9 +08:23:06.107,25.0,30.0,40.43,64,8.2,32.8,195.9 +08:23:11.606,25.0,30.0,40.97,64,8.1,32.2,195.9 +08:23:16.606,25.0,30.0,40.43,64,8.2,32.6,195.9 +08:23:21.606,26.0,30.0,40.43,64,8.7,34.9,195.9 +08:23:27.111,26.0,30.0,40.43,64,8.6,34.4,195.9 +08:23:32.607,25.0,30.0,40.43,64,8.2,32.7,195.9 +08:23:38.107,25.0,30.0,40.43,64,8.0,32.0,195.9 +08:23:43.116,26.0,30.0,40.43,64,8.5,34.0,195.9 +08:23:48.606,25.0,30.0,40.43,64,8.8,35.3,195.9 +08:23:53.606,25.0,30.0,40.42,64,8.2,32.9,195.9 +08:23:58.607,24.0,30.0,40.71,64,8.2,32.6,195.9 +08:24:03.608,25.0,30.0,40.70,64,8.2,32.6,195.9 +08:24:09.107,24.0,30.0,40.43,64,8.1,32.4,195.9 +08:24:14.607,25.0,30.0,40.70,64,8.1,32.4,195.9 +08:24:19.613,25.0,30.0,40.70,64,8.6,34.3,195.9 +08:24:25.107,24.0,30.0,40.43,64,8.2,32.7,195.9 +08:24:30.107,25.0,30.0,40.69,64,8.2,32.9,195.9 +08:24:35.606,24.0,30.0,40.70,64,8.1,32.4,195.9 +08:24:40.606,25.0,30.0,40.70,64,8.1,32.3,195.9 +08:24:45.617,25.0,30.0,40.43,64,8.5,34.0,195.9 +08:24:51.106,24.0,30.0,40.70,64,8.1,32.2,195.9 +08:24:56.111,25.0,30.0,40.42,64,8.1,32.5,195.9 +08:25:01.606,24.0,30.0,40.42,64,8.1,32.5,195.9 +08:25:07.106,25.0,30.0,40.43,64,8.0,32.0,195.9 +08:25:12.116,25.0,30.0,40.43,64,8.5,34.1,195.9 +08:25:17.606,24.0,30.0,40.43,64,8.2,32.8,195.9 +08:25:22.610,26.0,30.0,40.43,64,8.1,32.5,195.9 +08:25:28.106,25.0,30.0,40.42,64,8.1,32.3,195.9 +08:25:33.606,25.0,30.0,40.43,64,8.2,32.6,195.9 +08:25:38.615,26.0,30.0,40.43,64,8.6,34.2,195.9 +08:25:44.105,25.0,30.0,40.43,64,8.1,32.5,195.9 +08:25:49.109,26.0,30.0,40.43,64,8.7,34.6,195.9 +08:25:54.606,25.0,30.0,40.43,64,8.0,32.1,195.9 +08:26:00.105,25.0,30.0,40.42,64,8.1,32.3,195.9 +08:26:05.114,26.0,30.0,40.70,64,8.6,34.4,195.9 +08:26:10.606,25.0,30.0,40.70,64,8.0,32.1,195.9 +08:26:15.607,26.0,30.0,40.43,64,8.6,34.3,195.9 +08:26:21.105,25.0,30.0,40.70,65,8.2,32.6,195.9 +08:26:26.106,26.0,30.0,40.43,65,8.8,35.0,195.9 +08:26:31.613,26.0,30.0,40.43,65,9.2,36.9,195.9 +08:26:37.106,25.0,30.0,40.43,65,8.8,35.0,195.9 +08:26:42.106,25.0,30.0,40.43,65,8.2,32.8,195.9 +08:26:47.606,24.0,30.0,41.53,66,8.7,34.9,195.9 +08:26:53.106,25.0,30.0,40.43,66,8.7,34.8,195.9 +08:26:58.607,26.0,30.0,40.43,66,8.7,34.7,195.9 +08:27:04.105,29.0,30.0,39.60,66,10.1,40.4,195.9 +08:27:09.400,29.0,30.0,34.24,70,12.4,49.5,207.8 +08:27:14.611,31.0,30.0,32.54,72,10.2,40.9,195.9 +08:27:20.104,30.0,30.0,33.28,72,10.2,40.6,195.9 +08:27:25.105,31.0,30.0,33.27,73,10.1,40.3,195.9 +08:27:30.106,30.0,30.0,33.34,74,10.1,40.5,195.9 +08:27:35.109,31.0,30.0,32.97,75,10.1,40.2,195.9 +08:27:40.606,30.0,30.0,33.34,76,10.2,41.0,195.9 +08:27:46.105,30.0,30.0,33.27,76,10.1,40.5,195.9 +08:27:51.109,31.0,30.0,33.27,76,10.2,40.7,195.9 +08:27:56.605,30.0,30.0,33.28,76,10.1,40.2,195.9 +08:28:02.104,31.0,30.0,33.02,76,9.9,39.8,195.9 +08:28:07.114,31.0,30.0,32.99,76,10.6,42.2,195.9 +08:28:12.605,30.0,30.0,33.01,76,11.1,44.5,195.9 +08:28:17.625,36.0,30.0,33.12,79,11.9,47.6,207.8 +08:28:23.104,31.0,30.0,31.36,81,10.4,41.8,195.9 +08:28:28.108,31.0,30.0,32.64,81,9.9,39.6,195.9 +08:28:33.613,31.0,30.0,32.98,81,10.6,42.4,195.9 +08:28:39.104,29.0,30.0,33.26,81,9.6,38.4,195.9 +08:28:44.119,30.0,30.0,33.37,81,9.3,37.2,195.9 +08:28:49.604,29.0,30.0,33.27,81,9.9,39.7,195.9 +08:28:55.105,31.0,30.0,33.27,81,10.1,40.5,195.9 +08:29:00.111,30.0,30.0,33.27,81,10.6,42.2,195.9 +08:29:05.605,30.0,30.0,33.27,81,10.2,40.7,195.9 +08:29:10.605,31.0,30.0,33.27,81,10.3,41.1,195.9 +08:29:16.103,30.0,30.0,33.27,81,10.2,40.7,195.9 +08:29:21.104,31.0,30.0,33.27,81,10.1,40.5,195.9 +08:29:26.610,31.0,30.0,33.28,81,10.6,42.5,195.9 +08:29:32.105,30.0,30.0,33.27,81,10.2,40.8,195.9 +08:29:37.604,31.0,30.0,33.28,81,10.2,40.7,195.9 +08:29:42.604,30.0,30.0,33.28,81,10.1,40.3,195.9 +08:29:47.604,31.0,30.0,33.28,81,10.1,40.3,195.9 +08:29:52.614,31.0,30.0,33.28,81,10.4,41.8,195.9 +08:29:58.104,30.0,30.0,33.27,81,10.2,40.7,195.9 +08:30:03.108,31.0,30.0,33.27,81,10.2,40.9,195.9 +08:30:08.604,30.0,30.0,33.28,81,10.0,40.1,195.9 +08:30:14.104,31.0,30.0,33.55,81,10.1,40.4,195.9 +08:30:19.114,31.0,30.0,33.28,81,10.6,42.2,195.9 +08:30:24.604,30.0,30.0,33.27,81,10.1,40.4,195.9 +08:30:29.607,26.0,30.0,40.15,81,8.8,35.2,195.9 +08:30:35.103,25.0,30.0,40.42,81,8.2,33.0,195.9 +08:30:40.104,26.0,30.0,40.43,81,8.8,35.2,195.9 +08:30:45.104,25.0,30.0,40.42,81,8.8,35.2,195.9 +08:30:50.604,26.0,30.0,40.42,81,8.8,35.1,195.9 +08:30:56.106,26.0,30.0,40.43,81,8.8,35.0,195.9 +08:31:01.603,25.0,30.0,40.43,81,8.2,32.7,195.9 +08:31:07.104,26.0,30.0,40.43,81,8.1,32.5,195.9 +08:31:12.104,25.0,30.0,40.42,81,8.7,34.9,195.9 +08:31:17.603,25.0,30.0,40.43,81,8.8,35.3,195.9 +08:31:23.103,26.0,30.0,40.42,81,8.8,35.4,195.9 +08:31:28.104,25.0,30.0,40.42,81,8.7,34.7,195.9 +08:31:33.604,25.0,30.0,40.43,81,8.8,35.2,195.9 +08:31:39.105,26.0,30.0,40.43,81,8.8,35.3,195.9 +08:31:44.603,25.0,30.0,40.42,81,8.1,32.3,195.9 +08:31:49.603,26.0,30.0,40.43,81,8.7,34.8,195.9 +08:31:54.604,25.0,30.0,40.43,81,8.8,35.0,195.9 +08:32:00.104,25.0,30.0,40.43,81,8.7,34.8,189.7 +08:32:05.107,25.0,30.0,40.69,81,8.3,33.1,189.7 +08:32:10.603,24.0,30.0,40.43,81,8.2,32.8,189.7 +08:32:15.604,25.0,30.0,40.69,81,8.3,33.1,189.7 +08:32:21.113,25.0,30.0,40.70,81,8.6,34.3,189.7 +08:32:26.602,24.0,30.0,40.43,81,8.2,32.6,189.7 +08:32:31.607,25.0,30.0,40.70,81,8.2,32.9,189.7 +08:32:37.102,24.0,30.0,40.43,81,8.2,32.9,189.7 +08:32:42.603,25.0,30.0,40.43,81,8.1,32.4,189.7 +08:32:47.612,25.0,30.0,40.97,81,8.5,33.9,189.7 +08:32:53.103,24.0,30.0,40.43,81,8.2,32.8,189.7 +08:32:58.106,25.0,30.0,40.70,81,8.2,33.0,189.7 +08:33:03.603,24.0,30.0,40.70,82,8.0,31.9,169.6 +08:33:09.103,25.0,30.0,40.70,82,8.2,32.7,169.6 +08:33:14.111,25.0,30.0,40.69,82,8.6,34.5,169.6 +08:33:19.602,24.0,30.0,40.73,82,8.1,32.3,169.6 +08:33:24.605,25.0,30.0,40.58,83,7.9,31.5,169.6 +08:33:30.102,24.0,30.0,40.69,83,8.2,32.8,169.6 +08:33:35.102,25.0,30.0,40.43,83,8.1,32.5,169.6 +08:33:40.610,25.0,30.0,40.43,83,8.7,34.6,169.6 +08:33:46.103,24.0,30.0,40.70,83,8.1,32.5,169.6 +08:33:51.103,25.0,30.0,40.43,83,8.2,32.7,169.6 +08:33:56.602,24.0,30.0,40.69,83,8.0,31.8,169.6 +08:34:02.103,25.0,30.0,40.70,83,8.2,32.7,169.6 +08:34:07.109,25.0,30.0,41.26,83,8.6,34.2,169.6 +08:34:12.602,24.0,30.0,40.70,83,8.2,32.6,169.6 +08:34:17.602,25.0,30.0,40.43,83,8.2,32.7,169.6 +08:34:23.101,24.0,30.0,40.70,83,8.2,32.6,169.6 +08:34:28.602,24.0,30.0,40.42,83,8.2,32.6,169.6 +08:34:33.607,25.0,30.0,40.42,83,8.6,34.4,169.6 +08:34:39.102,24.0,30.0,40.43,83,8.1,32.5,169.6 +08:34:44.103,25.0,30.0,40.43,83,8.2,32.7,169.6 +08:34:49.612,25.0,30.0,40.43,83,8.5,33.9,169.6 +08:34:57.449,25.0,30.0,40.43,83,8.1,32.5,169.6 +08:35:02.454,26.0,30.0,40.43,85,8.7,34.6,169.6 +08:35:07.949,25.0,30.0,40.43,85,8.1,32.5,169.6 +08:35:12.950,26.0,30.0,40.42,85,8.8,35.1,169.6 +08:35:17.950,25.0,30.0,40.42,86,8.8,35.4,169.6 +08:35:23.450,26.0,30.0,40.43,86,8.8,35.0,169.6 +08:35:28.953,26.0,30.0,40.43,86,8.7,34.7,169.6 +08:35:34.449,25.0,30.0,40.43,86,8.2,33.0,169.6 +08:35:39.951,25.0,30.0,40.43,86,8.1,32.4,169.6 +08:35:44.957,26.0,30.0,40.70,86,8.7,34.6,169.6 +08:35:50.448,25.0,30.0,40.42,86,8.1,32.2,169.6 +08:35:55.452,26.0,30.0,40.43,86,8.8,35.4,169.6 +08:36:00.949,25.0,30.0,40.42,86,8.8,35.3,169.6 +08:36:06.450,26.0,30.0,40.42,86,8.7,34.9,169.6 +08:36:11.951,26.0,30.0,40.42,86,8.8,35.0,169.6 +08:36:17.448,25.0,30.0,40.43,86,8.2,32.8,169.6 +08:36:22.948,25.0,30.0,40.43,86,8.1,32.5,169.6 +08:36:27.956,26.0,30.0,40.43,86,8.7,34.7,169.6 +08:36:33.448,25.0,30.0,40.42,86,8.1,32.5,169.6 +08:36:38.450,26.0,30.0,40.43,86,8.7,34.7,169.6 +08:36:43.949,25.0,30.0,40.43,86,8.2,32.6,169.6 +08:36:48.949,26.0,30.0,40.43,86,8.8,35.1,169.6 +08:36:54.455,26.0,30.0,40.43,86,8.7,34.9,169.6 +08:36:59.948,25.0,30.0,40.43,86,8.1,32.5,169.6 +08:37:04.949,26.0,30.0,40.43,86,8.8,35.3,169.6 +08:37:10.449,25.0,30.0,40.42,86,8.8,35.1,169.6 +08:37:15.949,25.0,30.0,40.42,86,8.8,35.1,169.6 +08:37:21.449,26.0,30.0,40.43,86,8.8,35.2,169.6 +08:37:26.449,25.0,30.0,40.43,86,8.8,35.0,169.6 +08:37:31.948,26.0,30.0,40.42,86,8.8,35.1,169.6 +08:37:37.454,26.0,30.0,40.43,86,8.8,35.0,169.6 +08:37:42.949,25.0,30.0,40.43,86,8.1,32.4,169.6 +08:37:48.447,25.0,30.0,40.43,86,8.0,32.1,169.6 +08:37:53.458,26.0,30.0,40.42,86,8.6,34.3,169.6 +08:37:58.947,25.0,30.0,40.43,86,8.2,32.7,169.6 +08:38:03.952,26.0,30.0,40.43,86,8.9,35.5,169.6 +08:38:09.448,25.0,30.0,40.43,86,8.8,35.3,169.6 +08:38:14.448,25.0,30.0,40.43,86,8.2,32.8,169.6 +08:38:19.949,25.0,30.0,40.42,86,8.8,35.0,169.6 +08:38:25.449,25.0,30.0,40.43,86,8.8,35.0,169.6 +08:38:30.948,26.0,30.0,40.43,86,8.8,35.2,169.6 +08:38:36.458,26.0,30.0,40.43,86,8.6,34.3,169.6 +08:38:41.947,25.0,30.0,40.42,86,8.1,32.5,169.6 +08:38:46.951,26.0,30.0,40.43,86,8.8,35.0,169.6 +08:38:52.449,25.0,30.0,40.43,86,8.1,32.2,169.6 +08:38:57.947,25.0,30.0,40.43,86,8.2,32.6,169.6 +08:39:02.956,26.0,30.0,40.43,86,8.7,34.9,169.6 +08:39:08.447,25.0,30.0,40.43,86,8.1,32.5,169.6 +08:39:13.450,26.0,30.0,40.43,86,8.9,35.6,169.6 +08:39:18.947,25.0,30.0,40.42,86,8.7,34.8,169.6 +08:39:24.447,26.0,30.0,40.42,86,8.8,35.1,169.6 +08:39:29.448,25.0,30.0,40.42,86,8.6,34.4,169.6 +08:39:34.947,25.0,30.0,40.70,86,8.8,35.2,169.6 +08:39:39.947,25.0,30.0,40.43,86,8.2,32.9,169.6 +08:39:44.949,24.0,30.0,40.43,86,8.1,32.4,169.6 +08:39:50.447,25.0,30.0,40.43,86,8.2,32.8,169.6 +08:39:55.447,24.0,30.0,40.43,86,8.2,32.6,169.6 +08:40:00.947,24.0,30.0,40.43,86,8.0,32.0,169.6 +08:40:05.953,25.0,30.0,40.70,86,8.2,32.7,169.6 +08:40:11.448,24.0,30.0,40.70,86,8.2,32.7,169.6 +08:40:16.948,25.0,30.0,40.70,86,8.1,32.5,169.6 +08:40:21.957,25.0,30.0,40.70,86,8.5,34.1,169.6 +08:40:27.447,24.0,30.0,40.70,86,8.2,32.6,169.6 +08:40:32.452,23.0,30.0,41.25,86,8.2,32.8,169.6 +08:40:37.947,24.0,30.0,40.70,86,8.1,32.3,169.6 +08:40:43.448,25.0,30.0,40.70,86,8.1,32.4,169.6 +08:40:48.456,25.0,30.0,40.97,86,8.5,34.1,169.6 +08:40:53.947,24.0,30.0,40.70,86,8.2,32.8,169.6 +08:40:58.950,25.0,30.0,40.43,86,8.2,33.0,169.6 +08:41:04.446,24.0,30.0,40.70,87,8.2,32.7,169.6 +08:41:09.447,25.0,30.0,40.43,87,8.2,32.7,169.6 +08:41:14.448,25.0,30.0,40.43,89,8.2,32.8,169.6 +08:41:19.947,25.0,30.0,40.42,89,8.1,32.3,169.6 +08:41:24.954,26.0,30.0,40.43,89,8.7,34.8,169.6 +08:41:30.446,25.0,30.0,40.43,89,8.1,32.4,169.6 +08:41:35.448,26.0,30.0,40.43,89,8.8,35.2,169.6 +08:41:40.946,25.0,30.0,40.43,89,8.2,32.9,169.6 +08:41:46.446,26.0,30.0,40.42,89,8.2,32.6,169.6 +08:41:51.453,26.0,30.0,40.42,89,9.2,36.7,169.6 +08:41:56.946,25.0,30.0,41.25,89,8.8,35.1,169.6 +08:42:02.446,25.0,30.0,40.70,89,8.8,35.3,169.6 +08:42:07.447,25.0,30.0,40.43,89,8.7,34.6,169.6 +08:42:12.946,25.0,30.0,40.70,89,8.8,35.0,169.6 +08:42:18.447,26.0,30.0,40.43,89,8.8,35.1,169.6 +08:42:23.447,25.0,30.0,40.43,89,8.7,34.9,169.6 +08:42:28.946,26.0,30.0,40.70,89,8.8,35.1,169.6 +08:42:33.947,25.0,30.0,40.43,89,8.7,34.8,169.6 +08:42:39.447,25.0,30.0,40.43,89,8.8,35.2,169.6 +08:42:44.947,26.0,30.0,40.43,89,8.8,35.3,169.6 +08:42:50.457,25.0,30.0,40.70,89,8.6,34.2,169.6 +08:42:55.946,25.0,30.0,40.43,89,8.2,32.6,169.6 +08:43:01.445,26.0,30.0,40.43,89,8.8,35.0,169.6 +08:43:06.445,25.0,30.0,40.43,89,8.8,35.1,169.6 +08:43:11.946,26.0,30.0,40.43,89,8.8,35.2,169.6 +08:43:16.946,25.0,30.0,40.43,89,8.8,35.2,169.6 +08:43:22.447,25.0,30.0,40.43,89,8.8,35.0,169.6 +08:43:27.946,26.0,30.0,40.42,89,8.8,35.2,169.6 +08:43:32.948,25.0,30.0,40.43,89,8.8,35.0,169.6 +08:43:38.447,26.0,30.0,40.43,89,8.8,35.1,169.6 +08:43:43.446,25.0,30.0,40.43,89,8.8,35.1,169.6 +08:43:48.947,25.0,30.0,40.42,89,8.8,35.3,169.6 +08:43:53.948,25.0,30.0,40.70,89,8.2,32.8,169.6 +08:43:59.445,24.0,30.0,40.70,89,8.2,32.6,169.6 +08:44:04.446,25.0,30.0,40.70,89,8.2,32.6,169.6 +08:44:09.953,24.0,30.0,41.25,89,8.7,34.7,169.6 +08:44:15.446,24.0,30.0,40.43,89,8.2,32.7,169.6 +08:44:20.447,25.0,30.0,40.70,89,8.2,33.0,169.6 +08:44:25.945,24.0,30.0,40.42,89,8.1,32.5,169.6 +08:44:30.946,25.0,30.0,40.70,89,8.2,32.8,169.6 +08:44:36.452,25.0,30.0,40.70,89,8.7,34.6,169.6 +08:44:41.945,24.0,30.0,40.43,89,8.2,33.0,169.6 +08:44:46.946,25.0,30.0,40.70,89,8.2,32.6,169.6 +08:44:52.445,24.0,30.0,40.70,89,8.2,32.7,169.6 +08:44:57.945,24.0,30.0,40.70,89,8.1,32.4,169.6 +08:45:02.950,25.0,30.0,40.70,89,8.2,32.6,169.6 +08:45:08.446,24.0,30.0,40.70,89,8.1,32.3,169.6 +08:45:13.946,25.0,30.0,40.70,89,8.1,32.4,169.6 +08:45:18.955,25.0,30.0,40.70,89,8.7,34.7,169.6 +08:45:24.445,24.0,30.0,40.70,89,8.2,32.6,169.6 +08:45:29.449,25.0,30.0,40.43,89,8.2,32.8,169.6 +08:45:34.945,24.0,30.0,40.69,89,8.1,32.3,169.6 +08:45:39.945,25.0,30.0,40.43,89,8.2,32.8,169.6 +08:45:45.455,25.0,30.0,40.43,89,8.6,34.4,169.6 +08:45:50.945,24.0,30.0,40.69,89,8.2,32.8,169.6 +08:45:55.948,25.0,30.0,40.43,89,8.2,32.8,169.6 +08:46:01.444,24.0,30.0,40.70,89,8.1,32.2,169.6 +08:46:06.444,25.0,30.0,40.43,89,8.2,32.6,169.6 +08:46:11.953,25.0,30.0,40.42,89,8.6,34.3,169.6 +08:46:17.445,24.0,30.0,40.70,89,8.2,32.7,169.6 +08:46:22.447,25.0,30.0,40.42,89,8.2,32.9,169.6 +08:46:27.946,24.0,30.0,40.97,89,8.1,32.3,169.6 +08:46:33.445,25.0,30.0,40.43,89,8.1,32.4,169.6 +08:46:38.451,24.0,30.0,41.25,89,8.0,31.8,169.6 +08:46:43.944,24.0,30.0,40.43,89,8.2,32.7,169.6 +08:46:48.946,26.0,30.0,40.43,89,8.8,35.2,169.6 +08:46:54.444,25.0,30.0,40.43,89,8.2,32.6,169.6 +08:46:59.944,25.0,30.0,40.43,89,8.2,32.6,169.6 +08:47:04.950,26.0,30.0,40.43,89,8.7,34.6,169.6 +08:47:10.444,25.0,30.0,40.43,89,8.2,32.8,169.6 +08:47:15.445,26.0,30.0,40.43,89,8.7,34.9,169.6 +08:47:20.943,25.0,30.0,40.43,89,8.2,33.0,169.6 +08:47:25.945,26.0,30.0,40.43,89,8.8,35.2,169.6 +08:47:31.450,26.0,30.0,40.43,89,8.6,34.5,169.6 +08:47:36.943,24.0,30.0,40.70,89,8.1,32.5,169.6 +08:47:41.944,26.0,30.0,40.42,89,8.8,35.4,169.6 +08:47:46.945,24.0,30.0,40.42,89,8.1,32.5,169.6 +08:47:52.443,23.0,30.0,41.25,90,8.1,32.4,169.6 +08:47:57.453,25.0,30.0,40.70,91,8.6,34.4,169.6 +08:48:02.944,24.0,30.0,40.43,91,8.2,32.7,169.6 +08:48:07.947,25.0,30.0,40.70,91,8.2,32.8,169.6 +08:48:13.445,24.0,30.0,40.43,91,8.1,32.3,169.6 +08:48:18.944,25.0,30.0,40.43,91,8.3,33.1,169.6 +08:48:23.952,25.0,30.0,40.70,91,8.7,34.6,169.6 +08:48:29.445,24.0,30.0,40.40,91,8.1,32.5,169.6 +08:48:34.446,24.0,30.0,40.98,91,7.5,30.2,169.6 +08:48:39.944,24.0,30.0,40.71,91,8.1,32.5,169.6 +08:48:44.944,25.0,30.0,40.70,91,8.2,32.6,169.6 +08:48:50.451,25.0,30.0,40.70,91,8.7,34.8,169.6 +08:48:55.943,24.0,30.0,40.70,91,8.2,32.8,169.6 +08:49:00.944,25.0,30.0,40.70,91,8.2,32.8,169.6 +08:49:06.443,24.0,30.0,40.70,91,8.1,32.5,169.6 +08:49:11.444,25.0,30.0,41.52,91,8.2,32.7,169.6 +08:49:16.950,25.0,30.0,40.43,91,8.7,34.7,169.6 +08:49:22.443,24.0,30.0,40.70,91,8.1,32.5,169.6 +08:49:27.444,25.0,30.0,40.43,91,8.1,32.5,169.6 +08:49:32.943,24.0,30.0,40.69,91,8.1,32.4,169.6 +08:49:37.944,25.0,30.0,40.43,91,8.1,32.5,169.6 +08:49:43.448,25.0,30.0,40.43,91,8.6,34.5,169.6 +08:49:48.944,24.0,30.0,40.70,91,8.1,32.5,169.6 +08:49:54.442,25.0,30.0,40.70,91,8.2,32.6,169.6 +08:49:59.453,25.0,30.0,40.43,91,8.5,33.9,169.6 +08:50:04.943,24.0,30.0,40.43,91,8.1,32.5,169.6 +08:50:09.947,25.0,30.0,40.43,91,8.2,33.0,169.6 +08:50:15.443,24.0,30.0,40.43,91,8.1,32.5,169.6 +08:50:20.452,25.0,30.0,40.42,91,8.2,32.8,169.6 +08:50:25.968,25.0,30.0,40.41,91,8.6,34.4,169.6 +08:50:31.464,25.0,30.0,40.43,91,8.1,32.5,169.6 +08:50:36.472,26.0,30.0,40.43,91,8.7,34.7,169.6 +08:50:41.970,25.0,30.0,40.43,91,8.2,32.8,169.6 +08:50:47.473,25.0,30.0,40.43,91,8.1,32.3,169.6 +08:50:52.482,26.0,30.0,40.43,91,8.7,34.8,169.6 +08:50:57.975,25.0,30.0,40.70,91,8.2,32.8,169.6 +08:51:02.978,26.0,30.0,40.42,91,8.8,35.0,169.6 +08:51:08.475,25.0,30.0,40.43,91,8.3,33.1,169.6 +08:51:13.976,25.0,30.0,40.42,91,8.0,32.0,169.6 +08:51:18.984,26.0,30.0,40.70,91,8.7,34.7,169.6 +08:51:24.476,25.0,30.0,40.42,91,8.2,32.6,169.6 +08:51:29.479,26.0,30.0,40.43,91,8.9,35.5,169.6 +08:51:34.977,24.0,30.0,40.70,91,8.8,35.1,169.6 +08:51:40.478,25.0,30.0,40.42,91,8.8,35.1,169.6 +08:51:45.979,26.0,30.0,40.70,91,8.8,35.1,169.6 +08:51:51.477,25.0,30.0,40.42,91,8.2,32.8,169.6 +08:51:56.978,25.0,30.0,40.43,91,8.1,32.5,169.6 +08:52:01.984,26.0,30.0,40.42,91,8.6,34.3,169.6 +08:52:07.477,25.0,30.0,40.42,91,8.2,32.8,169.6 +08:52:12.478,26.0,30.0,40.42,91,8.8,35.0,169.6 +08:52:17.977,25.0,30.0,40.43,91,8.2,32.9,169.6 +08:52:23.477,25.0,30.0,40.42,92,8.1,32.5,169.6 +08:52:28.483,26.0,30.0,40.43,92,8.7,34.8,169.6 +08:52:33.977,25.0,30.0,40.43,92,8.2,32.6,169.6 +08:52:38.977,25.0,30.0,41.25,92,8.2,32.6,169.6 +08:52:43.978,24.0,30.0,40.42,92,8.1,32.3,169.6 +08:52:49.478,25.0,30.0,40.43,92,8.2,32.6,169.6 +08:52:54.487,25.0,30.0,40.70,92,8.6,34.4,169.6 +08:52:59.978,24.0,30.0,40.42,92,8.2,32.9,169.6 +08:53:04.981,25.0,30.0,40.70,92,8.2,32.8,169.6 +08:53:10.479,24.0,30.0,40.43,92,8.1,32.3,169.6 +08:53:15.979,25.0,30.0,40.43,92,8.2,32.6,169.6 +08:53:20.986,25.0,30.0,40.70,92,8.7,34.7,169.6 +08:53:26.480,24.0,30.0,40.43,92,8.2,32.7,169.6 +08:53:31.480,25.0,30.0,40.70,92,8.2,32.7,169.6 +08:53:36.979,24.0,30.0,40.70,92,8.0,32.0,169.6 +08:53:42.479,25.0,30.0,40.70,92,8.1,32.5,169.6 +08:53:47.485,25.0,30.0,40.70,92,8.5,34.0,169.6 +08:53:52.979,24.0,30.0,40.70,92,8.2,32.7,169.6 +08:53:57.979,25.0,30.0,40.43,92,8.2,32.7,169.6 +08:54:03.478,24.0,30.0,40.70,92,8.1,32.4,169.6 +08:54:08.479,25.0,30.0,40.43,92,8.1,32.5,169.6 +08:54:13.490,26.0,30.0,41.25,93,8.4,33.5,169.6 +08:54:18.979,25.0,30.0,40.42,93,8.1,32.5,169.6 +08:54:23.984,26.0,30.0,40.43,93,8.7,34.7,169.6 +08:54:29.478,25.0,30.0,40.42,93,8.2,32.7,169.6 +08:54:34.978,25.0,30.0,40.43,93,8.1,32.4,169.6 +08:54:39.989,26.0,30.0,40.42,94,8.6,34.3,169.6 +08:54:45.479,25.0,30.0,40.42,94,8.1,32.5,169.6 +08:54:50.483,26.0,30.0,40.43,94,8.7,34.8,169.6 +08:54:55.978,25.0,30.0,40.43,94,8.2,32.8,169.6 +08:55:01.478,25.0,30.0,40.42,94,8.1,32.5,169.6 +08:55:06.488,26.0,30.0,40.43,94,8.7,34.7,169.6 +08:55:11.979,25.0,30.0,40.43,94,8.2,32.7,169.6 +08:55:16.982,26.0,30.0,40.43,94,8.9,35.6,169.6 +08:55:22.478,25.0,30.0,40.42,94,8.8,35.4,169.6 +08:55:27.978,26.0,30.0,40.43,94,8.7,34.8,169.6 +08:55:32.980,25.0,30.0,40.42,94,8.8,35.0,169.6 +08:55:38.480,25.0,30.0,40.42,94,8.8,35.4,169.6 +08:55:43.979,26.0,30.0,40.70,94,8.7,34.7,169.6 +08:55:48.979,25.0,30.0,40.42,94,8.7,34.8,169.6 +08:55:54.480,26.0,30.0,40.43,94,8.8,35.0,169.6 +08:55:59.982,26.0,30.0,40.43,94,8.8,35.1,169.6 +08:56:05.480,25.0,30.0,40.43,94,8.2,32.6,169.6 +08:56:10.979,25.0,30.0,40.42,94,8.1,32.3,169.6 +08:56:15.987,26.0,30.0,40.43,94,8.7,34.6,169.6 +08:56:21.480,25.0,30.0,40.43,94,8.8,35.3,169.6 +08:56:26.979,26.0,30.0,40.43,94,8.8,35.3,169.6 +08:56:31.980,25.0,30.0,40.42,94,8.8,35.1,169.6 +08:56:37.480,25.0,30.0,40.43,94,8.8,35.1,169.6 +08:56:42.480,25.0,30.0,40.42,94,8.7,34.6,169.6 +08:56:47.979,25.0,30.0,40.70,94,8.7,34.8,169.6 +08:56:52.979,25.0,30.0,40.43,94,8.2,32.7,169.6 +08:56:58.480,25.0,30.0,40.43,94,8.7,34.9,169.6 +08:57:03.980,25.0,30.0,40.70,94,8.8,35.2,169.6 +08:57:09.480,26.0,30.0,40.43,94,8.8,35.0,169.6 +08:57:14.979,25.0,30.0,40.42,94,8.2,32.7,169.6 +08:57:19.979,26.0,30.0,40.43,94,8.8,35.0,169.6 +08:57:24.989,25.0,30.0,40.97,94,8.6,34.5,169.6 +08:57:30.480,24.0,30.0,40.42,94,8.2,32.8,169.6 +08:57:35.484,25.0,30.0,40.70,94,8.2,32.8,169.6 +08:57:40.979,24.0,30.0,40.43,94,8.1,32.3,169.6 +08:57:45.980,25.0,30.0,40.70,94,8.2,32.6,169.6 +08:57:51.490,25.0,30.0,40.70,94,8.6,34.5,169.6 +08:57:56.980,24.0,30.0,40.42,94,8.2,32.7,169.6 +08:58:01.983,25.0,30.0,40.70,94,8.2,32.8,169.6 +08:58:07.480,24.0,30.0,40.43,94,8.2,32.6,169.6 +08:58:12.980,25.0,30.0,40.43,94,8.1,32.5,169.6 +08:58:17.988,25.0,30.0,40.70,94,8.6,34.5,169.6 +08:58:22.999,24.0,30.0,40.92,95,10.4,41.6,169.6 +08:58:28.483,25.0,30.0,40.65,95,8.7,34.7,169.6 +08:58:33.980,24.0,30.0,40.65,95,8.1,32.2,169.6 +08:58:39.481,25.0,30.0,40.69,95,8.1,32.4,169.6 +08:58:44.487,25.0,30.0,40.70,96,8.6,34.3,169.6 +08:58:49.980,24.0,30.0,40.70,96,8.1,32.5,169.6 +08:58:54.982,25.0,30.0,40.43,96,8.2,32.8,169.6 +08:59:00.480,24.0,30.0,40.70,96,8.1,32.3,169.6 +08:59:05.481,25.0,30.0,40.42,96,8.2,32.7,169.6 +08:59:10.987,25.0,30.0,40.43,96,8.6,34.5,169.6 +08:59:16.481,24.0,30.0,40.70,96,8.1,32.5,169.6 +08:59:21.481,24.0,30.0,40.98,96,7.6,30.3,169.6 +08:59:26.980,24.0,30.0,40.70,96,8.1,32.2,169.6 +08:59:32.480,24.0,30.0,40.70,96,8.2,32.6,169.6 +08:59:37.486,25.0,30.0,40.43,96,8.6,34.3,169.6 +08:59:42.490,25.0,30.0,40.60,96,9.3,37.1,169.6 +08:59:47.980,25.0,30.0,40.41,97,8.1,32.3,169.6 +08:59:52.980,25.0,30.0,40.43,97,8.2,32.8,169.6 +08:59:57.981,26.0,30.0,40.43,97,8.8,35.1,169.6 +09:00:03.490,26.0,30.0,40.43,97,8.6,34.4,169.6 +09:00:08.981,25.0,30.0,40.43,97,8.8,35.4,169.6 +09:00:14.480,26.0,30.0,40.43,97,8.8,35.2,169.6 +09:00:19.481,25.0,30.0,40.43,97,8.7,34.8,169.6 +09:00:24.981,26.0,30.0,40.43,97,8.8,35.0,169.6 +09:00:29.981,25.0,30.0,40.42,97,8.7,34.7,169.6 +09:00:34.981,25.0,30.0,40.43,97,8.1,32.4,169.6 +09:00:39.987,25.0,30.0,40.69,97,8.5,34.0,169.6 +09:00:45.482,24.0,30.0,40.43,97,8.2,32.7,169.6 +09:00:50.482,25.0,30.0,40.70,97,8.2,32.7,169.6 +09:00:55.981,24.0,30.0,40.43,98,8.1,32.3,169.6 +09:01:01.481,24.0,30.0,40.69,98,8.1,32.4,169.6 +09:01:06.487,25.0,30.0,40.70,98,8.5,34.1,169.6 +09:01:11.981,24.0,30.0,40.70,98,8.1,32.5,169.6 +09:01:16.981,25.0,30.0,40.98,98,8.1,32.3,169.6 +09:01:22.480,24.0,30.0,40.70,98,8.1,32.5,169.6 +09:01:27.482,25.0,30.0,40.43,98,8.1,32.2,169.6 +09:01:32.987,25.0,30.0,40.43,98,8.5,34.1,169.6 +09:01:38.481,24.0,30.0,40.69,98,8.1,32.3,169.6 +09:01:43.481,25.0,30.0,40.43,98,8.2,32.9,169.6 +09:01:48.482,25.0,30.0,40.43,98,8.1,32.2,169.6 +09:01:53.981,25.0,30.0,40.42,98,8.1,32.3,169.6 +09:01:58.991,26.0,30.0,40.43,98,8.6,34.2,169.6 +09:02:04.481,25.0,30.0,41.25,99,8.2,32.6,169.6 +09:02:09.485,26.0,30.0,40.43,99,8.7,34.9,169.6 +09:02:14.981,25.0,30.0,40.42,99,8.2,32.6,169.6 +09:02:19.982,26.0,30.0,40.43,99,8.8,35.1,169.6 +09:02:25.490,26.0,30.0,40.43,99,8.7,34.6,169.6 +09:02:30.982,25.0,30.0,40.70,99,8.1,32.4,169.6 +09:02:35.984,26.0,30.0,40.43,99,8.8,35.0,169.6 +09:02:41.482,25.0,30.0,40.42,99,8.2,32.7,169.6 +09:02:46.981,26.0,30.0,40.42,99,8.2,32.6,169.6 +09:02:51.989,26.0,30.0,40.43,99,9.3,37.1,169.6 +09:02:57.482,24.0,30.0,40.70,99,8.7,34.9,169.6 +09:03:02.982,26.0,30.0,40.43,99,8.8,35.0,169.6 +09:03:07.983,25.0,30.0,40.43,99,8.7,34.7,169.6 +09:03:13.483,25.0,30.0,40.43,99,8.8,35.0,169.6 +09:03:18.983,26.0,30.0,40.43,99,8.7,34.9,169.6 +09:03:24.481,25.0,30.0,40.42,99,8.1,32.5,169.6 +09:03:29.481,26.0,30.0,40.43,99,8.8,35.0,169.6 +09:03:34.483,25.0,30.0,40.42,99,8.7,34.8,169.6 +09:03:39.983,25.0,30.0,40.43,99,8.7,34.8,169.6 +09:03:45.482,26.0,30.0,40.43,99,8.6,34.5,169.6 +09:03:50.981,25.0,30.0,40.42,99,8.8,35.0,169.6 +09:03:55.982,25.0,30.0,40.43,99,8.1,32.5,169.6 +09:04:00.992,25.0,30.0,40.70,99,8.5,34.0,169.6 +09:04:06.482,24.0,30.0,40.42,99,8.2,32.7,169.6 +09:04:11.487,25.0,30.0,40.70,99,8.2,32.6,169.6 +09:04:16.983,24.0,30.0,40.43,99,8.2,32.7,169.6 +09:04:22.483,25.0,30.0,40.43,99,8.1,32.5,169.6 +09:04:27.491,25.0,30.0,40.70,99,8.6,34.3,169.6 +09:04:32.983,24.0,30.0,40.42,99,8.2,32.7,169.6 +09:04:37.985,25.0,30.0,40.70,99,8.1,32.5,169.6 +09:04:43.482,24.0,30.0,40.70,99,8.2,32.7,169.6 +09:04:48.482,25.0,30.0,40.70,99,8.2,32.7,169.6 +09:04:53.483,24.0,30.0,40.70,99,8.2,32.7,169.6 +09:04:58.983,25.0,30.0,40.70,99,8.1,32.3,169.6 +09:05:03.990,25.0,30.0,40.43,99,8.5,33.9,169.6 +09:05:09.483,24.0,30.0,41.25,99,8.2,32.6,169.6 +09:05:14.484,25.0,30.0,40.43,99,8.2,32.8,169.6 +09:05:19.983,24.0,30.0,40.43,99,8.1,32.5,169.6 +09:05:24.983,26.0,30.0,40.43,99,8.1,32.5,169.6 +09:05:30.488,26.0,30.0,40.43,99,8.5,34.0,169.6 +09:05:35.983,25.0,30.0,40.43,99,8.2,32.7,169.6 +09:05:41.481,25.0,30.0,40.43,99,8.1,32.4,169.6 +09:05:46.988,25.0,30.0,40.42,99,8.6,34.5,169.6 +09:05:52.482,24.0,30.0,40.70,99,8.1,32.5,169.6 +09:05:57.482,25.0,30.0,40.43,99,8.2,32.8,169.6 +09:06:02.982,24.0,30.0,40.70,99,8.2,32.6,169.6 +09:06:07.982,25.0,30.0,40.42,99,8.1,32.4,169.6 +09:06:12.991,26.0,30.0,40.42,99,8.7,34.6,169.6 +09:06:18.482,25.0,30.0,40.43,99,8.2,32.9,169.6 +09:06:23.486,26.0,30.0,40.71,99,8.7,34.7,169.6 +09:06:28.981,25.0,30.0,40.42,99,8.2,32.6,169.6 +09:06:34.481,26.0,30.0,40.43,99,8.1,32.4,169.6 +09:06:39.482,25.0,30.0,40.42,99,8.8,35.0,169.6 +09:06:44.982,25.0,30.0,40.42,99,8.8,35.0,169.6 +09:06:50.481,26.0,30.0,40.43,99,8.8,35.1,169.6 +09:06:55.482,25.0,30.0,40.43,99,8.8,35.1,169.6 +09:07:00.983,26.0,30.0,40.43,99,8.8,35.0,169.6 +09:07:06.486,26.0,30.0,40.44,99,8.6,34.2,169.6 +09:07:11.982,25.0,30.0,40.42,99,8.2,32.7,169.6 +09:07:16.982,26.0,30.0,40.43,99,8.8,35.1,169.6 +09:07:21.982,25.0,30.0,40.42,99,8.8,35.0,169.6 +09:07:26.983,25.0,30.0,40.43,99,8.2,32.6,169.6 +09:07:32.489,25.0,30.0,40.70,99,8.6,34.3,169.6 +09:07:37.982,24.0,30.0,40.43,99,8.2,32.6,169.6 +09:07:42.983,25.0,30.0,40.97,99,8.2,32.7,169.6 +09:07:48.482,24.0,30.0,40.43,99,8.2,32.6,169.6 +09:07:53.983,24.0,30.0,40.43,99,8.0,32.1,169.6 +09:07:58.988,25.0,30.0,40.70,99,8.6,34.5,169.6 +09:08:04.482,24.0,30.0,40.70,99,8.2,32.9,169.6 +09:08:09.483,25.0,30.0,40.70,99,8.2,32.9,169.6 +09:08:14.993,25.0,30.0,40.70,99,8.6,34.2,169.6 +09:08:20.482,24.0,30.0,40.43,99,8.2,32.6,169.6 +09:08:25.487,25.0,30.0,40.70,99,8.2,32.9,169.6 +09:08:30.982,24.0,30.0,40.70,99,8.1,32.5,169.6 +09:08:35.984,25.0,30.0,40.70,99,8.2,32.7,169.6 +09:08:41.493,25.0,30.0,40.70,99,8.6,34.5,169.6 +09:08:46.982,24.0,30.0,40.69,99,8.2,32.7,169.6 +09:08:51.987,25.0,30.0,40.70,99,8.2,32.8,169.6 +09:08:57.483,24.0,30.0,40.69,99,8.1,32.5,169.6 +09:09:02.983,25.0,30.0,41.25,100,8.0,32.1,169.6 +09:09:07.992,25.0,30.0,40.43,100,8.6,34.2,169.6 +09:09:13.483,24.0,30.0,40.70,100,8.2,32.6,169.6 +09:09:18.486,25.0,30.0,40.43,100,8.3,33.1,169.6 +09:09:23.982,24.0,30.0,40.98,100,8.1,32.5,169.6 +09:09:28.983,25.0,30.0,40.43,100,8.2,33.0,169.6 +09:09:34.491,25.0,30.0,40.43,100,8.7,34.6,169.6 +09:09:39.983,24.0,30.0,40.97,100,8.2,32.6,169.6 +09:09:44.984,25.0,30.0,40.42,100,8.2,32.8,169.6 +09:09:50.482,24.0,30.0,40.70,100,8.2,32.6,169.6 +09:09:55.483,25.0,30.0,40.43,101,8.2,32.6,169.6 +09:10:00.990,25.0,30.0,40.43,101,8.6,34.4,169.6 +09:10:06.484,24.0,30.0,40.43,101,8.2,32.8,169.6 +09:10:11.484,25.0,30.0,40.43,101,8.2,33.0,169.6 +09:10:16.983,24.0,30.0,40.42,101,8.0,31.9,169.6 +09:10:21.984,26.0,30.0,40.43,101,8.7,34.9,169.6 +09:10:27.489,26.0,30.0,40.43,101,8.7,34.6,169.6 +09:10:32.983,25.0,30.0,40.43,101,8.1,32.4,169.6 +09:10:37.983,26.0,30.0,40.70,101,8.8,35.3,169.6 +09:10:43.482,25.0,30.0,40.42,101,8.2,32.8,169.6 +09:10:48.484,26.0,30.0,40.43,101,8.8,35.3,169.6 +09:10:53.988,26.0,30.0,40.42,101,8.8,35.0,169.6 +09:10:59.483,25.0,30.0,40.43,101,8.2,32.8,169.6 +09:11:04.983,25.0,30.0,40.43,101,8.1,32.5,169.6 +09:11:09.993,26.0,30.0,40.42,101,8.6,34.3,169.6 +09:11:15.483,25.0,30.0,40.42,101,8.2,32.6,169.6 +09:11:20.487,26.0,30.0,40.43,101,8.9,35.6,169.6 +09:11:25.984,25.0,30.0,40.42,101,8.7,34.9,169.6 +09:11:31.484,26.0,30.0,40.43,101,8.8,35.2,169.6 +09:11:36.484,25.0,30.0,40.43,101,8.8,35.3,169.6 +09:11:41.484,25.0,30.0,40.43,101,8.2,32.6,169.6 +09:11:46.491,25.0,30.0,40.70,101,8.6,34.5,169.6 +09:11:51.984,24.0,30.0,40.43,101,8.2,32.9,169.6 +09:11:56.986,25.0,30.0,40.70,101,8.2,33.0,169.6 +09:12:02.484,24.0,30.0,40.43,101,8.2,32.7,169.6 +09:12:07.984,25.0,30.0,40.43,101,8.1,32.5,169.6 +09:12:12.991,25.0,30.0,40.70,101,8.6,34.3,169.6 +09:12:18.484,24.0,30.0,40.70,101,8.2,32.6,169.6 +09:12:23.485,25.0,30.0,40.70,101,8.2,33.0,169.6 +09:12:28.984,24.0,30.0,40.70,101,8.2,32.7,169.6 +09:12:34.484,24.0,30.0,40.70,101,8.2,32.6,169.6 +09:12:39.490,25.0,30.0,40.70,101,8.6,34.2,169.6 +09:12:44.984,24.0,30.0,40.70,101,8.1,32.4,169.6 +09:12:50.484,25.0,30.0,40.70,101,8.1,32.5,169.6 +09:12:55.990,25.0,30.0,40.70,101,8.6,34.5,169.6 +09:13:01.484,24.0,30.0,40.43,101,8.2,32.7,169.6 +09:13:06.485,25.0,30.0,40.69,101,8.2,32.9,169.6 +09:13:11.984,24.0,30.0,40.43,101,8.1,32.3,169.6 +09:13:17.484,24.0,30.0,40.43,101,8.1,32.5,169.6 +09:13:22.489,25.0,30.0,40.70,101,8.5,34.1,169.6 +09:13:27.984,24.0,30.0,40.70,101,8.2,32.7,169.6 +09:13:33.485,25.0,30.0,40.70,101,8.1,32.5,169.6 +09:13:38.494,25.0,30.0,40.70,101,8.6,34.3,169.6 +09:13:43.984,24.0,30.0,40.70,101,8.1,32.3,169.6 +09:13:48.988,25.0,30.0,40.42,101,8.2,32.7,169.6 +09:13:54.484,24.0,30.0,40.70,101,8.1,32.5,169.6 +09:13:59.484,25.0,30.0,40.43,101,8.2,32.9,169.6 +09:14:04.485,23.0,30.0,40.98,101,8.2,32.7,169.6 +09:14:09.985,25.0,30.0,40.43,101,8.0,32.1,169.6 +09:14:14.992,26.0,30.0,40.42,101,8.7,34.7,169.6 +09:14:20.484,25.0,30.0,40.45,101,8.1,32.5,169.6 +09:14:25.486,26.0,30.0,40.42,101,8.7,34.6,169.6 +09:14:30.985,25.0,30.0,40.43,101,8.2,32.7,169.6 +09:14:36.484,25.0,30.0,40.43,101,8.1,32.3,169.6 +09:14:41.492,26.0,30.0,40.70,101,8.7,34.7,169.6 +09:14:46.985,25.0,30.0,40.42,101,8.2,32.6,169.6 +09:14:51.986,26.0,30.0,40.43,101,8.8,35.2,169.6 +09:14:57.484,25.0,30.0,40.43,101,8.2,32.6,169.6 +09:15:02.984,26.0,30.0,40.42,101,8.2,32.6,169.6 +09:15:07.991,26.0,30.0,40.43,101,8.9,35.5,169.6 +09:15:13.485,25.0,30.0,40.43,101,8.8,35.0,169.6 +09:15:18.486,25.0,30.0,40.43,101,8.2,32.8,169.6 +09:15:23.985,25.0,30.0,40.43,101,8.8,35.0,169.6 +09:15:29.485,25.0,30.0,40.42,101,8.8,35.0,169.6 +09:15:34.985,26.0,30.0,40.43,101,8.8,35.1,169.6 +09:15:40.485,25.0,30.0,40.42,101,8.2,32.9,169.6 +09:15:45.984,25.0,30.0,40.43,101,8.1,32.5,169.6 +09:15:50.990,26.0,30.0,40.43,101,8.7,34.8,169.6 +09:15:56.484,25.0,30.0,40.71,101,8.2,32.8,169.6 +09:16:01.484,26.0,30.0,40.43,101,8.8,35.2,169.6 +09:16:06.485,25.0,30.0,40.43,101,8.8,35.0,169.6 +09:16:11.987,26.0,30.0,40.43,101,8.8,35.0,169.6 +09:16:16.994,25.0,30.0,40.70,101,8.6,34.5,169.6 +09:16:22.485,24.0,30.0,40.42,101,8.2,32.8,169.6 +09:16:27.488,25.0,30.0,40.70,101,8.2,32.7,169.6 +09:16:32.986,24.0,30.0,40.41,102,8.1,32.5,169.6 +09:16:38.486,25.0,30.0,40.43,102,8.2,32.6,169.6 +09:16:43.493,25.0,30.0,40.69,102,8.7,34.6,169.6 +09:16:48.986,24.0,30.0,40.42,102,8.2,32.7,169.6 +09:16:53.987,25.0,30.0,40.70,102,8.2,32.6,169.6 +09:16:59.485,24.0,30.0,40.43,102,8.2,32.6,169.6 +09:17:04.986,25.0,30.0,40.43,102,8.1,32.3,169.6 +09:17:09.993,25.0,30.0,40.70,102,8.6,34.4,169.6 +09:17:15.485,24.0,30.0,40.69,102,8.2,32.6,169.6 +09:17:20.487,25.0,30.0,40.70,102,8.2,32.8,169.6 +09:17:25.985,24.0,30.0,40.70,102,8.1,32.4,169.6 +09:17:31.486,24.0,30.0,40.70,102,8.1,32.5,169.6 +09:17:36.492,25.0,30.0,40.43,102,8.6,34.4,169.6 +09:17:41.985,24.0,30.0,40.70,102,8.1,32.2,169.6 +09:17:46.986,25.0,30.0,40.97,102,8.2,32.8,169.6 +09:17:51.986,25.0,30.0,40.43,102,8.1,32.4,169.6 +09:17:57.486,25.0,30.0,40.43,102,8.1,32.5,169.6 +09:18:02.496,26.0,30.0,40.43,102,8.6,34.4,169.6 +09:18:07.985,25.0,30.0,40.43,102,8.2,32.6,169.6 +09:18:12.990,26.0,30.0,40.42,102,8.7,34.8,169.6 +09:18:18.485,25.0,30.0,40.42,102,8.3,33.1,169.6 +09:18:23.985,25.0,30.0,40.43,102,8.2,32.7,169.6 +09:18:28.995,26.0,30.0,40.43,102,8.7,34.7,169.6 +09:18:34.485,25.0,30.0,40.42,102,8.2,32.7,169.6 +09:18:39.489,26.0,30.0,40.43,102,8.8,35.1,169.6 +09:18:44.986,25.0,30.0,40.43,102,8.2,32.9,169.6 +09:18:49.987,26.0,30.0,40.43,102,8.8,35.1,169.6 +09:18:55.494,26.0,30.0,40.43,102,9.2,37.0,169.6 +09:19:00.986,25.0,30.0,40.71,102,8.8,35.4,169.6 +09:19:06.485,26.0,30.0,40.42,102,8.7,34.7,169.6 +09:19:11.485,25.0,30.0,40.42,102,8.8,35.1,169.6 +09:19:16.986,26.0,30.0,40.70,102,8.7,34.9,169.6 +09:19:21.987,25.0,30.0,40.44,102,8.7,34.9,169.6 +09:19:27.487,25.0,30.0,40.43,102,8.8,35.0,169.6 +09:19:32.986,26.0,30.0,40.43,102,8.8,35.4,169.6 +09:19:37.988,25.0,30.0,40.43,102,8.7,34.8,169.6 +09:19:43.486,26.0,30.0,40.42,102,8.8,35.2,169.6 +09:19:48.486,25.0,30.0,40.43,102,8.3,33.3,169.6 +09:19:53.986,25.0,30.0,40.43,102,8.8,35.3,169.6 +09:19:58.986,25.0,30.0,40.69,102,8.3,33.1,169.6 +09:20:04.497,25.0,30.0,40.70,102,8.6,34.3,169.6 +09:20:09.986,24.0,30.0,40.43,102,8.2,32.7,169.6 +09:20:14.991,25.0,30.0,40.70,102,8.2,32.6,169.6 +09:20:20.486,24.0,30.0,40.43,102,8.0,32.0,169.6 +09:20:25.486,25.0,30.0,40.70,102,8.2,32.6,169.6 +09:20:30.487,24.0,30.0,40.70,102,8.1,32.2,169.6 +09:20:35.987,25.0,30.0,40.70,102,8.1,32.5,169.6 +09:20:40.996,25.0,30.0,40.43,102,8.5,34.0,169.6 +09:20:46.486,24.0,30.0,40.70,102,8.2,32.6,169.6 +09:20:51.490,25.0,30.0,40.43,102,8.2,32.8,169.6 +09:20:56.989,24.0,30.0,40.70,102,8.1,32.5,169.6 +09:21:02.492,25.0,30.0,40.70,102,8.1,32.4,169.6 +09:21:07.502,25.0,30.0,40.43,102,8.6,34.4,169.6 +09:21:12.995,24.0,30.0,40.43,102,8.1,32.5,169.6 +09:21:17.999,25.0,30.0,40.43,102,8.2,33.0,169.6 +09:21:23.497,24.0,30.0,40.43,102,8.2,32.8,169.6 +09:21:28.499,25.0,30.0,40.43,102,8.2,32.6,169.6 +09:21:34.006,26.0,30.0,40.43,102,8.7,34.7,169.6 +09:21:39.500,25.0,30.0,40.43,102,8.0,32.1,169.6 +09:21:44.501,26.0,30.0,40.43,102,8.7,34.7,169.6 +09:21:49.999,25.0,30.0,40.43,102,8.2,32.8,169.6 +09:21:55.000,26.0,30.0,40.42,102,8.6,34.5,169.6 +09:22:00.506,26.0,30.0,40.43,102,8.7,34.7,169.6 +09:22:06.000,25.0,30.0,40.43,102,8.2,32.9,169.6 +09:22:11.000,26.0,30.0,40.43,102,8.8,35.0,169.6 +09:22:16.499,25.0,30.0,40.42,102,8.1,32.3,169.6 +09:22:21.499,26.0,30.0,40.42,102,8.8,35.1,169.6 +09:22:26.501,25.0,30.0,40.43,102,8.7,34.7,169.6 +09:22:32.001,25.0,30.0,40.43,102,8.8,35.3,169.6 +09:22:37.004,25.0,30.0,40.70,102,8.2,32.6,169.6 +09:22:42.500,24.0,30.0,40.43,102,8.2,32.7,169.6 +09:22:48.000,25.0,30.0,40.43,102,8.2,32.6,169.6 +09:22:53.010,25.0,30.0,40.69,102,8.5,34.1,169.6 +09:22:58.500,24.0,30.0,40.43,102,8.2,32.7,169.6 +09:23:03.504,25.0,30.0,40.69,102,8.2,32.9,169.6 +09:23:09.000,24.0,30.0,40.70,102,8.2,32.7,169.6 +09:23:14.501,25.0,30.0,40.43,102,8.1,32.2,169.6 +09:23:19.509,25.0,30.0,40.70,103,8.5,34.1,169.6 +09:23:25.002,24.0,30.0,40.70,103,8.2,32.8,169.6 +09:23:30.003,25.0,30.0,40.70,103,8.2,32.8,169.6 +09:23:35.502,24.0,30.0,40.70,103,8.0,32.1,169.6 +09:23:41.002,25.0,30.0,40.70,103,8.0,32.0,169.6 +09:23:46.008,25.0,30.0,40.70,103,8.5,34.1,169.6 +09:23:51.501,24.0,30.0,40.98,103,8.1,32.4,169.6 +09:23:56.502,25.0,30.0,40.97,103,8.2,32.7,169.6 +09:24:02.001,24.0,30.0,40.70,103,8.2,32.7,169.6 +09:24:07.502,24.0,30.0,40.70,103,8.2,32.6,169.6 +09:24:12.508,25.0,30.0,40.43,103,8.6,34.2,169.6 +09:24:18.002,24.0,30.0,40.70,103,8.1,32.3,169.6 +09:24:23.501,25.0,30.0,40.70,103,8.1,32.5,169.6 +09:24:29.008,25.0,30.0,40.70,103,8.6,34.5,169.6 +09:24:34.502,24.0,30.0,40.70,103,8.1,32.2,169.6 +09:24:40.001,25.0,30.0,40.70,103,8.1,32.3,169.6 +09:24:45.508,25.0,30.0,40.70,103,8.6,34.3,169.6 +09:24:51.002,24.0,30.0,40.43,103,8.1,32.5,169.6 +09:24:56.003,25.0,30.0,40.71,103,8.1,32.4,169.6 +09:25:01.501,24.0,30.0,40.43,103,8.2,32.9,169.6 +09:25:07.002,24.0,30.0,40.43,103,8.0,32.0,169.6 +09:25:12.007,25.0,30.0,40.69,103,8.2,32.9,169.6 +09:25:17.502,24.0,30.0,40.43,103,8.1,32.2,169.6 +09:25:23.003,25.0,30.0,40.42,103,8.1,32.2,169.6 +09:25:28.012,25.0,30.0,40.70,103,8.4,33.8,169.6 +09:25:33.502,24.0,30.0,40.43,103,8.2,32.7,169.6 +09:25:38.506,25.0,30.0,40.97,103,8.2,32.8,169.6 +09:25:44.002,24.0,30.0,40.70,103,8.1,32.4,169.6 +09:25:49.002,25.0,30.0,40.70,103,8.2,32.7,169.6 +09:25:54.003,24.0,30.0,40.70,103,8.1,32.5,169.6 +09:25:59.503,25.0,30.0,40.66,103,8.1,32.5,169.6 +09:26:04.511,25.0,30.0,40.42,103,8.6,34.4,169.6 +09:26:10.003,24.0,30.0,40.43,103,8.0,31.9,169.6 +09:26:15.005,25.0,30.0,40.43,103,8.2,32.8,169.6 +09:26:20.502,24.0,30.0,40.43,103,8.1,32.5,169.6 +09:26:26.003,25.0,30.0,40.43,103,8.1,32.4,169.6 +09:26:31.010,26.0,30.0,40.43,103,8.6,34.4,169.6 +09:26:36.502,25.0,30.0,40.97,103,8.2,32.8,169.6 +09:26:41.505,26.0,30.0,40.43,103,8.7,34.8,169.6 +09:26:47.003,25.0,30.0,40.98,103,8.2,32.8,169.6 +09:26:52.502,25.0,30.0,41.25,104,8.2,32.6,169.6 +09:26:57.509,26.0,30.0,40.43,104,8.6,34.4,169.6 +09:27:03.003,25.0,30.0,40.43,104,8.2,32.8,169.6 +09:27:08.004,26.0,30.0,40.43,104,8.8,35.2,169.6 +09:27:13.503,25.0,30.0,40.42,104,8.2,32.8,169.6 +09:27:18.503,26.0,30.0,40.43,104,8.8,35.1,169.6 +09:27:23.503,25.0,30.0,40.43,104,8.7,34.8,169.6 +09:27:28.504,25.0,30.0,40.70,104,8.2,32.6,169.6 +09:27:33.513,25.0,30.0,41.25,104,8.6,34.5,169.6 +09:27:39.003,24.0,30.0,40.70,104,8.2,32.6,169.6 +09:27:44.007,25.0,30.0,40.43,104,8.2,32.7,169.6 +09:27:49.503,24.0,30.0,40.70,104,8.2,32.8,169.6 +09:27:54.503,25.0,30.0,40.43,104,8.1,32.4,169.6 +09:27:59.505,24.0,30.0,40.46,104,8.0,32.0,169.6 +09:28:05.005,25.0,30.0,40.43,104,8.1,32.3,169.6 +09:28:10.012,26.0,30.0,40.43,104,8.7,34.6,169.6 +09:28:15.503,25.0,30.0,40.43,104,8.2,32.8,169.6 +09:28:20.505,26.0,30.0,40.42,104,8.7,34.9,169.6 +09:28:26.004,25.0,30.0,40.42,104,8.2,32.6,169.6 +09:28:31.504,25.0,30.0,40.43,104,8.1,32.4,169.6 +09:28:36.510,26.0,30.0,40.43,104,8.6,34.5,169.6 +09:28:42.004,25.0,30.0,40.42,104,8.2,32.7,169.6 +09:28:47.005,26.0,30.0,40.43,104,8.8,35.0,169.6 +09:28:52.005,25.0,30.0,40.43,104,8.7,34.9,169.6 +09:28:57.006,25.0,30.0,40.70,104,8.1,32.5,169.6 +09:29:02.514,25.0,30.0,40.70,104,8.5,34.1,169.6 +09:29:08.005,24.0,30.0,40.42,104,8.1,32.4,169.6 +09:29:13.009,25.0,30.0,40.70,104,8.2,33.0,169.6 +09:29:18.506,24.0,30.0,40.43,104,8.1,32.5,169.6 +09:29:24.006,25.0,30.0,40.42,104,8.1,32.3,169.6 +09:29:29.014,25.0,30.0,40.70,104,8.6,34.2,169.6 +09:29:34.505,24.0,30.0,40.43,104,8.2,32.8,169.6 +09:29:39.508,25.0,30.0,40.70,104,8.2,33.0,169.6 +09:29:45.006,24.0,30.0,40.43,104,8.1,32.2,169.6 +09:29:50.506,25.0,30.0,40.43,104,8.0,32.1,169.6 +09:29:55.513,25.0,30.0,40.70,104,8.6,34.2,169.6 +09:30:01.006,24.0,30.0,40.70,104,8.1,32.4,169.6 +09:30:06.007,25.0,30.0,40.97,105,8.1,32.4,169.6 +09:30:11.505,24.0,30.0,40.70,105,8.2,32.6,169.6 +09:30:16.505,25.0,30.0,40.70,105,8.1,32.2,169.6 +09:30:22.013,25.0,30.0,40.70,105,8.6,34.5,169.6 +09:30:27.506,24.0,30.0,40.70,105,8.1,32.5,169.6 +09:30:32.507,25.0,30.0,40.43,105,8.1,32.5,169.6 +09:30:38.006,24.0,30.0,40.70,105,8.1,32.5,169.6 +09:30:43.507,24.0,30.0,40.70,105,8.1,32.3,169.6 +09:30:48.512,25.0,30.0,40.43,105,8.6,34.2,169.6 +09:30:54.006,24.0,30.0,40.70,105,8.2,32.6,169.6 +09:30:59.006,25.0,30.0,40.43,105,8.1,32.4,169.6 +09:31:04.506,24.0,30.0,40.70,105,8.2,32.7,169.6 +09:31:10.006,24.0,30.0,40.98,105,8.1,32.4,169.6 +09:31:15.011,25.0,30.0,40.43,105,8.2,32.6,169.6 +09:31:20.506,24.0,30.0,40.70,105,8.1,32.5,169.6 +09:31:26.006,25.0,30.0,40.43,105,8.1,32.3,169.6 +09:31:31.016,25.0,30.0,40.43,105,8.4,33.8,169.6 +09:31:36.506,24.0,30.0,40.43,105,8.0,32.0,169.6 +09:31:41.510,25.0,30.0,40.43,105,7.9,31.7,169.6 +09:31:47.006,25.0,30.0,40.42,105,8.2,32.6,169.6 +09:31:52.007,26.0,30.0,40.42,105,8.8,35.0,169.6 +09:31:57.516,26.0,30.0,40.70,105,8.6,34.2,169.6 +09:32:03.007,25.0,30.0,40.42,105,8.1,32.4,169.6 +09:32:08.010,26.0,30.0,40.42,105,8.6,34.3,169.6 +09:32:13.506,25.0,30.0,40.41,105,8.1,32.3,169.6 +09:32:19.007,25.0,30.0,40.43,105,8.1,32.3,169.6 +09:32:24.015,26.0,30.0,40.43,105,8.6,34.2,169.6 +09:32:29.506,25.0,30.0,40.43,105,8.1,32.4,169.6 +09:32:34.509,26.0,30.0,40.42,105,8.7,34.8,169.6 +09:32:40.008,25.0,30.0,40.43,105,8.1,32.5,169.6 +09:32:45.008,26.0,30.0,40.43,105,8.7,34.9,169.6 +09:32:50.514,26.0,30.0,40.42,105,9.2,36.8,169.6 +09:32:56.008,25.0,30.0,40.43,105,8.8,35.1,169.6 +09:33:01.507,26.0,30.0,40.43,105,8.8,35.3,169.6 +09:33:06.507,25.0,30.0,40.42,105,8.6,34.5,169.6 +09:33:12.007,26.0,30.0,40.42,105,8.7,34.8,169.6 +09:33:17.007,25.0,30.0,40.70,105,8.7,34.8,169.6 +09:33:22.508,25.0,30.0,40.42,105,8.8,35.1,169.6 +09:33:28.009,26.0,30.0,40.43,105,7.7,30.8,169.6 +09:33:33.514,26.0,30.0,40.42,105,8.6,34.5,169.6 +09:33:39.008,25.0,30.0,40.42,105,8.1,32.3,169.6 +09:33:44.010,26.0,30.0,40.43,105,8.6,34.2,169.6 +09:33:49.508,25.0,30.0,40.43,105,8.1,32.4,169.6 +09:33:54.509,26.0,30.0,40.42,105,8.7,34.8,169.6 +09:33:59.518,25.0,30.0,40.70,105,8.6,34.3,169.6 +09:34:05.008,24.0,30.0,40.42,105,8.1,32.4,169.6 +09:34:10.012,25.0,30.0,40.70,106,8.2,32.9,169.6 +09:34:15.509,24.0,30.0,40.43,106,8.2,32.6,169.6 +09:34:21.010,25.0,30.0,40.43,106,8.1,32.5,169.6 +09:34:26.018,25.0,30.0,40.70,106,8.6,34.4,169.6 +09:34:31.509,24.0,30.0,40.43,106,8.2,32.7,169.6 +09:34:36.511,25.0,30.0,40.70,106,8.2,32.7,169.6 +09:34:42.008,24.0,30.0,40.43,106,8.1,32.2,169.6 +09:34:47.509,25.0,30.0,40.70,106,8.2,32.7,169.6 +09:34:52.517,25.0,30.0,40.70,106,8.6,34.4,169.6 +09:34:58.008,24.0,30.0,40.70,106,8.1,32.5,169.6 +09:35:03.011,25.0,30.0,40.70,106,8.2,32.8,169.6 +09:35:08.509,24.0,30.0,40.97,106,8.1,32.4,169.6 +09:35:14.009,25.0,30.0,40.70,106,8.1,32.3,169.6 +09:35:19.016,25.0,30.0,40.43,106,8.7,34.6,169.6 +09:35:24.510,24.0,30.0,40.70,106,8.1,32.5,169.6 +09:35:29.510,25.0,30.0,40.43,106,8.2,33.0,169.6 +09:35:35.009,24.0,30.0,40.71,106,8.1,32.2,169.6 +09:35:40.510,25.0,30.0,40.69,106,8.1,32.2,169.6 +09:35:45.515,25.0,30.0,40.42,106,8.7,34.7,169.6 +09:35:51.010,24.0,30.0,41.25,107,8.1,32.4,169.6 +09:35:56.509,25.0,30.0,40.70,107,8.2,32.6,169.6 +09:36:01.520,25.0,30.0,40.43,107,8.6,34.4,169.6 +09:36:07.010,24.0,30.0,40.70,107,8.2,32.7,169.6 +09:36:12.014,24.0,30.0,40.70,107,7.5,30.1,169.6 +09:36:17.509,24.0,30.0,40.43,107,8.2,32.7,169.6 +09:36:22.516,25.0,30.0,40.43,107,8.2,32.7,169.6 +09:36:28.037,25.0,30.0,40.43,107,8.5,34.1,169.6 +09:36:33.532,24.0,30.0,40.43,107,8.2,32.7,169.6 +09:36:38.540,26.0,30.0,40.43,107,8.2,32.9,169.6 +09:36:44.040,25.0,30.0,40.43,107,8.2,32.7,169.6 +09:36:49.541,25.0,30.0,40.43,107,8.1,32.4,169.6 +09:36:54.553,26.0,30.0,40.42,107,8.7,34.7,169.6 +09:37:00.044,25.0,30.0,40.43,107,8.2,32.7,169.6 +09:37:05.049,26.0,30.0,40.42,107,8.7,34.6,169.6 +09:37:10.547,25.0,30.0,40.43,107,8.2,32.6,169.6 +09:37:16.047,25.0,30.0,40.42,107,8.1,32.2,169.6 +09:37:21.056,26.0,30.0,40.43,107,8.6,34.5,169.6 +09:37:26.547,25.0,30.0,40.42,107,8.2,32.9,169.6 +09:37:31.550,26.0,30.0,40.43,107,8.7,34.9,169.6 +09:37:37.049,25.0,30.0,40.42,107,8.6,34.5,169.6 +09:37:42.549,26.0,30.0,40.42,107,8.8,35.2,169.6 +09:37:48.052,26.0,30.0,40.43,107,8.7,34.8,169.6 +09:37:53.548,25.0,30.0,40.43,107,8.2,32.8,169.6 +09:37:59.049,25.0,30.0,40.42,107,8.2,32.6,169.6 +09:38:04.056,26.0,30.0,40.42,107,8.7,34.7,169.6 +09:38:09.549,25.0,30.0,40.42,107,8.2,32.7,169.6 +09:38:14.551,26.0,30.0,40.43,107,8.8,35.1,169.6 +09:38:20.049,25.0,30.0,40.42,107,8.2,32.8,169.6 +09:38:25.550,25.0,30.0,40.43,107,8.0,32.0,169.6 +09:38:30.556,26.0,30.0,40.42,107,8.7,34.6,169.6 +09:38:36.050,25.0,30.0,40.42,107,8.2,32.7,169.6 +09:38:41.050,26.0,30.0,40.43,107,8.8,35.4,169.6 +09:38:46.550,25.0,30.0,40.43,107,8.9,35.5,169.6 +09:38:52.051,25.0,30.0,40.43,107,8.8,35.1,169.6 +09:38:57.551,26.0,30.0,40.42,107,8.8,35.0,169.6 +09:39:02.551,25.0,30.0,40.43,107,8.8,35.3,169.6 +09:39:08.051,26.0,30.0,40.43,107,8.7,34.8,169.6 +09:39:13.052,25.0,30.0,40.71,107,8.8,35.0,169.6 +09:39:18.552,25.0,30.0,40.43,107,8.7,34.7,169.6 +09:39:24.052,26.0,30.0,40.43,107,8.7,34.9,169.6 +09:39:29.550,25.0,30.0,40.42,107,8.1,32.4,169.6 +09:39:34.552,26.0,30.0,40.43,107,8.8,35.2,169.6 +09:39:40.056,26.0,30.0,40.43,107,8.7,34.8,169.6 +09:39:45.551,25.0,30.0,40.42,107,8.2,32.7,169.6 +09:39:51.052,26.0,30.0,40.43,107,8.8,35.1,169.6 +09:39:56.053,25.0,30.0,40.43,108,8.7,34.9,169.6 +09:40:01.553,25.0,30.0,40.42,108,8.8,35.0,169.6 +09:40:07.052,26.0,30.0,40.43,108,8.8,35.3,169.6 +09:40:12.052,25.0,30.0,40.42,108,8.7,34.8,169.6 +09:40:17.553,26.0,30.0,40.42,108,8.8,35.3,169.6 +09:40:23.056,26.0,30.0,40.43,108,8.7,34.9,169.6 +09:40:28.552,25.0,30.0,40.43,108,8.2,32.8,169.6 +09:40:34.052,25.0,30.0,40.43,108,8.1,32.4,169.6 +09:40:39.061,26.0,30.0,40.42,108,8.7,34.6,169.6 +09:40:44.553,25.0,30.0,40.42,108,8.2,32.8,169.6 +09:40:49.555,26.0,30.0,40.43,108,8.9,35.5,169.6 +09:40:55.053,25.0,30.0,40.42,108,8.7,34.9,169.6 +09:41:00.554,26.0,30.0,40.43,108,8.8,35.0,169.6 +09:41:06.056,26.0,30.0,40.43,108,8.7,34.8,169.6 +09:41:11.554,25.0,30.0,40.42,108,8.2,32.6,169.6 +09:41:17.053,25.0,30.0,40.43,108,8.1,32.5,169.6 +09:41:22.061,26.0,30.0,40.43,108,8.7,34.6,169.6 +09:41:27.554,25.0,30.0,40.43,108,8.2,32.7,169.6 +09:41:32.555,26.0,30.0,40.42,108,8.8,35.0,169.6 +09:41:38.054,25.0,30.0,40.42,108,8.2,32.7,169.6 +09:41:43.055,26.0,30.0,40.42,108,8.6,34.5,169.6 +09:41:48.055,25.0,30.0,40.43,108,8.6,34.5,169.6 +09:41:53.555,25.0,30.0,40.43,108,8.8,35.2,169.6 +09:41:58.560,25.0,30.0,40.97,108,8.2,33.0,169.6 +09:42:04.055,24.0,30.0,40.43,108,8.2,32.6,169.6 +09:42:09.055,25.0,30.0,40.69,108,8.2,32.8,169.6 +09:42:14.056,24.0,30.0,40.69,108,8.1,32.5,169.6 +09:42:19.556,25.0,30.0,40.70,108,8.1,32.3,169.6 +09:42:24.564,25.0,30.0,40.43,108,8.6,34.2,169.6 +09:42:30.056,24.0,30.0,40.70,108,8.2,32.8,169.6 +09:42:35.059,25.0,30.0,40.43,108,8.1,32.5,169.6 +09:42:40.557,24.0,30.0,40.70,108,8.1,32.3,169.6 +09:42:46.057,25.0,30.0,40.70,108,8.1,32.5,169.6 +09:42:51.065,25.0,30.0,41.25,109,8.6,34.5,169.6 +09:42:56.557,24.0,30.0,40.70,109,8.2,32.7,169.6 +09:43:01.558,25.0,30.0,40.43,109,8.2,32.9,169.6 +09:43:07.056,24.0,30.0,40.43,109,8.1,32.4,169.6 +09:43:12.557,25.0,30.0,40.42,109,8.1,32.4,169.6 +09:43:17.564,25.0,30.0,40.42,109,8.6,34.5,169.6 +09:43:23.058,24.0,30.0,40.43,109,8.0,31.8,169.6 +09:43:28.058,25.0,30.0,40.42,109,8.2,33.0,169.6 +09:43:33.556,25.0,30.0,40.43,109,8.2,32.7,169.6 +09:43:39.057,25.0,30.0,40.42,109,8.1,32.4,169.6 +09:43:44.063,26.0,30.0,40.42,109,8.6,34.4,169.6 +09:43:49.557,25.0,30.0,40.43,109,8.2,32.9,169.6 +09:43:54.558,26.0,30.0,40.43,109,8.8,35.2,169.6 +09:44:00.057,25.0,30.0,40.46,109,8.2,32.7,169.6 +09:44:05.059,26.0,30.0,40.42,109,8.7,34.9,169.6 +09:44:10.059,25.0,30.0,40.41,109,8.7,34.6,169.6 +09:44:15.559,25.0,30.0,40.42,109,8.8,35.3,169.6 +09:44:21.058,26.0,30.0,40.43,109,8.8,35.2,169.6 +09:44:26.059,25.0,30.0,40.43,109,8.7,34.9,169.6 +09:44:31.559,26.0,30.0,40.42,109,8.8,35.4,169.6 +09:44:36.567,25.0,30.0,40.70,109,8.6,34.3,169.6 +09:44:42.059,24.0,30.0,40.70,109,8.2,32.8,169.6 +09:44:47.062,25.0,30.0,40.70,109,8.2,33.0,169.6 +09:44:52.559,24.0,30.0,40.42,109,8.0,32.1,169.6 +09:44:58.060,25.0,30.0,40.42,109,8.1,32.4,169.6 +09:45:03.067,25.0,30.0,40.70,109,8.6,34.5,169.6 +09:45:08.559,24.0,30.0,40.43,109,8.2,32.7,169.6 +09:45:13.561,25.0,30.0,40.70,109,8.2,33.0,169.6 +09:45:19.059,24.0,30.0,40.42,109,8.2,32.6,169.6 +09:45:24.560,25.0,30.0,40.43,109,8.1,32.4,169.6 +09:45:29.567,25.0,30.0,40.70,109,8.6,34.5,169.6 +09:45:35.061,24.0,30.0,40.69,109,8.2,32.6,169.6 +09:45:40.061,25.0,30.0,40.70,109,8.3,33.1,169.6 +09:45:45.560,24.0,30.0,40.70,109,8.2,32.7,169.6 +09:45:50.561,25.0,30.0,40.70,109,8.1,32.5,169.6 +09:45:55.572,25.0,30.0,40.43,109,8.6,34.4,169.6 +09:46:01.061,24.0,30.0,40.42,109,8.1,32.5,169.6 +09:46:06.066,25.0,30.0,40.42,109,8.2,32.6,169.6 +09:46:11.561,24.0,30.0,40.43,109,8.2,32.6,169.6 +09:46:16.563,26.0,30.0,40.43,109,8.2,33.0,169.6 +09:46:22.071,26.0,30.0,40.42,109,8.6,34.4,169.6 +09:46:27.561,25.0,30.0,40.43,109,8.2,32.7,169.6 +09:46:32.566,26.0,30.0,40.43,109,8.8,35.3,169.6 +09:46:38.062,25.0,30.0,40.98,109,8.2,32.9,169.6 +09:46:43.562,25.0,30.0,40.43,110,8.1,32.4,169.6 +09:46:48.571,26.0,30.0,40.42,110,8.6,34.4,169.6 +09:46:54.061,25.0,30.0,40.43,110,8.2,32.6,169.6 +09:46:59.065,26.0,30.0,40.43,110,8.7,34.9,169.6 +09:47:04.562,25.0,30.0,40.42,110,8.1,32.5,169.6 +09:47:10.062,25.0,30.0,40.43,110,8.1,32.5,169.6 +09:47:15.071,26.0,30.0,40.43,110,9.2,36.9,169.6 +09:47:20.563,25.0,30.0,40.42,110,8.8,35.2,169.6 +09:47:26.062,24.0,30.0,41.25,111,8.7,34.9,169.6 +09:47:31.063,25.0,30.0,40.43,111,8.8,35.0,169.6 +09:47:36.064,25.0,30.0,40.42,111,8.1,32.2,169.6 +09:47:41.563,25.0,30.0,40.43,111,8.7,34.8,169.6 +09:47:46.564,24.0,30.0,40.98,111,8.2,32.7,169.6 +09:47:51.569,25.0,30.0,40.70,111,8.6,34.4,169.6 +09:47:57.063,24.0,30.0,40.43,111,8.2,32.7,169.6 +09:48:02.064,25.0,30.0,40.70,111,8.2,32.6,169.6 +09:48:07.563,24.0,30.0,40.70,111,8.2,32.7,169.6 +09:48:13.064,24.0,30.0,41.25,112,8.1,32.3,169.6 +09:48:18.069,25.0,30.0,40.97,112,8.1,32.4,169.6 +09:48:23.564,24.0,30.0,40.70,112,8.1,32.2,169.6 +09:48:29.064,25.0,30.0,40.70,112,8.1,32.5,169.6 +09:48:34.074,25.0,30.0,40.70,112,8.4,33.8,169.6 +09:48:39.564,24.0,30.0,40.70,112,8.1,32.4,169.6 +09:48:44.569,25.0,30.0,40.43,112,8.1,32.5,169.6 +09:48:50.064,24.0,30.0,40.69,112,8.1,32.4,169.6 +09:48:55.065,25.0,30.0,40.43,112,8.2,32.7,169.6 +09:49:00.574,25.0,30.0,40.43,112,8.6,34.4,169.6 +09:49:06.065,24.0,30.0,40.70,112,8.1,32.5,169.6 +09:49:11.068,25.0,30.0,40.43,112,8.2,33.0,169.6 +09:49:16.566,24.0,30.0,40.70,112,8.1,32.4,169.6 +09:49:22.065,25.0,30.0,40.70,112,8.1,32.3,169.6 +09:49:27.073,25.0,30.0,40.43,112,8.6,34.5,169.6 +09:49:32.566,24.0,30.0,40.70,112,8.1,32.2,169.6 +09:49:37.568,25.0,30.0,40.42,112,8.2,32.7,169.6 +09:49:43.067,24.0,30.0,40.97,112,8.1,32.3,169.6 +09:49:48.567,25.0,30.0,40.42,112,8.0,32.1,169.6 +09:49:53.573,25.0,30.0,40.43,112,8.7,34.6,169.6 +09:49:59.066,24.0,30.0,40.43,112,8.2,32.7,169.6 +09:50:04.067,26.0,30.0,40.42,112,8.7,34.8,169.6 +09:50:09.566,25.0,30.0,40.43,112,8.2,32.7,169.6 +09:50:15.066,25.0,30.0,40.43,112,8.1,32.5,169.6 +09:50:20.073,26.0,30.0,40.43,112,8.7,34.8,169.6 +09:50:25.566,25.0,30.0,40.43,112,8.1,32.3,169.6 +09:50:30.567,26.0,30.0,40.43,112,8.7,34.9,169.6 +09:50:35.568,25.0,30.0,40.42,112,8.7,34.8,169.6 +09:50:41.067,26.0,30.0,40.43,112,8.7,34.8,169.6 +09:50:46.068,25.0,30.0,40.42,112,8.8,35.0,169.6 +09:50:51.568,25.0,30.0,40.43,112,8.7,34.8,169.6 +09:50:56.572,25.0,30.0,40.70,112,8.2,32.7,169.6 +09:51:02.068,24.0,30.0,40.43,112,8.1,32.4,169.6 +09:51:07.069,25.0,30.0,40.69,112,8.0,32.1,169.6 +09:51:12.577,25.0,30.0,40.97,112,8.6,34.4,169.6 +09:51:18.069,24.0,30.0,40.42,112,8.2,32.8,169.6 +09:51:23.071,25.0,30.0,40.70,112,8.2,32.8,169.6 +09:51:28.569,24.0,30.0,40.43,112,8.2,32.7,169.6 +09:51:34.069,25.0,30.0,40.43,112,8.1,32.4,169.6 +09:51:39.076,25.0,30.0,40.70,112,8.4,33.8,169.6 +09:51:44.568,24.0,30.0,40.42,112,8.2,32.7,169.6 +09:51:49.571,25.0,30.0,40.70,112,8.2,32.9,169.6 +09:51:55.070,24.0,30.0,40.70,112,8.2,32.6,169.6 +09:52:00.570,25.0,30.0,40.70,112,8.2,32.6,169.6 +09:52:05.577,25.0,30.0,40.70,112,8.6,34.4,169.6 +09:52:11.069,24.0,30.0,40.69,112,8.2,32.7,169.6 +09:52:16.071,25.0,30.0,40.70,112,8.2,32.6,169.6 +09:52:21.569,24.0,30.0,40.70,112,8.1,32.5,169.6 +09:52:26.571,25.0,30.0,40.43,112,8.2,32.6,169.6 +09:52:32.076,25.0,30.0,40.43,112,8.6,34.2,169.6 +09:52:37.570,24.0,30.0,40.70,112,8.2,32.7,169.6 +09:52:42.570,25.0,30.0,40.43,112,8.2,32.8,169.6 +09:52:47.979,23.0,30.0,41.15,113,8.3,33.1,169.6 +09:52:53.445,25.0,30.0,40.69,113,8.2,32.6,169.6 +09:52:58.451,25.0,30.0,40.98,113,8.1,32.5,169.6 +09:53:03.946,24.0,30.0,40.70,113,8.2,32.7,169.6 +09:53:08.946,25.0,30.0,40.43,113,8.2,32.7,169.6 +09:53:13.946,25.0,30.0,40.42,113,8.1,32.5,169.6 +09:53:19.445,25.0,30.0,40.44,113,8.1,32.4,169.6 +09:53:24.455,26.0,30.0,40.43,113,8.7,34.6,169.6 +09:53:29.945,25.0,30.0,40.43,115,8.2,32.7,169.6 +09:53:34.949,26.0,30.0,40.42,115,8.7,34.9,169.6 +09:53:40.445,25.0,30.0,40.43,115,8.2,33.0,169.6 +09:53:45.945,26.0,30.0,40.43,115,8.2,32.8,169.6 +09:53:50.946,25.0,30.0,40.42,115,8.8,35.0,169.6 +09:53:56.445,25.0,30.0,40.43,115,8.8,35.1,169.6 +09:54:01.446,25.0,30.0,40.42,115,8.3,33.1,169.6 +09:54:06.946,25.0,30.0,40.42,115,8.8,35.0,169.6 +09:54:12.446,25.0,30.0,40.43,115,8.8,35.0,169.6 +09:54:17.947,26.0,30.0,40.43,115,8.7,34.8,169.6 +09:54:23.444,25.0,30.0,41.25,116,8.2,32.8,169.6 +09:54:28.944,25.0,30.0,40.42,116,8.1,32.3,169.6 +09:54:33.952,26.0,30.0,40.43,116,8.7,34.6,169.6 +09:54:39.444,25.0,30.0,40.42,116,8.2,32.7,169.6 +09:54:44.446,26.0,30.0,40.42,116,8.8,35.2,169.6 +09:54:49.945,25.0,30.0,40.43,116,8.8,35.0,169.6 +09:54:55.445,25.0,30.0,40.43,116,8.8,35.4,169.6 +09:55:00.946,26.0,30.0,40.43,116,8.8,35.0,169.6 +09:55:06.444,25.0,30.0,40.42,116,8.2,33.0,169.6 +09:55:11.445,26.0,30.0,40.43,116,8.6,34.5,169.6 +09:55:16.951,26.0,30.0,40.43,116,8.8,35.0,169.6 +09:55:22.444,25.0,30.0,40.43,116,8.2,33.0,169.6 +09:55:27.444,26.0,30.0,40.43,116,8.8,35.2,169.6 +09:55:32.943,25.0,30.0,40.42,116,8.2,32.8,169.6 +09:55:37.945,26.0,30.0,40.43,116,8.7,34.9,169.6 +09:55:43.449,26.0,30.0,40.42,116,8.8,35.0,169.6 +09:55:48.943,25.0,30.0,40.43,116,8.2,32.8,169.6 +09:55:54.443,26.0,30.0,40.43,116,8.2,32.6,169.6 +09:55:59.444,25.0,30.0,40.43,116,8.7,34.9,169.6 +09:56:04.944,25.0,30.0,40.43,116,8.8,35.2,169.6 +09:56:09.945,25.0,30.0,40.44,116,8.1,32.2,169.6 +09:56:15.443,25.0,30.0,40.42,116,8.8,35.2,169.6 +09:56:20.943,26.0,30.0,40.42,116,8.8,35.0,169.6 +09:56:25.944,25.0,30.0,40.42,116,8.7,34.8,169.6 +09:56:31.444,25.0,30.0,40.43,116,8.8,35.3,169.6 +09:56:36.944,26.0,30.0,40.42,116,8.8,35.2,169.6 +09:56:42.452,26.0,30.0,40.43,116,8.6,34.5,169.6 +09:56:47.942,25.0,30.0,40.42,116,8.2,32.7,169.6 +09:56:52.946,26.0,30.0,40.42,116,8.9,35.7,169.6 +09:56:58.444,25.0,30.0,40.43,116,8.8,35.1,169.6 +09:57:03.943,26.0,30.0,40.42,116,8.8,35.2,169.6 +09:57:09.446,26.0,30.0,40.42,116,8.7,34.9,169.6 +09:57:14.944,25.0,30.0,40.43,116,8.2,32.6,169.6 +09:57:20.442,25.0,30.0,40.43,116,8.2,32.7,169.6 +09:57:25.451,26.0,30.0,40.42,116,8.7,34.9,169.6 +09:57:30.943,25.0,30.0,40.42,116,8.2,32.8,169.6 +09:57:35.945,26.0,30.0,40.43,116,8.7,34.7,169.6 +09:57:41.442,25.0,30.0,40.42,116,8.2,32.6,169.6 +09:57:46.443,26.0,30.0,40.43,116,8.8,35.2,169.6 +09:57:51.949,26.0,30.0,40.70,116,8.7,34.7,169.6 +09:57:57.441,25.0,30.0,40.43,116,8.2,32.9,169.6 +09:58:02.443,26.0,30.0,40.43,116,8.9,35.6,169.6 +09:58:07.943,25.0,30.0,40.43,116,8.7,34.7,169.6 +09:58:13.443,25.0,30.0,40.43,116,8.7,34.8,169.6 +09:58:18.443,25.0,30.0,40.42,116,8.7,34.9,169.6 +09:58:23.941,25.0,30.0,40.43,116,8.8,35.0,169.6 +09:58:28.941,25.0,30.0,40.43,116,8.2,32.6,169.6 +09:58:33.942,24.0,30.0,40.43,116,8.1,32.5,169.6 +09:58:39.441,25.0,30.0,40.42,116,8.2,32.7,169.6 +09:58:44.451,25.0,30.0,40.70,116,8.6,34.2,169.6 +09:58:49.942,24.0,30.0,40.43,116,8.2,33.0,169.6 +09:58:54.945,25.0,30.0,40.70,116,8.2,33.0,169.6 +09:59:00.441,24.0,30.0,40.70,116,8.2,32.8,169.6 +09:59:05.442,25.0,30.0,40.70,116,8.2,32.8,169.6 +09:59:10.950,25.0,30.0,40.70,116,8.6,34.2,169.6 +09:59:16.441,24.0,30.0,40.70,116,8.2,32.6,169.6 +09:59:21.445,25.0,30.0,40.43,116,8.2,32.8,169.6 +09:59:26.942,22.0,30.0,41.25,116,6.8,27.2,169.6 +09:59:32.441,25.0,30.0,40.70,116,8.1,32.4,169.6 +09:59:37.449,25.0,30.0,40.42,116,8.7,34.6,169.6 +09:59:42.941,24.0,30.0,40.70,116,8.1,32.5,169.6 +09:59:47.943,25.0,30.0,40.43,116,8.1,32.5,169.6 +09:59:53.440,24.0,30.0,40.70,116,8.2,32.7,169.6 +09:59:58.440,25.0,30.0,40.98,116,8.1,32.2,169.6 +10:00:03.948,25.0,30.0,40.43,116,8.6,34.4,169.6 +10:00:09.441,24.0,30.0,40.70,116,8.1,32.5,169.6 +10:00:14.441,24.0,30.0,40.70,116,8.2,33.0,169.6 +10:00:19.940,24.0,30.0,40.43,117,8.0,32.1,169.7 +10:00:25.440,24.0,30.0,40.43,117,8.2,32.6,169.6 +10:00:30.446,25.0,30.0,40.43,117,8.6,34.5,169.6 +10:00:35.940,24.0,30.0,40.43,117,8.2,32.6,169.6 +10:00:40.940,26.0,30.0,40.43,117,8.2,32.9,169.6 +10:00:46.440,25.0,30.0,40.43,117,8.1,32.4,169.6 +10:00:51.939,25.0,30.0,40.97,117,8.0,32.1,169.6 +10:00:56.945,26.0,30.0,40.42,117,8.6,34.5,169.6 +10:01:02.439,25.0,30.0,40.43,117,8.2,32.6,169.6 +10:01:07.941,25.0,30.0,40.43,117,8.1,32.3,169.6 +10:01:12.949,26.0,30.0,40.42,117,8.7,34.7,169.6 +10:01:18.439,25.0,30.0,40.43,117,8.1,32.5,169.6 +10:01:23.444,26.0,30.0,40.43,117,8.7,34.9,169.6 +10:01:28.940,25.0,30.0,40.42,117,8.1,32.4,169.6 +10:01:34.440,25.0,30.0,40.43,117,8.1,32.2,169.6 +10:01:39.448,26.0,30.0,40.43,117,8.6,34.3,169.6 +10:01:44.939,25.0,30.0,40.43,117,8.1,32.5,169.6 +10:01:49.942,26.0,30.0,40.42,117,8.9,35.5,169.6 +10:01:55.440,25.0,30.0,40.43,117,8.8,35.0,169.6 +10:02:00.440,25.0,30.0,40.42,117,8.1,32.2,169.6 +10:02:05.939,25.0,30.0,40.43,117,8.7,34.8,169.6 +10:02:11.439,25.0,30.0,40.42,117,8.7,34.7,169.6 +10:02:16.439,25.0,30.0,40.42,117,8.2,32.9,169.6 +10:02:21.938,25.0,30.0,40.43,117,8.7,34.8,169.6 +10:02:26.940,25.0,30.0,40.43,117,8.1,32.2,169.6 +10:02:32.438,25.0,30.0,40.43,117,8.8,35.0,169.6 +10:02:37.439,24.0,30.0,40.43,117,8.1,32.5,169.6 +10:02:42.444,25.0,30.0,40.70,117,8.7,34.6,169.6 +10:02:47.938,24.0,30.0,40.70,117,8.2,32.6,169.6 +10:02:52.938,25.0,30.0,40.70,117,8.2,32.7,169.6 +10:02:58.449,25.0,30.0,40.70,117,8.6,34.2,169.6 +10:03:03.938,24.0,30.0,40.70,117,8.1,32.5,169.6 +10:03:08.943,25.0,30.0,40.43,117,8.2,32.7,169.6 +10:03:14.438,24.0,30.0,40.70,117,8.1,32.4,169.6 +10:03:19.938,25.0,30.0,40.70,117,8.1,32.4,169.6 +10:03:24.948,25.0,30.0,40.43,117,8.6,34.3,169.6 +10:03:30.437,24.0,30.0,40.70,117,8.1,32.3,169.6 +10:03:35.442,25.0,30.0,40.43,117,8.2,32.8,169.6 +10:03:40.937,24.0,30.0,40.70,117,8.2,32.6,169.6 +10:03:45.937,25.0,30.0,40.43,117,8.2,32.8,169.6 +10:03:51.447,25.0,30.0,40.43,117,8.6,34.2,169.6 +10:03:56.937,24.0,30.0,40.70,117,8.2,32.6,169.6 +10:04:01.941,25.0,30.0,40.43,117,8.2,33.0,169.6 +10:04:07.437,24.0,30.0,40.43,117,8.2,32.9,169.6 +10:04:12.438,25.0,30.0,40.43,117,8.2,32.7,169.6 +10:04:17.946,25.0,30.0,40.43,117,8.6,34.4,169.6 +10:04:23.437,24.0,30.0,40.43,117,8.2,32.6,169.6 +10:04:28.440,26.0,30.0,40.43,117,8.2,32.6,169.6 +10:04:33.938,25.0,30.0,40.43,117,8.2,32.6,169.6 +10:04:39.437,25.0,30.0,40.43,117,8.1,32.2,169.6 +10:04:44.445,26.0,30.0,40.43,117,8.7,34.6,169.6 +10:04:49.936,25.0,30.0,40.43,117,8.2,32.9,169.6 +10:04:54.938,26.0,30.0,40.43,117,8.7,34.6,169.6 +10:05:00.436,25.0,30.0,40.43,117,8.2,32.8,169.6 +10:05:05.437,26.0,30.0,40.43,117,8.8,35.2,169.6 +10:05:10.943,26.0,30.0,40.42,117,8.7,34.7,169.6 +10:05:16.436,24.0,30.0,40.70,117,8.2,32.6,169.6 +10:05:21.437,26.0,30.0,40.43,117,8.8,35.2,169.6 +10:05:26.936,25.0,30.0,40.43,117,8.2,32.9,169.6 +10:05:32.437,25.0,30.0,40.43,117,8.8,35.2,169.6 +10:05:37.937,26.0,30.0,40.43,117,8.8,35.0,169.6 +10:05:42.937,25.0,30.0,40.70,117,8.7,34.8,169.6 +10:05:48.435,26.0,30.0,40.43,117,8.8,35.3,169.6 +10:05:53.437,25.0,30.0,40.42,117,8.7,34.9,169.6 +10:05:58.937,25.0,30.0,40.42,117,8.6,34.5,169.6 +10:06:03.937,25.0,30.0,40.42,117,8.2,32.7,169.6 +10:06:09.435,24.0,30.0,40.70,117,8.0,32.1,169.6 +10:06:14.436,25.0,30.0,40.43,117,8.2,32.7,169.6 +10:06:19.936,25.0,30.0,40.42,117,8.6,34.5,169.6 +10:06:25.436,25.0,30.0,40.42,117,8.8,35.1,169.6 +10:06:30.438,25.0,30.0,40.69,117,8.2,33.0,169.6 +10:06:35.935,24.0,30.0,40.43,117,8.1,32.4,169.6 +10:06:41.436,25.0,30.0,40.43,117,8.1,32.4,169.6 +10:06:46.444,25.0,30.0,40.70,117,8.7,34.6,169.6 +10:06:51.936,24.0,30.0,40.43,117,8.1,32.5,169.6 +10:06:56.937,25.0,30.0,40.70,117,8.1,32.2,169.6 +10:07:02.434,24.0,30.0,40.71,118,8.1,32.3,169.6 +10:07:07.436,25.0,30.0,40.70,118,8.1,32.3,169.6 +10:07:12.942,25.0,30.0,40.70,118,8.7,34.6,169.6 +10:07:18.436,24.0,30.0,40.43,118,8.2,32.6,169.6 +10:07:23.436,25.0,30.0,40.69,118,8.1,32.4,169.6 +10:07:28.934,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:07:33.935,25.0,30.0,40.70,118,8.1,32.5,169.6 +10:07:39.441,25.0,30.0,40.70,118,8.5,34.0,169.6 +10:07:44.934,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:07:49.935,25.0,30.0,40.70,118,8.2,33.0,169.6 +10:07:55.434,24.0,30.0,40.69,118,8.1,32.5,169.6 +10:08:00.434,25.0,30.0,40.43,118,8.2,32.6,169.6 +10:08:05.939,25.0,30.0,40.43,118,8.6,34.3,169.6 +10:08:11.433,24.0,30.0,40.69,118,8.2,32.7,169.6 +10:08:16.434,25.0,30.0,40.43,118,8.2,32.7,169.6 +10:08:21.944,25.0,30.0,40.43,118,8.5,33.9,169.6 +10:08:27.434,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:08:32.438,25.0,30.0,40.43,118,8.2,32.6,169.6 +10:08:37.934,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:08:43.434,25.0,30.0,40.70,118,8.0,32.0,169.6 +10:08:48.443,25.0,30.0,40.43,118,8.6,34.4,169.6 +10:08:53.933,24.0,30.0,40.43,118,8.2,32.6,169.6 +10:08:58.937,25.0,30.0,40.43,118,8.1,32.3,169.6 +10:09:04.433,24.0,30.0,40.43,118,8.2,32.7,169.6 +10:09:09.934,25.0,30.0,40.43,118,8.1,32.3,169.6 +10:09:14.942,26.0,30.0,40.43,118,8.6,34.2,169.6 +10:09:20.434,25.0,30.0,40.43,118,8.1,32.3,169.6 +10:09:25.435,26.0,30.0,40.42,118,8.7,34.6,169.6 +10:09:30.933,25.0,30.0,40.43,118,8.2,32.6,169.6 +10:09:36.434,25.0,30.0,40.43,118,8.2,32.6,169.6 +10:09:41.440,26.0,30.0,40.42,118,8.7,34.6,169.6 +10:09:46.934,25.0,30.0,40.42,118,8.1,32.5,169.6 +10:09:51.934,26.0,30.0,40.43,118,8.8,35.0,169.6 +10:09:57.432,25.0,30.0,40.43,118,8.2,32.8,169.6 +10:10:02.932,25.0,30.0,40.43,118,8.0,31.9,169.6 +10:10:07.939,26.0,30.0,40.43,118,8.6,34.4,169.6 +10:10:13.432,25.0,30.0,40.43,118,8.2,32.7,169.6 +10:10:18.433,26.0,30.0,40.42,118,8.8,35.0,169.6 +10:10:23.943,26.0,30.0,40.43,118,9.2,36.8,169.6 +10:10:29.432,25.0,30.0,40.43,118,8.7,34.8,169.6 +10:10:34.932,26.0,30.0,40.43,118,8.8,35.2,169.6 +10:10:40.432,25.0,30.0,40.43,118,8.2,32.8,169.6 +10:10:45.933,25.0,30.0,40.43,118,8.1,32.4,169.6 +10:10:50.937,26.0,30.0,40.43,118,8.6,34.2,169.6 +10:10:56.433,25.0,30.0,40.43,118,8.1,32.5,169.6 +10:11:01.434,26.0,30.0,40.70,118,8.8,35.2,169.6 +10:11:06.942,26.0,30.0,40.42,118,8.6,34.2,169.6 +10:11:12.431,25.0,30.0,40.43,118,8.1,32.5,169.6 +10:11:17.436,26.0,30.0,40.42,118,8.7,34.7,169.6 +10:11:22.931,25.0,30.0,40.42,118,8.2,32.8,169.6 +10:11:27.932,25.0,30.0,40.42,118,8.2,32.7,169.6 +10:11:32.932,24.0,30.0,40.42,118,8.2,32.7,169.6 +10:11:38.432,25.0,30.0,40.42,118,8.0,32.0,169.6 +10:11:43.439,25.0,30.0,40.70,118,8.6,34.3,169.6 +10:11:48.931,24.0,30.0,40.43,118,8.2,32.9,169.6 +10:11:53.933,25.0,30.0,40.70,118,8.2,32.9,169.6 +10:11:59.430,24.0,30.0,40.44,118,8.2,32.7,169.6 +10:12:04.931,25.0,30.0,40.41,118,8.1,32.4,169.6 +10:12:09.938,25.0,30.0,40.70,118,8.5,34.1,169.6 +10:12:15.432,24.0,30.0,40.43,118,8.2,32.6,169.6 +10:12:20.432,25.0,30.0,40.70,118,8.1,32.4,169.6 +10:12:25.931,24.0,30.0,40.69,118,8.2,32.6,169.6 +10:12:31.431,24.0,30.0,40.69,118,8.2,32.6,169.6 +10:12:36.437,25.0,30.0,40.70,118,8.6,34.2,169.6 +10:12:41.930,24.0,30.0,40.69,118,8.2,32.7,169.6 +10:12:46.931,25.0,30.0,40.43,118,8.2,32.7,169.6 +10:12:52.430,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:12:57.930,24.0,30.0,40.70,118,8.1,32.5,169.6 +10:13:02.936,25.0,30.0,40.42,118,8.2,32.7,169.6 +10:13:08.430,24.0,30.0,40.69,118,8.1,32.4,169.6 +10:13:13.931,25.0,30.0,40.70,118,8.1,32.4,169.6 +10:13:18.940,25.0,30.0,40.42,118,8.4,33.8,169.6 +10:13:24.430,24.0,30.0,40.70,118,8.2,32.6,169.6 +10:13:29.434,25.0,30.0,40.43,118,8.2,33.0,169.6 +10:13:34.930,24.0,30.0,40.97,118,8.2,32.7,169.6 +10:13:40.430,25.0,30.0,40.97,118,8.1,32.4,169.6 +10:13:45.439,25.0,30.0,40.43,118,8.5,34.0,169.6 +10:13:50.930,24.0,30.0,40.43,118,8.2,32.7,169.6 +10:13:55.933,25.0,30.0,40.43,118,8.2,32.7,169.6 +10:14:01.430,24.0,30.0,40.43,118,8.1,32.5,169.6 +10:14:06.929,25.0,30.0,40.43,118,8.1,32.2,169.6 +10:14:12.432,24.0,30.0,40.97,118,8.0,31.9,169.6 +10:14:17.930,24.0,30.0,40.70,118,8.2,32.6,169.6 +10:14:23.430,25.0,30.0,40.70,118,8.1,32.3,169.6 +10:14:28.437,25.0,30.0,40.97,118,8.7,34.6,169.6 +10:14:33.931,24.0,30.0,40.70,118,8.2,32.7,169.6 +10:14:38.931,25.0,30.0,40.43,118,8.2,32.6,169.6 +10:14:44.430,24.0,30.0,40.70,118,8.1,32.4,169.6 +10:14:49.930,25.0,30.0,40.45,118,8.1,32.4,169.6 +10:14:54.936,25.0,30.0,40.43,118,8.6,34.4,169.6 +10:15:00.430,24.0,30.0,40.42,118,8.2,32.6,169.6 +10:15:05.430,25.0,30.0,41.25,119,8.2,32.9,169.6 +10:15:10.928,25.0,30.0,40.43,119,8.1,32.5,169.6 +10:15:15.929,26.0,30.0,40.42,119,8.7,34.9,169.6 +10:15:20.929,25.0,30.0,40.43,119,8.7,34.8,169.6 +10:15:26.429,25.0,30.0,40.42,119,8.8,35.0,169.6 +10:15:31.929,26.0,30.0,40.42,119,8.8,35.2,169.6 +10:15:36.929,25.0,30.0,40.43,119,8.7,34.9,169.6 +10:15:41.929,25.0,30.0,40.43,119,8.1,32.4,169.6 +10:15:47.429,25.0,30.0,40.43,119,8.7,34.9,169.6 +10:15:52.929,25.0,30.0,40.43,119,8.8,35.0,169.6 +10:15:57.929,25.0,30.0,40.98,120,8.2,32.9,169.6 +10:16:03.429,25.0,30.0,40.43,120,8.8,35.0,169.6 +10:16:08.928,26.0,30.0,40.43,120,8.8,35.1,169.6 +10:16:13.937,25.0,30.0,40.70,120,8.6,34.2,169.6 +10:16:19.428,24.0,30.0,40.42,120,8.2,32.9,169.6 +10:16:24.430,25.0,30.0,40.70,120,8.2,32.8,169.6 +10:16:29.927,24.0,30.0,40.43,120,8.2,32.7,169.6 +10:16:34.927,25.0,30.0,40.71,120,8.2,32.6,169.6 +10:16:39.928,24.0,30.0,40.70,120,8.1,32.3,169.6 +10:16:45.428,25.0,30.0,40.70,120,8.1,32.5,169.6 +10:16:50.435,25.0,30.0,40.43,120,8.6,34.5,169.6 +10:16:55.927,24.0,30.0,40.70,120,8.2,32.7,169.6 +10:17:00.928,25.0,30.0,40.43,120,8.2,32.7,169.6 +10:17:06.427,24.0,30.0,40.70,120,8.1,32.5,169.6 +10:17:11.928,24.0,30.0,40.70,120,8.1,32.4,169.6 +10:17:16.933,25.0,30.0,40.43,120,8.7,34.7,169.6 +10:17:22.428,24.0,30.0,40.70,120,8.2,32.7,169.6 +10:17:27.428,25.0,30.0,40.43,120,8.1,32.3,169.6 +10:17:32.432,25.0,30.0,40.61,122,10.9,43.8,169.6 +10:17:37.927,25.0,30.0,40.40,122,8.1,32.2,169.6 +10:17:42.927,25.0,30.0,40.49,122,8.1,32.5,169.6 +10:17:48.426,26.0,30.0,40.42,123,8.3,33.3,169.6 +10:17:53.427,25.0,30.0,40.54,123,9.0,36.0,169.6 +10:17:58.926,25.0,30.0,40.44,123,8.7,34.6,169.6 +10:18:04.085,24.0,30.0,40.93,123,9.0,36.0,169.6 +10:18:09.426,25.0,30.0,40.46,123,8.7,34.6,169.6 +10:18:14.427,25.0,30.0,40.42,123,8.0,32.1,169.6 +10:18:19.434,25.0,30.0,40.70,123,8.6,34.5,169.6 +10:18:24.927,24.0,30.0,40.43,123,8.1,32.5,169.6 +10:18:29.928,25.0,30.0,40.70,123,8.2,32.8,169.6 +10:18:35.425,24.0,30.0,40.43,123,8.1,32.3,169.6 +10:18:40.927,25.0,30.0,40.70,123,7.9,31.6,169.6 +10:18:45.934,25.0,30.0,40.71,123,8.6,34.3,169.6 +10:18:51.426,24.0,30.0,40.68,123,8.1,32.5,169.6 +10:18:56.427,25.0,30.0,40.70,123,8.1,32.4,169.6 +10:19:01.925,24.0,30.0,40.70,123,8.1,32.5,169.6 +10:19:06.926,25.0,30.0,40.43,123,8.1,32.4,169.6 +10:19:12.431,25.0,30.0,40.43,123,8.6,34.3,169.6 +10:19:17.925,24.0,30.0,40.70,123,8.1,32.5,169.6 +10:19:22.926,25.0,30.0,40.43,123,8.1,32.2,169.6 +10:19:28.425,24.0,30.0,40.70,123,8.1,32.5,169.6 +10:19:33.925,24.0,30.0,40.70,123,8.1,32.4,169.6 +10:19:38.930,25.0,30.0,40.43,123,8.2,32.6,169.6 +10:19:44.425,24.0,30.0,40.70,123,8.0,32.1,169.6 +10:19:49.925,25.0,30.0,40.70,123,8.1,32.3,169.6 +10:19:54.935,25.0,30.0,40.43,123,8.5,34.1,169.6 +10:20:00.425,24.0,30.0,40.70,123,8.1,32.5,169.6 +10:20:05.429,25.0,30.0,40.43,123,8.1,32.5,169.6 +10:20:10.924,24.0,30.0,40.42,123,8.0,32.1,169.6 +10:20:15.925,25.0,30.0,40.42,123,8.2,32.7,169.6 +10:20:21.433,25.0,30.0,40.42,123,8.4,33.8,169.6 +10:20:26.925,24.0,30.0,40.43,123,8.1,32.4,169.6 +10:20:31.928,26.0,30.0,40.43,123,8.2,32.7,169.6 +10:20:37.425,25.0,30.0,40.43,124,8.1,32.3,169.6 +10:20:42.924,25.0,30.0,40.43,124,8.1,32.3,169.6 +10:20:47.933,26.0,30.0,40.43,124,8.5,34.0,169.6 +10:20:53.424,25.0,30.0,40.43,124,8.2,32.6,169.6 +10:20:58.426,26.0,30.0,40.43,124,8.7,34.8,169.6 +10:21:03.924,25.0,30.0,40.42,124,8.1,32.4,169.6 +10:21:08.925,26.0,30.0,40.42,124,8.8,35.2,169.6 +10:21:14.432,26.0,30.0,40.43,124,8.7,34.6,169.6 +10:21:19.925,25.0,30.0,40.43,124,8.1,32.4,169.6 +10:21:24.925,26.0,30.0,40.43,124,8.7,34.8,169.6 +10:21:30.423,25.0,30.0,40.43,124,8.2,32.7,169.6 +10:21:35.423,26.0,30.0,40.43,124,8.8,35.2,169.6 +10:21:40.479,23.0,30.0,41.07,124,8.4,33.8,169.6 +10:21:45.923,24.0,30.0,40.38,124,8.1,32.5,169.6 +10:21:50.928,25.0,30.0,40.70,124,8.3,33.1,169.6 +10:21:56.423,24.0,30.0,40.43,124,8.1,32.4,169.6 +10:22:01.923,25.0,30.0,40.43,124,8.1,32.5,169.6 +10:22:06.933,25.0,30.0,40.70,124,8.6,34.5,169.6 +10:22:12.424,24.0,30.0,40.42,124,8.2,32.8,169.6 +10:22:17.427,25.0,30.0,40.70,124,8.2,32.6,169.6 +10:22:22.923,24.0,30.0,40.43,124,8.1,32.5,169.6 +10:22:27.923,25.0,30.0,40.70,124,8.1,32.3,169.6 +10:22:33.432,25.0,30.0,40.70,124,8.5,34.0,169.6 +10:22:38.923,24.0,30.0,40.70,124,8.2,32.7,169.6 +10:22:43.926,25.0,30.0,40.97,124,8.3,33.1,169.6 +10:22:49.423,24.0,30.0,40.70,124,8.1,32.4,169.6 +10:22:54.922,25.0,30.0,40.70,124,8.1,32.4,169.6 +10:22:59.930,25.0,30.0,40.42,124,8.6,34.4,169.6 +10:23:05.423,24.0,30.0,40.70,124,8.2,32.7,169.6 +10:23:10.424,25.0,30.0,40.43,124,8.2,32.7,169.6 +10:23:15.923,24.0,30.0,40.70,124,8.1,32.3,169.6 +10:23:21.423,25.0,30.0,40.70,124,8.1,32.5,169.6 +10:23:26.430,25.0,30.0,40.43,124,8.6,34.5,169.6 +10:23:31.924,24.0,30.0,40.70,124,8.1,32.4,169.6 +10:23:37.423,25.0,30.0,40.70,124,8.0,32.1,169.6 +10:23:42.929,25.0,30.0,40.69,124,8.6,34.5,169.6 +10:23:48.423,24.0,30.0,40.98,124,8.2,32.7,169.6 +10:23:53.423,25.0,30.0,40.70,124,8.2,32.8,169.6 +10:23:58.922,24.0,30.0,40.70,124,8.2,32.6,169.6 +10:24:03.922,25.0,30.0,40.43,124,8.2,32.7,169.6 +10:24:09.428,25.0,30.0,40.43,124,8.6,34.5,169.6 +10:24:14.922,24.0,30.0,40.70,124,8.1,32.3,169.6 +10:24:20.421,25.0,30.0,40.70,124,8.1,32.4,169.6 +10:24:25.927,25.0,30.0,40.70,124,8.6,34.3,169.6 +10:24:31.422,24.0,30.0,40.43,124,8.2,32.7,169.6 +10:24:36.921,25.0,30.0,40.42,124,8.2,32.6,169.6 +10:24:41.932,25.0,30.0,40.70,124,8.5,34.0,169.6 +10:24:47.421,24.0,30.0,40.70,124,8.2,32.6,169.6 +10:24:52.426,25.0,30.0,40.70,124,8.2,32.9,169.6 +10:24:57.921,24.0,30.0,40.70,124,8.1,32.5,169.6 +10:25:03.420,25.0,30.0,40.70,124,8.2,32.7,169.6 +10:25:08.431,25.0,30.0,40.43,124,8.5,34.0,169.6 +10:25:13.921,24.0,30.0,40.70,124,8.2,32.7,169.6 +10:25:18.925,25.0,30.0,40.43,124,8.2,32.8,169.6 +10:25:24.420,24.0,30.0,40.70,124,8.1,32.4,169.6 +10:25:29.921,25.0,30.0,40.70,124,8.1,32.5,169.6 +10:25:34.930,25.0,30.0,40.43,124,8.5,33.9,169.6 +10:25:40.421,24.0,30.0,40.98,124,8.2,32.6,169.6 +10:25:45.423,25.0,30.0,40.42,124,8.2,32.8,169.6 +10:25:50.920,24.0,30.0,40.70,124,8.1,32.4,169.6 +10:25:56.421,25.0,30.0,40.70,124,8.1,32.3,169.6 +10:26:01.428,25.0,30.0,40.42,124,8.6,34.5,169.6 +10:26:06.920,24.0,30.0,40.42,124,8.1,32.3,169.6 +10:26:11.922,25.0,30.0,40.42,124,8.1,32.4,169.6 +10:26:17.419,24.0,30.0,40.42,124,8.1,32.3,169.6 +10:26:22.419,26.0,30.0,40.44,124,8.1,32.2,169.6 +10:26:27.420,25.0,30.0,40.43,124,8.8,35.4,169.6 +10:26:32.919,26.0,30.0,40.43,124,8.8,35.2,169.6 +10:26:37.920,25.0,30.0,40.43,124,8.7,34.9,169.6 +10:26:42.920,24.0,30.0,40.41,124,8.0,31.9,169.6 +10:26:47.924,25.0,30.0,40.70,124,8.2,32.6,169.6 +10:26:53.419,24.0,30.0,40.42,124,8.2,32.9,169.6 +10:26:58.419,25.0,30.0,40.97,124,8.2,33.0,169.6 +10:27:03.419,24.0,30.0,41.25,125,8.2,32.7,169.6 +10:27:08.919,25.0,30.0,40.70,125,8.1,32.2,169.6 +10:27:13.928,25.0,30.0,40.42,125,8.6,34.4,169.6 +10:27:19.420,24.0,30.0,40.70,126,8.2,32.7,169.6 +10:27:24.422,25.0,30.0,40.42,126,8.2,32.7,169.6 +10:27:29.919,24.0,30.0,40.70,126,8.1,32.4,169.6 +10:27:35.420,25.0,30.0,40.70,126,8.1,32.5,169.6 +10:27:40.428,25.0,30.0,40.43,126,8.7,34.6,169.6 +10:27:45.921,24.0,30.0,40.42,126,8.0,31.9,169.6 +10:27:50.921,25.0,30.0,40.70,126,8.1,32.3,169.6 +10:27:56.420,24.0,30.0,40.43,126,8.1,32.4,169.6 +10:28:01.918,25.0,30.0,40.43,126,8.2,32.9,169.6 +10:28:06.926,26.0,30.0,40.42,126,8.6,34.5,169.6 +10:28:12.419,25.0,30.0,40.43,126,8.1,32.3,169.6 +10:28:17.420,26.0,30.0,40.43,126,8.7,34.8,169.6 +10:28:22.918,25.0,30.0,40.42,126,8.1,32.5,169.6 +10:28:27.919,26.0,30.0,40.43,126,8.8,35.0,169.6 +10:28:33.424,26.0,30.0,40.42,126,8.6,34.5,169.6 +10:28:38.918,25.0,30.0,40.43,126,8.2,32.6,169.6 +10:28:43.919,26.0,30.0,40.43,126,8.7,34.8,169.6 +10:28:48.919,25.0,30.0,40.42,126,8.6,34.4,169.6 +10:28:54.417,26.0,30.0,40.43,126,8.8,35.0,169.6 +10:28:59.419,25.0,30.0,40.46,126,8.7,34.9,169.6 +10:29:04.420,25.0,30.0,40.77,126,8.1,32.3,169.6 +10:29:09.427,25.0,30.0,40.69,126,8.5,34.0,169.6 +10:29:14.918,24.0,30.0,40.70,126,8.1,32.4,169.6 +10:29:19.921,25.0,30.0,40.43,126,8.2,32.7,169.6 +10:29:25.417,24.0,30.0,40.65,126,8.1,32.4,169.6 +10:29:30.918,25.0,30.0,40.70,126,8.1,32.3,169.6 +10:29:35.925,25.0,30.0,40.43,126,8.6,34.4,169.6 +10:29:41.418,24.0,30.0,40.70,126,8.2,32.7,169.6 +10:29:46.420,25.0,30.0,40.43,126,8.2,32.7,169.6 +10:29:51.917,24.0,30.0,40.70,126,8.1,32.4,169.6 +10:29:56.918,25.0,30.0,40.43,126,8.0,32.0,169.6 +10:30:02.425,25.0,30.0,40.43,126,8.7,34.7,169.6 +10:30:07.917,24.0,30.0,40.70,126,8.0,32.1,169.6 +10:30:12.918,25.0,30.0,40.43,126,8.2,32.6,169.6 +10:30:18.416,24.0,30.0,40.43,126,8.1,32.4,169.6 +10:30:23.417,23.0,30.0,41.25,126,8.0,32.1,169.6 +10:30:28.923,25.0,30.0,40.43,126,8.6,34.3,169.6 +10:30:34.417,24.0,30.0,40.42,126,8.1,32.3,169.6 +10:30:39.917,25.0,30.0,40.43,126,8.1,32.5,169.6 +10:30:45.422,25.0,30.0,40.43,126,8.6,34.4,169.6 +10:30:50.916,24.0,30.0,40.70,126,8.2,32.8,169.6 +10:30:55.916,25.0,30.0,40.43,126,8.2,32.8,169.6 +10:31:01.416,24.0,30.0,40.70,126,8.2,32.7,169.6 +10:31:06.416,25.0,30.0,40.42,126,8.2,32.7,169.6 +10:31:11.426,26.0,30.0,40.42,126,8.6,34.4,169.6 +10:31:16.916,25.0,30.0,40.42,126,8.1,32.2,169.6 +10:31:21.920,26.0,30.0,40.43,126,8.6,34.5,169.6 +10:31:27.417,25.0,30.0,40.43,126,8.1,32.5,169.6 +10:31:32.916,25.0,30.0,40.42,126,8.1,32.5,169.6 +10:31:37.925,26.0,30.0,40.43,126,8.6,34.4,169.6 +10:31:43.415,25.0,30.0,40.42,126,8.2,32.6,169.6 +10:31:48.419,26.0,30.0,40.43,126,8.8,35.3,169.6 +10:31:53.916,25.0,30.0,40.70,126,8.8,35.0,169.6 +10:31:59.416,26.0,30.0,40.43,126,8.7,34.8,169.6 +10:32:04.919,26.0,30.0,40.43,126,8.7,34.6,169.6 +10:32:10.415,25.0,30.0,40.43,126,8.2,32.6,169.6 +10:32:15.915,25.0,30.0,40.43,126,8.2,32.6,169.6 +10:32:20.923,26.0,30.0,40.42,126,8.6,34.2,169.6 +10:32:26.415,25.0,30.0,40.43,126,8.1,32.5,169.6 +10:32:31.417,26.0,30.0,40.43,126,8.7,34.8,169.6 +10:32:36.915,25.0,30.0,40.42,126,8.2,32.6,169.6 +10:32:42.416,25.0,30.0,40.70,126,8.1,32.2,169.6 +10:32:47.422,26.0,30.0,40.43,126,9.2,36.9,169.6 +10:32:52.916,25.0,30.0,40.43,126,8.7,34.8,169.6 +10:32:58.414,26.0,30.0,40.43,126,8.7,34.8,169.6 +10:33:03.414,25.0,30.0,40.43,126,8.7,34.9,169.6 +10:33:08.914,25.0,30.0,40.43,126,8.7,34.6,169.6 +10:33:13.914,25.0,30.0,40.43,126,8.8,35.0,169.6 +10:33:19.415,25.0,30.0,40.43,126,8.8,35.0,169.6 +10:33:24.914,26.0,30.0,40.43,126,8.8,35.2,169.6 +10:33:29.915,25.0,30.0,40.43,126,8.7,34.6,169.6 +10:33:35.414,25.0,30.0,40.43,126,8.7,34.9,169.6 +10:33:40.415,25.0,30.0,40.43,126,8.2,33.0,169.6 +10:33:45.915,25.0,30.0,40.43,126,8.6,34.5,169.6 +10:33:51.413,26.0,30.0,40.42,126,8.8,35.1,169.6 +10:33:56.424,25.0,30.0,40.97,126,8.6,34.2,169.6 +10:34:01.914,24.0,30.0,40.43,126,8.1,32.4,169.6 +10:34:06.917,25.0,30.0,40.70,126,8.2,32.8,169.6 +10:34:12.414,24.0,30.0,40.43,126,8.0,32.1,169.6 +10:34:17.914,25.0,30.0,40.43,126,8.1,32.3,169.6 +10:34:22.922,25.0,30.0,40.70,126,8.5,34.1,169.6 +10:34:28.414,24.0,30.0,40.43,126,8.2,32.8,169.6 +10:34:33.417,25.0,30.0,40.70,126,8.2,32.6,169.6 +10:34:38.914,24.0,30.0,40.43,126,8.1,32.5,169.6 +10:34:44.414,25.0,30.0,40.43,126,8.1,32.5,169.6 +10:34:49.421,25.0,30.0,40.70,126,8.6,34.3,169.6 +10:34:54.914,24.0,30.0,40.70,126,8.1,32.4,169.6 +10:34:59.915,25.0,30.0,40.70,126,8.2,32.7,169.6 +10:35:05.414,24.0,30.0,40.70,126,8.1,32.3,169.6 +10:35:10.914,25.0,30.0,40.70,126,8.0,32.0,169.6 +10:35:15.920,25.0,30.0,40.42,126,8.6,34.5,169.6 +10:35:21.414,24.0,30.0,40.70,126,8.1,32.5,169.6 +10:35:26.416,25.0,30.0,40.45,126,8.3,33.3,169.6 +10:35:31.913,24.0,30.0,40.66,126,8.0,31.9,169.6 +10:35:36.913,25.0,30.0,40.43,126,8.1,32.3,169.6 +10:35:42.420,25.0,30.0,40.44,126,8.5,34.1,169.6 +10:35:47.913,24.0,30.0,40.69,126,8.1,32.4,169.6 +10:35:52.913,25.0,30.0,40.42,126,8.1,32.3,169.6 +10:35:58.412,24.0,30.0,40.69,126,8.1,32.2,169.6 +10:36:03.412,25.0,30.0,40.43,126,8.2,32.8,169.6 +10:36:08.919,25.0,30.0,40.42,126,8.4,33.7,169.6 +10:36:14.412,24.0,30.0,40.44,126,8.1,32.5,169.6 +10:36:19.414,25.0,30.0,40.43,126,8.1,32.4,169.6 +10:36:24.912,24.0,30.0,41.25,126,8.1,32.4,169.6 +10:36:30.412,25.0,30.0,40.42,126,8.0,31.8,169.6 +10:36:35.416,26.0,30.0,40.41,126,8.1,32.5,169.6 +10:36:40.912,25.0,30.0,40.99,126,8.2,32.6,169.6 +10:36:45.912,26.0,30.0,40.43,126,8.8,35.2,169.6 +10:36:51.411,25.0,30.0,40.43,126,7.7,30.7,169.6 +10:36:56.415,26.0,30.0,40.48,126,8.3,33.2,169.6 +10:37:01.923,26.0,30.0,40.99,128,9.7,38.9,169.6 +10:37:07.411,25.0,30.0,40.42,128,8.1,32.5,169.6 +10:37:12.911,25.0,30.0,40.43,128,8.1,32.5,169.6 +10:37:17.920,26.0,30.0,40.43,128,8.6,34.3,169.6 +10:37:23.411,25.0,30.0,40.43,128,8.1,32.5,169.6 +10:37:28.414,26.0,30.0,40.70,128,8.7,34.9,169.6 +10:37:33.911,25.0,30.0,40.42,128,8.2,32.8,169.6 +10:37:38.911,26.0,30.0,40.41,128,8.8,35.0,169.6 +10:37:44.418,26.0,30.0,40.43,128,9.2,36.6,169.6 +10:37:49.911,25.0,30.0,40.43,128,8.8,35.1,169.6 +10:37:55.410,26.0,30.0,40.43,128,9.0,36.1,169.6 +10:38:00.412,25.0,30.0,40.43,128,8.8,35.1,169.6 +10:38:05.911,25.0,30.0,40.42,128,8.8,35.1,169.6 +10:38:11.412,26.0,30.0,40.43,128,8.7,34.7,169.6 +10:38:16.922,26.0,30.0,40.43,128,8.6,34.3,169.6 +10:38:22.410,25.0,30.0,40.43,128,8.1,32.5,169.6 +10:38:27.416,26.0,30.0,40.43,128,8.7,34.6,169.6 +10:38:32.912,25.0,30.0,40.44,129,7.2,29.0,169.6 +10:38:38.410,25.0,30.0,40.34,129,8.2,32.6,169.6 +10:38:43.420,26.0,30.0,40.43,129,9.2,36.9,169.6 +10:38:48.910,25.0,30.0,40.43,129,8.8,35.2,169.6 +10:38:53.910,25.0,30.0,40.42,129,8.2,32.8,169.6 +10:38:58.910,24.0,30.0,40.43,129,8.2,32.7,169.6 +10:39:03.913,25.0,30.0,40.70,129,8.3,33.1,169.6 +10:39:09.409,24.0,30.0,40.43,129,8.2,32.8,169.6 +10:39:14.409,25.0,30.0,40.70,129,8.2,32.7,169.6 +10:39:19.918,25.0,30.0,40.70,129,8.6,34.3,169.6 +10:39:25.411,24.0,30.0,40.42,129,8.2,32.8,169.6 +10:39:30.411,25.0,30.0,40.70,129,8.2,32.7,169.6 +10:39:35.910,24.0,30.0,40.70,129,8.1,32.2,169.6 +10:39:41.410,25.0,30.0,40.70,129,7.9,31.6,169.6 +10:39:46.417,25.0,30.0,40.70,129,8.5,34.0,169.6 +10:39:51.910,24.0,30.0,40.70,129,8.1,32.5,169.6 +10:39:56.910,25.0,30.0,40.70,129,8.1,32.3,169.6 +10:40:02.409,24.0,30.0,40.69,129,8.1,32.5,169.6 +10:40:07.410,25.0,30.0,40.43,129,8.1,32.4,169.6 +10:40:12.420,25.0,30.0,40.43,129,8.6,34.3,169.6 +10:40:17.910,24.0,30.0,40.42,129,8.1,32.3,169.6 +10:40:22.914,26.0,30.0,40.41,129,8.1,32.5,169.6 +10:40:28.409,25.0,30.0,40.43,129,8.1,32.5,169.6 +10:40:33.910,25.0,30.0,40.42,129,8.1,32.4,169.6 +10:40:38.919,26.0,30.0,40.43,129,8.6,34.4,169.6 +10:40:44.408,25.0,30.0,40.43,129,8.1,32.2,169.6 +10:40:49.413,26.0,30.0,40.43,130,9.1,36.2,169.6 +10:40:54.909,25.0,30.0,40.43,130,8.1,32.3,169.6 +10:40:59.909,26.0,30.0,40.42,130,8.7,34.9,169.6 +10:41:04.909,25.0,30.0,40.42,130,8.8,35.0,169.6 +10:41:10.408,26.0,30.0,40.43,130,8.8,35.1,169.6 +10:41:15.911,26.0,30.0,40.42,130,8.7,34.9,169.6 +10:41:21.408,25.0,30.0,40.42,130,8.2,32.6,169.6 +10:41:26.908,26.0,30.0,40.42,130,8.1,32.3,169.6 +10:41:31.908,25.0,30.0,40.43,130,8.7,34.7,169.6 +10:41:37.409,25.0,30.0,40.43,130,8.8,35.1,169.6 +10:41:42.909,26.0,30.0,40.42,130,8.7,34.9,169.6 +10:41:47.909,25.0,30.0,40.43,130,8.6,34.5,169.6 +10:41:53.408,26.0,30.0,40.43,130,8.8,35.0,169.6 +10:41:58.409,25.0,30.0,40.43,130,8.7,34.6,169.6 +10:42:03.908,25.0,30.0,40.43,131,8.8,35.3,169.6 +10:42:08.909,25.0,30.0,40.42,131,8.2,32.8,169.6 +10:42:14.408,25.0,30.0,40.43,131,8.9,35.5,169.6 +10:42:19.907,26.0,30.0,40.42,131,8.8,35.2,169.6 +10:42:25.409,26.0,30.0,40.42,131,8.7,34.9,169.6 +10:42:30.907,25.0,30.0,40.43,131,8.8,35.1,169.6 +10:42:36.408,25.0,30.0,40.43,131,8.7,34.8,169.6 +10:42:41.909,26.0,30.0,40.43,131,8.8,35.1,169.6 +10:42:47.407,25.0,30.0,40.43,131,8.2,32.7,169.6 +10:42:52.907,25.0,30.0,40.43,131,8.1,32.3,169.6 +10:42:57.914,26.0,30.0,40.43,131,8.7,34.6,169.6 +10:43:03.406,25.0,30.0,40.43,131,8.2,32.7,169.6 +10:43:08.407,26.0,30.0,40.43,131,8.7,34.7,169.6 +10:43:13.408,25.0,30.0,40.43,131,8.8,35.1,169.6 +10:43:18.908,26.0,30.0,40.43,131,8.8,35.2,169.6 +10:43:24.412,26.0,30.0,40.43,131,8.6,34.4,169.6 +10:43:29.906,25.0,30.0,40.70,131,8.2,32.7,169.6 +10:43:34.906,26.0,30.0,40.42,131,8.9,35.5,169.6 +10:43:40.407,25.0,30.0,40.42,131,8.7,34.8,169.6 +10:43:45.907,25.0,30.0,40.42,131,8.8,35.4,169.6 +10:43:51.406,26.0,30.0,40.43,131,8.8,35.4,169.6 +10:43:56.406,25.0,30.0,40.42,131,8.8,35.3,169.6 +10:44:01.906,26.0,30.0,40.43,131,8.8,35.1,169.6 +10:44:06.907,25.0,30.0,40.43,131,8.8,35.2,169.6 +10:44:12.407,25.0,30.0,40.43,131,8.8,35.0,169.6 +10:44:17.908,26.0,30.0,40.42,131,8.8,35.1,169.6 +10:44:23.415,26.0,30.0,40.43,131,8.7,34.7,169.6 +10:44:28.906,25.0,30.0,40.70,131,8.2,32.6,169.6 +10:44:33.909,26.0,30.0,40.42,131,8.8,35.1,169.6 +10:44:39.405,25.0,30.0,40.42,131,8.8,35.4,169.6 +10:44:44.406,25.0,30.0,40.42,131,8.1,32.5,169.6 +10:44:49.905,25.0,30.0,40.42,131,8.8,35.1,169.6 +10:44:55.406,25.0,30.0,40.43,131,8.7,34.9,169.6 +10:45:00.906,26.0,30.0,40.42,131,8.8,35.1,169.6 +10:45:06.414,26.0,30.0,40.43,131,8.7,34.6,169.6 +10:45:11.905,25.0,30.0,40.43,131,8.1,32.3,169.6 +10:45:16.907,26.0,30.0,40.42,131,8.8,35.1,169.6 +10:45:22.405,25.0,30.0,40.42,131,8.1,32.3,169.6 +10:45:27.905,25.0,30.0,40.42,131,8.2,32.6,169.6 +10:45:32.912,26.0,30.0,40.42,131,8.6,34.3,169.6 +10:45:38.404,25.0,30.0,40.43,131,8.2,32.9,169.6 +10:45:43.406,26.0,30.0,40.43,131,8.8,35.1,169.6 +10:45:48.905,25.0,30.0,40.42,131,8.8,35.3,169.6 +10:45:54.406,25.0,30.0,40.43,131,8.7,34.7,169.6 +10:45:59.906,26.0,30.0,40.43,131,8.8,35.1,169.6 +10:46:05.404,25.0,30.0,40.41,131,8.1,32.4,169.6 +10:46:10.404,26.0,30.0,40.42,131,8.8,35.4,169.6 +10:46:15.405,25.0,30.0,40.43,131,8.8,35.2,169.6 +10:46:20.904,25.0,30.0,40.43,131,8.8,35.1,169.6 +10:46:26.406,26.0,30.0,40.43,131,8.8,35.4,169.6 +10:46:31.915,26.0,30.0,40.43,131,8.6,34.3,169.6 +10:46:37.405,25.0,30.0,40.42,131,8.1,32.2,169.6 +10:46:42.409,26.0,30.0,40.43,131,8.7,34.8,169.6 +10:46:47.904,25.0,30.0,40.43,131,8.9,35.5,169.6 +10:46:52.904,25.0,30.0,40.43,131,8.2,32.7,169.6 +10:46:58.403,25.0,30.0,40.43,131,8.8,35.2,169.6 +10:47:03.404,25.0,30.0,40.42,131,8.1,32.4,169.6 +10:47:08.414,25.0,30.0,40.70,131,8.6,34.2,169.6 +10:47:13.904,24.0,30.0,40.42,131,8.2,32.9,169.6 +10:47:18.907,25.0,30.0,40.70,131,8.2,32.8,169.6 +10:47:24.403,24.0,30.0,40.42,131,8.1,32.4,169.6 +10:47:29.903,25.0,30.0,40.43,131,8.1,32.5,169.6 +10:47:34.911,25.0,30.0,40.70,131,8.6,34.3,169.6 +10:47:40.403,24.0,30.0,40.70,132,8.2,32.7,169.6 +10:47:45.406,25.0,30.0,40.70,132,8.2,32.9,169.6 +10:47:50.904,24.0,30.0,40.70,132,8.2,32.7,169.6 +10:47:56.403,25.0,30.0,40.70,132,8.2,32.7,169.6 +10:48:01.410,25.0,30.0,40.70,132,8.7,34.7,169.6 +10:48:06.903,24.0,30.0,40.69,132,8.2,32.8,169.6 +10:48:11.904,25.0,30.0,40.43,132,8.3,33.2,169.6 +10:48:17.403,24.0,30.0,40.70,132,8.2,32.8,169.6 +10:48:22.903,24.0,30.0,40.70,132,8.2,32.7,169.6 +10:48:27.909,25.0,30.0,40.43,132,8.7,34.6,169.6 +10:48:33.404,24.0,30.0,40.70,132,8.2,32.6,169.6 +10:48:38.902,25.0,30.0,40.69,132,8.2,33.0,169.6 +10:48:43.913,25.0,30.0,40.43,132,8.7,34.6,169.6 +10:48:49.403,24.0,30.0,40.70,132,8.2,32.7,169.6 +10:48:54.408,25.0,30.0,40.43,132,8.3,33.1,169.6 +10:48:59.903,24.0,30.0,40.70,132,8.2,32.6,169.6 +10:49:05.402,25.0,30.0,40.70,132,8.2,32.8,169.6 +10:49:10.413,25.0,30.0,40.43,132,8.6,34.5,169.6 +10:49:15.902,24.0,30.0,40.43,132,8.2,32.6,169.6 +10:49:20.906,25.0,30.0,40.43,132,8.3,33.1,169.6 +10:49:26.402,24.0,30.0,40.43,132,8.2,32.9,169.6 +10:49:31.402,26.0,30.0,40.42,132,8.2,32.7,169.6 +10:49:36.403,25.0,30.0,40.43,132,8.7,34.9,169.6 +10:49:41.902,26.0,30.0,40.43,132,8.9,35.5,169.6 +10:49:46.902,25.0,30.0,40.42,132,8.8,35.4,169.6 +10:49:51.902,25.0,30.0,40.43,132,8.2,32.7,169.6 +10:49:56.909,25.0,30.0,40.70,132,8.7,34.6,169.6 +10:50:02.401,24.0,30.0,40.43,132,8.3,33.1,169.6 +10:50:07.402,25.0,30.0,40.70,132,8.2,33.0,169.6 +10:50:12.902,24.0,30.0,40.70,132,8.2,33.0,169.6 +10:50:17.902,25.0,30.0,40.70,132,8.2,32.6,169.6 +10:50:23.407,24.0,30.0,40.97,132,8.7,34.7,169.6 +10:50:28.901,24.0,30.0,40.70,132,8.2,32.7,169.6 +10:50:33.902,25.0,30.0,40.70,132,8.1,32.5,169.6 +10:50:39.400,24.0,30.0,40.70,132,8.2,32.6,169.6 +10:50:44.402,25.0,30.0,40.70,132,8.2,32.6,169.6 +10:50:49.411,25.0,30.0,40.43,132,8.7,34.7,169.6 +10:50:54.901,24.0,30.0,40.43,132,8.1,32.5,169.6 +10:50:59.905,25.0,30.0,40.43,132,8.2,32.9,169.6 +10:51:05.401,24.0,30.0,40.43,132,8.2,32.7,169.6 +10:51:10.401,26.0,30.0,40.42,132,8.8,35.2,169.6 +10:51:15.401,25.0,30.0,40.43,132,8.7,34.9,169.6 +10:51:20.900,26.0,30.0,40.43,132,8.9,35.5,169.6 +10:51:26.404,26.0,30.0,40.43,132,8.7,34.9,169.6 +10:51:31.900,25.0,30.0,40.43,132,8.2,32.9,169.6 +10:51:36.901,26.0,30.0,40.43,132,8.8,35.4,169.6 +10:51:42.409,26.0,30.0,40.43,132,8.7,34.6,169.6 +10:51:47.900,25.0,30.0,40.43,132,8.2,33.0,169.6 +10:51:52.902,26.0,30.0,40.42,132,8.8,35.1,169.6 +10:51:58.400,25.0,30.0,40.42,132,8.2,32.8,169.6 +10:52:03.401,26.0,30.0,40.43,132,8.9,35.6,169.6 +10:52:08.907,26.0,30.0,40.43,132,9.3,37.1,169.6 +10:52:14.401,25.0,30.0,40.43,132,8.9,35.6,169.6 +10:52:19.400,25.0,30.0,40.42,132,8.2,32.9,169.6 +10:52:24.901,25.0,30.0,40.43,132,8.8,35.3,169.6 +10:52:30.400,25.0,30.0,40.42,132,8.8,35.4,169.6 +10:52:35.901,26.0,30.0,40.43,132,8.8,35.1,169.6 +10:52:41.399,25.0,30.0,40.42,132,8.1,32.5,169.6 +10:52:46.399,26.0,30.0,40.42,132,8.8,35.4,169.6 +10:52:51.906,26.0,30.0,40.42,132,8.8,35.1,169.6 +10:52:57.399,25.0,30.0,40.43,132,8.2,32.8,169.6 +10:53:02.400,26.0,30.0,40.43,132,8.8,35.2,169.6 +10:53:07.899,25.0,30.0,40.42,132,8.2,32.6,169.6 +10:53:12.900,26.0,30.0,40.43,132,8.7,34.7,169.6 +10:53:17.909,25.0,30.0,40.70,132,8.7,34.6,169.6 +10:53:23.399,24.0,30.0,40.43,132,8.3,33.1,169.6 +10:53:28.402,25.0,30.0,40.69,132,8.3,33.1,169.6 +10:53:33.900,24.0,30.0,40.43,132,8.2,33.0,169.6 +10:53:39.398,25.0,30.0,40.43,132,8.2,32.9,169.6 +10:53:44.408,25.0,30.0,40.70,132,8.7,34.6,169.6 +10:53:49.899,24.0,30.0,40.42,132,8.2,32.6,169.6 +10:53:54.901,25.0,30.0,40.70,132,8.3,33.4,169.6 +10:54:00.398,24.0,30.0,40.43,132,8.2,32.6,169.6 +10:54:05.399,25.0,30.0,40.70,132,8.2,32.9,169.6 +10:54:10.399,24.0,30.0,40.98,132,8.1,32.3,169.6 +10:54:15.899,25.0,30.0,40.70,132,8.1,32.5,169.6 +10:54:20.905,25.0,30.0,40.43,132,8.7,34.9,169.6 +10:54:26.399,24.0,30.0,40.70,133,8.1,32.4,169.6 +10:54:31.400,25.0,30.0,40.43,133,8.2,32.8,169.6 +10:54:36.898,24.0,30.0,40.43,133,8.1,32.4,169.6 +10:54:42.399,24.0,30.0,40.43,133,8.1,32.3,169.6 +10:54:47.404,25.0,30.0,40.43,133,8.6,34.5,169.6 +10:54:52.899,24.0,30.0,40.42,133,8.2,32.7,169.6 +10:54:58.398,25.0,30.0,40.43,133,8.1,32.3,169.6 +10:55:03.904,25.0,30.0,40.43,133,8.7,34.8,169.6 +10:55:09.397,24.0,30.0,40.69,133,8.2,33.0,169.6 +10:55:14.399,25.0,30.0,40.44,133,8.3,33.1,169.6 +10:55:19.897,24.0,30.0,40.70,133,8.2,32.8,169.6 +10:55:24.898,25.0,30.0,40.42,134,8.1,32.5,169.7 +10:55:29.908,26.0,30.0,40.43,134,8.6,34.5,169.6 +10:55:35.397,25.0,30.0,40.42,134,8.2,32.6,169.6 +10:55:40.402,26.0,30.0,40.43,134,8.8,35.0,169.6 +10:55:45.898,25.0,30.0,40.43,134,8.2,33.0,169.6 +10:55:51.396,26.0,30.0,40.71,134,8.1,32.5,169.6 +10:55:56.407,26.0,30.0,40.43,134,9.3,37.3,169.6 +10:56:01.897,25.0,30.0,40.42,134,8.9,35.6,169.6 +10:56:07.396,26.0,30.0,41.25,135,8.8,35.1,169.6 +10:56:12.398,25.0,30.0,40.43,135,8.8,35.2,169.6 +10:56:17.896,26.0,30.0,40.43,135,8.8,35.1,169.6 +10:56:22.897,25.0,30.0,40.43,135,8.7,34.9,169.6 +10:56:28.397,25.0,30.0,40.43,135,8.8,35.1,169.6 +10:56:33.897,26.0,30.0,40.42,135,8.8,35.0,169.6 +10:56:39.405,26.0,30.0,40.42,135,8.7,34.6,169.6 +10:56:44.896,25.0,30.0,40.43,135,8.2,33.0,169.6 +10:56:49.899,26.0,30.0,40.42,135,8.7,34.6,169.6 +10:56:55.396,25.0,30.0,40.43,135,8.3,33.1,169.6 +10:57:00.897,26.0,30.0,40.43,135,8.1,32.3,169.6 +10:57:05.897,25.0,30.0,40.42,135,8.8,35.1,169.6 +10:57:11.199,24.0,30.0,40.50,137,9.1,36.3,169.6 +10:57:16.204,25.0,30.0,40.62,137,8.6,34.4,169.6 +10:57:21.698,24.0,30.0,40.43,137,8.2,32.6,169.6 +10:57:26.699,25.0,30.0,40.70,137,8.1,32.3,169.6 +10:57:32.209,25.0,30.0,40.70,137,8.6,34.2,169.6 +10:57:37.699,24.0,30.0,40.42,137,8.1,32.4,169.6 +10:57:42.703,25.0,30.0,40.70,137,8.3,33.1,169.6 +10:57:48.199,24.0,30.0,40.42,137,8.1,32.2,169.6 +10:57:53.199,25.0,30.0,40.70,137,8.1,32.5,169.6 +10:57:58.199,24.0,30.0,40.70,137,8.2,32.6,169.6 +10:58:03.700,25.0,30.0,40.70,137,7.9,31.7,169.6 +10:58:08.709,25.0,30.0,40.43,137,8.6,34.4,169.6 +10:58:14.200,24.0,30.0,40.43,137,8.2,32.8,169.6 +10:58:19.203,25.0,30.0,40.70,137,8.2,32.8,169.6 +10:58:24.701,24.0,30.0,40.42,137,8.1,32.4,169.6 +10:58:30.200,25.0,30.0,40.42,137,8.0,32.0,169.6 +10:58:35.208,25.0,30.0,40.42,137,8.5,34.1,169.6 +10:58:40.701,25.0,30.0,40.42,137,8.1,32.3,169.6 +10:58:45.702,26.0,30.0,40.42,137,8.8,35.0,169.6 +10:58:51.201,25.0,30.0,40.43,137,8.2,32.6,169.6 +10:58:56.701,25.0,30.0,40.42,137,8.1,32.2,169.6 +10:59:01.708,26.0,30.0,40.43,137,8.7,34.8,169.6 +10:59:07.201,25.0,30.0,40.42,137,8.2,32.6,169.6 +10:59:12.203,26.0,30.0,40.43,137,8.7,34.7,169.6 +10:59:17.701,25.0,30.0,40.70,137,8.2,32.6,169.6 +10:59:23.201,25.0,30.0,40.43,137,8.0,31.9,169.6 +10:59:28.208,26.0,30.0,40.43,137,8.6,34.5,169.6 +10:59:33.703,25.0,30.0,40.43,137,8.2,32.6,169.6 +10:59:39.203,26.0,30.0,40.70,137,8.1,32.2,169.6 +10:59:44.213,26.0,30.0,40.42,137,9.3,37.1,169.6 +10:59:49.704,25.0,30.0,40.42,137,8.8,35.2,169.6 +10:59:55.203,26.0,30.0,40.43,137,8.8,35.4,169.6 +11:00:00.702,25.0,30.0,40.43,137,8.2,32.8,169.6 +11:00:05.703,26.0,30.0,40.44,137,8.7,34.9,169.6 +11:00:10.704,25.0,30.0,40.43,137,8.8,35.0,169.6 +11:00:16.203,25.0,30.0,40.43,137,8.8,35.0,169.6 +11:00:21.203,25.0,30.0,40.43,137,8.2,32.9,169.6 +11:00:26.204,24.0,30.0,40.43,137,8.2,32.9,169.6 +11:00:31.207,25.0,30.0,40.70,137,8.1,32.5,169.6 +11:00:36.703,24.0,30.0,40.70,137,8.2,32.8,169.6 +11:00:41.704,25.0,30.0,40.70,137,8.1,32.4,169.6 +11:00:46.705,24.0,30.0,40.70,137,8.1,32.2,169.6 +11:00:52.205,24.0,30.0,40.98,137,8.0,32.0,169.6 +11:00:57.211,25.0,30.0,40.42,137,8.6,34.5,169.6 +11:01:02.705,24.0,30.0,40.43,137,8.2,32.6,169.6 +11:01:07.706,25.0,30.0,40.43,137,8.1,32.3,169.6 +11:01:13.205,24.0,30.0,40.43,138,8.1,32.4,169.6 +11:01:18.706,24.0,30.0,40.97,138,8.1,32.3,169.6 +11:01:23.712,26.0,30.0,40.43,138,8.6,34.5,169.6 +11:01:29.206,25.0,30.0,40.43,138,8.2,32.6,169.6 +11:01:34.206,26.0,30.0,40.43,138,8.8,35.2,169.6 +11:01:39.705,25.0,30.0,40.42,138,8.2,32.9,169.6 +11:01:45.206,25.0,30.0,40.43,138,8.0,32.1,169.6 +11:01:50.211,26.0,30.0,40.43,138,8.7,34.8,169.6 +11:01:55.706,25.0,30.0,40.42,138,8.2,32.8,169.6 +11:02:00.706,26.0,30.0,40.43,138,8.7,34.8,169.6 +11:02:06.217,26.0,30.0,40.43,138,8.6,34.5,169.6 +11:02:11.706,25.0,30.0,40.43,138,8.1,32.2,169.6 +11:02:16.711,26.0,30.0,40.43,138,8.7,34.6,169.6 +11:02:22.207,25.0,30.0,40.43,138,8.7,34.9,169.6 +11:02:27.207,25.0,30.0,40.43,138,8.2,32.7,169.6 +11:02:32.209,24.0,30.0,40.43,138,8.0,32.1,169.6 +11:02:37.708,25.0,30.0,40.43,138,8.0,32.1,169.6 +11:02:42.716,25.0,30.0,40.70,138,8.6,34.3,169.6 +11:02:48.209,24.0,30.0,40.43,138,8.1,32.2,169.6 +11:02:53.210,25.0,30.0,40.70,138,8.2,32.6,169.6 +11:02:58.707,24.0,30.0,40.43,138,8.1,32.5,169.6 +11:03:03.708,25.0,30.0,40.97,138,8.2,32.6,169.6 +11:03:09.215,25.0,30.0,40.70,138,8.5,34.0,169.6 +11:03:14.709,24.0,30.0,40.70,138,8.2,32.7,169.6 +11:03:19.710,25.0,30.0,40.70,138,8.1,32.3,169.6 +11:03:25.209,24.0,30.0,40.70,138,8.2,32.7,169.6 +11:03:30.210,25.0,30.0,40.70,138,8.1,32.4,169.6 +11:03:35.715,25.0,30.0,40.70,138,8.6,34.4,169.6 +11:03:41.209,24.0,30.0,40.70,138,8.1,32.5,169.6 +11:03:46.710,25.0,30.0,40.70,138,8.0,31.8,169.7 +11:03:52.215,25.0,30.0,40.70,138,8.7,34.7,169.7 +11:03:57.711,26.0,30.0,40.43,139,8.2,32.7,169.7 +11:04:03.210,25.0,30.0,40.43,139,8.2,32.7,169.7 +11:04:08.710,25.0,30.0,40.43,139,8.8,35.0,169.7 +11:04:13.710,24.0,30.0,40.43,139,8.2,32.6,169.7 +11:04:18.716,25.0,30.0,40.70,139,8.2,32.7,169.7 +11:04:24.211,24.0,30.0,40.71,139,8.2,32.6,169.7 +11:04:29.710,25.0,30.0,40.70,139,8.1,32.5,169.7 +11:04:35.217,25.0,30.0,40.98,139,8.6,34.5,169.7 +11:04:40.711,24.0,30.0,40.70,139,8.1,32.4,169.7 +11:04:45.712,25.0,30.0,40.70,139,8.2,32.7,169.7 +11:04:51.223,25.0,30.0,40.70,139,8.5,34.1,169.7 +11:04:56.712,24.0,30.0,40.43,139,8.1,32.2,169.6 +11:05:01.717,25.0,30.0,40.70,139,8.2,32.7,169.6 +11:05:07.212,24.0,30.0,40.43,139,8.1,32.4,169.6 +11:05:12.712,25.0,30.0,40.43,139,8.1,32.4,169.7 +11:05:17.722,25.0,30.0,40.70,139,8.5,34.0,169.6 +11:05:23.212,24.0,30.0,40.70,139,8.1,32.5,169.6 +11:05:28.217,25.0,30.0,40.70,139,8.1,32.4,169.7 +11:05:33.714,24.0,30.0,40.70,139,8.1,32.4,169.6 +11:05:39.215,25.0,30.0,40.70,139,8.1,32.2,169.6 +11:05:44.222,25.0,30.0,40.70,139,8.5,34.1,169.6 +11:05:49.712,24.0,30.0,40.70,139,8.2,32.7,169.7 +11:05:54.717,25.0,30.0,40.43,139,8.2,32.8,169.7 +11:06:00.213,24.0,30.0,40.70,139,8.2,32.7,169.6 +11:06:05.214,25.0,30.0,40.43,139,8.2,32.6,169.6 +11:06:10.215,25.0,30.0,40.43,139,8.1,32.5,169.6 +11:06:15.715,25.0,30.0,40.43,139,8.1,32.4,169.6 +11:06:20.722,26.0,30.0,40.43,139,8.6,34.4,169.6 +11:06:26.214,25.0,30.0,40.42,139,8.2,32.7,169.6 +11:06:31.216,26.0,30.0,40.42,139,8.8,35.0,169.6 +11:06:36.714,25.0,30.0,40.43,139,8.2,32.7,169.6 +11:06:42.217,25.0,30.0,40.43,139,8.1,32.4,169.6 +11:06:47.222,26.0,30.0,40.43,139,8.7,34.9,169.6 +11:06:52.715,25.0,30.0,40.43,139,8.2,32.7,169.6 +11:06:57.716,26.0,30.0,40.43,139,8.8,35.0,169.6 +11:07:03.216,25.0,30.0,40.43,139,8.2,32.6,169.6 +11:07:08.217,26.0,30.0,40.43,139,8.7,34.6,169.6 +11:07:13.226,25.0,30.0,40.70,139,8.6,34.4,169.6 +11:07:18.716,24.0,30.0,40.43,139,8.1,32.5,169.6 +11:07:23.720,25.0,30.0,40.70,139,8.2,32.6,169.6 +11:07:29.217,24.0,30.0,40.43,139,8.1,32.4,169.6 +11:07:34.717,25.0,30.0,40.43,139,8.1,32.4,169.6 +11:07:39.726,25.0,30.0,40.70,139,8.6,34.4,169.6 +11:07:45.217,24.0,30.0,40.43,139,8.1,32.5,169.6 +11:07:50.220,25.0,30.0,40.70,139,8.2,32.9,169.6 +11:07:55.717,24.0,30.0,40.43,139,8.1,32.4,169.6 +11:08:00.717,25.0,30.0,40.98,139,8.2,32.6,169.6 +11:08:05.718,24.0,30.0,40.70,139,8.1,32.4,169.7 +11:08:11.218,25.0,30.0,40.70,139,8.1,32.4,169.7 +11:08:16.225,25.0,30.0,40.43,139,8.7,34.6,169.6 +11:08:21.718,24.0,30.0,40.70,139,8.2,32.7,169.6 +11:08:26.720,25.0,30.0,40.43,139,8.2,32.9,169.6 +11:08:32.218,24.0,30.0,40.43,139,8.1,32.3,169.6 +11:08:37.219,25.0,30.0,40.43,139,8.1,32.5,169.6 +11:08:42.725,25.0,30.0,40.43,139,8.6,34.5,169.6 +11:08:48.218,24.0,30.0,40.43,139,8.2,32.8,169.6 +11:08:53.219,26.0,30.0,40.43,139,8.8,35.0,169.6 +11:08:58.718,25.0,30.0,40.42,139,8.2,32.7,169.7 +11:09:03.720,26.0,30.0,40.43,139,8.8,35.4,169.7 +11:09:08.720,25.0,30.0,40.43,139,8.7,34.6,169.7 +11:09:14.220,25.0,30.0,40.42,139,8.8,35.3,169.7 +11:09:19.719,26.0,30.0,40.43,139,8.8,35.2,169.7 +11:09:24.720,24.0,30.0,40.70,139,8.1,32.4,169.7 +11:09:30.220,26.0,30.0,40.43,139,8.8,35.1,169.7 +11:09:35.220,25.0,30.0,40.43,139,8.8,35.1,169.7 +11:09:40.221,25.0,30.0,40.43,139,8.1,32.2,169.7 +11:09:45.229,25.0,30.0,40.98,139,8.6,34.4,169.7 +11:09:50.720,24.0,30.0,40.70,139,8.2,32.7,169.7 +11:09:55.723,25.0,30.0,40.70,139,8.1,32.4,169.7 +11:10:01.220,24.0,30.0,40.69,139,8.2,33.0,169.7 +11:10:06.222,25.0,30.0,40.43,139,8.2,32.8,169.7 +11:10:11.728,25.0,30.0,40.43,139,8.7,34.6,169.7 +11:10:17.222,24.0,30.0,40.70,139,8.2,32.6,169.7 +11:10:22.222,25.0,30.0,40.43,139,8.2,33.0,169.7 +11:10:27.721,24.0,30.0,40.70,139,8.2,32.8,169.7 +11:10:32.721,25.0,30.0,40.43,139,8.2,32.7,169.7 +11:10:38.228,25.0,30.0,40.43,139,8.6,34.5,169.7 +11:10:43.723,24.0,30.0,40.70,139,8.1,32.2,169.7 +11:10:49.222,25.0,30.0,40.70,139,8.0,32.1,169.7 +11:10:54.222,24.0,30.0,40.70,139,8.2,32.6,169.7 +11:10:59.723,24.0,30.0,40.70,139,8.2,32.6,169.7 +11:11:04.728,25.0,30.0,40.43,139,8.6,34.4,169.7 +11:11:10.223,24.0,30.0,40.43,139,8.2,32.8,169.7 +11:11:15.225,25.0,30.0,40.42,139,8.1,32.5,169.7 +11:11:20.722,24.0,30.0,40.42,139,8.2,32.7,169.7 +11:11:25.724,26.0,30.0,40.43,139,8.1,32.4,169.7 +11:11:30.733,26.0,30.0,40.43,139,9.3,37.1,169.7 +11:11:36.224,25.0,30.0,40.43,139,8.8,35.1,169.7 +11:11:41.723,26.0,30.0,40.42,139,8.7,34.7,169.7 +11:11:46.723,25.0,30.0,40.42,139,8.8,35.1,169.7 +11:11:51.724,25.0,30.0,40.43,139,8.1,32.2,169.7 +11:11:57.225,25.0,30.0,40.42,139,8.8,35.0,169.7 +11:12:02.725,25.0,30.0,40.43,139,8.8,35.3,169.7 +11:12:08.224,26.0,30.0,40.43,139,8.7,34.9,169.7 +11:12:13.577,26.0,30.0,40.42,140,8.6,34.4,169.7 +11:12:19.068,25.0,30.0,40.70,140,8.2,32.6,169.7 +11:12:24.070,26.0,30.0,40.42,140,8.7,34.9,169.7 +11:12:29.567,25.0,30.0,40.42,140,8.2,32.8,169.7 +11:12:34.567,25.0,30.0,40.43,140,8.2,32.7,169.7 +11:12:40.067,25.0,30.0,40.42,140,8.8,35.1,169.7 +11:12:45.566,25.0,30.0,40.43,140,8.8,35.0,169.7 +11:12:50.566,25.0,30.0,40.43,140,8.2,32.8,169.7 +11:12:55.567,24.0,30.0,40.43,140,8.1,32.5,169.7 +11:13:00.567,25.0,30.0,40.70,140,8.3,33.1,169.7 +11:13:06.065,24.0,30.0,40.70,140,8.2,32.8,169.7 +11:13:11.066,25.0,30.0,40.69,140,8.2,32.7,169.7 +11:13:16.076,25.0,30.0,40.43,140,8.6,34.4,169.7 +11:13:21.566,24.0,30.0,40.97,140,8.1,32.3,169.7 +11:13:26.570,25.0,30.0,40.43,140,8.2,32.6,169.7 +11:13:32.065,24.0,30.0,40.69,140,8.1,32.5,169.7 +11:13:37.565,25.0,30.0,40.70,140,8.1,32.4,169.7 +11:13:42.573,25.0,30.0,40.43,140,8.6,34.3,169.7 +11:13:48.064,24.0,30.0,40.42,140,8.2,32.7,169.7 +11:13:53.067,25.0,30.0,40.43,140,8.2,32.9,169.7 +11:13:58.563,24.0,30.0,40.43,140,8.2,32.7,169.7 +11:14:04.064,25.0,30.0,40.42,140,8.1,32.3,169.7 +11:14:09.071,26.0,30.0,40.43,140,8.6,34.5,169.7 +11:14:14.563,25.0,30.0,40.43,140,8.0,32.0,169.7 +11:14:19.564,26.0,30.0,40.42,140,8.8,35.2,169.7 +11:14:25.063,25.0,30.0,40.43,140,8.1,32.5,169.7 +11:14:30.563,25.0,30.0,40.42,140,8.1,32.3,169.6 +11:14:35.569,26.0,30.0,40.42,140,8.7,34.7,169.7 +11:14:41.062,25.0,30.0,40.43,140,8.2,32.8,169.7 +11:14:46.062,26.0,30.0,40.43,140,8.8,35.1,169.7 +11:14:51.561,25.0,30.0,40.42,141,8.2,32.6,169.7 +11:14:57.061,25.0,30.0,40.43,141,8.1,32.3,169.7 +11:15:02.067,26.0,30.0,40.43,141,8.7,34.6,169.7 +11:15:07.560,25.0,30.0,40.42,141,8.2,32.7,169.7 +11:15:12.561,26.0,30.0,40.42,141,8.8,35.1,169.7 +11:15:18.060,25.0,30.0,40.43,141,8.7,34.6,169.7 +11:15:23.060,25.0,30.0,40.42,141,8.0,32.1,169.7 +11:15:28.069,25.0,30.0,40.70,141,8.5,34.0,169.7 +11:15:33.559,24.0,30.0,40.43,141,8.1,32.2,169.7 +11:15:38.563,25.0,30.0,40.70,141,8.2,32.8,169.7 +11:15:44.059,24.0,30.0,40.43,141,8.0,32.1,169.7 +11:15:49.558,25.0,30.0,40.43,141,8.1,32.5,169.7 +11:15:54.567,25.0,30.0,40.70,141,8.6,34.3,169.7 +11:16:00.058,24.0,30.0,40.44,141,8.1,32.4,169.7 +11:16:05.061,25.0,30.0,40.69,141,8.2,32.6,169.7 +11:16:10.557,24.0,30.0,40.70,141,8.0,32.1,169.7 +11:16:15.557,25.0,30.0,40.70,141,8.1,32.5,169.7 +11:16:21.065,25.0,30.0,40.70,141,8.6,34.3,169.7 +11:16:26.557,24.0,30.0,40.70,141,8.1,32.2,169.7 +11:16:31.558,25.0,30.0,40.43,141,8.1,32.5,169.7 +11:16:37.056,24.0,30.0,40.70,141,8.1,32.5,169.7 +11:16:42.056,25.0,30.0,40.43,141,8.2,32.6,169.7 +11:16:47.056,24.0,30.0,40.42,141,8.2,32.7,169.7 +11:16:52.056,26.0,30.0,40.43,141,8.8,35.1,169.7 +11:16:57.561,26.0,30.0,40.43,141,8.7,34.8,169.7 +11:17:03.056,25.0,30.0,40.43,141,8.2,32.9,169.7 +11:17:08.555,25.0,30.0,40.97,141,8.2,32.6,169.7 +11:17:14.060,25.0,30.0,40.43,141,8.6,34.5,169.7 +11:17:19.555,24.0,30.0,40.70,141,8.2,32.7,169.6 +11:17:25.053,25.0,30.0,40.70,141,8.2,32.6,169.6 +11:17:30.053,24.0,30.0,40.43,141,8.2,32.8,169.7 +11:17:35.054,25.0,30.0,40.43,141,8.1,32.4,169.7 +11:17:40.063,26.0,30.0,40.70,141,8.6,34.3,169.7 +11:17:45.552,25.0,30.0,40.43,141,8.2,32.6,169.7 +11:17:50.557,25.0,30.0,40.70,141,8.8,35.2,169.6 +11:17:56.053,25.0,30.0,40.43,141,8.8,35.0,169.6 +11:18:01.553,26.0,30.0,40.70,141,8.8,35.3,169.6 +11:18:06.553,25.0,30.0,40.43,141,8.7,34.8,169.6 +11:18:12.052,25.0,30.0,40.43,141,8.9,35.5,169.6 +11:18:17.551,26.0,30.0,40.42,141,8.7,34.8,169.6 +11:18:22.552,25.0,30.0,40.42,141,8.6,34.3,169.6 +11:18:28.050,26.0,30.0,40.42,141,8.8,35.1,169.6 +11:18:33.050,25.0,30.0,40.43,141,8.7,34.7,169.6 +11:18:38.551,25.0,30.0,40.43,141,8.7,34.9,169.6 +11:18:44.050,26.0,30.0,40.43,141,8.8,35.2,169.6 +11:18:49.050,25.0,30.0,40.43,141,8.7,34.9,169.6 +11:18:54.550,26.0,30.0,40.42,141,8.7,34.9,169.6 +11:18:59.556,25.0,30.0,40.70,141,8.6,34.5,169.6 +11:19:05.049,24.0,30.0,40.42,141,8.2,32.9,169.7 +11:19:10.050,25.0,30.0,40.70,141,8.2,32.9,169.6 +11:19:15.548,24.0,30.0,40.42,141,8.1,32.4,169.7 +11:19:20.549,25.0,30.0,40.70,141,8.1,32.3,169.7 +11:19:25.559,25.0,30.0,40.43,141,8.5,34.1,169.6 +11:19:31.048,24.0,30.0,40.70,141,8.1,32.5,169.6 +11:19:36.052,25.0,30.0,40.42,141,8.2,32.6,169.6 +11:19:41.548,24.0,30.0,40.70,141,8.1,32.4,169.6 +11:19:47.047,25.0,30.0,40.70,141,8.1,32.4,169.7 +11:19:52.057,25.0,30.0,40.43,141,8.3,33.4,169.6 +11:19:57.546,24.0,30.0,40.70,141,8.1,32.3,169.7 +11:20:02.550,25.0,30.0,40.42,141,8.2,32.8,169.7 +11:20:08.046,24.0,30.0,40.69,141,8.2,32.6,169.7 +11:20:13.046,25.0,30.0,40.43,141,8.1,32.4,169.7 +11:20:18.046,25.0,30.0,40.42,141,8.1,32.5,169.7 +11:20:23.544,25.0,30.0,40.43,141,8.1,32.5,169.7 +11:20:28.553,26.0,30.0,40.43,141,8.6,34.2,169.7 +11:20:34.045,25.0,30.0,40.43,141,8.9,35.5,169.7 +11:20:39.544,26.0,30.0,40.43,141,8.8,35.2,169.7 +11:20:45.053,26.0,30.0,40.43,141,8.6,34.3,169.7 +11:20:50.543,25.0,30.0,40.42,141,8.1,32.5,169.7 +11:20:55.546,26.0,30.0,40.43,141,8.8,35.0,169.7 +11:21:01.043,25.0,30.0,40.42,141,8.1,32.4,169.7 +11:21:06.543,25.0,30.0,40.43,141,8.2,32.9,169.7 +11:21:11.550,26.0,30.0,40.43,141,8.7,34.7,169.7 +11:21:17.043,25.0,30.0,40.43,141,8.1,32.4,169.7 +11:21:22.043,26.0,30.0,40.42,141,8.7,34.9,169.7 +11:21:27.542,25.0,30.0,40.42,141,8.2,32.8,169.7 +11:21:33.042,26.0,30.0,40.43,141,8.1,32.5,169.7 +11:21:38.048,26.0,30.0,40.43,142,9.2,36.6,169.7 +11:21:43.542,25.0,30.0,40.70,142,8.8,35.1,169.7 +11:21:49.042,26.0,30.0,40.42,142,8.7,34.9,169.7 +11:21:54.042,25.0,30.0,40.70,142,8.7,34.8,169.7 +11:21:59.541,25.0,30.0,40.43,142,8.8,35.2,169.7 +11:22:04.541,25.0,30.0,40.43,142,8.3,33.1,169.7 +11:22:10.040,25.0,30.0,40.42,142,8.8,35.1,169.7 +11:22:15.539,26.0,30.0,40.70,142,8.8,35.2,169.7 +11:22:20.540,25.0,30.0,40.43,142,8.7,34.6,169.7 +11:22:26.040,25.0,30.0,40.43,142,8.8,35.0,169.7 +11:22:31.538,26.0,30.0,40.70,142,8.7,34.9,169.7 +11:22:36.540,25.0,30.0,40.42,142,8.7,34.8,169.7 +11:22:42.039,26.0,30.0,40.42,142,8.7,34.8,169.7 +11:22:47.047,25.0,30.0,40.70,142,8.6,34.2,169.7 +11:22:52.537,24.0,30.0,40.42,142,8.2,32.7,169.7 +11:22:57.541,25.0,30.0,41.25,143,8.1,32.5,169.7 +11:23:03.037,24.0,30.0,40.43,143,8.1,32.4,169.7 +11:23:08.538,25.0,30.0,40.42,143,8.1,32.4,169.7 +11:23:13.545,25.0,30.0,40.70,143,8.6,34.3,169.7 +11:23:19.038,24.0,30.0,40.43,143,8.2,32.8,169.7 +11:23:24.039,25.0,30.0,40.70,143,8.1,32.3,169.7 +11:23:29.536,24.0,30.0,40.43,143,8.1,32.2,169.7 +11:23:35.036,25.0,30.0,40.43,143,8.1,32.5,169.7 +11:23:40.043,25.0,30.0,40.70,143,8.7,34.8,169.7 +11:23:45.536,24.0,30.0,40.70,143,8.1,32.4,169.7 +11:23:50.536,25.0,30.0,40.70,143,8.2,32.6,169.7 +11:23:56.035,24.0,30.0,40.70,143,8.1,32.5,169.7 +11:24:01.536,24.0,30.0,40.70,143,8.2,32.6,169.7 +11:24:06.541,25.0,30.0,40.42,143,8.1,32.4,169.7 +11:24:12.034,24.0,30.0,40.70,143,8.2,32.8,169.7 +11:24:17.035,25.0,30.0,40.43,143,8.1,32.5,169.7 +11:24:22.533,24.0,30.0,40.70,143,8.2,32.8,169.7 +11:24:28.033,24.0,30.0,40.70,143,8.1,32.4,169.7 +11:24:33.038,25.0,30.0,40.43,143,8.2,32.6,169.7 +11:24:38.533,23.0,30.0,41.25,143,8.2,32.7,169.7 +11:24:44.034,25.0,30.0,40.70,143,8.1,32.4,169.7 +11:24:49.042,25.0,30.0,40.43,143,8.5,33.9,169.7 +11:24:54.533,24.0,30.0,40.70,143,8.1,32.5,169.7 +11:24:59.536,25.0,30.0,40.42,143,8.2,32.8,169.7 +11:25:05.032,24.0,30.0,40.43,143,8.1,32.5,169.7 +11:25:10.031,25.0,30.0,41.25,144,8.1,32.5,169.7 +11:25:15.541,25.0,30.0,40.43,144,8.5,34.1,169.7 +11:25:21.031,24.0,30.0,40.42,144,8.2,32.7,169.7 +11:25:26.034,26.0,30.0,40.42,144,8.2,32.8,169.7 +11:25:31.530,25.0,30.0,41.08,145,8.1,32.2,169.7 +11:25:37.030,25.0,30.0,40.47,145,8.0,32.1,169.7 +11:25:42.041,26.0,30.0,40.39,149,8.8,35.3,169.7 +11:25:47.073,24.0,30.0,40.80,153,8.9,35.5,169.7 +11:25:52.581,25.0,30.0,40.32,155,9.8,39.1,169.7 +11:25:58.030,25.0,30.0,40.27,155,8.1,32.3,169.7 +11:26:03.528,24.0,30.0,40.06,155,7.6,30.5,169.7 +11:26:08.537,26.0,30.0,40.43,155,8.7,34.7,169.7 +11:26:14.029,25.0,30.0,40.27,155,7.9,31.6,169.7 +11:26:19.040,26.0,30.0,40.51,155,8.3,33.4,169.7 +11:26:24.528,25.0,30.0,40.42,155,8.1,32.4,169.7 +11:26:30.081,25.0,30.0,40.62,159,9.2,36.9,169.7 +11:26:35.546,25.0,30.0,40.54,159,9.7,38.6,169.7 +11:26:41.028,25.0,30.0,40.45,159,7.9,31.7,169.7 +11:26:46.031,26.0,30.0,40.42,161,8.9,35.5,169.7 +11:26:51.534,26.0,30.0,40.34,161,8.9,35.6,169.7 +11:26:56.535,26.0,30.0,40.55,162,8.6,34.4,169.7 +11:27:02.034,26.0,30.0,40.22,166,9.3,37.2,169.7 +11:27:07.525,25.0,30.0,40.37,167,8.2,32.8,169.7 +11:27:12.525,26.0,30.0,40.37,167,9.0,36.0,169.7 +11:27:17.525,26.0,30.0,40.47,167,8.8,35.0,169.7 +11:27:22.525,25.0,30.0,40.69,168,8.0,31.8,169.7 +11:27:28.045,24.0,30.0,40.83,169,9.5,38.0,169.7 +11:27:33.525,25.0,30.0,39.40,172,9.3,37.2,169.7 +11:27:38.547,24.0,30.0,40.82,172,10.5,42.1,169.7 +11:27:44.024,24.0,30.0,40.33,173,9.1,36.4,169.7 +11:27:49.025,25.0,30.0,40.69,174,9.3,37.4,169.7 +11:27:54.538,25.0,30.0,40.59,175,9.5,38.0,169.7 +11:27:59.608,24.0,30.0,40.90,176,10.1,40.5,169.7 +11:28:05.025,25.0,30.0,40.66,176,8.3,33.4,169.8 +11:28:10.535,25.0,30.0,40.60,176,9.6,38.5,169.7 +11:28:16.023,25.0,30.0,40.42,176,8.4,33.8,169.7 +11:28:21.522,25.0,30.0,40.65,177,9.6,38.4,169.7 +11:28:26.961,21.0,30.0,41.97,180,10.3,41.2,178.7 +11:28:32.022,25.0,30.0,40.24,181,8.2,32.6,169.8 +11:28:37.029,25.0,30.0,40.70,181,8.6,34.4,169.7 +11:28:42.522,24.0,30.0,40.70,181,8.2,32.8,169.7 +11:28:47.523,25.0,30.0,40.71,181,8.2,32.9,169.7 +11:28:53.021,24.0,30.0,40.70,181,8.2,32.6,169.7 +11:28:58.521,24.0,30.0,40.70,181,8.1,32.4,169.7 +11:29:03.527,25.0,30.0,40.43,181,8.6,34.5,169.7 +11:29:09.021,24.0,30.0,40.69,181,8.2,32.8,169.7 +11:29:14.520,25.0,30.0,40.70,181,8.2,32.6,169.7 +11:29:20.026,25.0,30.0,40.69,181,8.6,34.3,169.7 +11:29:25.519,24.0,30.0,40.43,181,8.2,33.0,169.7 +11:29:30.519,25.0,30.0,40.68,181,8.2,32.6,169.7 +11:29:35.520,24.0,30.0,40.70,181,8.2,32.6,169.7 +11:29:41.019,24.0,30.0,40.97,181,8.2,32.7,169.7 +11:29:46.029,25.0,30.0,40.42,181,8.5,34.0,169.7 +11:29:51.519,24.0,30.0,40.43,181,8.2,32.6,169.7 +11:29:56.522,25.0,30.0,40.42,181,8.0,32.1,169.7 +11:30:02.019,24.0,30.0,40.43,181,8.1,32.4,169.7 +11:30:07.517,25.0,30.0,40.43,181,8.1,32.4,169.7 +11:30:12.527,26.0,30.0,40.42,181,8.6,34.2,169.7 +11:30:18.017,25.0,30.0,40.43,181,8.2,32.7,169.7 +11:30:23.020,26.0,30.0,40.70,181,8.7,34.7,169.7 +11:30:28.517,25.0,30.0,40.43,181,8.1,32.3,169.7 +11:30:34.016,25.0,30.0,41.25,182,8.1,32.5,169.7 +11:30:39.024,26.0,30.0,40.70,182,8.7,34.7,169.7 +11:30:44.515,25.0,30.0,40.43,182,8.1,32.4,169.7 +11:30:49.518,25.0,30.0,40.70,182,8.8,35.1,169.7 +11:30:55.016,25.0,30.0,40.43,182,8.1,32.5,169.7 +11:31:00.016,26.0,30.0,40.43,182,8.8,35.1,169.7 +11:31:05.016,25.0,30.0,40.42,182,8.7,34.9,169.7 +11:31:10.515,25.0,30.0,40.43,182,8.8,35.1,169.7 +11:31:15.520,25.0,30.0,40.70,182,8.6,34.5,169.7 +11:31:21.014,24.0,30.0,40.42,182,8.2,32.8,169.7 +11:31:26.515,25.0,30.0,40.43,182,8.1,32.2,169.7 +11:31:31.524,25.0,30.0,40.70,182,8.5,34.1,169.7 +11:31:37.013,24.0,30.0,40.43,182,8.0,31.9,169.7 +11:31:42.018,25.0,30.0,40.70,182,8.2,32.9,169.7 +11:31:47.513,24.0,30.0,40.43,182,8.1,32.5,169.7 +11:31:53.013,25.0,30.0,40.43,182,8.2,32.6,169.7 +11:31:58.023,25.0,30.0,40.70,182,8.6,34.3,169.7 +11:32:03.512,24.0,30.0,40.43,182,8.2,32.8,169.7 +11:32:08.516,25.0,30.0,40.69,182,8.2,32.8,169.7 +11:32:14.012,24.0,30.0,40.70,182,8.1,32.5,169.7 +11:32:19.512,25.0,30.0,40.70,182,8.1,32.3,169.7 +11:32:24.520,25.0,30.0,40.70,182,8.6,34.3,169.7 +11:32:30.011,24.0,30.0,40.69,182,8.2,32.7,169.7 +11:32:35.014,25.0,30.0,40.43,182,8.1,32.2,169.7 +11:32:40.510,24.0,30.0,40.70,182,8.1,32.5,169.7 +11:32:45.510,25.0,30.0,40.43,182,8.2,32.9,169.7 +11:32:51.018,25.0,30.0,40.43,182,8.6,34.3,169.7 +11:32:56.511,24.0,30.0,40.69,182,8.2,32.6,169.7 +11:33:01.512,31.0,30.0,38.22,182,10.2,40.7,169.7 +11:33:07.010,30.0,30.0,33.27,182,10.1,40.4,169.7 +11:33:12.510,31.0,30.0,33.00,182,10.1,40.3,169.7 +11:33:18.012,26.0,30.0,34.66,182,8.7,34.7,169.7 +11:33:23.508,25.0,30.0,40.42,182,8.2,32.6,169.7 +11:33:28.508,26.0,30.0,40.43,182,8.8,35.1,169.7 +11:33:33.509,25.0,30.0,40.43,182,8.6,34.5,169.7 +11:33:39.008,25.0,30.0,40.43,182,8.8,35.2,169.7 +11:33:44.509,26.0,30.0,40.43,182,8.7,34.9,169.7 +11:33:50.007,25.0,30.0,40.43,182,8.1,32.2,169.7 +11:33:55.506,26.0,30.0,40.43,182,8.1,32.5,169.7 +11:34:00.507,25.0,30.0,40.43,182,8.3,33.2,169.7 +11:34:06.006,25.0,30.0,40.43,182,8.7,34.7,169.7 +11:34:11.008,25.0,30.0,40.43,182,8.2,32.6,169.7 +11:34:16.507,25.0,30.0,40.43,182,8.8,35.1,169.7 +11:34:22.005,25.0,30.0,40.43,182,8.7,34.6,169.7 +11:34:27.010,30.0,30.0,33.27,182,10.2,40.7,169.7 +11:34:32.505,30.0,30.0,33.27,182,10.1,40.4,169.7 +11:34:38.005,30.0,30.0,33.55,182,10.1,40.3,169.7 +11:34:43.015,31.0,30.0,33.28,182,10.3,41.2,169.7 +11:34:48.505,30.0,30.0,33.28,182,10.2,40.7,169.7 +11:34:53.508,31.0,30.0,33.27,182,10.2,40.8,169.7 +11:34:59.005,24.0,30.0,40.15,182,8.1,32.4,169.7 +11:35:04.503,25.0,30.0,40.70,182,8.1,32.3,169.7 +11:35:09.512,25.0,30.0,40.70,183,8.6,34.4,169.7 +11:35:15.003,24.0,30.0,40.97,183,8.1,32.5,169.7 +11:35:20.006,28.0,30.0,39.60,183,10.1,40.4,169.7 +11:35:25.502,24.0,30.0,37.68,183,8.1,32.2,169.7 +11:35:30.502,25.0,30.0,40.43,183,8.2,32.6,169.7 +11:35:36.010,25.0,30.0,40.43,183,8.6,34.4,169.7 +11:35:41.501,24.0,30.0,40.71,183,8.1,32.5,169.7 +11:35:46.507,25.0,30.0,40.44,183,8.2,32.7,169.7 +11:35:52.001,24.0,30.0,40.69,183,8.2,32.6,169.7 +11:35:57.501,25.0,30.0,40.70,183,8.1,32.2,169.7 +11:36:02.509,25.0,30.0,40.42,183,8.7,34.9,169.7 +11:36:08.000,24.0,30.0,40.42,183,8.1,32.5,169.7 +11:36:13.003,25.0,30.0,40.43,183,8.1,32.4,169.7 +11:36:18.500,24.0,30.0,40.43,183,8.1,32.5,169.7 +11:36:24.000,25.0,30.0,40.42,183,8.1,32.3,169.7 +11:36:29.006,26.0,30.0,40.42,183,8.6,34.3,169.7 +11:36:34.499,25.0,30.0,40.44,183,8.2,32.9,169.7 +11:36:39.500,26.0,30.0,40.42,183,8.8,35.4,169.7 +11:36:44.999,25.0,30.0,40.44,183,8.1,32.4,169.7 +11:36:50.499,25.0,30.0,40.43,183,8.1,32.2,169.7 +11:36:55.505,26.0,30.0,40.42,183,8.5,34.1,169.7 +11:37:00.999,25.0,30.0,40.46,183,7.5,30.0,169.7 +11:37:06.003,26.0,30.0,40.44,183,8.2,32.8,169.7 +11:37:11.508,26.0,30.0,40.26,184,8.6,34.5,169.7 +11:37:16.997,25.0,30.0,40.43,184,8.1,32.4,169.7 +11:37:22.001,26.0,30.0,40.43,184,8.8,35.2,169.7 +11:37:27.496,25.0,30.0,40.42,184,8.8,35.2,169.7 +11:37:32.497,25.0,30.0,40.43,184,8.2,32.7,169.7 +11:37:37.997,25.0,30.0,40.42,184,8.7,34.7,169.7 +11:37:42.998,25.0,30.0,40.43,184,8.1,32.4,169.7 +11:37:48.003,25.0,30.0,40.69,184,8.7,34.7,169.7 +11:37:53.496,24.0,30.0,40.43,184,8.2,32.6,169.7 +11:37:58.497,25.0,30.0,40.70,184,8.2,32.8,169.7 +11:38:03.996,24.0,30.0,40.43,184,8.1,32.5,169.7 +11:38:09.495,25.0,30.0,40.43,184,8.1,32.5,169.7 +11:38:14.501,25.0,30.0,40.70,184,8.6,34.4,169.7 +11:38:19.995,24.0,30.0,40.70,184,8.1,32.5,169.7 +11:38:24.995,25.0,30.0,40.70,184,8.2,32.7,169.7 +11:38:30.493,24.0,30.0,40.70,184,8.1,32.4,169.7 +11:38:35.493,25.0,30.0,40.71,184,8.1,32.3,169.7 +11:38:40.493,24.0,30.0,40.20,184,7.7,30.6,169.7 +11:38:45.993,24.0,30.0,40.43,184,8.0,31.9,169.7 +11:38:50.998,25.0,30.0,40.42,184,8.0,32.1,169.7 +11:38:56.566,24.0,30.0,40.90,184,8.4,33.5,169.7 +11:39:01.992,25.0,30.0,40.33,185,8.1,32.4,169.7 +11:39:07.002,26.0,30.0,40.43,186,8.7,34.9,169.7 +11:39:12.492,25.0,30.0,40.43,187,8.2,32.6,169.7 +11:39:17.496,26.0,30.0,40.42,187,8.7,34.9,169.7 +11:39:22.992,25.0,30.0,40.43,187,8.1,32.5,169.7 +11:39:28.492,25.0,30.0,40.44,187,8.1,32.5,169.7 +11:39:33.997,25.0,30.0,40.43,187,8.5,34.1,169.7 +11:39:39.490,24.0,30.0,40.67,187,8.2,32.6,169.7 +11:39:44.491,25.0,30.0,40.43,187,8.2,32.7,169.7 +11:39:49.991,24.0,30.0,40.46,187,7.5,30.1,169.7 +11:39:55.490,25.0,30.0,40.38,187,7.6,30.4,169.7 +11:40:00.494,25.0,30.0,40.43,187,8.2,32.9,169.7 +11:40:05.989,24.0,30.0,40.42,187,8.1,32.5,169.7 +11:40:11.490,25.0,30.0,40.43,187,8.1,32.4,169.7 +11:40:16.497,26.0,30.0,40.43,187,8.6,34.5,169.7 +11:40:21.988,25.0,30.0,40.43,187,8.2,32.7,169.7 +11:40:26.990,26.0,30.0,40.70,187,8.8,35.1,169.7 +11:40:32.487,25.0,30.0,40.43,187,8.1,32.4,169.7 +11:40:37.987,25.0,30.0,40.43,187,8.1,32.2,169.7 +11:40:42.995,25.0,30.0,40.70,187,8.6,34.2,169.7 +11:40:48.487,25.0,30.0,40.43,187,8.1,32.5,169.7 +11:40:53.488,26.0,30.0,40.43,187,8.8,35.1,169.7 +11:40:58.987,25.0,30.0,40.42,187,8.2,32.7,169.7 +11:41:04.486,25.0,30.0,40.42,187,8.1,32.2,169.7 +11:41:09.493,26.0,30.0,40.43,187,9.2,36.6,169.7 +11:41:14.986,25.0,30.0,40.42,187,8.8,35.4,169.7 +11:41:19.986,25.0,30.0,40.42,187,8.1,32.5,169.7 +11:41:25.486,25.0,30.0,40.43,187,8.7,34.7,169.7 +11:41:30.986,25.0,30.0,40.43,187,8.7,34.9,169.7 +11:41:35.986,25.0,30.0,40.43,187,8.1,32.5,169.7 +11:41:41.485,27.0,30.0,39.60,187,9.4,37.7,169.7 +11:41:46.985,30.0,30.0,33.28,187,9.4,37.5,169.7 +11:41:51.994,30.0,30.0,33.27,187,9.8,39.2,169.7 +11:41:57.484,29.0,30.0,33.27,188,10.2,40.6,169.7 +11:42:02.488,25.0,30.0,38.50,188,8.2,32.7,169.7 +11:42:07.983,24.0,30.0,37.12,188,8.2,32.6,169.7 +11:42:12.984,30.0,30.0,36.57,188,10.1,40.2,169.7 +11:42:17.984,25.0,30.0,37.40,188,8.8,35.0,169.7 +11:42:23.483,26.0,30.0,40.43,188,8.8,35.1,169.7 +11:42:28.483,25.0,30.0,40.42,188,8.8,35.0,169.7 +11:42:33.983,26.0,30.0,34.09,188,8.2,32.6,169.7 +11:42:38.984,25.0,30.0,40.70,188,8.2,32.9,169.7 +11:42:44.481,24.0,30.0,40.43,188,8.1,32.5,169.7 +11:42:49.481,25.0,30.0,40.69,188,8.1,32.4,169.7 +11:42:54.988,25.0,30.0,40.69,188,8.6,34.5,169.7 +11:43:00.481,25.0,30.0,40.43,188,8.8,35.3,169.7 +11:43:05.482,31.0,30.0,33.00,188,10.1,40.5,169.7 +11:43:10.981,30.0,30.0,33.00,188,10.0,39.9,169.7 +11:43:16.481,25.0,30.0,40.43,188,8.7,34.8,169.7 +11:43:21.981,26.0,30.0,40.43,188,8.7,34.8,169.7 +11:43:27.479,25.0,30.0,40.43,188,8.0,32.1,169.7 +11:43:32.479,26.0,30.0,40.42,188,8.7,34.9,169.7 +11:43:37.986,25.0,30.0,40.70,188,8.6,34.4,169.7 +11:43:43.479,25.0,30.0,40.43,188,8.7,34.7,169.7 +11:43:48.979,26.0,30.0,40.42,188,8.8,35.1,169.7 +11:43:53.978,25.0,30.0,40.43,188,8.8,35.0,169.7 +11:43:58.979,25.0,30.0,40.43,188,8.1,32.5,169.7 +11:44:03.988,25.0,30.0,40.69,188,8.5,34.0,169.7 +11:44:09.477,24.0,30.0,40.42,188,8.2,32.7,169.7 +11:44:14.481,25.0,30.0,40.70,188,8.2,32.9,169.7 +11:44:19.978,24.0,30.0,40.43,188,8.1,32.4,169.7 +11:44:25.476,25.0,30.0,40.43,188,8.1,32.2,169.7 +11:44:30.476,24.0,30.0,40.87,188,9.6,38.5,169.7 +11:44:35.477,25.0,30.0,40.70,189,7.9,31.6,169.7 +11:44:40.485,25.0,30.0,40.43,189,8.3,33.3,169.7 +11:44:45.976,24.0,30.0,40.68,189,7.5,30.1,169.7 +11:44:50.979,25.0,30.0,40.42,190,8.8,35.2,169.7 +11:44:56.476,24.0,30.0,40.43,190,7.1,28.3,169.7 +11:45:01.976,25.0,30.0,40.44,191,7.9,31.5,169.7 +11:45:07.016,24.0,30.0,40.98,192,8.7,34.9,169.7 +11:45:12.541,23.0,30.0,41.05,192,7.6,30.4,169.7 +11:45:17.974,25.0,30.0,40.41,192,8.3,33.2,169.7 +11:45:23.482,25.0,30.0,40.38,192,8.6,34.3,169.7 +11:45:28.974,25.0,30.0,40.70,193,8.1,32.5,169.7 +11:45:33.975,25.0,30.0,40.42,193,8.2,32.7,169.7 +11:45:39.473,24.0,30.0,40.70,193,8.1,32.4,169.7 +11:45:44.473,25.0,30.0,40.43,193,8.1,32.2,169.7 +11:45:49.979,25.0,30.0,40.43,193,8.6,34.4,169.7 +11:45:55.474,24.0,30.0,40.46,193,8.3,33.1,169.7 +11:46:00.493,25.0,30.0,40.56,195,10.9,43.5,172.7 +11:46:05.972,24.0,30.0,40.44,195,8.4,33.6,169.7 +11:46:10.972,26.0,30.0,40.43,195,8.2,32.6,169.7 +11:46:15.982,26.0,30.0,40.43,195,9.2,36.7,169.7 +11:46:21.471,25.0,30.0,40.42,195,8.7,34.8,169.7 +11:46:26.971,26.0,30.0,40.43,195,8.7,34.8,169.7 +11:46:31.972,25.0,30.0,40.43,195,8.8,35.1,169.7 +11:46:37.471,26.0,30.0,40.43,195,8.8,35.0,169.7 +11:46:42.975,26.0,30.0,40.43,195,8.7,34.7,169.7 +11:46:48.471,25.0,30.0,40.43,195,8.1,32.4,169.7 +11:46:53.971,25.0,30.0,40.42,195,8.1,32.3,169.7 +11:46:58.979,26.0,30.0,40.43,195,8.6,34.4,169.7 +11:47:04.469,25.0,30.0,40.70,195,8.2,32.6,169.7 +11:47:09.472,26.0,30.0,40.70,195,8.7,34.7,169.7 +11:47:14.969,25.0,30.0,40.43,195,8.1,32.4,169.7 +11:47:20.469,26.0,30.0,40.42,195,8.0,32.1,169.7 +11:47:25.469,25.0,30.0,41.25,195,8.8,35.0,169.7 +11:47:30.968,30.0,30.0,38.78,195,10.0,40.1,169.7 +11:47:35.970,31.0,30.0,33.01,195,10.2,40.6,169.7 +11:47:41.467,30.0,30.0,33.00,195,10.1,40.5,169.7 +11:47:46.467,31.0,30.0,33.00,195,10.0,40.1,169.7 +11:47:51.467,30.0,30.0,33.01,195,10.1,40.5,169.7 +11:47:56.967,29.0,30.0,33.28,195,9.3,37.2,169.7 +11:48:01.973,30.0,30.0,33.27,195,9.9,39.7,169.7 +11:48:07.466,29.0,30.0,33.27,195,10.1,40.5,169.7 +11:48:12.466,30.0,30.0,33.27,195,9.5,38.0,169.7 +11:48:17.966,29.0,30.0,33.27,195,10.1,40.4,169.7 +11:48:23.466,30.0,30.0,33.27,195,10.0,40.1,169.7 +11:48:28.471,31.0,30.0,33.27,195,10.2,41.0,169.7 +11:48:33.965,30.0,30.0,33.27,195,10.1,40.4,169.7 +11:48:38.965,31.0,30.0,33.27,195,10.1,40.5,169.7 +11:48:44.475,25.0,30.0,37.40,195,8.6,34.3,169.7 +11:48:49.964,24.0,30.0,40.70,195,8.1,32.4,169.7 +11:48:54.968,25.0,30.0,40.43,195,8.2,32.8,169.7 +11:49:00.464,24.0,30.0,40.43,195,8.1,32.3,169.7 +11:49:05.464,25.0,30.0,40.42,195,8.2,32.6,169.7 +11:49:10.973,25.0,30.0,40.43,195,8.6,34.4,169.7 +11:49:16.464,24.0,30.0,40.43,195,8.1,32.5,169.7 +11:49:21.466,26.0,30.0,40.43,195,8.1,32.5,169.7 +11:49:26.962,25.0,30.0,40.43,195,8.1,32.3,169.7 +11:49:31.963,26.0,30.0,40.43,195,8.7,34.7,169.7 +11:49:36.963,25.0,30.0,40.43,195,8.7,34.9,169.7 +11:49:42.463,26.0,30.0,40.42,195,8.7,34.9,169.7 +11:49:47.964,26.0,30.0,40.43,195,8.7,34.9,169.7 +11:49:53.462,25.0,30.0,40.42,195,8.2,32.7,169.7 +11:49:58.961,25.0,30.0,40.43,195,8.1,32.3,169.7 +11:50:03.968,26.0,30.0,40.43,195,8.7,34.8,169.7 +11:50:09.461,25.0,30.0,40.42,195,8.2,32.6,169.7 +11:50:14.462,26.0,30.0,40.43,195,8.8,35.0,169.7 +11:50:19.960,25.0,30.0,40.43,195,8.1,32.4,169.7 +11:50:25.461,25.0,30.0,40.43,195,8.1,32.5,169.7 +11:50:30.961,26.0,30.0,40.43,195,8.8,35.1,169.7 +11:50:36.459,25.0,30.0,40.43,195,8.2,32.7,169.7 +11:50:41.459,26.0,30.0,40.42,195,8.7,34.7,169.7 +11:50:46.965,26.0,30.0,40.71,195,8.7,34.6,169.7 +11:50:52.458,25.0,30.0,40.43,195,8.2,32.6,169.7 +11:50:57.459,26.0,30.0,40.43,195,8.8,35.0,169.7 +11:51:02.969,26.0,30.0,40.42,195,8.5,34.1,169.7 +11:51:08.458,25.0,30.0,40.42,195,8.1,32.2,169.7 +11:51:13.464,26.0,30.0,40.43,195,8.7,34.6,169.7 +11:51:18.958,25.0,30.0,40.43,195,8.2,32.6,169.7 +11:51:24.457,26.0,30.0,40.42,195,8.1,32.4,169.7 +11:51:29.467,26.0,30.0,40.43,195,9.2,36.8,169.7 +11:51:34.957,25.0,30.0,40.43,195,8.7,34.9,169.7 +11:51:40.456,26.0,30.0,41.25,196,8.8,35.3,169.7 +11:51:45.456,25.0,30.0,40.43,196,8.8,35.1,169.7 +11:51:50.455,25.0,30.0,40.43,196,8.2,32.6,169.7 +11:51:55.456,24.0,30.0,40.43,196,8.1,32.2,169.7 +11:52:00.955,25.0,30.0,40.43,196,8.1,32.2,169.7 +11:52:05.963,24.0,30.0,40.97,196,8.6,34.3,169.7 +11:52:11.456,24.0,30.0,40.43,196,8.2,32.7,169.7 +11:52:16.457,25.0,30.0,40.97,196,8.3,33.1,169.7 +11:52:21.954,24.0,30.0,40.70,196,8.2,32.7,169.7 +11:52:27.455,25.0,30.0,40.75,196,8.2,32.7,169.7 +11:52:32.461,25.0,30.0,40.63,198,8.7,34.6,169.7 +11:52:37.954,24.0,30.0,40.75,198,8.4,33.7,169.7 +11:52:42.955,25.0,30.0,40.67,198,8.2,32.7,169.7 +11:52:48.453,24.0,30.0,40.70,198,8.2,32.7,169.7 +11:52:53.953,25.0,30.0,40.70,198,8.2,32.7,169.7 +11:52:58.959,25.0,30.0,40.43,198,8.6,34.5,169.7 +11:53:04.452,24.0,30.0,40.69,198,8.2,32.9,169.7 +11:53:09.453,25.0,30.0,40.43,198,8.2,32.6,169.7 +11:53:14.963,25.0,30.0,40.43,198,8.5,34.1,169.7 +11:53:20.452,24.0,30.0,40.70,198,8.1,32.4,169.7 +11:53:25.456,25.0,30.0,40.43,198,8.2,32.8,169.7 +11:53:30.951,24.0,30.0,40.70,198,8.2,32.6,169.7 +11:53:36.452,25.0,30.0,40.70,198,8.1,32.5,169.7 +11:53:41.956,25.0,30.0,40.70,198,8.7,34.6,169.7 +11:53:47.014,24.0,30.0,41.33,198,7.6,30.3,169.7 +11:53:52.449,25.0,30.0,40.26,199,8.2,32.9,169.7 +11:53:57.451,24.0,30.0,40.48,199,7.9,31.7,169.7 +11:54:02.949,25.0,30.0,40.45,199,8.2,32.6,169.7 +11:54:07.959,25.0,30.0,40.43,199,8.5,34.1,169.7 +11:54:13.450,25.0,30.0,40.43,199,8.2,32.7,169.7 +11:54:18.452,26.0,30.0,40.41,200,8.8,35.1,169.7 +11:54:23.949,25.0,30.0,40.41,200,8.1,32.5,169.7 +11:54:29.449,25.0,30.0,40.42,200,8.1,32.2,169.7 +11:54:34.457,26.0,30.0,40.43,200,8.7,34.7,169.7 +11:54:39.949,25.0,30.0,40.43,200,8.1,32.5,169.7 +11:54:44.950,26.0,30.0,40.43,200,8.7,34.7,169.7 +11:54:50.447,25.0,30.0,40.42,200,8.1,32.5,169.7 +11:54:55.948,25.0,30.0,40.43,200,8.1,32.4,169.7 +11:55:00.954,26.0,30.0,40.42,200,8.7,34.6,169.7 +11:55:06.446,25.0,30.0,40.43,200,8.2,32.7,169.7 +11:55:11.449,26.0,30.0,40.43,200,8.9,35.5,169.7 +11:55:16.946,25.0,30.0,40.43,200,8.8,35.3,169.7 +11:55:21.947,25.0,30.0,40.43,200,8.1,32.3,169.7 +11:55:26.956,25.0,30.0,40.69,200,8.6,34.4,169.7 +11:55:32.446,24.0,30.0,40.43,201,8.2,32.6,169.7 +11:55:37.450,25.0,30.0,40.69,201,8.2,32.6,169.7 +11:55:42.945,24.0,30.0,40.42,201,8.1,32.5,169.7 +11:55:47.944,25.0,30.0,40.70,201,8.2,33.0,169.7 +11:55:52.945,24.0,30.0,40.70,201,8.2,32.7,169.7 +11:55:58.444,25.0,30.0,40.70,201,8.2,32.6,169.7 +11:56:03.453,25.0,30.0,40.43,201,8.5,34.1,169.7 +11:56:08.944,24.0,30.0,40.70,201,8.2,32.6,169.7 +11:56:13.947,25.0,30.0,40.43,201,8.1,32.3,169.7 +11:56:19.442,24.0,30.0,40.70,201,8.1,32.3,169.7 +11:56:24.442,25.0,30.0,40.42,201,8.2,32.7,169.7 +11:56:29.951,25.0,30.0,40.43,201,8.6,34.3,169.7 +11:56:35.443,24.0,30.0,40.43,201,8.2,32.6,169.7 +11:56:40.444,25.0,30.0,40.43,201,8.2,32.8,169.7 +11:56:45.943,24.0,30.0,40.43,201,8.1,32.3,169.7 +11:56:51.442,25.0,30.0,40.43,201,8.1,32.4,169.7 +11:56:56.450,26.0,30.0,40.43,201,8.6,34.5,169.7 +11:57:01.941,25.0,30.0,40.43,201,8.2,32.8,169.7 +11:57:06.942,26.0,30.0,40.43,201,8.8,35.0,169.7 +11:57:12.440,25.0,30.0,40.43,201,8.1,32.4,169.7 +11:57:17.440,26.0,30.0,40.40,201,8.8,35.3,169.7 +11:57:22.441,25.0,30.0,40.43,201,8.8,35.0,169.7 +11:57:28.177,25.0,30.0,40.42,201,8.8,35.0,169.7 +11:57:33.678,26.0,30.0,40.43,201,8.8,35.2,169.7 +11:57:39.176,25.0,30.0,40.42,201,8.2,32.7,169.7 +11:57:44.177,24.0,30.0,41.52,201,8.7,34.9,169.7 +11:57:49.683,26.0,30.0,40.43,201,8.7,34.7,169.7 +11:57:55.177,25.0,30.0,40.43,201,8.8,35.1,169.7 +11:58:00.179,25.0,30.0,40.43,201,8.2,32.7,169.7 +11:58:05.677,25.0,30.0,40.42,201,8.7,34.9,169.7 +11:58:10.679,25.0,30.0,40.43,201,8.1,32.5,169.7 +11:58:15.687,25.0,30.0,40.70,201,8.5,34.0,169.7 +11:58:21.178,24.0,30.0,40.42,201,8.2,32.9,169.7 +11:58:26.181,25.0,30.0,40.70,201,8.3,33.1,169.7 +11:58:31.679,24.0,30.0,40.43,201,8.2,32.6,169.7 +11:58:37.179,25.0,30.0,40.70,201,8.1,32.5,169.7 +11:58:42.187,25.0,30.0,40.70,201,8.6,34.5,169.7 +11:58:47.679,24.0,30.0,40.69,201,8.2,32.7,169.7 +11:58:52.681,25.0,30.0,40.98,201,8.2,33.0,169.7 +11:58:58.179,24.0,30.0,40.72,201,8.1,32.4,169.7 +11:59:03.680,25.0,30.0,40.68,201,8.1,32.2,169.7 +11:59:08.686,25.0,30.0,40.70,201,8.7,34.6,169.7 +11:59:14.180,24.0,30.0,40.70,201,8.2,32.7,169.7 +11:59:19.180,25.0,30.0,40.43,201,8.2,33.0,169.7 +11:59:24.679,24.0,30.0,40.70,201,8.1,32.5,169.7 +11:59:29.679,25.0,30.0,40.43,201,8.1,32.2,169.7 +11:59:35.185,25.0,30.0,40.43,201,8.5,33.9,169.7 +11:59:40.679,24.0,30.0,40.70,201,8.2,32.7,169.7 +11:59:45.680,25.0,30.0,40.43,201,8.2,32.6,169.7 +11:59:51.180,24.0,30.0,40.70,201,8.1,32.3,169.7 +11:59:56.181,25.0,30.0,40.42,201,8.0,32.1,169.7 +12:00:01.190,26.0,30.0,40.43,201,8.6,34.3,169.7 +12:00:06.680,25.0,30.0,40.43,201,8.1,32.2,169.7 +12:00:11.685,26.0,30.0,40.43,201,8.7,34.9,169.7 +12:00:17.180,25.0,30.0,40.42,201,8.2,32.7,169.7 +12:00:22.681,25.0,30.0,40.70,201,8.0,32.1,169.7 +12:00:27.690,26.0,30.0,40.43,201,8.6,34.4,169.7 +12:00:33.181,25.0,30.0,40.42,201,8.2,32.6,169.7 +12:00:38.185,26.0,30.0,40.43,201,8.8,35.4,169.7 +12:00:43.680,25.0,30.0,40.43,201,8.8,35.2,169.7 +12:00:48.682,25.0,30.0,40.42,201,8.1,32.4,169.7 +12:00:54.181,25.0,30.0,40.43,201,8.7,34.9,169.7 +12:00:59.182,25.0,30.0,40.42,201,8.1,32.2,169.7 +12:01:04.188,25.0,30.0,40.70,201,8.6,34.4,169.7 +12:01:09.682,24.0,30.0,40.43,201,8.1,32.2,169.7 +12:01:14.683,25.0,30.0,40.70,201,8.2,32.6,169.7 +12:01:20.182,24.0,30.0,40.42,201,8.1,32.5,169.7 +12:01:25.683,24.0,30.0,40.43,201,8.1,32.2,169.7 +12:01:30.688,25.0,30.0,40.70,201,8.5,34.1,169.7 +12:01:36.183,24.0,30.0,40.70,201,8.2,32.6,169.7 +12:01:41.682,25.0,30.0,40.70,201,8.1,32.5,169.7 +12:01:47.188,25.0,30.0,40.70,201,8.6,34.4,169.7 +12:01:52.682,24.0,30.0,40.42,201,8.2,32.9,169.7 +12:01:58.183,25.0,30.0,40.43,201,8.2,32.6,169.7 +12:02:03.683,25.0,30.0,40.43,201,8.6,34.5,169.7 +12:02:09.182,25.0,30.0,40.43,201,8.8,35.2,169.7 +12:02:14.183,25.0,30.0,40.42,201,8.2,32.7,169.7 +12:02:19.183,24.0,30.0,40.43,202,8.2,32.6,169.7 +12:02:24.684,25.0,30.0,40.42,202,8.1,32.3,169.7 +12:02:29.693,25.0,30.0,40.70,202,8.6,34.5,169.7 +12:02:35.184,24.0,30.0,40.69,202,8.1,32.5,169.7 +12:02:40.187,25.0,30.0,40.70,202,8.1,32.5,169.7 +12:02:45.683,24.0,30.0,40.70,202,8.1,32.4,169.7 +12:02:50.684,25.0,30.0,40.70,202,8.2,32.6,169.7 +12:02:55.684,24.0,30.0,40.43,202,8.1,32.4,169.7 +12:03:01.186,31.0,30.0,33.83,202,10.1,40.2,169.7 +12:03:06.192,31.0,30.0,33.00,202,10.5,42.1,169.7 +12:03:11.684,30.0,30.0,33.00,202,10.2,40.6,169.7 +12:03:16.687,31.0,30.0,33.01,202,10.2,40.6,169.7 +12:03:22.185,30.0,30.0,32.99,202,10.0,40.0,169.7 +12:03:27.685,30.0,30.0,33.00,202,9.4,37.5,169.7 +12:03:32.694,31.0,30.0,33.02,202,10.6,42.2,169.7 +12:03:38.185,29.0,30.0,33.20,202,9.5,38.0,169.7 +12:03:43.186,30.0,30.0,33.27,202,9.6,38.3,169.7 +12:03:48.186,29.0,30.0,33.28,202,9.5,37.9,169.7 +12:03:53.685,30.0,30.0,33.28,202,10.1,40.4,169.7 +12:03:59.192,30.0,30.0,33.28,202,10.7,42.6,169.7 +12:04:04.686,32.0,30.0,33.29,202,10.0,40.0,169.7 +12:04:09.714,30.0,30.0,33.17,204,11.2,45.0,172.7 +12:04:15.185,30.0,30.0,33.24,204,9.9,39.7,169.7 +12:04:20.194,31.0,30.0,33.39,205,11.5,45.9,172.7 +12:04:25.196,31.0,30.0,33.18,207,10.7,42.7,169.7 +12:04:30.686,30.0,30.0,33.31,207,9.9,39.6,169.7 +12:04:35.690,31.0,30.0,33.16,208,10.2,41.0,169.7 +12:04:41.186,30.0,30.0,33.28,208,10.2,40.6,169.7 +12:04:46.186,31.0,30.0,33.55,209,10.2,40.6,169.7 +12:04:51.187,30.0,30.0,33.27,209,10.1,40.3,169.7 +12:04:56.687,31.0,30.0,33.27,209,10.1,40.4,169.7 +12:05:01.695,31.0,30.0,33.28,209,10.6,42.2,169.7 +12:05:07.187,30.0,30.0,33.27,209,10.1,40.5,169.7 +12:05:12.189,31.0,30.0,33.28,209,10.3,41.1,169.7 +12:05:17.686,30.0,30.0,33.28,209,10.2,40.6,169.7 +12:05:23.186,31.0,30.0,33.27,209,10.2,40.6,169.7 +12:05:28.194,31.0,30.0,33.28,209,10.5,42.1,169.7 +12:05:33.687,30.0,30.0,33.28,209,10.2,40.6,169.7 +12:05:38.694,30.0,30.0,33.60,210,12.1,48.5,169.7 +12:05:44.188,30.0,30.0,33.28,211,10.5,42.1,169.7 +12:05:49.189,31.0,30.0,32.97,212,10.1,40.2,169.7 +12:05:54.694,31.0,30.0,32.99,212,10.5,42.1,169.7 +12:06:00.187,30.0,30.0,32.89,214,10.0,40.1,169.7 +12:06:05.188,31.0,30.0,33.55,215,10.2,40.7,169.7 +12:06:10.688,30.0,30.0,33.00,215,10.0,40.1,169.7 +12:06:15.689,31.0,30.0,33.00,215,10.1,40.4,169.7 +12:06:20.698,31.0,30.0,33.00,215,10.5,42.0,169.7 +12:06:26.188,25.0,30.0,39.60,215,8.1,32.4,169.7 +12:06:31.193,26.0,30.0,40.43,215,8.7,34.8,169.7 +12:06:36.689,29.0,30.0,37.40,215,9.4,37.5,169.7 +12:06:42.189,25.0,30.0,40.70,215,8.1,32.5,169.7 +12:06:47.189,24.0,30.0,40.77,217,9.4,37.7,169.7 +12:06:52.689,25.0,30.0,40.71,219,8.0,32.1,169.8 +12:06:57.692,25.0,30.0,40.41,219,8.2,32.9,169.8 +12:07:03.189,24.0,30.0,41.25,220,8.2,32.7,169.7 +12:07:08.690,25.0,30.0,40.70,220,8.1,32.5,169.7 +12:07:13.698,33.0,30.0,37.95,220,10.7,42.9,172.7 +12:07:19.189,30.0,30.0,32.32,221,10.2,40.8,169.7 +12:07:24.193,31.0,30.0,33.28,221,10.3,41.1,169.7 +12:07:29.689,30.0,30.0,33.28,221,10.2,40.7,169.7 +12:07:34.689,25.0,30.0,38.50,221,8.2,32.9,169.7 +12:07:40.197,25.0,30.0,40.43,221,8.7,34.7,169.7 +12:07:45.690,24.0,30.0,40.69,221,8.2,32.7,169.7 +12:07:50.691,25.0,30.0,40.43,221,8.1,32.5,169.7 +12:07:56.190,24.0,30.0,40.70,221,8.1,32.2,169.7 +12:08:01.691,25.0,30.0,40.66,222,8.1,32.2,169.7 +12:08:07.210,24.0,30.0,40.84,223,10.7,42.7,172.7 +12:08:12.690,24.0,30.0,40.65,223,8.2,32.9,169.8 +12:08:18.190,25.0,30.0,40.58,223,8.1,32.3,169.7 +12:08:23.197,25.0,30.0,40.70,223,8.7,34.6,169.7 +12:08:28.690,24.0,30.0,40.70,223,8.1,32.3,169.7 +12:08:33.691,25.0,30.0,40.43,223,8.1,32.5,169.7 +12:08:39.190,23.0,30.0,40.97,223,7.5,29.9,169.7 +12:08:44.191,25.0,30.0,40.43,223,8.1,32.2,169.7 +12:08:49.202,26.0,30.0,40.43,223,8.6,34.5,169.7 +12:08:54.691,25.0,30.0,40.43,223,8.1,32.5,169.7 +12:08:59.696,26.0,30.0,40.42,223,8.6,34.3,169.7 +12:09:05.191,25.0,30.0,40.42,223,8.1,32.5,169.7 +12:09:10.192,26.0,30.0,40.43,224,8.8,35.2,169.7 +12:09:15.192,25.0,30.0,40.43,224,8.8,35.0,169.7 +12:09:20.693,26.0,30.0,40.43,224,8.8,35.0,169.7 +12:09:26.195,26.0,30.0,40.43,224,8.7,34.6,169.7 +12:09:31.693,25.0,30.0,40.43,224,8.2,32.7,169.7 +12:09:37.192,25.0,30.0,40.42,224,8.1,32.3,169.7 +12:09:42.200,26.0,30.0,40.40,224,8.6,34.3,169.7 +12:09:47.692,25.0,30.0,40.42,224,8.2,32.6,169.7 +12:09:53.192,26.0,30.0,40.43,224,8.7,34.9,169.7 +12:09:58.193,25.0,30.0,40.42,224,8.8,35.0,169.7 +12:10:03.693,26.0,30.0,40.43,224,8.7,34.9,169.7 +12:10:09.195,26.0,30.0,40.43,224,8.7,34.7,169.7 +12:10:14.692,25.0,30.0,40.43,224,8.2,32.7,169.7 +12:10:19.692,26.0,30.0,40.42,224,8.7,34.9,169.7 +12:10:24.694,25.0,30.0,40.43,224,8.7,34.9,169.7 +12:10:30.193,25.0,30.0,40.43,224,8.8,35.3,169.7 +12:10:35.193,25.0,30.0,40.43,224,8.6,34.4,169.7 +12:10:40.194,24.0,30.0,40.70,224,8.1,32.4,169.7 +12:10:45.199,25.0,30.0,40.70,224,8.2,32.6,169.7 +12:10:50.693,24.0,30.0,40.70,224,8.2,32.7,169.7 +12:10:56.193,25.0,30.0,40.70,224,8.1,32.4,169.7 +12:11:01.204,25.0,30.0,40.70,224,8.6,34.5,169.7 +12:11:06.694,24.0,30.0,40.70,224,8.2,32.6,169.7 +12:11:11.698,25.0,30.0,40.43,224,8.1,32.3,169.7 +12:11:17.195,24.0,30.0,40.70,224,8.1,32.5,169.7 +12:11:22.695,25.0,30.0,40.70,224,8.1,32.3,169.7 +12:11:27.703,25.0,30.0,40.42,224,8.6,34.2,169.7 +12:11:33.195,24.0,30.0,40.70,224,8.2,32.7,169.7 +12:11:38.198,25.0,30.0,40.43,224,8.1,32.2,169.7 +12:11:43.694,24.0,30.0,40.70,224,8.1,32.5,169.7 +12:11:48.694,25.0,30.0,40.43,224,8.1,32.5,169.7 +12:11:54.203,25.0,30.0,40.43,224,8.5,34.1,169.7 +12:11:59.696,24.0,30.0,40.70,224,8.1,32.5,169.7 +12:12:04.697,25.0,30.0,40.43,224,8.2,32.8,169.7 +12:12:10.195,24.0,30.0,40.43,224,8.1,32.2,169.7 +12:12:15.195,25.0,30.0,40.43,224,8.2,32.6,169.7 +12:12:20.196,25.0,30.0,40.42,224,8.2,32.6,169.7 +12:12:25.495,25.0,30.0,40.61,224,9.3,37.2,169.7 +12:12:30.984,26.0,30.0,40.42,224,9.2,36.6,169.7 +12:12:36.478,24.0,30.0,41.25,224,8.1,32.4,169.7 +12:12:41.978,26.0,30.0,40.43,224,8.8,35.2,169.7 +12:12:46.980,25.0,30.0,40.43,224,8.7,34.7,169.7 +12:12:52.479,25.0,30.0,40.42,224,8.7,34.8,169.7 +12:12:57.979,26.0,30.0,40.43,224,8.7,34.9,169.7 +12:13:02.980,25.0,30.0,40.43,224,8.7,34.8,169.7 +12:13:08.479,26.0,30.0,40.70,224,8.8,35.1,169.7 +12:13:13.480,25.0,30.0,40.42,224,8.6,34.2,169.7 +12:13:18.981,25.0,30.0,40.43,224,8.6,34.3,169.7 +12:13:23.981,25.0,30.0,40.43,224,8.2,32.8,169.7 +12:13:29.480,24.0,30.0,40.43,224,8.0,31.9,169.7 +12:13:34.481,25.0,30.0,40.98,224,8.1,32.4,169.7 +12:13:39.481,24.0,30.0,40.70,224,8.0,31.9,169.7 +12:13:44.980,25.0,30.0,40.70,224,8.1,32.3,169.7 +12:13:49.989,25.0,30.0,40.43,224,8.5,34.1,169.7 +12:13:55.482,24.0,30.0,40.70,224,8.0,32.1,169.7 +12:14:00.484,25.0,30.0,40.43,224,8.1,32.4,169.7 +12:14:05.982,24.0,30.0,40.70,224,8.1,32.3,169.7 +12:14:11.481,25.0,30.0,40.70,224,8.0,31.8,169.7 +12:14:16.488,25.0,30.0,40.42,224,8.6,34.2,169.7 +12:14:21.983,24.0,30.0,40.70,224,8.1,32.2,169.7 +12:14:26.983,25.0,30.0,40.39,224,8.1,32.2,169.7 +12:14:32.482,24.0,30.0,40.70,224,8.0,32.0,169.7 +12:14:37.483,25.0,30.0,40.43,224,8.0,32.1,169.7 +12:14:42.988,25.0,30.0,40.43,224,8.6,34.3,169.7 +12:14:48.482,24.0,30.0,41.25,224,8.2,32.7,169.7 +12:14:53.483,25.0,30.0,40.42,224,8.1,32.3,169.7 +12:14:58.983,24.0,30.0,40.43,224,8.1,32.3,169.7 +12:15:03.984,26.0,30.0,40.43,224,8.1,32.3,169.7 +12:15:08.993,26.0,30.0,40.42,224,9.0,36.0,169.7 +12:15:14.483,25.0,30.0,40.43,224,8.8,35.0,169.7 +12:15:19.484,25.0,30.0,40.43,224,8.2,32.8,169.7 +12:15:24.983,25.0,30.0,40.70,224,8.7,34.7,169.7 +12:15:30.484,26.0,30.0,40.98,224,8.5,34.0,169.7 +12:15:35.485,25.0,30.0,40.43,224,8.7,34.7,169.7 +12:15:40.485,25.0,30.0,40.43,224,8.0,31.9,169.7 +12:15:45.492,25.0,30.0,40.70,224,8.6,34.2,169.7 +12:15:50.985,24.0,30.0,40.70,224,8.1,32.5,169.7 +12:15:55.987,25.0,30.0,40.70,224,8.2,32.6,169.7 +12:16:01.484,24.0,30.0,40.70,224,8.2,32.6,169.7 +12:16:06.985,25.0,30.0,40.69,224,8.1,32.2,169.7 +12:16:11.992,25.0,30.0,40.70,224,8.6,34.3,169.7 +12:16:17.486,24.0,30.0,40.70,224,8.1,32.3,169.7 +12:16:22.486,25.0,30.0,40.70,224,8.1,32.4,169.7 +12:16:27.985,24.0,30.0,40.70,224,8.1,32.4,169.7 +12:16:33.485,25.0,30.0,40.70,224,7.9,31.7,169.7 +12:16:38.492,25.0,30.0,40.43,224,8.2,32.7,169.7 +12:16:43.985,24.0,30.0,40.70,224,8.0,32.0,169.7 +12:16:48.986,25.0,30.0,40.42,224,8.2,32.7,169.7 +12:16:53.987,25.0,30.0,40.42,224,8.1,32.2,169.7 +12:16:58.987,26.0,30.0,40.42,224,8.7,34.7,169.7 +12:17:04.497,26.0,30.0,40.43,224,8.6,34.4,169.7 +12:17:09.994,25.0,30.0,40.58,224,9.7,38.7,169.7 +12:17:15.487,25.0,30.0,40.40,224,8.2,32.6,169.7 +12:17:20.488,25.0,30.0,40.34,225,8.0,32.0,169.7 +12:17:25.986,25.0,30.0,40.70,225,8.1,32.4,169.7 +12:17:30.999,26.0,30.0,40.45,225,8.9,35.8,169.7 +12:17:36.487,25.0,30.0,40.41,226,8.1,32.4,169.7 +12:17:41.491,26.0,30.0,40.43,226,8.7,34.8,169.7 +12:17:46.987,25.0,30.0,40.39,226,8.7,34.7,169.7 +12:17:51.989,25.0,30.0,40.42,226,8.0,32.1,169.7 +12:17:56.989,24.0,30.0,40.42,226,8.1,32.3,169.7 +12:18:02.489,29.0,30.0,39.05,226,10.1,40.5,169.7 +12:18:07.495,29.0,30.0,33.82,227,9.3,37.2,169.7 +12:18:12.989,30.0,30.0,33.27,227,10.1,40.4,169.7 +12:18:17.990,31.0,30.0,33.28,227,10.2,40.7,169.7 +12:18:23.490,25.0,30.0,38.50,227,8.7,34.9,169.7 +12:18:28.990,25.0,30.0,40.43,227,8.7,34.9,169.7 +12:18:34.490,26.0,30.0,40.42,227,8.7,34.9,169.7 +12:18:39.989,30.0,30.0,37.68,227,10.1,40.2,169.7 +12:18:45.489,31.0,30.0,33.00,227,10.0,40.0,169.7 +12:18:50.496,31.0,30.0,33.00,227,10.5,42.0,169.7 +12:18:55.991,30.0,30.0,32.99,227,10.1,40.3,169.7 +12:19:01.490,30.0,30.0,33.27,227,9.4,37.6,169.7 +12:19:06.501,31.0,30.0,33.00,227,10.4,41.8,169.7 +12:19:11.991,29.0,30.0,33.28,227,9.4,37.5,169.7 +12:19:16.995,30.0,30.0,33.27,227,9.4,37.8,169.7 +12:19:22.490,29.0,30.0,33.27,227,9.8,39.4,169.7 +12:19:27.491,30.0,30.0,33.28,227,10.1,40.4,169.7 +12:19:32.492,29.0,30.0,33.28,227,9.2,36.8,169.7 +12:19:37.991,30.0,30.0,33.55,227,10.1,40.2,169.7 +12:19:43.000,30.0,30.0,33.27,227,10.4,41.5,169.7 +12:19:48.492,30.0,30.0,33.28,227,10.1,40.3,169.7 +12:19:53.495,30.0,30.0,33.55,227,9.4,37.7,169.7 +12:19:58.991,30.0,30.0,33.27,227,10.0,40.1,169.7 +12:20:03.993,31.0,30.0,33.27,227,10.1,40.4,169.7 +12:20:09.500,31.0,30.0,33.27,227,10.5,42.0,169.7 +12:20:14.993,30.0,30.0,33.55,227,10.1,40.5,169.7 +12:20:19.994,31.0,30.0,33.27,227,10.2,40.6,169.7 +12:20:25.493,30.0,30.0,33.83,228,10.0,40.0,169.7 +12:20:30.993,31.0,30.0,33.27,228,10.0,40.1,169.7 +12:20:36.000,30.0,30.0,33.55,228,9.8,39.4,169.7 +12:20:41.493,30.0,30.0,33.27,228,10.1,40.4,169.7 +12:20:46.494,31.0,30.0,33.27,228,10.2,40.6,169.7 +12:20:51.993,30.0,30.0,33.28,228,10.1,40.5,169.7 +12:20:56.993,31.0,30.0,33.27,228,10.1,40.2,169.7 +12:21:02.005,31.0,30.0,33.28,228,10.6,42.3,169.7 +12:21:07.494,30.0,30.0,33.27,228,10.1,40.4,169.7 +12:21:12.499,31.0,30.0,33.28,228,10.2,40.6,169.7 +12:21:17.994,30.0,30.0,33.27,228,10.1,40.4,169.7 +12:21:23.495,31.0,30.0,33.00,228,10.1,40.2,169.7 +12:21:28.505,31.0,30.0,33.00,228,10.4,41.5,169.7 +12:21:33.995,30.0,30.0,33.00,228,10.1,40.5,169.7 +12:21:38.999,31.0,30.0,33.00,228,10.2,40.8,169.7 +12:21:44.495,30.0,30.0,33.28,228,10.1,40.2,169.7 +12:21:49.495,31.0,30.0,33.00,228,10.1,40.3,169.7 +12:21:54.495,30.0,30.0,33.00,228,10.0,40.0,169.7 +12:21:59.996,30.0,30.0,33.28,228,9.3,37.1,169.7 +12:22:05.004,31.0,30.0,33.00,228,10.4,41.7,169.7 +12:22:10.496,29.0,30.0,33.27,228,9.4,37.8,169.7 +12:22:15.498,30.0,30.0,33.27,228,9.4,37.6,169.7 +12:22:20.996,29.0,30.0,33.55,228,10.1,40.4,169.7 +12:22:26.496,31.0,30.0,33.28,228,9.9,39.6,169.7 +12:22:31.503,30.0,30.0,33.27,228,10.6,42.2,169.7 +12:22:36.997,30.0,30.0,33.27,228,10.0,40.0,169.7 +12:22:41.998,31.0,30.0,33.28,228,10.2,40.8,169.7 +12:22:47.497,30.0,30.0,33.27,228,10.2,40.7,169.7 +12:22:52.998,30.0,30.0,33.27,228,10.1,40.3,169.7 +12:22:58.003,31.0,30.0,33.28,228,10.2,40.7,169.7 +12:23:03.497,30.0,30.0,33.28,228,10.1,40.4,169.7 +12:23:08.498,31.0,30.0,33.28,228,10.3,41.1,169.7 +12:23:14.009,31.0,30.0,33.27,228,10.5,41.9,169.7 +12:23:19.497,30.0,30.0,33.27,229,10.0,39.9,169.7 +12:23:24.503,31.0,30.0,33.27,229,10.1,40.4,169.7 +12:23:29.998,30.0,30.0,33.27,229,10.2,40.6,169.7 +12:23:35.499,31.0,30.0,33.27,229,9.9,39.8,169.7 +12:23:40.509,31.0,30.0,33.28,229,10.5,42.0,169.7 +12:23:45.999,30.0,30.0,32.97,229,10.1,40.3,169.7 +12:23:51.003,31.0,30.0,33.00,229,10.2,40.6,169.7 +12:23:56.499,30.0,30.0,33.00,229,10.1,40.3,169.7 +12:24:01.999,31.0,30.0,33.00,229,10.1,40.4,169.7 +12:24:07.008,31.0,30.0,33.01,229,10.4,41.7,169.7 +12:24:12.500,30.0,30.0,33.00,229,10.1,40.4,169.7 +12:24:17.503,31.0,30.0,33.00,229,10.2,40.7,169.7 +12:24:22.999,29.0,30.0,33.27,229,9.4,37.8,169.7 +12:24:27.999,30.0,30.0,33.27,229,9.5,38.0,169.7 +12:24:33.001,29.0,30.0,33.27,229,9.4,37.5,169.7 +12:24:38.501,30.0,30.0,33.27,229,9.9,39.8,169.7 +12:24:43.507,30.0,30.0,33.28,229,9.8,39.0,169.7 +12:24:49.000,29.0,30.0,33.27,229,10.2,40.6,169.7 +12:24:54.001,30.0,30.0,33.27,229,10.1,40.4,169.7 +12:24:59.002,29.0,30.0,33.27,229,10.2,40.6,169.7 +12:25:04.501,30.0,30.0,33.27,229,10.2,40.7,169.7 +12:25:09.512,30.0,30.0,33.27,229,10.4,41.8,169.7 +12:25:15.001,30.0,30.0,33.28,229,10.1,40.4,169.7 +12:25:20.006,31.0,30.0,33.28,229,10.2,40.9,169.7 +12:25:25.501,30.0,30.0,33.27,229,10.1,40.4,169.7 +12:25:30.502,31.0,30.0,33.55,229,10.1,40.3,169.7 +12:25:35.503,30.0,30.0,33.27,229,9.9,39.6,169.7 +12:25:41.003,31.0,30.0,33.27,229,10.1,40.3,169.7 +12:25:46.011,31.0,30.0,33.28,229,10.4,41.8,169.7 +12:25:51.503,30.0,30.0,33.28,229,10.1,40.5,169.7 +12:25:56.506,31.0,30.0,33.28,229,10.2,40.6,169.7 +12:26:02.003,30.0,30.0,33.27,229,10.1,40.3,169.7 +12:26:07.503,31.0,30.0,33.27,229,10.2,40.6,169.7 +12:26:12.511,31.0,30.0,33.27,229,10.4,41.6,169.7 +12:26:18.003,30.0,30.0,33.27,229,10.1,40.5,169.7 +12:26:23.005,31.0,30.0,33.28,229,10.2,40.8,169.7 +12:26:28.504,30.0,30.0,33.27,229,10.1,40.5,169.7 +12:26:34.004,31.0,30.0,33.28,229,10.0,40.1,169.7 +12:26:39.011,31.0,30.0,33.27,229,10.5,42.0,169.7 +12:26:44.505,30.0,30.0,33.00,229,10.1,40.4,169.7 +12:26:49.505,31.0,30.0,33.01,229,10.1,40.5,169.7 +12:26:55.004,30.0,30.0,33.00,229,10.1,40.3,169.7 +12:27:00.004,31.0,30.0,33.00,229,10.1,40.2,169.7 +12:27:05.511,31.0,30.0,33.00,229,10.5,42.1,169.7 +12:27:11.004,29.0,30.0,33.00,229,9.5,37.9,169.7 +12:27:16.005,31.0,30.0,33.00,229,10.0,40.1,169.7 +12:27:21.505,29.0,30.0,33.28,229,9.4,37.8,169.7 +12:27:26.601,29.0,30.0,33.39,230,10.5,42.1,169.7 +12:27:31.604,30.0,30.0,33.27,230,9.9,39.6,169.7 +12:27:37.095,29.0,30.0,33.27,230,10.1,40.5,169.7 +12:27:42.099,30.0,30.0,33.28,230,9.4,37.7,169.7 +12:27:47.595,29.0,30.0,33.28,230,10.0,40.0,169.7 +12:27:53.094,31.0,30.0,33.27,230,10.1,40.3,169.7 +12:27:58.104,31.0,30.0,33.28,230,10.5,42.1,169.7 +12:28:03.595,30.0,30.0,33.28,230,10.2,40.6,169.7 +12:28:08.598,31.0,30.0,33.55,230,10.2,40.8,169.7 +12:28:14.096,30.0,30.0,33.55,230,10.1,40.4,169.7 +12:28:19.595,31.0,30.0,33.27,230,10.1,40.5,169.7 +12:28:24.604,31.0,30.0,33.28,230,10.5,41.9,169.7 +12:28:30.096,30.0,30.0,33.27,230,10.0,40.1,169.7 +12:28:35.098,31.0,30.0,33.27,230,10.1,40.5,169.7 +12:28:40.597,30.0,30.0,33.27,230,10.1,40.2,169.7 +12:28:46.097,31.0,30.0,33.27,230,10.0,40.1,169.7 +12:28:51.104,31.0,30.0,33.27,230,10.5,42.0,169.7 +12:28:56.597,30.0,30.0,33.28,230,10.1,40.3,169.7 +12:29:01.598,31.0,30.0,33.28,230,10.3,41.2,169.7 +12:29:07.096,30.0,30.0,33.27,230,10.2,40.6,169.7 +12:29:12.098,31.0,30.0,33.28,230,10.2,40.6,169.7 +12:29:17.603,31.0,30.0,33.55,231,10.6,42.2,169.7 +12:29:23.098,30.0,30.0,33.00,231,10.0,39.9,169.7 +12:29:28.604,32.0,30.0,33.09,232,10.4,41.6,169.7 +12:29:34.103,30.0,30.0,33.15,232,9.9,39.6,169.7 +12:29:39.598,29.0,30.0,33.33,232,10.2,41.0,169.7 +12:29:44.834,26.0,30.0,34.40,233,10.6,42.5,178.7 +12:29:50.098,29.0,30.0,32.69,234,10.1,40.4,169.8 +12:29:55.598,30.0,30.0,33.27,234,10.1,40.3,169.8 +12:30:00.768,29.0,30.0,33.82,234,16.0,64.1,178.7 +12:30:06.098,30.0,30.0,33.27,234,10.2,40.6,169.8 +12:30:11.101,31.0,30.0,33.24,236,9.9,39.8,169.8 +12:30:16.609,31.0,30.0,33.28,236,10.6,42.2,169.8 +12:30:22.099,30.0,30.0,33.27,236,10.2,40.8,169.8 +12:30:27.104,31.0,30.0,33.28,236,10.2,40.9,169.8 +12:30:32.599,30.0,30.0,33.40,236,10.3,41.4,169.8 +12:30:37.801,28.0,30.0,34.04,237,10.1,40.5,172.7 +12:30:43.099,30.0,30.0,33.32,237,11.7,46.7,169.8 +12:30:48.100,31.0,30.0,32.35,239,10.1,40.4,169.8 +12:30:53.243,29.0,30.0,33.85,240,11.6,46.2,172.7 +12:30:58.608,30.0,30.0,33.39,240,14.7,58.7,169.8 +12:31:04.117,30.0,30.0,33.31,240,12.5,50.1,169.8 +12:31:09.609,31.0,30.0,33.28,240,10.6,42.3,169.8 +12:31:15.101,30.0,30.0,33.00,240,10.1,40.5,169.8 +12:31:20.103,31.0,30.0,33.01,240,10.2,40.9,169.8 +12:31:25.602,30.0,30.0,33.01,240,10.2,40.6,169.8 +12:31:31.102,31.0,30.0,33.02,240,10.2,40.9,169.8 +12:31:36.603,32.0,30.0,33.26,242,10.1,40.5,169.8 +12:31:42.102,29.0,30.0,33.14,242,10.1,40.3,169.8 +12:31:47.602,30.0,30.0,33.27,242,10.1,40.3,169.8 +12:31:52.609,31.0,30.0,33.28,242,10.6,42.5,169.8 +12:31:58.103,30.0,30.0,33.28,242,10.1,40.3,169.8 +12:32:03.103,31.0,30.0,33.28,242,10.3,41.1,169.8 +12:32:08.602,30.0,30.0,33.28,242,10.2,40.9,169.7 +12:32:14.103,30.0,30.0,33.27,242,10.1,40.5,169.7 +12:32:19.109,30.0,30.0,33.55,242,10.0,40.1,169.7 +12:32:24.602,30.0,30.0,33.27,242,10.1,40.3,169.7 +12:32:29.603,31.0,30.0,33.28,242,10.2,41.0,169.7 +12:32:35.102,30.0,30.0,33.28,242,10.0,39.9,169.8 +12:32:40.103,31.0,30.0,32.90,244,10.1,40.5,169.8 +12:32:45.114,32.0,30.0,33.55,245,10.6,42.2,169.8 +12:32:50.604,30.0,30.0,33.29,245,10.0,40.1,169.8 +12:32:55.608,31.0,30.0,33.27,245,10.2,40.8,169.8 +12:33:01.110,31.0,30.0,33.48,245,10.6,42.2,169.8 +12:33:06.605,31.0,30.0,33.28,245,10.1,40.3,169.7 +12:33:11.613,31.0,30.0,33.27,245,10.6,42.2,169.7 +12:33:17.105,30.0,30.0,33.00,245,10.2,41.0,169.7 +12:33:22.108,31.0,30.0,34.38,247,10.3,41.2,169.7 +12:33:27.605,30.0,30.0,33.00,247,10.1,40.4,169.7 +12:33:33.105,31.0,30.0,33.00,247,10.1,40.5,169.7 +12:33:38.113,31.0,30.0,33.00,247,10.6,42.3,169.7 +12:33:43.606,30.0,30.0,33.00,247,10.2,40.6,169.7 +12:33:48.608,31.0,30.0,33.00,247,10.2,41.0,169.7 +12:33:54.105,29.0,30.0,33.28,247,9.5,37.9,169.7 +12:33:59.106,30.0,30.0,33.28,247,9.4,37.5,169.7 +12:34:04.613,30.0,30.0,33.28,247,10.6,42.4,169.7 +12:34:10.107,29.0,30.0,33.27,247,10.1,40.4,169.7 +12:34:15.107,30.0,30.0,33.28,247,10.2,41.0,169.7 +12:34:20.606,30.0,30.0,33.28,247,10.2,40.6,169.7 +12:34:26.107,30.0,30.0,33.27,247,10.0,40.1,169.7 +12:34:31.113,31.0,30.0,33.28,247,10.5,41.9,169.8 +12:34:36.606,30.0,30.0,33.28,247,10.2,40.8,169.8 +12:34:41.607,31.0,30.0,33.27,247,10.2,40.6,169.7 +12:34:47.107,31.0,30.0,33.31,248,9.8,39.4,169.8 +12:34:52.213,29.0,30.0,33.58,249,10.4,41.7,169.8 +12:34:57.612,31.0,30.0,33.27,251,10.2,40.6,169.8 +12:35:03.107,30.0,30.0,33.27,251,10.1,40.4,169.8 +12:35:08.107,31.0,30.0,33.27,251,10.2,41.0,169.8 +12:35:13.619,31.0,30.0,33.28,251,10.4,41.8,169.8 +12:35:19.108,30.0,30.0,33.27,251,10.2,40.6,169.8 +12:35:24.112,31.0,30.0,33.27,251,10.2,40.9,169.8 +12:35:29.609,30.0,30.0,33.28,251,10.1,40.3,169.8 +12:35:35.109,31.0,30.0,33.00,251,10.1,40.3,169.8 +12:35:40.130,31.0,30.0,33.11,253,10.2,40.6,169.8 +12:35:45.389,29.0,30.0,33.47,254,18.9,75.4,181.7 +12:35:50.614,31.0,30.0,32.83,254,10.0,40.1,169.8 +12:35:56.109,30.0,30.0,32.99,254,10.1,40.4,169.8 +12:36:01.609,30.0,30.0,33.26,254,9.5,38.1,169.8 +12:36:06.617,30.0,30.0,33.26,254,10.0,40.0,169.8 +12:36:12.110,29.0,30.0,33.25,254,10.2,40.9,169.7 +12:36:17.114,30.0,30.0,33.28,255,9.5,38.1,169.7 +12:36:22.609,29.0,30.0,33.25,255,10.1,40.2,169.7 +12:36:27.610,30.0,30.0,33.27,255,10.1,40.3,169.7 +12:36:32.610,29.0,30.0,33.28,255,10.1,40.2,169.7 +12:36:38.110,31.0,30.0,33.26,255,10.2,40.6,169.8 +12:36:43.118,30.0,30.0,33.27,255,10.6,42.3,169.7 +12:36:48.610,30.0,30.0,33.31,255,9.5,37.9,169.7 +12:36:53.665,29.0,30.0,33.70,256,9.7,38.7,169.8 +12:36:58.700,30.0,30.0,33.58,258,10.9,43.5,169.8 +12:37:04.110,31.0,30.0,33.28,258,10.2,40.6,169.8 +12:37:09.121,31.0,30.0,33.27,258,10.5,42.0,169.8 +12:37:14.611,30.0,30.0,33.27,258,10.2,40.9,169.8 +12:37:19.615,31.0,30.0,33.27,258,10.3,41.1,169.8 +12:37:25.111,30.0,30.0,33.26,258,10.1,40.4,169.8 +12:37:30.612,31.0,30.0,33.27,258,10.1,40.5,169.8 +12:37:35.621,25.0,30.0,38.77,258,8.7,34.7,169.8 +12:37:41.113,24.0,30.0,40.43,258,8.1,32.5,169.8 +12:37:46.115,25.0,30.0,40.69,258,8.2,32.9,169.8 +12:37:51.613,24.0,30.0,40.42,258,8.1,32.5,169.8 +12:37:57.113,25.0,30.0,40.43,258,8.1,32.2,169.8 +12:38:02.121,25.0,30.0,40.70,258,8.6,34.3,169.8 +12:38:07.614,24.0,30.0,40.43,258,8.2,32.8,169.8 +12:38:12.616,25.0,30.0,40.70,258,8.2,32.9,169.8 +12:38:18.114,24.0,30.0,40.70,258,8.2,32.8,169.8 +12:38:23.614,25.0,30.0,40.70,258,8.2,32.7,169.8 +12:38:28.621,25.0,30.0,40.97,258,8.7,34.8,169.8 +12:38:34.114,24.0,30.0,40.70,258,8.2,33.0,169.8 +12:38:39.127,24.0,30.0,40.80,258,7.9,31.7,169.8 +12:38:44.614,24.0,30.0,40.68,258,7.9,31.7,169.8 +12:38:49.615,25.0,30.0,40.38,258,8.2,32.6,169.8 +12:38:55.121,25.0,30.0,40.43,258,8.7,34.6,169.8 +12:39:00.614,24.0,30.0,40.70,258,8.2,32.9,169.8 +12:39:05.615,25.0,30.0,40.43,258,8.2,32.6,169.8 +12:39:11.114,24.0,30.0,40.70,258,8.2,32.8,169.8 +12:39:16.116,25.0,30.0,40.97,258,8.1,32.5,169.8 +12:39:21.621,25.0,30.0,40.43,258,8.6,34.4,169.8 +12:39:27.116,24.0,30.0,40.70,258,8.2,32.6,169.8 +12:39:32.616,25.0,30.0,40.70,258,8.1,32.4,169.8 +12:39:37.626,25.0,30.0,40.42,258,8.6,34.3,169.8 +12:39:43.115,24.0,30.0,40.43,258,8.2,32.8,169.8 +12:39:48.120,25.0,30.0,40.42,258,8.3,33.1,169.8 +12:39:53.616,24.0,30.0,40.43,258,8.1,32.4,169.8 +12:39:58.617,25.0,30.0,40.43,258,8.2,33.0,169.8 +12:40:03.617,25.0,30.0,40.43,258,8.2,32.8,169.8 +12:40:09.117,26.0,30.0,40.70,258,8.7,34.9,169.8 +12:40:14.620,26.0,30.0,40.42,258,8.8,35.0,169.8 +12:40:20.116,25.0,30.0,40.43,258,8.2,32.6,169.8 +12:40:25.617,25.0,30.0,40.43,258,8.1,32.5,169.8 +12:40:30.626,26.0,30.0,40.43,258,8.6,34.3,169.8 +12:40:36.117,25.0,30.0,40.42,258,8.3,33.1,169.8 +12:40:41.120,26.0,30.0,40.43,258,8.7,34.6,169.8 +12:40:46.618,25.0,30.0,40.42,258,8.2,32.9,169.8 +12:40:52.119,25.0,30.0,40.43,258,8.1,32.3,169.8 +12:40:57.128,26.0,30.0,40.44,258,8.6,34.2,169.8 +12:41:02.619,25.0,30.0,40.43,258,8.2,32.6,169.8 +12:41:07.620,26.0,30.0,40.43,258,8.9,35.5,169.8 +12:41:13.119,25.0,30.0,40.43,258,8.9,35.5,169.8 +12:41:18.618,26.0,30.0,40.42,258,8.7,34.9,169.8 +12:41:23.618,25.0,30.0,40.43,258,8.4,33.6,169.8 +12:41:29.120,25.0,30.0,40.43,258,8.8,35.0,169.8 +12:41:34.619,26.0,30.0,40.43,258,8.7,34.8,169.8 +12:41:39.619,25.0,30.0,40.43,258,8.8,35.0,169.8 +12:41:44.620,25.0,30.0,40.43,258,8.1,32.5,169.8 +12:41:49.629,25.0,30.0,40.70,258,8.6,34.3,169.8 +12:41:55.120,24.0,30.0,40.43,258,8.2,32.7,169.8 +12:42:00.127,25.0,30.0,40.72,259,8.2,32.6,169.8 +12:42:05.620,24.0,30.0,40.68,259,8.1,32.5,169.8 +12:42:10.620,25.0,30.0,40.69,259,8.2,32.6,169.8 +12:42:16.131,25.0,30.0,40.69,259,8.6,34.4,169.8 +12:42:21.620,24.0,30.0,40.68,259,8.1,32.3,169.8 +12:42:26.623,25.0,30.0,40.69,259,8.2,33.0,169.8 +12:42:32.113,24.0,30.0,40.68,259,8.0,32.1,169.8 +12:42:37.164,25.0,30.0,40.63,260,13.9,55.6,175.7 +12:42:42.615,29.0,30.0,39.30,260,10.5,41.9,169.8 +12:42:48.103,30.0,30.0,33.27,260,10.2,40.9,169.8 +12:42:53.104,31.0,30.0,33.28,260,10.2,40.8,169.8 +12:42:58.599,30.0,30.0,33.26,260,10.1,40.5,169.8 +12:43:04.100,31.0,30.0,33.28,260,10.0,40.1,169.8 +12:43:09.106,31.0,30.0,33.82,261,10.6,42.4,169.8 +12:43:14.598,30.0,30.0,33.28,261,10.2,40.9,169.8 +12:43:19.600,30.0,30.0,36.86,261,10.1,40.3,169.8 +12:43:25.097,28.0,30.0,33.83,262,10.1,40.5,169.8 +12:43:30.098,31.0,30.0,33.27,262,10.1,40.3,169.8 +12:43:35.609,31.0,30.0,33.30,262,9.8,39.0,169.8 +12:43:41.097,30.0,30.0,33.32,262,9.8,39.4,169.8 +12:43:46.098,31.0,30.0,33.27,262,10.1,40.4,169.8 +12:43:51.597,30.0,30.0,33.31,262,10.1,40.2,169.8 +12:43:56.598,28.0,30.0,35.75,263,10.1,40.3,169.8 +12:44:02.103,30.0,30.0,33.27,263,10.6,42.3,169.8 +12:44:07.598,30.0,30.0,33.27,263,10.2,41.0,169.8 +12:44:13.098,31.0,30.0,33.27,263,10.1,40.5,169.8 +12:44:18.108,31.0,30.0,33.27,263,10.5,41.9,169.8 +12:44:23.598,30.0,30.0,33.27,263,10.2,40.6,169.8 +12:44:28.602,31.0,30.0,33.27,263,10.2,40.9,169.8 +12:44:34.099,30.0,30.0,33.27,263,10.2,40.9,169.8 +12:44:39.599,31.0,30.0,33.27,263,10.0,40.1,169.8 +12:44:44.608,31.0,30.0,33.27,263,10.7,42.6,169.8 +12:44:50.098,30.0,30.0,33.27,263,10.2,40.6,169.8 +12:44:55.102,31.0,30.0,33.28,263,10.2,40.8,169.8 +12:45:00.598,30.0,30.0,33.27,263,10.2,40.6,169.8 +12:45:05.598,31.0,30.0,33.28,263,10.2,41.0,169.8 +12:45:10.600,30.0,30.0,33.28,263,10.1,40.3,169.8 +12:45:16.100,31.0,30.0,33.27,263,10.1,40.4,169.8 +12:45:21.107,31.0,30.0,33.27,263,10.6,42.3,169.8 +12:45:26.600,30.0,30.0,33.27,263,10.2,40.7,169.8 +12:45:31.603,31.0,30.0,33.57,263,10.2,40.7,169.8 +12:45:37.099,30.0,30.0,33.00,263,10.1,40.4,169.8 +12:45:42.099,31.0,30.0,33.00,263,10.2,40.7,169.8 +12:45:47.100,30.0,30.0,33.27,263,10.2,40.7,169.8 +12:45:52.599,30.0,30.0,33.00,263,10.1,40.3,169.8 +12:45:57.605,31.0,30.0,33.00,263,10.6,42.2,169.8 +12:46:03.099,30.0,30.0,33.00,263,10.1,40.2,169.8 +12:46:08.100,31.0,30.0,33.01,263,10.2,40.8,169.8 +12:46:13.101,30.0,30.0,33.00,263,10.2,40.6,169.8 +12:46:18.601,31.0,30.0,33.00,263,10.1,40.5,169.8 +12:46:23.610,31.0,30.0,33.01,263,10.6,42.2,169.8 +12:46:29.100,29.0,30.0,33.01,263,9.5,38.1,169.8 +12:46:34.104,31.0,30.0,33.00,263,10.2,40.9,169.8 +12:46:39.601,29.0,30.0,33.30,263,9.4,37.8,169.8 +12:46:45.101,30.0,30.0,33.28,263,10.1,40.3,169.8 +12:46:50.109,30.0,30.0,33.28,263,10.5,41.9,169.8 +12:46:55.601,30.0,30.0,33.28,263,10.2,40.6,169.8 +12:47:00.649,29.0,30.0,33.38,264,11.0,43.9,172.8 +12:47:06.100,30.0,30.0,33.27,264,10.2,40.6,169.8 +12:47:11.601,31.0,30.0,33.27,264,10.1,40.4,169.8 +12:47:16.608,31.0,30.0,33.27,264,10.6,42.3,169.7 +12:47:22.102,24.0,30.0,39.60,264,8.2,32.9,169.7 +12:47:27.102,25.0,30.0,40.43,264,8.3,33.1,169.7 +12:47:32.601,30.0,30.0,38.23,264,10.2,40.8,169.8 +12:47:37.602,31.0,30.0,33.27,264,10.2,40.7,169.7 +12:47:43.108,31.0,30.0,33.28,264,10.6,42.4,169.7 +12:47:48.601,30.0,30.0,33.28,264,10.2,40.8,169.7 +12:47:53.602,31.0,30.0,33.27,264,10.2,40.8,169.8 +12:47:59.101,30.0,30.0,33.27,264,10.2,40.7,169.8 +12:48:04.601,30.0,30.0,33.27,264,10.1,40.5,169.8 +12:48:09.608,31.0,30.0,33.28,264,10.1,40.4,169.7 +12:48:15.103,30.0,30.0,33.27,265,10.2,40.8,169.8 +12:48:20.104,31.0,30.0,33.27,265,10.2,40.9,169.8 +12:48:25.613,31.0,30.0,33.28,266,10.6,42.3,169.7 +12:48:31.101,30.0,30.0,33.27,266,10.2,40.7,169.7 +12:48:36.106,31.0,30.0,33.27,266,10.2,40.9,169.7 +12:48:41.603,30.0,30.0,33.00,266,10.2,40.6,169.7 +12:48:47.102,31.0,30.0,33.00,266,10.2,40.7,169.7 +12:48:52.113,31.0,30.0,33.01,266,10.6,42.2,169.7 +12:48:57.603,30.0,30.0,33.00,266,10.2,41.0,169.7 +12:49:02.606,31.0,30.0,33.27,266,10.3,41.2,169.7 +12:49:08.103,29.0,30.0,33.27,266,9.5,38.0,169.7 +12:49:13.603,30.0,30.0,33.27,266,10.1,40.4,169.7 +12:49:18.612,30.0,30.0,33.28,266,9.9,39.6,169.7 +12:49:24.104,29.0,30.0,33.28,266,10.2,40.6,169.7 +12:49:29.105,30.0,30.0,33.28,266,10.3,41.2,169.7 +12:49:34.604,30.0,30.0,33.27,266,10.2,40.8,169.7 +12:49:40.104,31.0,30.0,33.27,266,10.1,40.4,169.7 +12:49:45.110,31.0,30.0,33.27,266,10.6,42.5,169.7 +12:49:50.604,30.0,30.0,33.27,266,10.2,40.9,169.7 +12:49:55.605,31.0,30.0,33.27,266,10.3,41.1,169.7 +12:50:01.104,30.0,30.0,33.55,266,10.2,40.7,169.7 +12:50:06.104,31.0,30.0,33.28,266,10.2,40.6,169.7 +12:50:11.610,31.0,30.0,33.28,266,10.7,42.6,169.7 +12:50:17.105,30.0,30.0,33.28,266,10.2,40.7,169.7 +12:50:22.105,31.0,30.0,33.28,266,10.2,40.7,169.7 +12:50:27.604,30.0,30.0,33.28,266,10.1,40.4,169.7 +12:50:32.605,31.0,30.0,33.55,266,10.1,40.3,169.8 +12:50:37.614,31.0,30.0,33.28,266,10.4,41.8,169.8 +12:50:43.104,30.0,30.0,33.27,266,10.1,40.4,169.8 +12:50:48.109,31.0,30.0,33.28,266,10.2,40.7,169.7 +12:50:53.605,30.0,30.0,33.28,266,10.1,40.3,169.7 +12:50:59.105,31.0,30.0,33.00,266,10.1,40.5,169.8 +12:51:04.115,31.0,30.0,33.27,266,10.5,42.0,169.8 +12:51:09.605,30.0,30.0,33.00,266,10.2,40.6,169.8 +12:51:14.609,31.0,30.0,33.00,266,10.2,40.9,169.7 +12:51:20.106,30.0,30.0,33.00,266,10.1,40.2,169.7 +12:51:25.605,31.0,30.0,33.00,266,10.2,40.6,169.8 +12:51:30.614,31.0,30.0,33.00,266,10.6,42.3,169.8 +12:51:36.106,29.0,30.0,33.27,266,9.5,38.1,169.8 +12:51:41.107,30.0,30.0,33.28,266,9.6,38.4,169.8 +12:51:46.605,29.0,30.0,33.27,266,10.2,40.9,169.8 +12:51:51.606,30.0,30.0,33.27,266,9.5,37.9,169.7 +12:51:57.113,30.0,30.0,33.28,266,10.6,42.4,169.8 +12:52:02.606,30.0,30.0,33.27,266,10.2,40.7,169.8 +12:52:07.607,31.0,30.0,33.28,266,10.3,41.2,169.8 +12:52:13.105,30.0,30.0,33.28,266,10.2,40.6,169.8 +12:52:18.107,31.0,30.0,33.27,266,10.1,40.4,169.7 +12:52:23.612,31.0,30.0,33.27,266,10.6,42.2,169.8 +12:52:29.106,30.0,30.0,33.27,266,10.2,40.6,169.8 +12:52:34.107,31.0,30.0,33.27,266,10.3,41.1,169.8 +12:52:39.606,30.0,30.0,33.27,266,10.2,40.6,169.8 +12:52:44.607,31.0,30.0,33.27,266,10.2,40.6,169.7 +12:52:49.617,31.0,30.0,33.83,267,10.5,42.1,169.8 +12:52:55.107,30.0,30.0,33.55,267,10.2,40.9,169.8 +12:53:00.111,31.0,30.0,33.27,267,10.2,40.8,169.8 +12:53:05.606,30.0,30.0,33.28,267,10.2,40.9,169.8 +12:53:10.607,31.0,30.0,33.27,267,10.3,41.1,169.7 +12:53:16.117,31.0,30.0,33.27,267,10.5,42.1,169.8 +12:53:21.606,30.0,30.0,33.27,267,10.1,40.4,169.8 +12:53:26.610,31.0,30.0,33.28,267,10.2,40.8,169.8 +12:53:32.106,30.0,30.0,33.01,267,10.1,40.5,169.8 +12:53:37.107,31.0,30.0,33.00,267,10.2,40.7,169.7 +12:53:42.109,30.0,30.0,33.28,267,10.1,40.2,169.7 +12:53:47.608,31.0,30.0,33.00,267,10.2,40.9,169.8 +12:53:52.615,31.0,30.0,33.00,267,10.5,42.1,169.8 +12:53:58.107,30.0,30.0,33.00,267,10.2,40.9,169.8 +12:54:03.109,31.0,30.0,33.00,267,10.3,41.1,169.7 +12:54:08.608,30.0,30.0,33.00,267,10.2,40.6,169.7 +12:54:13.608,31.0,30.0,33.00,267,10.1,40.3,169.8 +12:54:19.114,30.0,30.0,33.28,267,9.9,39.7,169.8 +12:54:24.608,29.0,30.0,33.28,267,10.2,40.6,169.8 +12:54:29.608,30.0,30.0,33.27,267,9.7,38.6,169.8 +12:54:35.108,29.0,30.0,33.27,267,10.1,40.5,169.8 +12:54:40.608,30.0,30.0,33.27,267,10.2,40.6,169.7 +12:54:45.614,31.0,30.0,33.28,267,10.2,40.8,169.8 +12:54:51.108,30.0,30.0,33.27,267,10.2,40.8,169.8 +12:54:56.608,31.0,30.0,33.28,267,10.1,40.5,169.8 +12:55:01.619,31.0,30.0,33.28,267,10.6,42.2,169.7 +12:55:07.109,30.0,30.0,33.27,267,10.2,40.7,169.7 +12:55:12.114,31.0,30.0,33.28,267,10.2,40.6,169.8 +12:55:17.609,29.0,30.0,34.10,268,9.5,37.9,169.8 +12:55:23.108,31.0,30.0,33.28,268,10.2,40.7,169.7 +12:55:28.118,31.0,30.0,33.27,268,10.6,42.4,169.8 +12:55:33.610,30.0,30.0,33.00,269,10.2,40.7,169.8 +12:55:38.613,31.0,30.0,33.27,269,10.2,40.9,169.8 +12:55:44.110,30.0,30.0,32.27,271,10.1,40.3,169.8 +12:55:49.610,31.0,30.0,33.00,271,10.1,40.4,169.8 +12:55:54.618,31.0,30.0,33.00,271,10.6,42.3,169.8 +12:56:00.110,30.0,30.0,33.00,271,10.1,40.5,169.7 +12:56:05.112,31.0,30.0,33.00,271,10.2,40.8,169.7 +12:56:10.611,29.0,30.0,33.28,271,9.4,37.5,169.7 +12:56:16.111,30.0,30.0,33.27,271,10.1,40.5,169.7 +12:56:21.117,30.0,30.0,33.28,271,10.7,42.6,169.7 +12:56:26.610,29.0,30.0,33.27,271,10.1,40.4,169.7 +12:56:31.611,30.0,30.0,33.55,271,10.2,40.9,169.7 +12:56:37.110,30.0,30.0,33.27,271,10.2,40.8,169.8 +12:56:42.110,31.0,30.0,33.28,271,10.2,40.6,169.7 +12:56:47.616,31.0,30.0,33.27,271,10.5,42.1,169.7 +12:56:53.110,30.0,30.0,33.27,271,10.2,40.8,169.7 +12:56:58.111,31.0,30.0,33.27,271,10.2,41.0,169.7 +12:57:03.611,30.0,30.0,33.81,272,10.2,40.8,169.7 +12:57:09.111,30.0,30.0,33.28,272,10.1,40.2,169.7 +12:57:14.116,31.0,30.0,33.28,272,10.2,40.7,169.7 +12:57:19.612,30.0,30.0,33.28,272,10.2,40.6,169.7 +12:57:25.110,31.0,30.0,33.27,272,10.1,40.5,169.7 +12:57:30.121,31.0,30.0,33.28,272,10.5,42.0,169.7 +12:57:35.611,30.0,30.0,33.27,272,10.1,40.5,169.7 +12:57:40.615,31.0,30.0,33.27,272,10.2,40.9,169.7 +12:57:46.112,30.0,30.0,33.28,272,10.1,40.2,169.7 +12:57:51.611,31.0,30.0,33.00,272,10.2,40.6,169.7 +12:57:56.621,31.0,30.0,33.00,272,10.6,42.5,169.8 +12:58:02.112,30.0,30.0,33.01,272,10.2,40.6,169.7 +12:58:07.115,31.0,30.0,33.00,272,10.2,40.9,169.7 +12:58:12.612,30.0,30.0,33.00,272,10.1,40.2,169.7 +12:58:18.113,26.0,30.0,34.66,272,8.8,35.1,169.7 +12:58:23.113,25.0,30.0,40.43,272,8.7,34.9,169.7 +12:58:28.613,25.0,30.0,40.43,272,8.8,35.3,169.7 +12:58:34.111,26.0,30.0,40.43,272,8.8,35.3,169.7 +12:58:39.113,25.0,30.0,40.42,272,8.7,34.6,169.7 +12:58:44.613,26.0,30.0,40.43,272,8.8,35.1,169.8 +12:58:50.116,26.0,30.0,40.43,272,8.8,35.0,169.8 +12:58:55.613,25.0,30.0,40.42,272,8.2,32.8,169.8 +12:59:00.613,26.0,30.0,40.43,272,8.7,34.9,169.7 +12:59:06.120,26.0,30.0,40.42,272,8.7,34.7,169.7 +12:59:11.614,25.0,30.0,40.43,272,8.8,35.3,169.7 +12:59:17.112,26.0,30.0,40.43,272,8.8,35.0,169.7 +12:59:22.112,25.0,30.0,40.42,272,8.8,35.0,169.8 +12:59:27.114,25.0,30.0,40.43,272,8.1,32.3,169.8 +12:59:32.613,25.0,30.0,40.43,272,8.7,34.7,169.7 +12:59:37.614,24.0,30.0,40.42,272,8.1,32.3,169.8 +12:59:42.619,25.0,30.0,40.69,272,8.2,32.8,169.7 +12:59:48.113,24.0,30.0,40.43,272,8.1,32.3,169.7 +12:59:53.115,25.0,30.0,40.69,272,8.2,32.6,169.7 +12:59:58.625,25.0,30.0,40.71,272,8.6,34.2,169.7 +13:00:04.114,24.0,30.0,40.69,272,8.2,32.6,169.8 +13:00:09.118,25.0,30.0,40.70,272,8.2,32.6,169.7 +13:00:14.614,24.0,30.0,40.70,272,8.1,32.4,169.7 +13:00:19.615,25.0,30.0,40.70,272,8.2,32.8,169.7 +13:00:25.124,25.0,30.0,40.70,272,8.6,34.5,169.8 +13:00:30.613,24.0,30.0,40.70,272,8.2,32.8,169.7 +13:00:35.618,25.0,30.0,40.43,272,8.2,32.7,169.7 +13:00:41.115,24.0,30.0,40.70,272,8.0,32.0,169.8 +13:00:46.615,25.0,30.0,40.69,272,8.1,32.5,169.7 +13:00:51.623,25.0,30.0,40.43,272,8.7,34.6,169.7 +13:00:57.115,24.0,30.0,40.69,272,8.2,32.7,169.7 +13:01:02.117,25.0,30.0,40.43,272,8.2,32.8,169.8 +13:01:07.614,24.0,30.0,40.70,272,8.1,32.3,169.7 +13:01:12.615,25.0,30.0,40.43,272,8.2,32.6,169.7 +13:01:18.123,25.0,30.0,40.43,272,8.7,34.8,169.7 +13:01:23.616,24.0,30.0,40.70,272,8.1,32.4,169.7 +13:01:28.616,25.0,30.0,40.42,272,8.2,32.8,169.7 +13:01:34.116,24.0,30.0,40.43,272,8.2,32.6,169.7 +13:01:39.615,25.0,30.0,40.43,272,8.1,32.2,169.7 +13:01:44.622,25.0,30.0,40.42,272,8.6,34.3,169.7 +13:01:50.115,24.0,30.0,40.43,272,8.1,32.5,169.8 +13:01:55.116,26.0,30.0,40.43,272,8.2,32.7,169.8 +13:02:00.616,25.0,30.0,40.42,272,8.2,32.8,169.7 +13:02:06.115,25.0,30.0,40.43,272,8.2,32.6,169.7 +13:02:11.122,26.0,30.0,40.43,272,8.7,34.8,169.7 +13:02:16.617,25.0,30.0,40.43,272,8.1,32.4,169.7 +13:02:22.117,25.0,30.0,40.43,273,8.1,32.4,169.8 +13:02:27.622,25.0,30.0,40.43,273,8.7,34.6,169.7 +13:02:33.116,24.0,30.0,40.43,273,8.1,32.5,169.7 +13:02:38.617,25.0,30.0,40.43,273,8.1,32.3,169.7 +13:02:43.627,25.0,30.0,40.43,273,8.5,34.1,169.8 +13:02:49.116,24.0,30.0,40.43,273,8.1,32.5,169.7 +13:02:54.122,26.0,30.0,40.43,273,8.2,33.0,169.7 +13:02:59.616,25.0,30.0,40.43,273,8.2,32.6,169.7 +13:03:04.617,25.0,30.0,40.71,273,8.1,32.4,169.7 +13:03:10.127,26.0,30.0,40.43,273,8.7,34.6,169.7 +13:03:15.616,25.0,30.0,40.43,273,8.2,32.7,169.7 +13:03:20.621,26.0,30.0,40.43,273,8.7,34.8,169.7 +13:03:26.116,25.0,30.0,40.43,273,8.2,32.7,169.8 +13:03:31.117,26.0,30.0,40.43,273,8.8,35.2,169.8 +13:03:36.626,26.0,30.0,40.43,273,8.6,34.3,169.7 +13:03:42.117,25.0,30.0,40.42,273,8.2,32.8,169.7 +13:03:47.120,26.0,30.0,40.43,273,8.8,35.1,169.7 +13:03:52.618,25.0,30.0,40.43,273,8.1,32.5,169.7 +13:03:58.118,26.0,30.0,40.43,273,8.1,32.3,169.7 +13:04:03.125,26.0,30.0,40.43,273,9.3,37.3,169.7 +13:04:08.619,25.0,30.0,40.43,273,8.8,35.1,169.7 +13:04:14.117,26.0,30.0,40.42,273,8.8,35.2,169.7 +13:04:19.119,25.0,30.0,40.43,273,8.7,34.7,169.7 +13:04:24.618,26.0,30.0,40.41,273,8.7,34.9,169.8 +13:04:29.618,25.0,30.0,40.42,273,8.6,34.4,169.7 +13:04:35.119,25.0,30.0,40.42,273,8.8,35.0,169.8 +13:04:40.619,26.0,30.0,40.43,273,8.8,35.1,169.7 +13:04:46.124,26.0,30.0,40.42,273,8.7,34.8,169.7 +13:04:51.619,25.0,30.0,40.43,273,8.1,32.2,169.7 +13:04:57.119,25.0,30.0,40.43,273,8.1,32.5,169.7 +13:05:02.625,26.0,30.0,40.43,273,8.6,34.2,169.7 +13:05:08.119,25.0,30.0,40.43,273,8.2,32.8,169.7 +13:05:13.119,26.0,30.0,40.43,273,8.7,34.9,169.7 +13:05:18.120,25.0,30.0,40.43,273,8.7,34.8,169.7 +13:05:23.619,26.0,30.0,40.43,273,8.6,34.5,169.7 +13:05:28.619,25.0,30.0,40.42,273,8.8,35.1,169.7 +13:05:33.620,25.0,30.0,40.43,273,8.2,32.8,169.8 +13:05:38.628,25.0,30.0,40.70,273,8.6,34.5,169.7 +13:05:44.120,24.0,30.0,40.43,273,8.2,32.8,169.7 +13:05:49.122,25.0,30.0,41.25,273,8.2,32.6,169.7 +13:05:54.619,24.0,30.0,40.70,273,8.1,32.5,169.7 +13:05:59.620,25.0,30.0,40.70,273,8.2,32.8,169.7 +13:06:04.620,24.0,30.0,40.70,273,8.0,32.0,169.7 +13:06:10.121,25.0,30.0,40.70,273,8.1,32.5,169.8 +13:06:15.127,25.0,30.0,40.43,273,8.6,34.4,169.8 +13:06:20.620,24.0,30.0,40.42,273,8.2,32.6,169.7 +13:06:25.621,25.0,30.0,40.42,273,8.2,32.7,169.7 +13:06:31.121,24.0,30.0,40.43,273,8.0,32.1,169.7 +13:06:36.620,24.0,30.0,40.97,273,8.0,32.0,169.7 +13:06:41.627,26.0,30.0,40.42,273,8.6,34.4,169.8 +13:06:47.121,25.0,30.0,40.42,273,8.2,32.6,169.7 +13:06:52.122,26.0,30.0,40.43,273,8.8,35.3,169.7 +13:06:57.620,25.0,30.0,40.43,273,8.2,32.8,169.7 +13:07:02.620,26.0,30.0,40.43,273,8.8,35.2,169.7 +13:07:07.620,25.0,30.0,40.43,273,8.8,35.2,169.7 +13:07:13.121,25.0,30.0,40.43,273,8.8,35.2,169.7 +13:07:18.621,26.0,30.0,40.43,273,8.8,35.0,169.7 +13:07:23.622,25.0,30.0,40.42,273,8.8,35.1,169.7 +13:07:29.122,26.0,30.0,40.43,273,8.7,34.8,169.7 +13:07:34.626,26.0,30.0,40.43,273,8.8,35.1,169.7 +13:07:40.121,25.0,30.0,40.46,273,8.7,34.6,169.7 +13:07:45.121,26.0,30.0,40.41,274,8.9,35.7,169.8 +13:07:50.121,24.0,30.0,40.42,274,8.3,33.3,169.7 +13:07:55.122,26.0,30.0,40.64,275,8.6,34.4,169.8 +13:08:00.122,24.0,30.0,40.70,276,8.3,33.2,169.8 +13:08:05.228,24.0,30.0,41.06,277,9.1,36.3,169.8 +13:08:10.629,25.0,30.0,40.39,277,8.6,34.5,169.8 +13:08:16.122,24.0,30.0,40.97,277,8.1,32.5,169.8 +13:08:21.123,25.0,30.0,40.43,277,8.3,33.1,169.8 +13:08:26.622,24.0,30.0,40.70,277,8.2,32.6,169.8 +13:08:32.123,24.0,30.0,40.70,277,8.2,32.9,169.8 +13:08:37.129,25.0,30.0,40.43,277,8.7,34.8,169.8 +13:08:42.622,24.0,30.0,40.70,277,8.2,32.6,169.8 +13:08:47.623,25.0,30.0,40.43,277,8.2,32.6,169.8 +13:08:52.623,25.0,30.0,40.43,277,8.1,32.2,169.8 +13:08:57.623,26.0,30.0,40.43,277,8.7,34.7,169.8 +13:09:03.122,25.0,30.0,40.42,278,8.1,32.5,169.8 +13:09:08.622,25.0,30.0,40.43,278,8.2,32.6,169.8 +13:09:13.627,26.0,30.0,40.42,278,8.7,34.7,169.8 +13:09:19.122,25.0,30.0,40.42,278,8.8,35.3,169.8 +13:09:24.122,25.0,30.0,40.45,278,8.0,32.1,169.8 +13:09:29.124,24.0,30.0,40.43,278,8.2,32.7,169.8 +13:09:34.623,31.0,30.0,33.83,278,10.1,40.4,169.8 +13:09:39.632,31.0,30.0,33.28,278,10.6,42.3,169.8 +13:09:45.124,30.0,30.0,33.28,278,10.2,40.9,169.8 +13:09:50.126,31.0,30.0,33.27,278,10.2,40.9,169.8 +13:09:55.624,30.0,30.0,33.27,278,10.1,40.5,169.8 +13:10:01.124,31.0,30.0,33.28,278,10.2,40.8,169.8 +13:10:06.224,28.0,30.0,34.04,279,9.8,39.3,169.8 +13:10:11.623,31.0,30.0,33.30,279,10.3,41.1,169.8 +13:10:16.640,30.0,30.0,33.28,279,9.9,39.7,169.8 +13:10:22.358,28.0,30.0,33.71,280,11.9,47.7,175.7 +13:10:27.624,31.0,30.0,33.00,280,10.1,40.4,169.8 +13:10:32.640,31.0,30.0,33.07,282,12.7,50.8,172.8 +13:10:38.125,30.0,30.0,32.96,282,10.1,40.4,169.8 +13:10:43.625,30.0,30.0,33.10,282,9.4,37.8,169.8 +13:10:49.130,30.0,30.0,33.27,282,10.0,40.0,169.7 +13:10:54.624,29.0,30.0,33.28,282,10.2,40.7,169.8 +13:10:59.625,30.0,30.0,33.28,282,10.2,40.8,169.8 +13:11:05.124,30.0,30.0,33.28,282,10.2,40.6,169.8 +13:11:10.626,30.0,30.0,33.33,282,10.1,40.2,169.8 +13:11:15.630,31.0,30.0,33.28,282,10.2,40.9,169.8 +13:11:21.124,30.0,30.0,33.28,282,10.2,40.7,169.8 +13:11:26.624,31.0,30.0,33.28,282,10.2,40.7,169.8 +13:11:31.635,31.0,30.0,33.28,282,10.6,42.2,169.8 +13:11:37.125,28.0,30.0,33.82,282,8.9,35.5,169.8 +13:11:42.130,31.0,30.0,36.58,282,10.1,40.4,169.8 +13:11:47.625,25.0,30.0,37.95,282,8.7,34.8,169.8 +13:11:52.625,25.0,30.0,40.43,282,8.2,32.9,169.8 +13:11:58.135,29.0,30.0,37.95,282,10.6,42.2,169.8 +13:12:03.626,30.0,30.0,33.00,282,10.2,40.7,169.8 +13:12:08.629,31.0,30.0,33.27,282,10.2,40.6,169.8 +13:12:14.125,30.0,30.0,33.00,282,10.1,40.3,169.8 +13:12:19.126,31.0,30.0,33.00,282,10.2,40.8,169.8 +13:12:24.126,24.0,30.0,35.75,282,8.2,32.8,169.8 +13:12:29.626,25.0,30.0,40.43,282,8.2,32.7,169.8 +13:12:34.633,25.0,30.0,40.70,282,8.7,34.7,169.8 +13:12:40.127,24.0,30.0,40.43,282,8.2,32.7,169.8 +13:12:45.126,25.0,30.0,40.70,282,8.2,32.9,169.8 +13:12:50.623,24.0,30.0,40.42,282,8.2,32.8,169.8 +13:12:56.123,24.0,30.0,40.43,282,8.2,32.6,169.8 +13:13:01.128,25.0,30.0,40.70,282,8.6,34.4,169.8 +13:13:06.621,24.0,30.0,40.70,282,8.2,32.7,169.8 +13:13:11.621,25.0,30.0,40.70,282,8.1,32.5,169.8 +13:13:17.120,24.0,30.0,40.70,282,8.2,32.7,169.8 +13:13:22.121,25.0,30.0,40.70,282,8.2,32.8,169.8 +13:13:27.131,25.0,30.0,40.43,282,8.7,34.6,169.8 +13:13:32.620,24.0,30.0,40.43,282,8.2,32.8,169.8 +13:13:37.625,25.0,30.0,40.43,282,8.3,33.1,169.8 +13:13:43.120,24.0,30.0,41.25,283,8.2,32.7,169.8 +13:13:48.121,26.0,30.0,40.43,283,8.2,32.6,169.8 +13:13:53.630,26.0,30.0,40.43,283,8.6,34.4,169.8 +13:13:59.121,25.0,30.0,40.43,283,8.2,32.8,169.8 +13:14:04.124,26.0,30.0,40.43,283,8.7,34.8,169.8 +13:14:09.620,25.0,30.0,40.43,283,8.1,32.5,169.8 +13:14:14.621,26.0,30.0,40.43,283,8.7,34.9,169.8 +13:14:19.622,25.0,30.0,40.43,283,8.8,35.2,169.8 +13:14:25.121,26.0,30.0,40.43,283,8.8,35.3,169.8 +13:14:30.624,26.0,30.0,40.43,283,8.7,34.9,169.8 +13:14:36.120,25.0,30.0,40.43,283,8.2,32.7,169.8 +13:14:41.622,25.0,30.0,40.43,283,8.2,32.6,169.8 +13:14:46.629,26.0,30.0,40.70,283,8.6,34.5,169.8 +13:14:52.122,25.0,30.0,40.42,283,8.2,32.9,169.8 +13:14:57.622,26.0,30.0,40.43,283,8.8,35.1,169.8 +13:15:02.622,25.0,30.0,40.42,283,8.7,34.7,169.8 +13:15:08.122,25.0,30.0,40.43,283,8.8,35.2,169.8 +13:15:13.623,26.0,30.0,40.43,283,8.7,34.9,169.8 +13:15:19.121,25.0,30.0,40.43,283,8.2,32.9,169.8 +13:15:24.621,25.0,30.0,40.42,283,8.2,32.6,169.8 +13:15:29.629,26.0,30.0,40.43,283,8.7,34.6,169.8 +13:15:35.123,25.0,30.0,40.39,283,8.1,32.4,169.8 +13:15:40.123,26.0,30.0,40.43,283,8.8,35.2,169.8 +13:15:45.622,25.0,30.0,40.43,283,8.2,32.7,169.8 +13:15:51.121,25.0,30.0,40.43,283,8.1,32.4,169.8 +13:15:56.127,26.0,30.0,40.98,284,8.9,35.5,169.8 +13:16:01.622,25.0,30.0,40.43,284,8.8,35.3,169.8 +13:16:06.622,25.0,30.0,40.42,284,8.3,33.1,169.8 +13:16:11.623,24.0,30.0,40.43,284,8.1,32.3,169.8 +13:16:17.122,25.0,30.0,40.42,284,8.1,32.5,169.8 +13:16:22.132,25.0,30.0,40.70,284,8.6,34.5,169.8 +13:16:27.622,24.0,30.0,40.43,284,8.2,32.8,169.8 +13:16:32.626,25.0,30.0,40.70,284,8.2,32.8,169.8 +13:16:38.123,24.0,30.0,40.98,284,8.2,32.6,169.8 +13:16:43.623,25.0,30.0,40.43,284,8.2,32.7,169.8 +13:16:48.631,25.0,30.0,40.70,284,8.7,34.6,169.8 +13:16:54.124,24.0,30.0,40.70,284,8.2,32.7,169.8 +13:16:59.125,25.0,30.0,40.70,284,8.3,33.1,169.8 +13:17:04.623,24.0,30.0,40.70,284,8.1,32.5,169.8 +13:17:10.124,25.0,30.0,40.70,284,8.2,32.8,169.8 +13:17:15.131,25.0,30.0,40.70,284,8.7,34.6,169.8 +13:17:20.624,24.0,30.0,40.69,284,8.2,32.7,169.8 +13:17:25.625,25.0,30.0,40.43,284,8.3,33.1,169.8 +13:17:31.123,24.0,30.0,40.70,284,8.1,32.5,169.8 +13:17:36.124,25.0,30.0,40.43,284,8.2,32.6,169.8 +13:17:41.630,25.0,30.0,40.43,284,8.6,34.5,169.8 +13:17:47.124,24.0,30.0,40.69,284,8.2,33.0,169.8 +13:17:52.124,25.0,30.0,40.43,284,8.2,33.0,169.8 +13:17:57.125,25.0,30.0,40.43,284,8.2,32.6,169.8 +13:18:02.126,26.0,30.0,40.43,284,8.9,35.5,169.8 +13:18:07.634,26.0,30.0,40.70,284,8.7,34.6,169.8 +13:18:13.123,25.0,30.0,40.43,284,8.2,32.7,169.8 +13:18:18.129,31.0,30.0,35.48,284,10.2,40.9,169.8 +13:18:23.624,30.0,30.0,33.00,284,10.2,40.6,169.8 +13:18:28.625,31.0,30.0,33.28,284,10.2,40.9,169.8 +13:18:34.134,31.0,30.0,33.00,284,10.6,42.3,169.8 +13:18:39.625,30.0,30.0,33.00,284,10.2,40.7,169.8 +13:18:44.628,31.0,30.0,33.00,284,10.2,41.0,169.8 +13:18:50.124,30.0,30.0,33.00,284,10.2,40.9,169.8 +13:18:55.125,31.0,30.0,33.00,284,10.2,40.8,169.8 +13:19:00.126,30.0,30.0,33.00,284,10.3,41.1,169.8 +13:19:05.626,30.0,30.0,33.55,284,9.5,37.9,169.8 +13:19:10.632,30.0,30.0,33.28,284,10.0,40.0,169.8 +13:19:16.126,29.0,30.0,33.27,284,9.5,38.1,169.8 +13:19:21.126,30.0,30.0,33.28,284,9.6,38.2,169.8 +13:19:26.625,29.0,30.0,33.27,284,10.1,40.5,169.8 +13:19:31.626,30.0,30.0,33.28,284,10.1,40.3,169.8 +13:19:37.132,31.0,30.0,33.27,284,10.6,42.5,169.8 +13:19:42.625,30.0,30.0,33.27,284,10.2,40.8,169.8 +13:19:47.626,31.0,30.0,33.27,284,10.3,41.2,169.8 +13:19:53.125,30.0,30.0,33.28,284,10.3,41.2,169.8 +13:19:58.625,30.0,30.0,33.27,284,10.2,40.9,169.8 +13:20:03.631,31.0,30.0,33.27,284,10.2,40.7,169.8 +13:20:09.125,30.0,30.0,33.28,284,10.2,40.8,169.8 +13:20:14.625,31.0,30.0,33.28,284,10.2,40.6,169.8 +13:20:19.636,31.0,30.0,33.27,284,10.6,42.2,169.8 +13:20:25.126,30.0,30.0,33.28,284,10.2,40.9,169.8 +13:20:30.130,31.0,30.0,33.27,284,10.2,41.0,169.8 +13:20:35.627,30.0,30.0,33.28,284,10.1,40.5,169.8 +13:20:41.126,31.0,30.0,33.28,284,10.2,40.7,169.8 +13:20:46.137,31.0,30.0,33.28,284,10.6,42.4,169.8 +13:20:51.627,25.0,30.0,40.43,284,8.2,32.7,169.8 +13:20:56.630,26.0,30.0,40.43,284,8.8,35.1,169.8 +13:21:02.126,25.0,30.0,40.42,284,8.2,32.6,169.8 +13:21:07.626,26.0,30.0,40.70,284,8.2,32.7,169.8 +13:21:12.635,26.0,30.0,40.43,284,9.3,37.3,169.8 +13:21:18.127,25.0,30.0,40.42,284,8.9,35.6,169.8 +13:21:23.628,26.0,30.0,40.43,284,8.8,35.4,169.8 +13:21:29.135,26.0,30.0,40.42,284,8.7,34.6,169.8 +13:21:34.626,25.0,30.0,40.43,284,8.3,33.1,169.8 +13:21:39.629,26.0,30.0,40.42,284,8.8,35.0,169.8 +13:21:45.127,25.0,30.0,40.43,284,8.2,32.8,169.8 +13:21:50.127,26.0,30.0,40.43,284,8.8,35.3,169.8 +13:21:55.635,26.0,30.0,40.43,284,8.7,34.8,169.8 +13:22:01.127,25.0,30.0,40.42,284,8.2,32.7,169.8 +13:22:06.129,26.0,30.0,40.43,284,8.8,35.3,169.8 +13:22:11.628,25.0,30.0,40.43,284,8.2,32.8,169.8 +13:22:17.128,25.0,30.0,40.43,284,8.7,34.8,169.8 +13:22:22.629,26.0,30.0,40.43,284,8.7,34.8,169.8 +13:22:28.127,25.0,30.0,40.43,284,8.2,33.0,169.8 +13:22:33.629,25.0,30.0,40.43,284,8.1,32.5,169.8 +13:22:38.634,26.0,30.0,40.42,284,8.7,34.8,169.8 +13:22:44.127,25.0,30.0,40.42,285,8.2,32.6,169.8 +13:22:49.129,26.0,30.0,40.43,285,8.8,35.0,169.7 +13:22:54.627,24.0,30.0,40.70,285,7.5,30.2,169.7 +13:22:59.629,26.0,30.0,40.43,285,8.8,35.2,169.7 +13:23:05.134,26.0,30.0,40.43,285,8.8,35.1,169.7 +13:23:10.628,25.0,30.0,40.43,285,8.2,32.7,169.7 +13:23:16.128,26.0,30.0,40.42,285,8.2,32.7,169.7 +13:23:21.140,26.0,30.0,40.43,285,9.2,36.8,169.7 +13:23:26.629,25.0,30.0,40.43,285,8.8,35.3,169.7 +13:23:31.630,25.0,30.0,40.42,285,8.3,33.3,169.7 +13:23:37.130,25.0,30.0,40.43,285,8.8,35.1,169.8 +13:23:42.630,26.0,30.0,40.43,285,8.8,35.0,169.7 +13:23:48.134,26.0,30.0,40.43,285,8.7,34.9,169.7 +13:23:53.629,25.0,30.0,40.42,285,8.3,33.1,169.7 +13:23:58.630,26.0,30.0,40.43,285,8.8,35.0,169.7 +13:24:04.139,26.0,30.0,40.43,285,8.7,34.7,169.7 +13:24:09.630,25.0,30.0,40.42,285,8.2,33.0,169.7 +13:24:14.633,26.0,30.0,40.43,285,8.7,34.9,169.7 +13:24:20.129,25.0,30.0,40.43,285,8.2,32.7,169.8 +13:24:25.129,25.0,30.0,40.42,285,8.2,32.8,169.7 +13:24:30.130,24.0,30.0,40.43,285,8.1,32.4,169.7 +13:24:35.630,25.0,30.0,40.43,285,8.1,32.4,169.7 +13:24:40.637,25.0,30.0,40.69,285,8.6,34.4,169.7 +13:24:46.130,24.0,30.0,40.43,285,8.2,32.8,169.7 +13:24:51.131,25.0,30.0,40.70,285,8.2,32.8,169.8 +13:24:56.630,24.0,30.0,40.43,285,8.2,32.7,169.7 +13:25:01.631,25.0,30.0,40.70,285,8.2,32.6,169.7 +13:25:07.136,25.0,30.0,40.69,286,8.6,34.4,169.8 +13:25:12.141,24.0,30.0,40.86,286,8.8,35.2,169.8 +13:25:17.630,25.0,30.0,40.65,286,8.2,32.9,169.8 +13:25:23.130,24.0,30.0,40.70,286,8.4,33.5,169.8 +13:25:28.131,25.0,30.0,40.70,286,8.2,32.6,169.7 +13:25:33.636,25.0,30.0,40.70,286,8.7,34.6,169.7 +13:25:39.131,24.0,30.0,40.70,286,8.2,32.6,169.8 +13:25:44.630,25.0,30.0,40.69,286,8.2,32.7,169.7 +13:25:49.641,25.0,30.0,40.43,286,8.7,34.6,169.7 +13:25:55.131,24.0,30.0,40.70,286,8.2,32.7,169.7 +13:26:00.135,24.0,30.0,40.97,286,8.2,32.6,169.7 +13:26:05.632,24.0,30.0,40.98,286,8.2,32.7,169.7 +13:26:10.632,25.0,30.0,40.43,286,8.2,33.0,169.7 +13:26:16.140,25.0,30.0,40.43,286,8.7,34.6,169.7 +13:26:21.631,24.0,30.0,40.70,286,8.2,33.0,169.7 +13:26:26.635,25.0,30.0,40.43,286,8.2,32.9,169.7 +13:26:32.131,24.0,30.0,40.70,286,8.2,32.8,169.7 +13:26:37.132,25.0,30.0,40.42,286,8.2,32.8,169.7 +13:26:42.640,25.0,30.0,40.42,286,8.7,34.7,169.7 +13:26:48.132,24.0,30.0,40.43,286,8.2,32.9,169.7 +13:26:53.134,25.0,30.0,40.42,286,8.3,33.1,169.7 +13:26:58.632,24.0,30.0,40.43,286,8.2,32.7,169.7 +13:27:04.132,25.0,30.0,40.43,286,8.2,32.7,169.7 +13:27:09.139,26.0,30.0,40.43,286,8.7,34.6,169.7 +13:27:14.632,25.0,30.0,40.43,286,8.2,32.6,169.7 +13:27:19.634,26.0,30.0,40.43,286,8.8,35.0,169.7 +13:27:25.131,25.0,30.0,40.43,286,8.1,32.3,169.7 +13:27:30.632,25.0,30.0,40.43,286,8.2,32.9,169.7 +13:27:35.639,26.0,30.0,40.43,286,8.7,34.7,169.7 +13:27:41.239,25.0,30.0,40.58,287,8.7,34.7,169.8 +13:27:46.736,25.0,30.0,40.42,287,8.2,32.8,169.7 +13:27:52.244,25.0,30.0,40.43,287,8.7,34.7,169.7 +13:27:57.738,24.0,30.0,40.43,287,8.2,32.9,169.7 +13:28:03.237,25.0,30.0,40.43,287,8.1,32.4,169.7 +13:28:08.238,25.0,30.0,40.43,287,8.2,32.9,169.8 +13:28:13.737,25.0,30.0,40.43,287,8.2,32.7,169.7 +13:28:18.744,26.0,30.0,40.43,287,8.7,34.9,169.7 +13:28:24.237,25.0,30.0,40.43,287,8.3,33.2,169.7 +13:28:29.238,26.0,30.0,40.43,287,8.8,35.1,169.7 +13:28:34.749,26.0,30.0,40.43,287,8.6,34.3,169.7 +13:28:40.239,25.0,30.0,40.43,287,8.2,32.9,169.7 +13:28:45.244,26.0,30.0,40.43,287,8.8,35.2,169.7 +13:28:50.739,25.0,30.0,40.41,287,8.2,32.8,169.7 +13:28:56.238,25.0,30.0,40.42,287,8.2,32.6,169.8 +13:29:01.247,26.0,30.0,40.43,287,8.7,34.9,169.7 +13:29:06.740,25.0,30.0,41.25,287,8.2,32.7,169.8 +13:29:11.742,26.0,30.0,40.42,287,8.9,35.6,169.7 +13:29:17.240,25.0,30.0,40.43,287,8.8,35.2,169.7 +13:29:22.739,26.0,30.0,40.43,287,8.7,34.9,169.8 +13:29:27.740,25.0,30.0,40.43,288,8.7,34.9,169.8 +13:29:32.741,24.0,30.0,40.43,288,8.2,32.8,169.8 +13:29:37.746,25.0,30.0,40.69,288,8.7,34.6,169.8 +13:29:43.241,24.0,30.0,40.42,288,8.2,32.6,169.8 +13:29:48.740,25.0,30.0,40.42,288,8.2,32.6,169.8 +13:29:53.752,25.0,30.0,40.70,288,8.6,34.3,169.8 +13:29:59.240,24.0,30.0,40.42,288,8.2,32.8,169.8 +13:30:04.246,25.0,30.0,40.70,288,8.2,33.0,169.8 +13:30:09.742,24.0,30.0,40.70,288,8.1,32.5,169.8 +13:30:15.240,25.0,30.0,40.70,288,8.1,32.5,169.8 +13:30:20.252,25.0,30.0,40.70,288,8.6,34.5,169.8 +13:30:25.742,24.0,30.0,40.69,288,8.2,32.7,169.8 +13:30:30.746,25.0,30.0,40.43,288,8.2,32.8,169.8 +13:30:36.243,24.0,30.0,40.70,288,8.2,32.8,169.8 +13:30:41.742,25.0,30.0,40.70,288,8.2,32.8,169.8 +13:30:46.751,24.0,30.0,40.98,288,8.7,34.6,169.8 +13:30:52.243,24.0,30.0,40.70,288,8.2,32.9,169.8 +13:30:57.246,25.0,30.0,40.43,288,8.2,32.8,169.8 +13:31:02.743,24.0,30.0,40.70,288,8.1,32.5,169.8 +13:31:08.244,25.0,30.0,40.70,288,8.2,32.7,169.8 +13:31:13.251,25.0,30.0,40.43,288,8.7,34.6,169.8 +13:31:18.743,24.0,30.0,40.70,288,8.1,32.5,169.8 +13:31:23.746,25.0,30.0,40.43,288,8.2,32.8,169.8 +13:31:29.244,24.0,30.0,40.43,288,8.1,32.4,169.8 +13:31:34.744,25.0,30.0,40.43,288,8.2,32.8,169.8 +13:31:39.751,25.0,30.0,40.42,288,8.4,33.7,169.8 +13:31:45.245,24.0,30.0,40.43,288,8.1,32.5,169.8 +13:31:50.246,26.0,30.0,40.43,288,8.2,32.8,169.8 +13:31:55.744,25.0,30.0,40.42,288,8.1,32.5,169.8 +13:32:01.245,25.0,30.0,40.43,288,8.1,32.2,169.8 +13:32:06.251,26.0,30.0,40.42,288,8.6,34.5,169.8 +13:32:11.746,25.0,30.0,40.43,288,8.1,32.2,169.8 +13:32:17.246,25.0,30.0,40.43,288,8.2,32.6,169.8 +13:32:22.752,25.0,30.0,40.43,288,8.7,34.7,169.8 +13:32:28.245,24.0,30.0,40.70,288,8.2,32.8,169.8 +13:32:33.246,25.0,30.0,40.43,288,8.3,33.2,169.8 +13:32:38.745,24.0,30.0,40.43,288,8.2,32.8,169.8 +13:32:43.746,25.0,30.0,41.24,289,8.1,32.5,169.8 +13:32:48.756,26.0,30.0,40.43,289,8.6,34.2,169.8 +13:32:54.245,25.0,30.0,40.43,289,8.2,32.7,169.8 +13:32:59.251,26.0,30.0,40.43,289,8.9,35.6,169.8 +13:33:04.746,25.0,30.0,40.43,289,8.7,34.7,169.8 +13:33:09.746,25.0,30.0,40.43,289,8.2,32.7,169.8 +13:33:14.747,24.0,30.0,40.43,289,8.1,32.5,169.8 +13:33:20.246,25.0,30.0,40.43,289,8.2,32.6,169.8 +13:33:25.255,25.0,30.0,40.69,289,8.5,34.1,169.8 +13:33:30.748,24.0,30.0,40.43,290,8.2,32.7,169.8 +13:33:35.749,25.0,30.0,40.70,290,8.2,32.8,169.8 +13:33:41.247,24.0,30.0,40.43,290,8.1,32.5,169.8 +13:33:46.247,25.0,30.0,40.70,290,8.2,32.6,169.8 +13:33:51.755,25.0,30.0,40.70,290,8.6,34.4,169.8 +13:33:57.249,24.0,30.0,40.70,290,8.2,32.7,169.8 +13:34:02.249,25.0,30.0,40.70,290,8.2,32.9,169.8 +13:34:07.748,24.0,30.0,40.97,290,8.2,32.6,169.8 +13:34:13.249,24.0,30.0,40.69,290,8.1,32.4,169.8 +13:34:18.255,25.0,30.0,40.43,290,8.6,34.2,169.8 +13:34:23.750,24.0,30.0,40.70,290,8.2,32.8,169.8 +13:34:29.248,25.0,30.0,40.69,290,8.2,32.7,169.8 +13:34:34.249,24.0,30.0,40.69,290,8.1,32.5,169.8 +13:34:39.249,25.0,30.0,40.43,290,8.1,32.3,169.8 +13:34:44.260,26.0,30.0,40.43,290,8.7,34.6,169.8 +13:34:49.749,25.0,30.0,40.43,290,8.1,32.5,169.8 +13:34:54.754,26.0,30.0,40.43,290,8.7,34.7,169.8 +13:35:00.249,25.0,30.0,40.42,290,8.2,32.9,169.8 +13:35:05.750,25.0,30.0,40.43,290,8.2,32.6,169.8 +13:35:10.759,26.0,30.0,40.42,290,8.7,34.8,169.8 +13:35:16.250,25.0,30.0,40.42,290,8.1,32.5,169.8 +13:35:21.254,26.0,30.0,40.43,290,8.8,35.0,169.8 +13:35:26.753,25.0,30.0,40.42,290,8.2,32.8,169.8 +13:35:32.251,26.0,30.0,40.43,290,8.2,32.6,169.8 +13:35:37.259,26.0,30.0,40.42,290,9.2,37.0,169.8 +13:35:42.751,25.0,30.0,40.42,290,8.9,35.5,169.8 +13:35:47.752,25.0,30.0,40.42,290,8.2,32.6,169.8 +13:35:52.752,24.0,30.0,40.43,290,8.2,32.6,169.8 +13:35:58.251,25.0,30.0,40.42,290,8.2,32.9,169.8 +13:36:03.252,24.0,30.0,40.43,290,8.2,32.7,169.8 +13:36:08.753,24.0,30.0,40.45,290,8.1,32.4,169.8 +13:36:13.758,25.0,30.0,40.70,291,8.7,34.9,169.8 +13:36:19.252,24.0,30.0,40.43,291,8.2,32.7,169.8 +13:36:24.253,25.0,30.0,40.70,291,8.2,32.9,169.8 +13:36:29.763,25.0,30.0,40.70,291,8.6,34.4,169.8 +13:36:35.253,24.0,30.0,40.70,291,8.2,32.6,169.8 +13:36:40.258,25.0,30.0,40.70,291,8.3,33.2,169.8 +13:36:45.753,24.0,30.0,40.70,291,8.2,32.7,169.8 +13:36:50.753,25.0,30.0,40.70,291,8.2,32.6,169.8 +13:36:56.264,25.0,30.0,40.70,291,8.6,34.4,169.8 +13:37:01.753,24.0,30.0,40.70,291,8.2,32.7,169.8 +13:37:06.758,25.0,30.0,40.43,291,8.3,33.1,169.8 +13:37:12.253,24.0,30.0,40.69,291,8.2,32.7,169.8 +13:37:17.254,25.0,30.0,40.43,291,8.2,32.9,169.8 +13:37:22.763,25.0,30.0,40.43,291,8.6,34.5,169.8 +13:37:28.255,24.0,30.0,40.70,291,8.2,32.9,169.8 +13:37:33.258,25.0,30.0,41.25,291,8.2,32.9,169.8 +13:37:38.754,24.0,30.0,40.69,291,8.1,32.5,169.8 +13:37:43.754,25.0,30.0,40.43,291,8.2,32.7,169.8 +13:37:48.756,25.0,30.0,40.42,291,8.2,32.7,169.8 +13:37:54.256,25.0,30.0,40.43,291,8.1,32.4,169.8 +13:37:59.263,26.0,30.0,40.43,291,8.8,35.0,169.8 +13:38:04.755,25.0,30.0,40.42,291,8.2,32.9,169.8 +13:38:09.757,26.0,30.0,40.43,291,8.8,35.3,169.8 +13:38:15.256,25.0,30.0,40.43,291,8.8,35.1,169.8 +13:38:20.755,25.0,30.0,40.43,291,8.8,35.0,169.8 +13:38:25.757,25.0,30.0,40.42,291,8.3,33.3,169.8 +13:38:31.256,25.0,30.0,40.43,291,8.8,35.3,169.8 +13:38:36.756,26.0,30.0,40.43,291,8.8,35.2,169.8 +13:38:41.756,25.0,30.0,40.43,291,8.8,35.0,169.8 +13:38:47.257,26.0,30.0,40.43,291,8.8,35.2,169.8 +13:38:52.258,25.0,30.0,40.43,291,8.3,33.4,169.8 +13:38:57.758,25.0,30.0,40.43,291,8.8,35.1,169.8 +13:39:03.257,26.0,30.0,40.43,291,8.9,35.5,169.8 +13:39:08.763,26.0,30.0,40.43,291,8.7,34.7,169.8 +13:39:14.257,25.0,30.0,40.43,291,8.1,32.5,169.8 +13:39:19.257,26.0,30.0,40.43,291,9.0,35.9,169.8 +13:39:24.768,26.0,30.0,40.43,291,9.2,37.0,169.8 +13:39:30.258,25.0,30.0,40.42,291,8.8,35.4,169.8 +13:39:35.259,25.0,30.0,40.43,291,8.3,33.3,169.8 +13:39:40.759,25.0,30.0,40.43,291,8.6,34.5,169.8 +13:39:46.258,26.0,30.0,40.43,291,8.8,35.4,169.8 +13:39:51.763,26.0,30.0,40.43,291,8.8,35.1,169.8 +13:39:57.258,25.0,30.0,40.42,291,8.2,32.9,169.8 +13:40:02.758,25.0,30.0,40.43,291,8.1,32.5,169.8 +13:40:07.768,26.0,30.0,40.42,291,8.7,34.6,169.8 +13:40:13.259,25.0,30.0,40.43,291,8.2,32.7,169.8 +13:40:18.263,26.0,30.0,40.43,291,8.8,35.1,169.8 +13:40:23.759,23.0,30.0,41.25,291,8.2,32.8,169.8 +13:40:28.760,25.0,30.0,40.42,291,8.2,32.8,169.8 +13:40:34.259,25.0,30.0,40.43,291,8.7,34.7,169.8 +13:40:39.261,25.0,30.0,40.70,291,8.2,32.6,169.8 +13:40:44.267,25.0,30.0,40.70,291,8.7,34.8,169.8 +13:40:49.760,24.0,30.0,40.42,291,8.2,32.8,169.8 +13:40:54.761,25.0,30.0,40.70,291,8.2,33.0,169.8 +13:41:00.261,24.0,30.0,40.42,291,8.2,32.8,169.8 +13:41:05.261,25.0,30.0,40.70,291,8.2,32.9,169.8 +13:41:10.767,25.0,30.0,40.70,291,8.7,34.7,169.8 +13:41:16.262,24.0,30.0,40.42,291,8.3,33.2,169.8 +13:41:21.262,25.0,30.0,40.70,291,8.2,32.9,169.8 +13:41:26.761,24.0,30.0,40.69,291,8.2,32.8,169.8 +13:41:32.262,24.0,30.0,40.70,291,8.2,32.6,169.8 +13:41:37.267,25.0,30.0,40.70,291,8.4,33.6,169.8 +13:41:42.762,24.0,30.0,40.70,291,8.2,32.7,169.8 +13:41:48.263,25.0,30.0,40.69,291,8.1,32.4,169.8 +13:41:53.272,25.0,30.0,40.43,291,8.6,34.2,169.8 +13:41:58.762,24.0,30.0,40.69,291,8.2,32.8,169.8 +13:42:03.767,25.0,30.0,41.25,292,8.2,33.0,169.8 +13:42:09.263,24.0,30.0,40.70,292,8.1,32.5,169.8 +13:42:14.264,25.0,30.0,40.43,292,8.2,32.8,169.8 +13:42:19.772,25.0,30.0,40.43,292,8.6,34.3,169.8 +13:42:25.264,24.0,30.0,40.70,292,8.2,32.8,169.8 +13:42:30.267,25.0,30.0,40.44,292,8.2,33.0,169.8 +13:42:35.764,24.0,30.0,40.70,292,8.2,32.7,169.8 +13:42:41.335,25.0,30.0,40.77,292,8.3,33.3,169.8 +13:42:46.342,25.0,30.0,40.21,292,8.7,34.7,169.8 +13:42:51.834,24.0,30.0,40.42,292,8.2,32.6,169.8 +13:42:56.837,25.0,30.0,40.43,293,8.2,32.9,169.8 +13:43:02.335,24.0,30.0,40.97,293,8.2,32.6,169.8 +13:43:07.836,25.0,30.0,40.43,293,8.2,32.7,169.8 +13:43:12.843,26.0,30.0,40.43,293,8.7,34.6,169.8 +13:43:18.335,25.0,30.0,40.43,293,8.3,33.1,169.8 +13:43:23.337,26.0,30.0,40.42,293,8.8,35.1,169.8 +13:43:28.836,25.0,30.0,40.43,293,8.2,32.8,169.8 +13:43:34.335,25.0,30.0,40.43,293,8.2,32.7,169.8 +13:43:39.342,26.0,30.0,40.42,293,8.7,34.7,169.8 +13:43:44.837,25.0,30.0,40.43,293,8.2,32.8,169.8 +13:43:50.337,25.0,30.0,40.42,293,8.2,32.6,169.8 +13:43:55.842,25.0,30.0,40.42,293,8.7,34.7,169.8 +13:44:01.337,24.0,30.0,40.42,293,8.2,33.0,169.8 +13:44:06.837,25.0,30.0,40.43,293,8.1,32.5,169.8 +13:44:12.344,25.0,30.0,40.43,293,8.6,34.4,169.8 +13:44:17.837,24.0,30.0,40.70,293,8.2,32.9,169.8 +13:44:22.837,25.0,30.0,40.43,293,8.2,33.0,169.8 +13:44:27.838,25.0,30.0,40.43,293,8.1,32.4,169.8 +13:44:33.337,25.0,30.0,40.43,293,8.2,32.6,169.8 +13:44:38.348,26.0,30.0,40.42,293,8.6,34.5,169.8 +13:44:43.838,25.0,30.0,40.70,293,8.2,32.6,169.8 +13:44:48.843,26.0,30.0,40.43,293,8.7,34.8,169.8 +13:44:54.337,25.0,30.0,40.42,293,8.2,32.8,169.8 +13:44:59.838,25.0,30.0,40.43,293,8.1,32.4,169.8 +13:45:04.848,26.0,30.0,40.43,293,8.5,33.9,169.8 +13:45:10.338,25.0,30.0,40.43,293,8.2,32.9,169.8 +13:45:15.342,26.0,30.0,40.43,293,8.9,35.6,169.8 +13:45:20.840,25.0,30.0,40.43,293,8.8,35.4,169.8 +13:45:26.338,26.0,30.0,40.42,293,8.8,35.0,169.8 +13:45:31.339,25.0,30.0,40.43,293,8.8,35.4,169.8 +13:45:36.839,25.0,30.0,40.42,293,8.7,34.9,169.8 +13:45:42.339,26.0,30.0,40.43,293,8.8,35.3,169.8 +13:45:47.848,26.0,30.0,40.43,293,8.7,34.6,169.8 +13:45:53.339,25.0,30.0,40.42,293,8.2,32.6,169.8 +13:45:58.342,26.0,30.0,40.43,293,8.8,35.1,169.8 +13:46:03.841,25.0,30.0,40.43,293,8.3,33.1,169.8 +13:46:09.340,25.0,30.0,40.43,293,8.2,32.8,169.8 +13:46:14.348,26.0,30.0,40.43,293,8.6,34.2,169.8 +13:46:19.841,25.0,30.0,40.43,293,8.8,35.4,169.8 +13:46:25.340,26.0,30.0,40.42,293,8.8,35.1,169.8 +13:46:30.340,25.0,30.0,40.43,293,8.8,35.1,169.8 +13:46:35.341,25.0,30.0,40.43,293,8.2,32.6,169.8 +13:46:40.841,25.0,30.0,40.43,293,8.8,35.0,169.8 +13:46:45.842,24.0,30.0,40.43,293,8.1,32.4,169.8 +13:46:50.848,25.0,30.0,40.70,293,8.7,34.7,169.8 +13:46:56.342,24.0,30.0,40.43,293,8.2,32.9,169.8 +13:47:01.841,25.0,30.0,40.43,293,8.2,32.7,169.8 +13:47:06.853,25.0,30.0,40.70,293,8.6,34.2,169.8 +13:47:12.343,23.0,30.0,41.79,293,8.2,32.6,169.8 +13:47:17.348,25.0,30.0,40.70,293,8.3,33.1,169.8 +13:47:22.842,24.0,30.0,40.70,293,8.2,33.0,169.8 +13:47:27.843,25.0,30.0,40.70,293,8.2,33.0,169.8 +13:47:33.353,25.0,30.0,40.97,293,8.6,34.2,169.8 +13:47:38.843,24.0,30.0,40.67,293,8.2,32.7,169.8 +13:47:43.847,25.0,30.0,40.43,293,8.2,33.0,169.8 +13:47:49.343,24.0,30.0,40.70,293,8.2,32.6,169.8 +13:47:54.343,25.0,30.0,40.43,293,8.2,32.9,169.8 +13:47:59.343,25.0,30.0,40.43,293,8.2,32.8,169.8 +13:48:04.344,26.0,30.0,40.42,293,8.8,35.1,169.8 +13:48:09.852,26.0,30.0,40.42,293,8.7,34.7,169.8 +13:48:15.343,25.0,30.0,40.43,293,8.2,32.8,169.8 +13:48:20.347,26.0,30.0,40.43,293,8.9,35.5,169.8 +13:48:25.844,25.0,30.0,40.43,293,8.2,33.0,169.8 +13:48:30.844,26.0,30.0,40.43,293,8.8,35.4,169.8 +13:48:35.845,25.0,30.0,40.43,293,8.7,34.9,169.8 +13:48:41.346,25.0,30.0,40.43,293,8.8,35.0,169.8 +13:48:46.847,26.0,30.0,40.43,293,8.8,35.1,169.8 +13:48:52.345,25.0,30.0,40.42,293,8.2,32.6,169.8 +13:48:57.845,26.0,30.0,40.71,293,8.2,32.8,169.8 +13:49:02.845,25.0,30.0,40.42,293,8.8,35.2,169.8 +13:49:07.846,24.0,30.0,40.42,293,8.1,32.3,169.8 +13:49:12.851,25.0,30.0,40.69,293,8.2,33.0,169.8 +13:49:18.346,24.0,30.0,40.43,293,8.1,32.4,169.8 +13:49:23.846,25.0,30.0,40.41,293,8.2,32.6,169.8 +13:49:28.856,25.0,30.0,40.70,293,8.6,34.4,169.8 +13:49:34.346,24.0,30.0,40.42,293,8.2,32.9,169.8 +13:49:39.351,25.0,30.0,40.70,293,8.2,33.0,169.8 +13:49:44.847,24.0,30.0,40.42,294,8.2,32.9,169.8 +13:49:49.848,24.0,30.0,40.98,294,8.2,32.9,169.8 +13:49:55.357,25.0,30.0,40.70,294,8.7,34.6,169.8 +13:50:00.848,24.0,30.0,40.69,294,8.2,33.0,169.8 +13:50:05.851,25.0,30.0,40.98,294,8.2,33.0,169.8 +13:50:11.347,24.0,30.0,40.70,294,8.2,32.8,169.8 +13:50:16.347,25.0,30.0,40.43,294,8.2,32.7,169.8 +13:50:21.856,25.0,30.0,40.43,294,8.7,34.7,169.8 +13:50:27.348,24.0,30.0,40.70,294,8.2,32.7,169.8 +13:50:32.351,25.0,30.0,40.44,294,8.2,32.8,169.8 +13:50:37.849,24.0,30.0,40.70,294,8.2,32.6,169.8 +13:50:43.349,25.0,30.0,40.69,294,7.9,31.7,169.8 +13:50:48.356,25.0,30.0,40.43,294,8.7,34.9,169.8 +13:50:53.849,24.0,30.0,40.70,294,8.3,33.1,169.7 +13:50:58.850,25.0,30.0,40.43,294,8.2,32.9,169.7 +13:51:04.349,24.0,30.0,40.70,294,8.2,33.0,169.7 +13:51:09.350,25.0,30.0,40.42,294,8.1,32.5,169.7 +13:51:14.856,25.0,30.0,40.42,294,8.7,34.9,169.8 +13:51:20.350,24.0,30.0,40.43,294,8.2,32.7,169.7 +13:51:25.851,25.0,30.0,40.43,294,8.1,32.5,169.8 +13:51:31.356,25.0,30.0,40.97,294,8.7,34.7,169.7 +13:51:36.850,24.0,30.0,40.70,294,8.2,33.0,169.7 +13:51:41.851,25.0,30.0,40.43,294,8.3,33.2,169.7 +13:51:47.350,24.0,30.0,40.70,294,8.2,32.6,169.7 +13:51:52.351,25.0,30.0,40.43,294,8.2,32.6,169.7 +13:51:57.857,25.0,30.0,40.43,294,8.7,34.7,169.7 +13:52:03.351,24.0,30.0,40.70,294,8.2,33.0,169.7 +13:52:08.352,25.0,30.0,40.43,294,8.2,32.7,169.7 +13:52:13.862,25.0,30.0,40.43,294,8.6,34.2,169.7 +13:52:19.351,24.0,30.0,40.70,294,8.2,32.7,169.7 +13:52:24.356,25.0,30.0,40.43,294,8.3,33.2,169.7 +13:52:29.852,24.0,30.0,40.43,294,8.2,32.7,169.7 +13:52:34.853,25.0,30.0,40.43,294,8.2,32.8,169.7 +13:52:40.362,25.0,30.0,40.43,294,8.7,34.7,169.7 +13:52:45.852,24.0,30.0,40.43,294,8.1,32.3,169.8 +13:52:50.856,26.0,30.0,40.43,294,8.8,35.0,169.8 +13:52:56.352,25.0,30.0,40.43,294,8.2,32.9,169.7 +13:53:01.353,26.0,30.0,40.42,294,8.8,35.3,169.7 +13:53:06.861,26.0,30.0,40.42,294,8.7,34.6,169.7 +13:53:12.353,25.0,30.0,40.43,294,8.2,32.8,169.8 +13:53:17.356,26.0,30.0,40.43,294,8.8,35.0,169.8 +13:53:22.853,25.0,30.0,40.42,294,8.2,33.0,169.7 +13:53:27.854,26.0,30.0,40.43,294,8.8,35.3,169.7 +13:53:33.361,26.0,30.0,40.43,294,8.6,34.5,169.8 +13:53:38.854,25.0,30.0,40.43,294,8.2,32.9,169.7 +13:53:43.856,26.0,30.0,40.43,294,8.9,35.5,169.8 +13:53:49.354,25.0,30.0,40.42,294,8.9,35.6,169.7 +13:53:54.854,26.0,30.0,40.42,294,8.8,35.3,169.7 +13:53:59.855,25.0,30.0,40.43,294,8.8,35.1,169.7 +13:54:05.355,25.0,30.0,40.43,294,8.8,35.4,169.7 +13:54:10.855,26.0,30.0,40.43,294,8.9,35.7,169.7 +13:54:15.856,25.0,30.0,40.43,294,8.8,35.1,169.7 +13:54:21.356,24.0,30.0,40.70,294,8.8,35.1,169.7 +13:54:26.856,25.0,30.0,40.69,294,8.8,35.1,169.7 +13:54:32.356,25.0,30.0,40.42,294,8.3,33.1,169.7 +13:54:37.856,25.0,30.0,40.43,294,8.2,32.8,169.7 +13:54:42.861,26.0,30.0,40.43,294,8.8,35.1,169.7 +13:54:48.357,25.0,30.0,40.70,294,8.1,32.5,169.7 +13:54:53.856,26.0,30.0,40.42,294,8.1,32.3,169.8 +13:54:58.857,25.0,30.0,40.42,294,8.8,35.3,169.8 +13:55:04.357,25.0,30.0,40.42,294,8.8,35.1,169.8 +13:55:09.858,26.0,30.0,40.42,294,8.8,35.1,169.8 +13:55:15.356,25.0,30.0,40.43,294,8.3,33.3,169.8 +13:55:20.358,26.0,30.0,40.43,294,8.8,35.4,169.8 +13:55:25.862,26.0,30.0,40.43,294,8.7,34.8,169.8 +13:55:31.357,25.0,30.0,40.43,294,8.3,33.1,169.8 +13:55:36.857,25.0,30.0,40.43,294,8.2,32.7,169.8 +13:55:41.867,26.0,30.0,40.42,294,8.7,34.8,169.8 +13:55:47.357,25.0,30.0,40.43,294,8.2,32.9,169.8 +13:55:52.362,26.0,30.0,40.43,294,8.8,35.1,169.8 +13:55:57.859,25.0,30.0,40.42,294,8.7,34.9,169.8 +13:56:03.359,26.0,30.0,40.42,294,8.8,35.0,169.8 +13:56:08.862,26.0,30.0,40.43,294,8.8,35.1,169.8 +13:56:14.358,25.0,30.0,40.43,294,8.2,32.6,169.8 +13:56:19.859,25.0,30.0,40.43,294,8.2,32.7,169.8 +13:56:24.867,26.0,30.0,40.43,294,8.7,34.8,169.8 +13:56:30.359,25.0,30.0,40.42,295,8.8,35.3,169.8 +13:56:35.362,26.0,30.0,40.43,295,8.8,35.1,169.8 +13:56:40.860,25.0,30.0,40.42,295,8.2,32.6,169.8 +13:56:45.860,26.0,30.0,40.70,295,8.8,35.3,169.8 +13:56:51.367,26.0,30.0,40.43,295,8.7,34.9,169.8 +13:56:56.861,25.0,30.0,40.43,295,8.2,33.0,169.8 +13:57:01.861,26.0,30.0,40.43,295,8.9,35.8,169.8 +13:57:07.359,25.0,30.0,40.43,295,8.8,35.1,169.8 +13:57:12.860,26.0,30.0,40.43,295,8.8,35.3,169.8 +13:57:17.860,25.0,30.0,40.43,295,8.4,33.7,169.8 +13:57:23.361,25.0,30.0,40.43,295,8.8,35.3,169.8 +13:57:28.862,26.0,30.0,40.43,295,8.8,35.4,169.8 +13:57:34.367,26.0,30.0,40.43,295,8.6,34.4,169.8 +13:57:39.861,25.0,30.0,40.43,295,8.3,33.1,169.8 +13:57:44.855,26.0,30.0,40.43,295,8.8,35.2,169.8 +13:57:50.345,25.0,30.0,40.43,295,8.2,32.9,169.8 +13:57:55.841,25.0,30.0,40.42,295,8.2,32.8,169.8 +13:58:00.841,26.0,30.0,40.42,295,8.9,35.6,169.8 +13:58:06.334,25.0,30.0,40.43,295,8.8,35.4,169.8 +13:58:11.831,26.0,30.0,40.43,295,8.8,35.4,169.8 +13:58:16.830,25.0,30.0,40.42,295,8.8,35.1,169.8 +13:58:21.830,25.0,30.0,40.42,295,8.2,32.7,169.8 +13:58:26.837,25.0,30.0,40.70,295,8.7,34.7,169.8 +13:58:32.328,24.0,30.0,40.43,295,8.2,32.9,169.8 +13:58:37.330,25.0,30.0,40.70,295,8.2,32.8,169.8 +13:58:42.828,24.0,30.0,40.43,295,8.2,32.9,169.8 +13:58:48.328,25.0,30.0,40.43,295,8.2,32.8,169.8 +13:58:53.335,25.0,30.0,40.70,295,8.7,34.8,169.8 +13:58:58.828,24.0,30.0,40.70,295,8.1,32.2,169.8 +13:59:03.829,25.0,30.0,40.70,295,8.2,33.0,169.8 +13:59:09.328,24.0,30.0,40.70,295,8.2,33.0,169.8 +13:59:14.828,25.0,30.0,40.68,295,8.2,32.7,169.8 +13:59:19.834,25.0,30.0,40.70,295,8.6,34.4,169.8 +13:59:25.328,24.0,30.0,40.70,295,8.2,33.0,169.8 +13:59:30.328,25.0,30.0,40.43,295,8.2,32.9,169.8 +13:59:35.827,24.0,30.0,40.70,295,8.2,32.9,169.8 +13:59:40.829,25.0,30.0,40.44,295,8.2,32.6,169.8 +13:59:46.333,25.0,30.0,40.43,295,8.7,34.8,169.8 +13:59:51.828,24.0,30.0,40.70,295,8.1,32.4,169.8 +13:59:57.327,25.0,30.0,40.70,295,8.2,32.9,169.8 +14:00:02.339,25.0,30.0,40.98,295,8.6,34.3,169.8 +14:00:07.827,24.0,30.0,40.70,295,8.2,32.6,169.8 +14:00:12.833,25.0,30.0,40.43,295,8.2,33.0,169.8 +14:00:18.327,24.0,30.0,40.70,295,8.2,32.9,169.8 +14:00:23.328,25.0,30.0,40.43,295,8.2,33.0,169.8 +14:00:28.839,25.0,30.0,40.43,295,8.6,34.3,169.8 +14:00:34.328,24.0,30.0,40.43,295,8.2,32.8,169.8 +14:00:39.332,25.0,30.0,40.42,295,8.3,33.1,169.8 +14:00:44.829,24.0,30.0,40.43,295,8.1,32.5,169.8 +14:00:50.329,25.0,30.0,40.43,295,8.2,32.9,169.8 +14:00:55.338,26.0,30.0,40.43,295,8.7,34.8,169.8 +14:01:00.828,25.0,30.0,40.43,295,8.2,32.7,169.8 +14:01:05.832,26.0,30.0,40.43,295,8.8,35.2,169.8 +14:01:11.328,25.0,30.0,40.43,295,8.2,32.9,169.8 +14:01:16.828,25.0,30.0,40.43,295,8.2,32.8,169.8 +14:01:21.837,26.0,30.0,40.43,295,8.8,35.0,169.8 +14:01:27.328,25.0,30.0,40.43,295,8.2,33.0,169.8 +14:01:32.332,26.0,30.0,40.43,295,8.7,34.8,169.8 +14:01:37.829,25.0,30.0,40.42,295,8.2,32.9,169.8 +14:01:42.829,26.0,30.0,40.98,296,8.9,35.5,169.8 +14:01:47.829,24.0,30.0,40.43,296,8.2,32.9,169.8 +14:01:53.330,24.0,30.0,40.43,296,8.2,32.7,169.8 +14:01:58.335,25.0,30.0,40.70,296,8.3,33.1,169.8 +14:02:03.829,24.0,30.0,40.43,296,8.2,32.7,169.8 +14:02:08.829,25.0,30.0,40.70,296,8.3,33.1,169.8 +14:02:14.340,25.0,30.0,40.70,296,8.6,34.2,169.8 +14:02:19.829,24.0,30.0,40.42,296,8.2,32.8,169.8 +14:02:24.834,25.0,30.0,40.70,296,8.2,33.0,169.8 +14:02:30.330,24.0,30.0,40.42,296,8.2,32.8,169.8 +14:02:35.830,25.0,30.0,40.43,296,8.1,32.5,169.8 +14:02:40.840,25.0,30.0,40.70,296,8.6,34.4,169.8 +14:02:46.330,24.0,30.0,40.70,296,8.2,32.8,169.8 +14:02:51.334,25.0,30.0,40.70,296,8.3,33.1,169.8 +14:02:56.829,24.0,30.0,40.70,296,8.2,32.9,169.8 +14:03:01.830,25.0,30.0,40.70,296,8.3,33.1,169.8 +14:03:07.339,25.0,30.0,40.70,296,8.6,34.5,169.8 +14:03:12.829,24.0,30.0,40.70,296,8.3,33.1,169.8 +14:03:17.833,25.0,30.0,40.43,296,8.3,33.2,169.8 +14:03:23.331,24.0,30.0,40.70,297,8.2,32.6,169.8 +14:03:28.830,25.0,30.0,40.70,297,8.2,33.0,169.8 +14:03:33.838,25.0,30.0,40.42,297,8.6,34.3,169.8 +14:03:39.331,24.0,30.0,40.70,297,8.2,32.8,169.8 +14:03:44.333,25.0,30.0,40.43,297,8.3,33.1,169.8 +14:03:49.831,24.0,30.0,40.70,297,8.1,32.5,169.8 +14:03:55.331,25.0,30.0,40.70,297,8.2,32.7,169.8 +14:04:00.338,25.0,30.0,40.43,297,8.7,34.6,169.8 +14:04:05.830,24.0,30.0,40.43,297,8.3,33.1,169.8 +14:04:10.832,25.0,30.0,40.42,297,8.2,33.0,169.8 +14:04:16.330,24.0,30.0,40.43,297,8.2,32.7,169.8 +14:04:21.331,25.0,30.0,40.43,297,8.2,32.8,169.8 +14:04:26.837,25.0,30.0,40.43,297,8.8,35.0,169.8 +14:04:32.330,25.0,30.0,40.43,297,8.3,33.1,169.8 +14:04:37.331,26.0,30.0,40.43,297,8.8,35.3,169.8 +14:04:42.830,25.0,30.0,40.43,297,8.2,33.0,169.8 +14:04:47.831,26.0,30.0,40.42,297,8.8,35.1,169.8 +14:04:52.832,24.0,30.0,40.70,297,8.8,35.3,169.8 +14:04:58.332,25.0,30.0,40.42,297,8.8,35.3,169.8 +14:05:03.833,26.0,30.0,40.43,297,8.8,35.2,169.8 +14:05:09.331,25.0,30.0,40.43,297,8.3,33.1,169.8 +14:05:14.332,26.0,30.0,40.42,297,8.9,35.6,169.8 +14:05:19.836,26.0,30.0,40.42,297,8.7,34.8,169.8 +14:05:25.331,25.0,30.0,40.43,297,8.3,33.2,169.8 +14:05:30.831,26.0,30.0,40.42,297,8.2,32.7,169.8 +14:05:35.841,26.0,30.0,40.42,297,9.3,37.1,169.8 +14:05:41.332,25.0,30.0,40.43,297,8.8,35.4,169.8 +14:05:46.832,26.0,30.0,40.43,297,8.8,35.2,169.8 +14:05:51.833,25.0,30.0,40.43,297,8.8,35.2,169.8 +14:05:57.331,26.0,30.0,40.43,297,8.9,35.6,169.8 +14:06:02.836,26.0,30.0,40.43,297,8.8,35.1,169.8 +14:06:08.332,25.0,30.0,41.25,297,8.2,32.9,169.8 +14:06:13.832,25.0,30.0,40.42,297,8.2,32.7,169.8 +14:06:18.841,26.0,30.0,40.43,297,8.7,34.8,169.8 +14:06:24.332,25.0,30.0,40.43,297,8.2,32.8,169.8 +14:06:29.335,26.0,30.0,40.42,297,8.8,35.4,169.8 +14:06:34.833,25.0,30.0,40.43,297,8.2,32.7,169.8 +14:06:40.333,26.0,30.0,40.43,297,8.8,35.2,169.8 +14:06:45.835,26.0,30.0,40.42,297,8.8,35.1,169.8 +14:06:51.332,25.0,30.0,40.43,297,8.2,32.9,169.8 +14:06:56.833,25.0,30.0,40.43,297,8.1,32.4,169.8 +14:07:01.840,26.0,30.0,40.43,297,8.8,35.0,169.8 +14:07:07.332,25.0,30.0,40.43,297,8.2,32.9,169.8 +14:07:12.335,26.0,30.0,40.43,297,8.8,35.2,169.8 +14:07:17.833,23.0,30.0,41.25,298,8.2,33.0,169.8 +14:07:23.332,25.0,30.0,40.42,298,8.2,32.7,169.8 +14:07:28.340,26.0,30.0,40.43,298,8.8,35.0,169.8 +14:07:33.834,25.0,30.0,40.42,298,8.2,32.7,169.8 +14:07:39.334,26.0,30.0,40.43,298,8.2,32.8,169.8 +14:07:44.839,26.0,30.0,40.42,298,8.7,34.8,169.8 +14:07:50.334,25.0,30.0,40.43,298,8.2,33.0,169.8 +14:07:55.334,26.0,30.0,40.43,298,8.8,35.2,169.8 +14:08:00.834,25.0,30.0,40.43,298,8.2,33.0,169.8 +14:08:06.333,25.0,30.0,40.43,298,8.2,32.8,169.8 +14:08:11.339,26.0,30.0,40.43,298,8.8,35.1,169.8 +14:08:16.833,25.0,30.0,40.43,298,8.2,33.0,169.8 +14:08:21.835,26.0,30.0,40.43,298,8.9,35.5,169.8 +14:08:27.333,25.0,30.0,40.42,298,8.2,32.9,169.8 +14:08:32.335,26.0,30.0,40.70,298,8.8,35.2,169.8 +14:08:37.839,26.0,30.0,40.43,298,8.8,35.1,169.8 +14:08:43.333,25.0,30.0,40.42,298,8.2,32.9,169.8 +14:08:48.334,26.0,30.0,40.43,298,8.9,35.5,169.8 +14:08:53.835,25.0,30.0,40.43,298,8.8,35.2,169.8 +14:08:59.335,25.0,30.0,40.43,298,8.9,35.7,169.8 +14:09:04.835,25.0,30.0,40.70,298,8.8,35.2,169.8 +14:09:10.344,26.0,30.0,40.42,298,8.7,34.8,169.8 +14:09:15.833,25.0,30.0,40.43,298,8.2,32.6,169.8 +14:09:20.838,26.0,30.0,40.43,298,8.8,35.1,169.8 +14:09:26.334,25.0,30.0,40.42,298,8.2,33.0,169.8 +14:09:31.834,25.0,30.0,40.42,298,8.2,32.6,169.8 +14:09:36.843,26.0,30.0,40.43,298,8.7,34.7,169.8 +14:09:42.335,25.0,30.0,40.43,298,8.2,32.8,169.8 +14:09:47.337,26.0,30.0,40.43,298,8.9,35.8,169.8 +14:09:52.835,25.0,30.0,40.43,298,8.9,35.5,169.8 +14:09:58.336,26.0,30.0,40.43,298,8.8,35.2,169.8 +14:10:03.837,26.0,30.0,40.43,298,8.8,35.1,169.8 +14:10:09.335,25.0,30.0,40.43,298,8.3,33.1,169.8 +14:10:14.835,25.0,30.0,40.43,298,8.2,32.8,169.8 +14:10:19.843,26.0,30.0,40.70,298,8.7,34.8,169.8 +14:10:25.336,25.0,30.0,40.42,298,8.2,33.0,169.8 +14:10:30.339,26.0,30.0,40.44,298,8.8,35.1,169.8 +14:10:35.836,25.0,30.0,40.42,298,8.3,33.1,169.8 +14:10:40.836,26.0,30.0,40.43,298,8.8,35.0,169.8 +14:10:46.342,26.0,30.0,40.43,298,8.8,35.0,169.8 +14:10:51.836,25.0,30.0,40.42,298,8.2,33.0,169.8 +14:10:57.336,26.0,30.0,40.42,298,8.2,32.8,169.8 +14:11:02.337,25.0,30.0,40.42,298,8.8,35.2,169.8 +14:11:07.837,25.0,30.0,40.42,298,8.8,35.1,169.8 +14:11:12.837,25.0,30.0,40.43,298,8.7,34.9,169.8 +14:11:18.335,25.0,30.0,40.43,298,8.9,35.5,169.8 +14:11:23.836,26.0,30.0,40.43,298,8.8,35.1,169.8 +14:11:28.837,25.0,30.0,40.43,298,8.8,35.0,169.8 +14:11:34.337,25.0,30.0,40.43,298,8.8,35.3,169.8 +14:11:39.836,26.0,30.0,40.43,298,8.8,35.3,169.8 +14:11:44.836,25.0,30.0,40.98,299,8.8,35.2,169.8 +14:11:49.837,25.0,30.0,40.43,299,8.2,32.9,169.8 +14:11:55.345,25.0,30.0,40.70,299,8.7,34.8,169.8 +14:12:00.837,24.0,30.0,40.43,299,8.2,33.0,169.8 +14:12:05.839,25.0,30.0,40.70,299,8.2,32.9,169.8 +14:12:11.337,24.0,30.0,40.43,299,8.2,32.7,169.8 +14:12:16.837,25.0,30.0,40.42,299,8.2,32.8,169.8 +14:12:21.845,25.0,30.0,40.70,299,8.7,34.8,169.8 +14:12:27.337,24.0,30.0,40.70,299,8.2,32.9,169.8 +14:12:32.339,25.0,30.0,40.70,299,8.3,33.3,169.8 +14:12:37.838,24.0,30.0,40.70,299,8.2,33.0,169.8 +14:12:43.407,25.0,30.0,40.44,301,7.5,30.2,169.8 +14:12:48.414,25.0,30.0,40.70,301,8.7,34.6,169.8 +14:12:53.906,24.0,30.0,40.70,301,8.2,32.6,169.8 +14:12:58.908,25.0,30.0,40.70,301,8.2,32.9,169.8 +14:13:04.406,24.0,30.0,40.70,301,8.2,32.6,169.8 +14:13:09.408,25.0,30.0,40.70,301,8.1,32.5,169.8 +14:13:14.913,25.0,30.0,40.69,301,8.7,34.8,169.8 +14:13:20.408,24.0,30.0,40.70,301,8.2,32.8,169.8 +14:13:25.908,25.0,30.0,40.70,301,8.0,32.0,169.8 +14:13:31.414,25.0,30.0,40.69,301,8.6,34.4,169.8 +14:13:36.908,24.0,30.0,40.43,301,8.2,32.9,169.8 +14:13:41.908,25.0,30.0,40.70,301,8.3,33.2,169.8 +14:13:47.407,24.0,30.0,40.42,301,8.2,32.6,169.8 +14:13:52.409,25.0,30.0,40.70,301,8.2,32.6,169.8 +14:13:57.914,25.0,30.0,40.97,301,8.6,34.4,169.8 +14:14:03.408,24.0,30.0,40.70,301,8.2,32.9,169.8 +14:14:08.410,25.0,30.0,41.25,301,8.3,33.1,169.8 +14:14:13.919,25.0,30.0,40.70,301,8.6,34.4,169.8 +14:14:19.408,24.0,30.0,40.70,301,8.2,32.8,169.8 +14:14:24.413,25.0,30.0,40.43,301,8.3,33.1,169.8 +14:14:29.909,24.0,30.0,40.69,301,8.1,32.5,169.8 +14:14:34.910,25.0,30.0,40.98,301,8.1,32.4,169.8 +14:14:40.419,25.0,30.0,40.43,301,8.7,34.7,169.8 +14:14:45.910,24.0,30.0,40.70,301,8.2,32.8,169.7 +14:14:50.913,25.0,30.0,40.43,301,8.3,33.2,169.7 +14:14:56.410,24.0,30.0,40.69,301,8.2,32.8,169.7 +14:15:01.911,25.0,30.0,40.70,301,8.2,32.6,169.7 +14:15:06.919,25.0,30.0,40.43,301,8.6,34.2,169.7 +14:15:12.411,24.0,30.0,40.70,301,8.2,32.8,169.7 +14:15:17.413,25.0,30.0,40.42,301,8.3,33.3,169.7 +14:15:22.912,24.0,30.0,40.43,301,8.2,32.7,169.7 +14:15:28.412,25.0,30.0,40.43,301,8.1,32.5,169.8 +14:15:33.419,25.0,30.0,40.43,301,8.6,34.4,169.7 +14:15:38.912,24.0,30.0,40.43,301,8.1,32.4,169.7 +14:15:43.913,26.0,30.0,40.42,301,8.2,32.8,169.7 +14:15:49.412,25.0,30.0,40.43,301,8.2,32.7,169.8 +14:15:54.913,25.0,30.0,40.43,301,8.1,32.5,169.7 +14:15:59.919,26.0,30.0,40.43,301,8.8,35.0,169.7 +14:16:05.412,25.0,30.0,40.42,301,8.2,32.8,169.7 +14:16:10.413,26.0,30.0,40.43,301,8.8,35.0,169.7 +14:16:15.413,25.0,30.0,40.43,301,8.8,35.2,169.7 +14:16:20.914,26.0,30.0,40.43,301,8.8,35.3,169.8 +14:16:26.418,26.0,30.0,40.43,301,8.7,34.6,169.7 +14:16:31.914,25.0,30.0,40.43,301,8.1,32.5,169.7 +14:16:37.413,25.0,30.0,40.43,301,8.1,32.3,169.8 +14:16:42.919,25.0,30.0,40.43,301,8.6,34.3,169.7 +14:16:48.414,24.0,30.0,40.43,301,8.2,32.9,169.7 +14:16:53.914,25.0,30.0,40.43,301,8.2,32.6,169.8 +14:16:59.419,25.0,30.0,40.43,302,8.7,34.8,169.8 +14:17:04.914,24.0,30.0,40.69,302,8.2,32.8,169.8 +14:17:09.915,25.0,30.0,40.43,302,8.2,32.7,169.8 +14:17:15.425,25.0,30.0,40.43,302,8.6,34.5,169.8 +14:17:20.915,24.0,30.0,40.70,302,8.1,32.5,169.8 +14:17:25.919,25.0,30.0,40.42,302,8.3,33.3,169.8 +14:17:31.416,24.0,30.0,40.42,302,8.1,32.5,169.8 +14:17:36.916,25.0,30.0,40.43,302,8.1,32.4,169.8 +14:17:41.925,25.0,30.0,40.43,302,8.6,34.4,169.7 +14:17:47.416,24.0,30.0,40.43,302,8.2,32.9,169.7 +14:17:52.420,26.0,30.0,40.41,302,8.1,32.3,169.7 +14:17:57.916,25.0,30.0,40.43,302,8.2,32.6,169.8 +14:18:03.417,25.0,30.0,40.43,302,8.1,32.3,169.7 +14:18:08.424,26.0,30.0,40.43,302,8.6,34.5,169.7 +14:18:13.917,25.0,30.0,40.43,302,8.3,33.3,169.7 +14:18:18.918,26.0,30.0,40.42,302,8.8,35.4,169.7 +14:18:24.416,25.0,30.0,40.43,302,8.2,32.9,169.7 +14:18:29.916,25.0,30.0,40.42,302,8.2,32.9,169.7 +14:18:34.925,26.0,30.0,40.43,302,8.7,34.7,169.8 +14:18:40.416,25.0,30.0,40.43,302,8.2,33.0,169.8 +14:18:45.419,26.0,30.0,40.43,302,8.7,34.9,169.8 +14:18:50.918,25.0,30.0,40.43,302,8.2,32.9,169.8 +14:18:56.417,26.0,30.0,40.42,302,8.2,32.8,169.8 +14:19:01.417,25.0,30.0,40.43,302,8.7,34.9,169.8 +14:19:06.917,25.0,30.0,40.71,302,8.8,35.2,169.7 +14:19:11.919,25.0,30.0,40.43,302,8.2,32.8,169.7 +14:19:17.417,25.0,30.0,40.43,302,8.8,35.4,169.7 +14:19:22.419,25.0,30.0,40.43,302,8.2,32.8,169.8 +14:19:27.429,25.0,30.0,40.70,302,8.6,34.3,169.7 +14:19:32.918,24.0,30.0,40.43,302,8.2,32.7,169.7 +14:19:37.923,25.0,30.0,40.70,302,8.3,33.1,169.7 +14:19:43.420,24.0,30.0,40.43,302,8.1,32.5,169.7 +14:19:48.919,25.0,30.0,40.43,302,8.1,32.5,169.8 +14:19:53.928,25.0,30.0,40.69,302,8.5,34.1,169.8 +14:19:59.419,24.0,30.0,40.70,302,8.1,32.5,169.7 +14:20:04.423,25.0,30.0,40.70,302,8.2,32.7,169.7 +14:20:09.919,24.0,30.0,40.71,302,8.2,32.6,169.7 +14:20:14.920,25.0,30.0,40.43,302,8.4,33.5,169.8 +14:20:20.540,23.0,30.0,41.08,304,8.2,32.8,169.8 +14:20:25.920,24.0,30.0,40.60,304,8.3,33.2,169.7 +14:20:30.928,25.0,30.0,40.47,305,8.2,32.9,169.7 +14:20:36.421,24.0,30.0,40.72,306,8.1,32.5,169.8 +14:20:41.421,25.0,30.0,40.40,306,8.5,33.9,169.8 +14:20:46.921,24.0,30.0,40.87,307,9.2,37.0,169.8 +14:20:52.422,24.0,30.0,40.69,307,8.1,32.5,169.8 +14:20:57.422,25.0,30.0,40.38,307,8.2,32.7,169.8 +14:21:02.921,24.0,30.0,40.70,307,8.1,32.3,169.8 +14:21:08.422,24.0,30.0,40.70,307,8.2,32.6,169.8 +14:21:13.428,25.0,30.0,40.43,307,8.7,34.8,169.8 +14:21:18.921,24.0,30.0,40.43,307,8.1,32.3,169.8 +14:21:23.923,25.0,30.0,40.43,307,8.2,33.0,169.8 +14:21:28.923,25.0,30.0,40.42,307,8.0,31.8,169.8 +14:21:34.422,26.0,30.0,40.43,307,8.2,32.8,169.8 +14:21:39.433,26.0,30.0,40.43,307,9.2,37.0,169.8 +14:21:44.922,25.0,30.0,40.43,307,8.9,35.5,169.8 +14:21:50.423,26.0,30.0,40.42,307,8.8,35.2,169.8 +14:21:55.423,25.0,30.0,40.42,307,8.8,35.0,169.8 +14:22:00.924,26.0,30.0,40.43,307,8.8,35.2,169.8 +14:22:06.427,26.0,30.0,40.43,307,8.7,34.7,169.8 +14:22:11.923,25.0,30.0,40.45,307,8.2,33.0,169.8 +14:22:16.924,26.0,30.0,40.43,307,8.8,35.1,169.8 +14:22:22.433,26.0,30.0,40.43,307,8.7,34.6,169.8 +14:22:27.924,25.0,30.0,40.42,307,8.2,32.8,169.8 +14:22:32.927,26.0,30.0,40.43,307,8.8,35.1,169.8 +14:22:38.423,25.0,30.0,40.43,307,8.2,32.8,169.8 +14:22:43.424,25.0,30.0,40.42,307,8.2,32.6,169.8 +14:22:48.425,24.0,30.0,40.43,307,8.2,32.7,169.8 +14:22:53.925,25.0,30.0,40.43,307,8.1,32.2,169.8 +14:22:58.932,25.0,30.0,40.70,307,8.7,34.7,169.8 +14:23:04.426,24.0,30.0,40.43,307,8.2,32.6,169.8 +14:23:09.426,25.0,30.0,40.69,307,8.3,33.1,169.8 +14:23:14.926,24.0,30.0,40.43,307,8.1,32.5,169.8 +14:23:19.926,25.0,30.0,40.70,307,8.2,32.7,169.8 +14:23:24.936,25.0,30.0,40.43,307,8.5,34.1,169.8 +14:23:30.426,24.0,30.0,40.70,307,8.1,32.4,169.8 +14:23:35.431,25.0,30.0,40.42,307,8.2,32.8,169.8 +14:23:40.925,24.0,30.0,40.70,307,8.2,32.6,169.8 +14:23:45.926,25.0,30.0,40.43,308,10.3,41.1,169.8 +14:23:50.926,25.0,30.0,40.44,308,8.3,33.1,169.8 +14:23:55.927,26.0,30.0,40.43,308,8.8,35.1,169.8 +14:24:00.927,25.0,30.0,40.42,308,8.8,35.2,169.8 +14:24:06.427,26.0,30.0,40.43,308,8.8,35.0,169.8 +14:24:11.930,26.0,30.0,40.43,308,8.8,35.1,169.8 +14:24:17.428,25.0,30.0,40.43,308,8.7,34.9,169.8 +14:24:22.928,26.0,30.0,40.43,308,8.8,35.3,169.8 +14:24:28.430,26.0,30.0,40.43,308,8.7,34.7,169.8 +14:24:33.927,25.0,30.0,40.43,308,8.1,32.5,169.8 +14:24:38.927,26.0,30.0,40.42,308,8.8,35.2,169.8 +14:24:43.928,23.0,30.0,40.98,308,8.8,35.2,169.8 +14:24:49.429,25.0,30.0,40.43,308,8.8,35.1,169.8 +14:24:54.930,26.0,30.0,40.42,308,8.8,35.2,169.8 +14:25:00.428,25.0,30.0,40.42,308,8.1,32.4,169.8 +14:25:05.428,26.0,30.0,40.42,308,8.8,35.4,169.8 +14:25:10.936,26.0,30.0,40.43,308,8.7,34.6,169.8 +14:25:16.428,25.0,30.0,40.70,308,8.2,32.9,169.8 +14:25:21.430,26.0,30.0,40.70,308,8.8,35.4,169.8 +14:25:26.929,25.0,30.0,40.43,308,8.8,35.1,169.8 +14:25:32.430,25.0,30.0,40.43,308,8.8,35.2,169.8 +14:25:37.930,26.0,30.0,40.43,308,8.8,35.2,169.8 +14:25:43.429,25.0,30.0,40.43,308,8.2,32.9,169.8 +14:25:48.930,25.0,30.0,40.42,308,8.1,32.3,169.8 +14:25:53.936,26.0,30.0,40.43,308,8.6,34.5,169.8 +14:25:59.430,25.0,30.0,40.70,308,8.2,32.7,169.8 +14:26:04.430,26.0,30.0,40.43,308,8.7,34.7,169.8 +14:26:09.941,26.0,30.0,40.42,308,8.6,34.4,169.8 +14:26:15.430,25.0,30.0,40.43,308,8.2,32.6,169.8 +14:26:20.436,26.0,30.0,40.42,308,8.6,34.5,169.8 +14:26:25.931,25.0,30.0,40.43,308,8.8,35.0,169.8 +14:26:30.932,25.0,30.0,40.43,308,8.2,32.6,169.8 +14:26:36.432,25.0,30.0,40.43,308,8.7,34.8,169.8 +14:26:41.931,25.0,30.0,40.43,308,8.7,34.9,169.8 +14:26:46.932,25.0,30.0,40.42,308,8.2,33.0,169.8 +14:26:52.431,25.0,30.0,40.43,308,8.7,34.9,169.8 +14:26:57.932,26.0,30.0,40.43,308,8.8,35.4,169.8 +14:27:02.932,25.0,30.0,40.42,308,8.7,34.9,169.8 +14:27:07.934,25.0,30.0,40.43,308,8.1,32.3,169.8 +14:27:12.940,25.0,30.0,40.70,308,8.6,34.4,169.8 +14:27:18.433,24.0,30.0,40.70,308,8.2,32.6,169.8 +14:27:23.435,23.0,30.0,41.25,308,7.4,29.7,169.8 +14:27:28.934,24.0,30.0,40.70,308,8.1,32.2,169.8 +14:27:34.434,25.0,30.0,40.70,308,8.1,32.5,169.8 +14:27:39.440,25.0,30.0,40.70,308,8.6,34.3,169.8 +14:27:44.933,24.0,30.0,40.70,308,8.2,32.7,169.8 +14:27:49.933,25.0,30.0,40.97,308,8.1,32.5,169.8 +14:27:55.432,22.0,30.0,41.25,309,8.1,32.2,169.8 +14:28:00.432,25.0,30.0,40.43,309,8.0,32.0,169.8 +14:28:05.938,25.0,30.0,40.43,309,8.7,34.6,169.8 +14:28:11.433,24.0,30.0,40.70,309,8.2,32.7,169.8 +14:28:16.933,25.0,30.0,40.70,309,8.2,32.7,169.8 +14:28:21.944,25.0,30.0,40.98,309,8.6,34.3,169.8 +14:28:27.433,24.0,30.0,40.98,309,8.1,32.5,169.8 +14:28:32.438,25.0,30.0,40.43,309,8.2,32.9,169.8 +14:28:37.933,24.0,30.0,40.70,309,8.2,32.7,169.8 +14:28:42.933,24.0,30.0,40.70,309,8.2,32.8,169.8 +14:28:47.934,25.0,30.0,40.43,309,8.1,32.3,169.8 +14:28:53.434,25.0,30.0,40.42,309,8.1,32.3,169.8 +14:28:58.443,26.0,30.0,40.43,309,8.7,34.8,169.8 +14:29:03.933,25.0,30.0,40.42,309,8.2,32.6,169.8 +14:29:08.938,26.0,30.0,40.43,309,8.8,35.3,169.8 +14:29:14.433,25.0,30.0,40.43,309,8.7,34.9,169.8 +14:29:19.434,25.0,30.0,40.43,309,8.2,32.7,169.8 +14:29:24.934,25.0,30.0,40.43,309,8.7,34.9,169.8 +14:29:30.435,25.0,30.0,40.42,309,8.8,35.1,169.8 +14:29:35.934,26.0,30.0,40.43,309,8.7,34.9,169.8 +14:29:41.443,26.0,30.0,40.43,309,8.7,34.6,169.8 +14:29:46.934,25.0,30.0,40.43,309,8.2,33.0,169.8 +14:29:51.937,26.0,30.0,40.42,309,8.7,34.7,169.8 +14:29:57.436,25.0,30.0,40.42,309,8.0,32.1,169.8 +14:30:02.935,25.0,30.0,40.70,309,8.1,32.5,169.8 +14:30:07.943,26.0,30.0,40.43,309,9.2,36.8,169.8 +14:30:13.436,25.0,30.0,40.42,309,8.8,35.4,169.8 +14:30:18.936,26.0,30.0,40.43,309,8.8,35.0,169.8 +14:30:23.937,25.0,30.0,40.43,309,8.8,35.1,169.8 +14:30:29.437,25.0,30.0,40.43,309,8.8,35.3,169.8 +14:30:34.937,26.0,30.0,40.42,310,8.8,35.1,169.8 +14:30:40.436,25.0,30.0,40.42,310,8.1,32.3,169.8 +14:30:45.437,26.0,30.0,40.70,310,8.8,35.0,169.8 +14:30:50.438,25.0,30.0,40.42,310,8.8,35.0,169.8 +14:30:55.937,25.0,30.0,40.43,310,8.7,34.9,169.8 +14:31:00.937,25.0,30.0,40.43,310,8.2,32.9,169.8 +14:31:06.438,25.0,30.0,40.43,310,8.7,34.8,169.8 +14:31:11.937,26.0,30.0,40.43,310,8.9,35.5,169.8 +14:31:16.947,25.0,30.0,40.70,310,8.5,34.0,169.8 +14:31:22.438,24.0,30.0,40.42,310,8.1,32.3,169.8 +14:31:27.442,25.0,30.0,40.70,310,8.2,33.0,169.8 +14:31:32.938,24.0,30.0,40.70,310,8.2,32.6,169.8 +14:31:37.939,25.0,30.0,40.70,310,8.2,32.7,169.8 +14:31:43.447,25.0,30.0,40.70,310,8.6,34.2,169.8 +14:31:48.939,24.0,30.0,40.43,310,8.2,32.8,169.8 +14:31:53.942,25.0,30.0,40.70,310,8.1,32.3,169.8 +14:31:59.438,24.0,30.0,40.43,310,8.1,32.5,169.8 +14:32:04.439,25.0,30.0,40.70,310,8.1,32.2,169.8 +14:32:09.440,24.0,30.0,40.70,310,8.1,32.4,169.8 +14:32:14.940,25.0,30.0,40.70,310,8.2,32.7,169.8 +14:32:19.946,25.0,30.0,40.43,310,8.6,34.5,169.8 +14:32:25.439,24.0,30.0,40.70,310,8.1,32.5,169.8 +14:32:30.441,25.0,30.0,40.43,310,8.2,32.7,169.8 +14:32:35.940,24.0,30.0,40.43,310,8.1,32.5,169.8 +14:32:41.441,24.0,30.0,40.43,310,8.1,32.5,169.8 +14:32:46.446,25.0,30.0,40.42,310,8.7,34.6,169.8 +14:32:51.940,24.0,30.0,40.43,310,8.1,32.4,169.8 +14:32:56.941,26.0,30.0,40.43,310,8.8,35.0,169.8 +14:33:02.440,25.0,30.0,40.43,310,8.1,32.5,169.8 +14:33:07.440,26.0,30.0,40.43,310,8.8,35.1,169.8 +14:33:12.442,25.0,30.0,40.43,310,8.7,34.6,169.8 +14:33:17.942,25.0,30.0,40.43,310,8.7,34.9,169.8 +14:33:22.942,25.0,30.0,40.45,310,8.2,33.0,169.8 +14:33:28.441,25.0,30.0,40.43,310,8.8,35.1,169.8 +14:33:33.442,25.0,30.0,40.43,310,8.2,32.6,169.8 +14:33:38.442,24.0,30.0,40.43,310,8.2,32.6,169.8 +14:33:43.942,25.0,30.0,40.44,310,8.2,32.8,169.8 +14:33:48.950,25.0,30.0,40.70,310,8.6,34.4,169.8 +14:33:54.443,24.0,30.0,40.70,310,8.2,32.6,169.8 +14:33:59.444,25.0,30.0,40.70,310,8.1,32.5,169.8 +14:34:04.942,24.0,30.0,40.69,310,8.1,32.4,169.8 +14:34:10.443,25.0,30.0,40.70,310,8.1,32.4,169.8 +14:34:15.450,25.0,30.0,40.43,310,8.6,34.5,169.8 +14:34:20.944,24.0,30.0,40.70,310,8.2,32.6,169.8 +14:34:26.443,25.0,30.0,40.70,310,8.1,32.3,169.8 +14:34:31.950,25.0,30.0,40.70,310,8.7,34.7,169.8 +14:34:37.444,24.0,30.0,40.43,310,8.2,32.9,169.8 +14:34:42.445,25.0,30.0,40.70,310,8.1,32.4,169.8 +14:34:47.943,24.0,30.0,40.70,310,8.1,32.5,169.8 +14:34:53.444,24.0,30.0,40.70,310,8.2,32.7,169.8 +14:34:58.450,25.0,30.0,40.70,310,8.6,34.5,169.8 +14:35:03.944,24.0,30.0,40.70,310,8.1,32.4,169.8 +14:35:08.945,25.0,30.0,40.70,310,8.2,32.6,169.8 +14:35:14.455,25.0,30.0,40.70,310,8.6,34.2,169.8 +14:35:19.944,24.0,30.0,40.70,310,8.0,32.0,169.8 +14:35:24.950,25.0,30.0,40.43,310,8.2,32.7,169.8 +14:35:30.444,24.0,30.0,40.70,310,8.1,32.5,169.8 +14:35:35.446,25.0,30.0,40.42,310,8.2,32.7,169.8 +14:35:40.955,25.0,30.0,40.43,310,8.5,34.1,169.8 +14:35:46.445,24.0,30.0,40.70,310,8.1,32.4,169.8 +14:35:51.450,25.0,30.0,40.43,310,8.2,32.6,169.8 +14:35:56.947,24.0,30.0,40.70,310,8.2,32.6,169.8 +14:36:02.446,25.0,30.0,40.70,310,8.1,32.5,169.8 +14:36:07.455,25.0,30.0,40.43,310,8.6,34.2,169.8 +14:36:12.946,24.0,30.0,40.43,310,8.2,33.0,169.8 +14:36:17.949,25.0,30.0,40.43,310,8.2,33.0,169.8 +14:36:23.446,24.0,30.0,40.42,310,8.2,32.8,169.8 +14:36:28.446,25.0,30.0,40.42,310,8.1,32.4,169.8 +14:36:33.447,25.0,30.0,40.70,310,8.8,35.1,169.8 +14:36:38.947,26.0,30.0,40.43,310,8.8,35.1,169.8 +14:36:43.947,25.0,30.0,40.42,310,8.7,34.9,169.8 +14:36:48.948,24.0,30.0,40.98,310,8.2,32.6,169.8 +14:36:53.953,25.0,30.0,40.70,310,8.6,34.4,169.8 +14:36:59.448,24.0,30.0,40.43,310,8.2,32.7,169.8 +14:37:04.947,25.0,30.0,40.42,310,8.1,32.2,169.8 +14:37:10.449,25.0,30.0,40.43,310,8.8,35.0,169.8 +14:37:15.449,24.0,30.0,40.43,310,8.2,32.7,169.8 +14:37:20.453,25.0,30.0,40.69,311,8.3,33.1,169.8 +14:37:25.948,24.0,30.0,40.70,312,8.3,33.1,169.8 +14:37:31.449,25.0,30.0,40.70,312,8.2,32.7,169.8 +14:37:36.459,25.0,30.0,40.70,312,8.7,34.6,169.8 +14:37:41.949,24.0,30.0,40.70,312,8.2,33.0,169.8 +14:37:46.953,25.0,30.0,40.70,312,8.1,32.5,169.8 +14:37:52.450,24.0,30.0,40.70,312,8.2,32.7,169.8 +14:37:57.949,25.0,30.0,40.70,312,8.1,32.3,169.8 +14:38:02.959,25.0,30.0,40.43,312,8.7,34.6,169.8 +14:38:08.450,24.0,30.0,40.70,312,8.3,33.1,169.8 +14:38:13.453,25.0,30.0,40.43,312,8.3,33.2,169.8 +14:38:18.951,24.0,30.0,40.70,312,8.1,32.5,169.8 +14:38:24.451,25.0,30.0,40.70,312,8.1,32.4,169.8 +14:38:29.458,25.0,30.0,40.42,312,8.7,34.7,169.8 +14:38:34.950,24.0,30.0,40.70,312,8.2,32.6,169.8 +14:38:39.953,25.0,30.0,40.43,312,8.2,33.0,169.8 +14:38:45.450,24.0,30.0,40.70,312,8.2,32.8,169.8 +14:38:50.451,25.0,30.0,40.43,312,8.1,32.4,169.8 +14:38:55.959,25.0,30.0,40.71,312,8.7,34.8,169.8 +14:39:01.452,24.0,30.0,40.43,312,8.2,33.0,169.8 +14:39:06.453,25.0,30.0,40.42,312,8.3,33.4,169.8 +14:39:11.952,24.0,30.0,40.43,312,8.2,32.7,169.8 +14:39:16.952,26.0,30.0,40.43,312,8.1,32.4,169.8 +14:39:22.458,26.0,30.0,40.43,312,8.7,34.7,169.8 +14:39:27.952,25.0,30.0,40.43,312,8.3,33.3,169.8 +14:39:32.952,26.0,30.0,40.43,312,8.8,35.2,169.8 +14:39:37.953,25.0,30.0,40.43,312,8.9,35.5,169.8 +14:39:43.452,26.0,30.0,40.43,312,8.8,35.3,169.8 +14:39:48.958,26.0,30.0,40.70,312,8.8,35.1,169.8 +14:39:54.452,25.0,30.0,40.43,312,8.0,32.0,169.8 +14:39:59.452,26.0,30.0,40.43,312,8.8,35.2,169.8 +14:40:04.963,26.0,30.0,40.43,312,8.7,34.9,169.8 +14:40:10.452,25.0,30.0,40.43,312,8.2,32.9,169.8 +14:40:15.458,26.0,30.0,40.43,312,8.8,35.3,169.8 +14:40:20.954,25.0,30.0,40.43,312,8.9,35.7,169.8 +14:40:26.454,26.0,30.0,40.42,312,8.8,35.3,169.8 +14:40:31.958,26.0,30.0,40.70,312,8.7,34.9,169.8 +14:40:37.454,25.0,30.0,40.43,312,8.3,33.1,169.8 +14:40:42.954,25.0,30.0,40.43,312,8.2,32.6,169.8 +14:40:47.964,26.0,30.0,40.43,312,8.7,34.7,169.8 +14:40:53.454,25.0,30.0,40.42,312,8.2,32.8,169.8 +14:40:58.458,26.0,30.0,40.43,312,8.8,35.2,169.8 +14:41:03.955,25.0,30.0,40.43,312,8.2,32.7,169.8 +14:41:08.956,26.0,30.0,40.43,312,8.8,35.2,169.8 +14:41:13.956,25.0,30.0,40.42,312,8.8,35.1,169.8 +14:41:19.455,26.0,30.0,40.43,312,8.8,35.4,169.8 +14:41:24.462,25.0,30.0,40.70,312,8.7,34.9,169.8 +14:41:29.955,24.0,30.0,40.42,312,8.2,32.7,169.8 +14:41:34.956,25.0,30.0,40.70,312,8.2,32.9,169.8 +14:41:40.455,24.0,30.0,40.43,312,8.2,32.7,169.8 +14:41:45.456,25.0,30.0,40.69,312,8.2,32.7,169.8 +14:41:50.962,25.0,30.0,40.69,312,8.7,34.8,169.8 +14:41:56.456,24.0,30.0,40.43,312,8.2,33.0,169.8 +14:42:01.457,25.0,30.0,40.70,312,8.2,32.8,169.8 +14:42:06.967,25.0,30.0,40.70,312,8.6,34.4,169.8 +14:42:12.457,24.0,30.0,40.43,312,8.2,32.9,169.8 +14:42:17.462,25.0,30.0,40.70,312,8.3,33.1,169.8 +14:42:22.957,24.0,30.0,40.70,312,8.2,32.7,169.8 +14:42:27.957,25.0,30.0,40.70,312,8.2,33.0,169.8 +14:42:33.467,25.0,30.0,40.70,312,8.7,34.7,169.8 +14:42:38.957,24.0,30.0,40.70,312,8.2,32.7,169.8 +14:42:43.964,25.0,30.0,40.43,312,8.3,33.2,169.8 +14:42:49.464,23.0,30.0,40.97,312,8.2,32.8,169.8 +14:42:54.967,25.0,30.0,40.71,312,8.0,32.1,169.8 +14:42:59.977,25.0,30.0,40.43,312,8.6,34.3,169.8 +14:43:05.472,24.0,30.0,40.70,312,8.2,32.8,169.8 +14:43:10.474,25.0,30.0,40.43,312,8.2,32.6,169.8 +14:43:15.972,24.0,30.0,40.70,312,8.2,32.7,169.8 +14:43:21.474,25.0,30.0,40.69,312,8.2,32.6,169.8 +14:43:26.481,25.0,30.0,40.43,312,8.6,34.5,169.8 +14:43:31.973,24.0,30.0,40.70,312,8.3,33.3,169.8 +14:43:36.976,25.0,30.0,40.42,312,8.3,33.1,169.8 +14:43:42.476,24.0,30.0,40.43,312,8.2,32.8,169.8 +14:43:47.975,25.0,30.0,40.43,312,8.2,33.0,169.8 +14:43:52.981,25.0,30.0,40.43,312,8.7,34.6,169.8 +14:43:58.475,24.0,30.0,40.43,312,8.2,32.9,169.8 +14:44:03.975,25.0,30.0,40.97,313,8.2,32.8,169.8 +14:44:09.482,25.0,30.0,40.42,313,8.7,34.8,169.8 +14:44:14.976,24.0,30.0,40.70,313,8.2,32.8,169.8 +14:44:19.976,25.0,30.0,40.43,313,8.2,33.0,169.8 +14:44:25.475,24.0,30.0,40.70,313,8.2,32.7,169.8 +14:44:30.476,24.0,30.0,40.97,313,8.1,32.3,169.8 +14:44:35.982,25.0,30.0,40.43,313,8.7,34.7,169.8 +14:44:41.478,24.0,30.0,40.70,313,8.2,32.6,169.8 +14:44:46.977,25.0,30.0,40.70,313,8.2,32.7,169.8 +14:44:52.482,25.0,30.0,40.43,313,8.7,34.9,169.8 +14:44:57.976,24.0,30.0,40.69,313,8.3,33.1,169.8 +14:45:02.977,25.0,30.0,40.43,313,8.2,32.9,169.8 +14:45:08.476,24.0,30.0,40.69,313,8.2,32.6,169.8 +14:45:13.476,25.0,30.0,40.43,313,8.2,32.6,169.8 +14:45:18.487,26.0,30.0,40.43,313,8.7,34.9,169.8 +14:45:23.977,25.0,30.0,40.43,313,8.2,33.0,169.8 +14:45:28.982,26.0,30.0,40.42,313,8.7,34.9,169.8 +14:45:34.477,25.0,30.0,40.43,313,8.2,32.8,169.8 +14:45:39.977,25.0,30.0,40.43,313,8.2,32.9,169.8 +14:45:44.987,26.0,30.0,40.43,313,8.8,35.0,169.8 +14:45:50.480,24.0,30.0,40.70,313,8.2,32.7,169.8 +14:45:55.481,26.0,30.0,40.42,313,8.9,35.6,169.8 +14:46:00.978,25.0,30.0,40.43,313,8.3,33.1,169.8 +14:46:05.979,26.0,30.0,40.42,313,8.9,35.5,169.8 +14:46:11.487,26.0,30.0,40.98,313,9.3,37.1,169.8 +14:46:16.979,25.0,30.0,40.42,313,8.9,35.5,169.8 +14:46:22.478,26.0,30.0,40.42,313,8.8,35.4,169.8 +14:46:27.481,25.0,30.0,40.43,313,8.8,35.0,169.8 +14:46:32.979,26.0,30.0,40.43,313,8.8,35.2,169.8 +14:46:37.979,25.0,30.0,40.43,313,8.8,35.3,169.8 +14:46:42.980,24.0,30.0,40.43,313,8.2,32.6,169.8 +14:46:47.985,25.0,30.0,40.69,313,8.8,35.0,169.8 +14:46:53.479,24.0,30.0,40.43,313,8.2,33.0,169.8 +14:46:58.480,25.0,30.0,40.69,313,8.2,33.0,169.8 +14:47:03.980,24.0,30.0,40.70,313,8.2,33.0,169.8 +14:47:09.482,24.0,30.0,40.70,313,8.2,32.8,169.8 +14:47:14.486,25.0,30.0,40.70,313,8.2,33.0,169.8 +14:47:19.980,24.0,30.0,40.70,313,8.2,33.0,169.8 +14:47:24.982,25.0,30.0,40.70,313,8.2,32.9,169.8 +14:47:30.491,25.0,30.0,40.70,313,8.7,34.6,169.8 +14:47:35.981,24.0,30.0,40.70,313,8.2,32.7,169.8 +14:47:40.985,25.0,30.0,40.43,313,8.3,33.1,169.8 +14:47:46.482,24.0,30.0,40.69,313,8.1,32.5,169.8 +14:47:51.982,25.0,30.0,40.69,313,8.2,32.8,169.8 +14:47:56.991,25.0,30.0,40.43,313,8.7,34.8,169.8 +14:48:02.484,24.0,30.0,40.70,313,8.2,32.9,169.8 +14:48:07.485,25.0,30.0,40.43,313,8.2,33.0,169.8 +14:48:12.982,24.0,30.0,40.70,313,8.2,32.7,169.8 +14:48:17.983,25.0,30.0,40.42,313,8.2,32.8,169.8 +14:48:23.491,25.0,30.0,40.43,313,8.7,34.7,169.8 +14:48:28.982,24.0,30.0,40.70,313,8.3,33.1,169.8 +14:48:33.985,25.0,30.0,40.43,313,8.3,33.1,169.8 +14:48:39.482,24.0,30.0,40.43,313,8.2,32.8,169.8 +14:48:44.483,25.0,30.0,40.43,313,8.2,32.8,169.8 +14:48:49.991,25.0,30.0,40.43,313,8.7,34.8,169.8 +14:48:55.484,25.0,30.0,40.43,313,8.2,32.9,169.8 +14:49:00.485,26.0,30.0,40.70,313,8.8,35.4,169.8 +14:49:05.486,25.0,30.0,40.43,313,8.8,35.4,169.8 +14:49:10.985,26.0,30.0,40.43,313,8.8,35.1,169.8 +14:49:16.490,26.0,30.0,40.43,313,8.6,34.5,169.8 +14:49:21.984,25.0,30.0,40.43,313,8.2,33.0,169.8 +14:49:26.985,26.0,30.0,40.43,313,8.8,35.4,169.8 +14:49:32.484,25.0,30.0,40.40,313,8.2,33.0,169.8 +14:49:37.484,26.0,30.0,40.43,313,8.8,35.4,169.8 +14:49:42.487,25.0,30.0,40.43,313,8.8,35.2,169.8 +14:49:47.986,25.0,30.0,40.42,313,8.9,35.6,169.8 +14:49:52.989,25.0,30.0,40.70,313,8.3,33.3,169.8 +14:49:58.485,24.0,30.0,40.43,313,8.2,32.6,169.8 +14:50:03.986,25.0,30.0,40.42,313,8.2,32.8,169.8 +14:50:08.996,25.0,30.0,40.70,313,8.6,34.5,169.8 +14:50:14.488,24.0,30.0,40.42,313,8.2,32.6,169.8 +14:50:19.489,25.0,30.0,40.70,313,8.3,33.2,169.8 +14:50:24.986,24.0,30.0,40.43,313,8.2,32.8,169.8 +14:50:30.488,25.0,30.0,40.43,313,8.1,32.4,169.8 +14:50:35.494,25.0,30.0,40.68,313,8.6,34.3,169.8 +14:50:40.987,24.0,30.0,40.43,313,8.3,33.1,169.8 +14:50:45.989,25.0,30.0,40.70,313,8.2,33.0,169.8 +14:50:51.489,24.0,30.0,40.70,313,8.2,32.6,169.8 +14:50:56.987,25.0,30.0,40.70,313,8.1,32.4,169.8 +14:51:01.995,25.0,30.0,40.70,313,8.7,34.6,169.8 +14:51:07.489,24.0,30.0,40.69,313,8.1,32.5,169.8 +14:51:12.987,25.0,30.0,40.70,313,8.2,32.9,169.8 +14:51:17.988,24.0,30.0,40.69,313,8.2,32.9,169.8 +14:51:23.490,24.0,30.0,40.70,313,8.1,32.5,169.8 +14:51:28.495,25.0,30.0,40.43,313,8.7,34.6,169.8 +14:51:33.988,24.0,30.0,40.70,313,8.2,32.8,169.8 +14:51:38.988,25.0,30.0,40.43,313,8.3,33.1,169.8 +14:51:44.500,25.0,30.0,40.43,313,8.6,34.4,169.8 +14:51:49.988,24.0,30.0,40.69,313,8.2,32.9,169.8 +14:51:54.994,25.0,30.0,40.43,313,8.2,32.8,169.8 +14:52:00.489,24.0,30.0,40.70,313,8.3,33.2,169.8 +14:52:05.990,25.0,30.0,40.70,313,8.2,32.7,169.8 +14:52:11.000,25.0,30.0,40.43,313,8.7,34.6,169.8 +14:52:16.489,24.0,30.0,40.43,313,8.2,32.8,169.8 +14:52:21.494,25.0,30.0,40.42,313,8.2,33.0,169.8 +14:52:26.990,24.0,30.0,40.43,313,8.2,32.7,169.8 +14:52:31.990,25.0,30.0,40.42,313,8.2,32.8,169.8 +14:52:37.500,25.0,30.0,40.43,313,8.7,34.7,169.8 +14:52:42.989,25.0,30.0,40.43,313,8.2,32.9,169.8 +14:52:47.993,26.0,30.0,40.70,313,8.8,35.4,169.8 +14:52:53.491,25.0,30.0,40.43,313,8.3,33.3,169.8 +14:52:58.990,25.0,30.0,40.43,313,8.2,32.8,169.8 +14:53:03.999,26.0,30.0,40.42,313,8.7,34.8,169.8 +14:53:09.490,25.0,30.0,40.42,313,8.3,33.2,169.8 +14:53:14.494,26.0,30.0,40.43,313,8.8,35.2,169.8 +14:53:19.992,25.0,30.0,40.43,313,8.2,33.0,169.8 +14:53:25.491,25.0,30.0,40.42,313,8.2,32.8,169.8 +14:53:30.499,26.0,30.0,40.43,313,8.8,35.0,169.8 +14:53:35.992,25.0,30.0,40.43,313,8.3,33.1,169.8 +14:53:40.993,26.0,30.0,40.43,313,9.0,35.9,169.8 +14:53:46.492,25.0,30.0,41.25,314,8.7,34.9,169.8 +14:53:51.992,26.0,30.0,40.43,314,8.8,35.3,169.8 +14:53:56.992,25.0,30.0,40.43,314,8.8,35.3,169.8 +14:54:01.993,24.0,30.0,40.43,314,8.2,32.6,169.8 +14:54:06.998,25.0,30.0,40.70,314,8.2,32.7,169.8 +14:54:12.493,24.0,30.0,40.43,314,8.2,33.0,169.8 +14:54:17.994,25.0,30.0,40.42,314,8.2,33.0,169.8 +14:54:23.003,25.0,30.0,40.70,314,8.7,34.6,169.8 +14:54:28.494,24.0,30.0,40.43,314,8.2,32.9,169.8 +14:54:33.498,25.0,30.0,40.70,314,8.3,33.2,169.8 +14:54:38.994,24.0,30.0,40.70,314,8.2,32.6,169.8 +14:54:44.495,25.0,30.0,40.70,314,8.2,32.9,169.8 +14:54:49.503,25.0,30.0,40.70,314,8.7,34.7,169.8 +14:54:54.995,24.0,30.0,40.70,314,8.2,33.0,169.8 +14:54:59.998,25.0,30.0,40.70,314,8.3,33.1,169.8 +14:55:05.494,24.0,30.0,40.70,314,8.2,33.0,169.8 +14:55:10.494,25.0,30.0,40.43,314,8.3,33.1,169.8 +14:55:15.496,24.0,30.0,40.43,314,8.2,32.8,169.8 +14:55:20.996,25.0,30.0,40.43,314,8.2,32.6,169.8 +14:55:26.002,26.0,30.0,40.43,314,8.7,34.9,169.8 +14:55:31.495,25.0,30.0,40.43,314,8.2,32.9,169.8 +14:55:36.497,26.0,30.0,40.43,314,8.9,35.5,169.8 +14:55:41.996,25.0,30.0,40.43,314,8.2,33.0,169.8 +14:55:47.495,25.0,30.0,40.43,314,8.2,32.9,169.8 +14:55:52.503,26.0,30.0,40.43,314,8.7,34.7,169.8 +14:55:57.996,25.0,30.0,40.42,314,8.2,32.9,169.8 +14:56:02.997,26.0,30.0,40.43,314,8.9,35.5,169.8 +14:56:08.496,25.0,30.0,40.42,314,8.3,33.2,169.8 +14:56:13.496,26.0,30.0,40.43,314,8.9,35.6,169.8 +14:56:18.498,25.0,30.0,40.42,314,8.8,35.3,169.8 +14:56:23.996,24.0,30.0,40.43,314,8.2,32.8,169.8 +14:56:29.001,25.0,30.0,40.70,314,8.3,33.2,169.8 +14:56:34.497,24.0,30.0,40.42,314,8.2,32.8,169.8 +14:56:39.998,25.0,30.0,40.43,314,8.2,32.8,169.8 +14:56:45.006,25.0,30.0,40.70,314,8.6,34.5,169.8 +14:56:50.497,24.0,30.0,40.43,314,8.3,33.2,169.8 +14:56:55.501,25.0,30.0,40.69,314,8.2,32.8,169.8 +14:57:00.998,24.0,30.0,40.43,314,8.2,32.7,169.8 +14:57:05.998,25.0,30.0,40.69,314,8.1,32.5,169.8 +14:57:10.999,24.0,30.0,40.70,314,8.1,32.5,169.8 +14:57:16.499,25.0,30.0,40.70,314,8.2,32.7,169.8 +14:57:21.506,25.0,30.0,40.43,314,8.7,34.9,169.8 +14:57:26.998,24.0,30.0,40.70,314,8.2,32.9,169.8 +14:57:32.000,25.0,30.0,40.43,314,8.3,33.1,169.8 +14:57:37.499,24.0,30.0,40.42,315,8.2,32.8,169.8 +14:57:43.000,24.0,30.0,40.98,315,8.1,32.4,169.8 +14:57:48.006,25.0,30.0,40.43,315,8.6,34.2,169.8 +14:57:53.499,24.0,30.0,41.25,315,8.2,32.6,169.8 +14:57:58.501,26.0,30.0,40.43,315,8.2,33.0,169.8 +14:58:04.011,26.0,30.0,40.42,315,8.6,34.2,169.8 +14:58:09.500,25.0,30.0,40.43,315,8.1,32.5,169.8 +14:58:14.506,26.0,30.0,40.43,315,8.7,34.8,169.8 +14:58:20.001,25.0,30.0,40.43,315,8.2,32.7,169.8 +14:58:25.002,26.0,30.0,40.70,315,8.8,35.1,169.8 +14:58:30.511,26.0,30.0,40.42,315,8.7,34.7,169.8 +14:58:36.001,25.0,30.0,40.42,315,8.1,32.2,169.8 +14:58:41.005,26.0,30.0,40.43,315,8.7,34.9,169.8 +14:58:46.502,25.0,30.0,40.43,315,8.2,32.9,169.8 +14:58:52.002,25.0,30.0,40.43,315,8.1,32.4,169.8 +14:58:57.011,24.0,30.0,40.98,316,8.6,34.3,169.8 +14:59:02.501,25.0,30.0,40.43,316,8.2,32.8,169.8 +14:59:07.505,26.0,30.0,40.43,316,8.9,35.8,169.7 +14:59:13.002,25.0,30.0,40.71,316,8.8,35.3,169.7 +14:59:18.502,26.0,30.0,40.43,316,8.8,35.3,169.8 +14:59:24.006,26.0,30.0,40.43,316,8.7,34.6,169.8 +14:59:29.502,25.0,30.0,40.43,316,8.2,33.0,169.8 +14:59:35.002,25.0,30.0,40.43,316,8.2,32.7,169.8 +14:59:40.011,26.0,30.0,40.42,316,8.8,35.0,169.8 +14:59:45.502,25.0,30.0,40.42,316,8.2,32.7,169.8 +14:59:50.506,26.0,30.0,40.43,316,8.8,35.0,169.8 +14:59:56.004,25.0,30.0,40.43,316,8.2,32.7,169.8 +15:00:01.504,25.0,30.0,40.43,316,8.1,32.5,169.8 +15:00:06.511,26.0,30.0,40.43,316,9.3,37.1,169.8 +15:00:12.005,25.0,30.0,40.42,316,8.9,35.6,169.8 +15:00:17.503,26.0,30.0,40.42,316,8.8,35.4,169.8 +15:00:22.505,25.0,30.0,40.42,316,8.8,35.1,169.8 +15:00:28.004,25.0,30.0,40.43,316,8.8,35.1,169.8 +15:00:33.005,25.0,30.0,40.43,316,8.3,33.3,169.8 +15:00:38.505,25.0,30.0,40.42,316,8.8,35.4,169.8 +15:00:44.006,26.0,30.0,40.70,316,8.8,35.1,169.8 +15:00:49.511,26.0,30.0,40.42,316,8.7,34.9,169.8 +15:00:55.005,23.0,30.0,40.70,316,6.9,27.5,169.8 +15:01:00.006,26.0,30.0,40.71,316,8.8,35.2,169.8 +15:01:05.505,25.0,30.0,40.43,316,8.2,33.0,169.8 +15:01:10.505,25.0,30.0,40.70,316,8.4,33.7,169.8 +15:01:15.516,25.0,30.0,40.70,316,8.6,34.4,169.8 +15:01:21.005,24.0,30.0,40.42,316,8.2,33.0,169.8 +15:01:26.010,25.0,30.0,40.70,316,8.3,33.1,169.8 +15:01:31.506,24.0,30.0,40.43,316,8.1,32.2,169.8 +15:01:36.507,25.0,30.0,40.69,316,8.2,32.8,169.8 +15:01:42.016,25.0,30.0,40.70,316,8.4,33.8,169.8 +15:01:47.507,24.0,30.0,40.42,316,8.2,32.9,169.8 +15:01:52.510,25.0,30.0,40.68,316,8.2,33.0,169.8 +15:01:58.007,24.0,30.0,40.42,316,8.2,32.9,169.8 +15:02:03.508,25.0,30.0,40.42,316,8.1,32.5,169.8 +15:02:08.515,25.0,30.0,40.70,316,8.7,34.6,169.8 +15:02:14.008,24.0,30.0,40.70,316,8.2,32.7,169.8 +15:02:19.010,25.0,30.0,40.70,316,8.2,33.0,169.8 +15:02:24.509,24.0,30.0,40.69,316,8.1,32.4,169.8 +15:02:30.009,25.0,30.0,40.70,316,8.1,32.2,169.8 +15:02:35.015,25.0,30.0,40.43,316,8.7,34.6,169.8 +15:02:40.509,24.0,30.0,40.70,316,8.3,33.1,169.8 +15:02:45.509,25.0,30.0,40.43,316,8.2,32.6,169.8 +15:02:51.009,24.0,30.0,40.70,316,8.2,32.7,169.8 +15:02:56.510,24.0,30.0,40.70,316,8.1,32.4,169.8 +15:03:01.515,25.0,30.0,40.43,316,8.7,34.8,169.8 +15:03:07.009,24.0,30.0,40.70,316,8.2,32.8,169.8 +15:03:12.009,25.0,30.0,40.43,316,8.2,32.8,169.8 +15:03:17.010,25.0,30.0,40.42,316,8.2,32.8,169.8 +15:03:22.509,25.0,30.0,40.43,316,8.2,32.6,169.8 +15:03:27.509,25.0,30.0,40.43,316,8.2,33.0,169.8 +15:03:32.511,26.0,30.0,40.42,316,8.8,35.0,169.8 +15:03:38.014,26.0,30.0,40.43,316,8.7,34.9,169.8 +15:03:43.509,25.0,30.0,40.42,316,8.2,32.7,169.8 +15:03:49.010,26.0,30.0,40.43,316,8.1,32.5,169.8 +15:03:54.020,26.0,30.0,40.43,316,9.3,37.3,169.8 +15:03:59.511,25.0,30.0,40.43,316,8.9,35.7,169.8 +15:04:05.010,26.0,30.0,40.42,316,8.8,35.4,169.8 +15:04:10.012,25.0,30.0,40.42,316,8.8,35.1,169.8 +15:04:15.510,26.0,30.0,40.42,316,8.8,35.2,169.8 +15:04:20.511,25.0,30.0,40.43,317,8.8,35.4,169.8 +15:04:25.512,25.0,30.0,40.43,317,8.2,32.8,169.8 +15:04:30.519,25.0,30.0,40.70,317,8.7,34.9,169.8 +15:04:36.012,23.0,30.0,40.71,317,7.6,30.3,169.7 +15:04:41.013,25.0,30.0,40.70,317,8.3,33.1,169.8 +15:04:46.511,23.0,30.0,40.97,317,7.5,30.2,169.7 +15:04:52.012,25.0,30.0,40.69,317,8.1,32.4,169.8 +15:04:57.019,25.0,30.0,40.71,317,8.3,33.2,169.8 +15:05:02.513,24.0,30.0,40.70,317,8.2,32.6,169.8 +15:05:08.013,25.0,30.0,40.70,317,8.2,32.8,169.7 +15:05:13.519,25.0,30.0,40.70,317,8.9,35.7,169.8 +15:05:19.013,24.0,30.0,40.43,317,8.2,32.9,169.8 +15:05:24.014,25.0,30.0,40.97,317,8.3,33.1,169.8 +15:05:29.524,25.0,30.0,40.70,317,8.6,34.3,169.8 +15:05:35.013,24.0,30.0,40.43,317,8.3,33.1,169.8 +15:05:40.019,25.0,30.0,40.70,317,8.2,33.0,169.7 +15:05:45.514,24.0,30.0,40.43,317,8.2,33.0,169.7 +15:05:51.015,25.0,30.0,40.43,317,8.2,32.9,169.8 +15:05:56.025,25.0,30.0,40.70,317,8.6,34.4,169.8 +15:06:01.514,24.0,30.0,40.69,317,8.2,33.0,169.8 +15:06:06.519,25.0,30.0,40.70,317,8.3,33.2,169.7 +15:06:12.015,24.0,30.0,40.70,317,8.3,33.1,169.7 +15:06:17.514,25.0,30.0,40.70,317,8.3,33.1,169.8 +15:06:22.525,25.0,30.0,40.43,317,8.7,34.6,169.8 +15:06:28.016,24.0,30.0,40.70,317,8.3,33.3,169.8 +15:06:33.018,25.0,30.0,40.43,317,8.3,33.2,169.7 +15:06:38.515,24.0,30.0,40.70,317,8.2,32.8,169.7 +15:06:43.515,25.0,30.0,40.97,317,8.2,32.9,169.7 +15:06:49.024,25.0,30.0,40.43,317,8.7,34.7,169.8 +15:06:54.516,24.0,30.0,40.72,317,8.2,32.7,169.8 +15:06:59.518,25.0,30.0,40.43,317,8.3,33.1,169.8 +15:07:05.016,24.0,30.0,40.70,317,8.3,33.1,169.8 +15:07:10.017,25.0,30.0,40.43,317,8.2,32.8,169.7 +15:07:15.017,25.0,30.0,40.43,317,8.2,32.8,169.7 +15:07:20.018,26.0,30.0,40.43,317,8.9,35.5,169.8 +15:07:25.523,26.0,30.0,40.43,317,8.7,34.9,169.8 +15:07:31.017,25.0,30.0,40.43,317,8.2,32.9,169.8 +15:07:36.018,26.0,30.0,40.43,317,8.9,35.6,169.7 +15:07:41.517,25.0,30.0,40.42,317,8.9,35.6,169.8 +15:07:47.017,25.0,30.0,41.25,318,8.8,35.4,169.8 +15:07:52.518,26.0,30.0,40.43,318,8.8,35.2,169.8 +15:07:58.029,26.0,30.0,40.70,318,8.7,34.9,169.8 +15:08:03.517,25.0,30.0,40.97,318,8.2,32.7,169.8 +15:08:08.523,26.0,30.0,40.43,318,8.7,34.9,169.8 +15:08:14.018,25.0,30.0,40.43,318,8.3,33.2,169.8 +15:08:19.018,26.0,30.0,40.42,318,8.8,35.1,169.8 +15:08:24.529,26.0,30.0,40.43,318,8.7,34.8,169.8 +15:08:30.019,25.0,30.0,40.42,318,8.2,32.6,169.8 +15:08:35.023,26.0,30.0,40.42,318,8.9,35.5,169.8 +15:08:40.518,25.0,30.0,40.42,318,8.8,35.4,169.8 +15:08:45.519,25.0,30.0,40.43,318,8.3,33.1,169.8 +15:08:51.021,25.0,30.0,40.43,318,8.8,35.1,169.8 +15:08:56.520,25.0,30.0,40.43,318,8.9,35.6,169.8 +15:09:02.019,26.0,30.0,40.43,318,8.8,35.2,169.8 +15:09:07.020,25.0,30.0,40.42,318,8.8,35.2,169.8 +15:09:12.521,26.0,30.0,40.43,318,8.8,35.3,169.8 +15:09:17.521,25.0,30.0,40.42,318,8.8,35.2,169.8 +15:09:23.021,25.0,30.0,40.43,318,8.8,35.3,169.8 +15:09:28.520,26.0,30.0,40.43,318,8.8,35.3,169.8 +15:09:33.520,25.0,30.0,40.43,318,8.8,35.2,169.8 +15:09:39.021,26.0,30.0,40.43,318,8.8,35.4,169.8 +15:09:44.028,25.0,30.0,40.70,318,8.7,34.7,169.8 +15:09:49.522,24.0,30.0,40.43,318,8.3,33.1,169.8 +15:09:55.022,25.0,30.0,40.42,318,8.2,32.8,169.8 +15:10:00.521,25.0,30.0,40.43,318,8.8,35.3,169.8 +15:10:05.522,24.0,30.0,40.43,318,8.2,32.7,169.8 +15:10:10.528,25.0,30.0,40.70,318,8.3,33.1,169.8 +15:10:16.023,24.0,30.0,40.43,318,8.2,32.8,169.8 +15:10:21.023,25.0,30.0,40.70,318,8.2,32.9,169.8 +15:10:26.533,25.0,30.0,40.70,318,8.7,34.7,169.8 +15:10:32.022,24.0,30.0,40.42,318,8.2,32.6,169.8 +15:10:37.028,25.0,30.0,40.70,318,8.3,33.1,169.8 +15:10:42.522,24.0,30.0,40.70,318,8.2,32.8,169.8 +15:10:47.523,25.0,30.0,40.70,318,8.3,33.3,169.8 +15:10:53.034,25.0,30.0,40.70,318,8.6,34.4,169.8 +15:10:58.523,24.0,30.0,40.70,318,8.1,32.5,169.8 +15:11:03.527,25.0,30.0,40.70,318,8.2,32.8,169.8 +15:11:09.024,24.0,30.0,40.70,319,8.2,32.9,169.8 +15:11:14.523,25.0,30.0,40.70,319,8.2,32.8,169.8 +15:11:19.533,25.0,30.0,40.43,319,8.7,34.6,169.8 +15:11:25.025,24.0,30.0,40.70,319,8.3,33.1,169.8 +15:11:30.027,25.0,30.0,40.43,319,8.2,32.9,169.8 +15:11:35.524,24.0,30.0,40.70,319,8.2,32.8,169.8 +15:11:40.524,25.0,30.0,40.43,319,8.2,33.0,169.8 +15:11:46.033,25.0,30.0,40.43,319,8.6,34.4,169.8 +15:11:51.524,24.0,30.0,40.70,319,8.3,33.2,169.8 +15:11:56.527,25.0,30.0,40.43,319,8.2,32.9,169.8 +15:12:02.025,24.0,30.0,40.43,319,8.2,32.7,169.8 +15:12:07.526,25.0,30.0,40.43,319,8.2,32.7,169.8 +15:12:12.532,25.0,30.0,40.71,319,8.7,34.8,169.8 +15:12:18.026,24.0,30.0,40.43,319,8.2,32.9,169.8 +15:12:23.027,26.0,30.0,40.42,319,8.3,33.2,169.8 +15:12:28.526,25.0,30.0,40.43,319,8.2,33.0,169.8 +15:12:33.527,26.0,30.0,40.42,319,8.8,35.3,169.8 +15:12:39.032,26.0,30.0,40.43,319,8.7,34.7,169.8 +15:12:44.526,25.0,30.0,41.25,319,8.2,33.0,169.8 +15:12:49.527,26.0,30.0,40.43,319,8.9,35.6,169.8 +15:12:55.027,25.0,30.0,40.42,319,8.3,33.1,169.8 +15:13:00.027,26.0,30.0,40.43,319,8.9,35.5,169.8 +15:13:05.028,25.0,30.0,40.43,319,8.8,35.2,169.8 +15:13:10.029,25.0,30.0,40.43,319,8.2,32.8,169.8 +15:13:15.036,25.0,30.0,40.97,319,8.7,34.8,169.8 +15:13:20.527,24.0,30.0,40.70,319,8.2,32.9,169.8 +15:13:25.531,25.0,30.0,40.70,319,8.2,32.8,169.8 +15:13:31.027,24.0,30.0,40.70,319,8.2,32.7,169.8 +15:13:36.028,25.0,30.0,40.70,319,8.2,32.8,169.8 +15:13:41.536,25.0,30.0,40.70,319,8.7,34.8,169.8 +15:13:47.029,24.0,30.0,40.70,319,8.3,33.1,169.8 +15:13:52.030,25.0,30.0,40.43,319,8.2,32.9,169.8 +15:13:57.529,24.0,30.0,40.69,319,8.2,32.7,169.8 +15:14:03.029,25.0,30.0,40.70,319,8.2,32.6,169.8 +15:14:08.036,25.0,30.0,40.43,319,8.7,34.8,169.8 +15:14:13.530,24.0,30.0,40.70,319,8.3,33.1,169.8 +15:14:18.530,25.0,30.0,40.43,319,8.3,33.2,169.8 +15:14:24.029,24.0,30.0,40.70,319,8.2,33.0,169.8 +15:14:29.030,25.0,30.0,40.44,319,8.1,32.5,169.8 +15:14:34.536,25.0,30.0,40.43,319,8.7,34.6,169.8 +15:14:40.031,24.0,30.0,40.69,319,8.2,32.7,169.8 +15:14:45.530,25.0,30.0,40.70,319,8.2,33.0,169.8 +15:14:51.036,25.0,30.0,40.43,319,8.8,35.0,169.8 +15:14:56.531,24.0,30.0,40.70,319,8.2,32.9,169.8 +15:15:02.030,25.0,30.0,40.71,319,8.2,32.7,169.8 +15:15:07.537,25.0,30.0,40.70,319,8.7,34.6,169.8 +15:15:13.031,24.0,30.0,40.42,319,8.2,33.0,169.8 +15:15:18.031,25.0,30.0,40.70,319,8.3,33.2,169.8 +15:15:23.033,24.0,30.0,40.77,319,8.2,32.9,169.8 +15:15:28.532,25.0,30.0,40.70,320,8.1,32.5,169.8 +15:15:33.542,25.0,30.0,40.43,320,8.6,34.3,169.8 +15:15:39.032,24.0,30.0,40.70,320,8.2,32.8,169.8 +15:15:44.035,25.0,30.0,40.42,320,8.2,32.9,169.8 +15:15:49.532,24.0,30.0,40.43,320,8.1,32.4,169.8 +15:15:55.033,25.0,30.0,40.43,320,8.1,32.5,169.8 +15:16:00.043,25.0,30.0,40.44,320,8.6,34.4,169.8 +15:16:05.533,24.0,30.0,40.43,320,8.2,32.9,169.8 +15:16:10.536,26.0,30.0,40.42,320,8.2,33.0,169.8 +15:16:16.032,25.0,30.0,40.43,320,8.2,32.6,169.8 +15:16:21.033,26.0,30.0,40.42,320,8.8,35.4,169.8 +15:16:26.034,25.0,30.0,40.42,320,8.8,35.2,169.8 +15:16:31.534,25.0,30.0,40.45,320,8.8,35.2,169.8 +15:16:37.035,26.0,30.0,40.42,320,8.8,35.1,169.8 +15:16:42.533,25.0,30.0,40.43,320,8.2,32.9,169.8 +15:16:47.533,26.0,30.0,40.42,320,8.7,34.9,169.8 +15:16:52.535,25.0,30.0,40.42,320,8.8,35.2,169.8 +15:16:58.034,26.0,30.0,40.43,320,8.8,35.3,169.8 +15:17:03.034,25.0,30.0,40.43,320,8.2,32.9,169.8 +15:17:08.034,24.0,30.0,40.71,320,8.2,32.7,169.8 +15:17:13.040,25.0,30.0,40.70,320,8.2,33.0,169.8 +15:17:18.534,24.0,30.0,40.70,320,8.2,33.0,169.8 +15:17:23.536,24.0,30.0,40.97,320,7.5,30.2,169.8 +15:17:29.046,25.0,30.0,40.71,320,8.5,34.0,169.8 +15:17:34.535,24.0,30.0,40.69,320,8.2,32.6,169.8 +15:17:39.539,25.0,30.0,40.43,320,8.2,32.9,169.8 +15:17:45.036,24.0,30.0,40.98,320,8.2,32.7,169.8 +15:17:50.536,25.0,30.0,40.70,321,8.5,33.9,169.8 +15:17:55.545,25.0,30.0,40.43,321,8.7,34.7,169.8 +15:18:01.036,25.0,30.0,40.70,321,8.3,33.1,169.8 +15:18:06.039,25.0,30.0,40.43,321,8.2,33.0,169.8 +15:18:11.535,24.0,30.0,40.69,321,8.2,32.8,169.8 +15:18:16.536,25.0,30.0,40.43,321,8.1,32.5,169.8 +15:18:22.045,25.0,30.0,40.43,321,8.6,34.5,169.8 +15:18:27.537,24.0,30.0,40.70,321,8.2,32.9,169.8 +15:18:32.539,25.0,30.0,40.43,321,8.2,32.6,169.8 +15:18:38.038,24.0,30.0,41.25,322,8.2,32.7,169.8 +15:18:43.538,25.0,30.0,40.43,322,8.1,32.5,169.8 +15:18:48.544,24.0,30.0,40.70,322,8.0,32.0,169.8 +15:18:54.037,24.0,30.0,40.43,322,8.2,33.0,169.8 +15:18:59.039,26.0,30.0,40.43,322,8.8,35.3,169.8 +15:19:04.537,25.0,30.0,40.43,322,8.2,32.7,169.8 +15:19:10.038,25.0,30.0,40.43,322,8.2,32.9,169.8 +15:19:15.044,26.0,30.0,40.43,322,8.8,35.0,169.8 +15:19:20.538,25.0,30.0,40.43,322,8.2,32.8,169.8 +15:19:25.539,26.0,30.0,40.43,322,8.8,35.2,169.8 +15:19:30.539,25.0,30.0,40.43,322,8.8,35.1,169.8 +15:19:36.039,26.0,30.0,40.43,322,8.8,35.2,169.8 +15:19:41.040,25.0,30.0,40.43,322,8.8,35.3,169.8 +15:19:46.538,25.0,30.0,40.43,322,8.9,35.5,169.8 +15:19:51.543,25.0,30.0,40.70,322,8.2,32.7,169.8 +15:19:57.039,24.0,30.0,40.43,322,8.2,32.6,169.8 +15:20:02.040,25.0,30.0,40.70,322,8.3,33.2,169.8 +15:20:07.549,25.0,30.0,40.70,322,8.6,34.3,169.8 +15:20:13.040,24.0,30.0,40.43,322,8.2,32.8,169.8 +15:20:18.043,25.0,30.0,40.98,322,8.3,33.2,169.8 +15:20:23.539,24.0,30.0,40.70,322,8.2,33.0,169.8 +15:20:28.540,25.0,30.0,40.70,322,8.2,32.8,169.8 +15:20:33.541,24.0,30.0,40.70,322,8.2,32.6,169.8 +15:20:39.041,25.0,30.0,40.70,322,8.2,32.6,169.8 +15:20:44.048,25.0,30.0,40.43,322,8.7,34.7,169.8 +15:20:49.540,24.0,30.0,40.70,322,8.2,32.8,169.8 +15:20:54.542,25.0,30.0,40.97,322,8.3,33.2,169.8 +15:21:00.041,24.0,30.0,40.98,322,8.2,32.6,169.8 +15:21:05.542,24.0,30.0,40.70,322,8.2,32.6,169.8 +15:21:10.648,23.0,30.0,41.26,323,8.0,32.0,169.8 +15:21:16.041,26.0,30.0,39.70,328,8.2,32.9,172.8 +15:21:21.054,25.0,30.0,39.88,332,9.2,36.7,169.8 +15:21:26.545,24.0,30.0,40.48,333,8.5,34.0,169.8 +15:21:32.042,25.0,30.0,40.35,334,8.1,32.5,169.8 +15:21:37.047,26.0,30.0,40.40,334,8.2,32.7,169.8 +15:21:42.543,25.0,30.0,40.39,334,8.2,33.0,169.8 +15:21:48.042,25.0,30.0,40.40,334,8.1,32.4,169.8 +15:21:53.053,26.0,30.0,40.43,334,8.6,34.4,169.8 +15:21:58.542,25.0,30.0,40.46,334,8.3,33.2,169.8 +15:22:03.547,26.0,30.0,40.42,334,8.8,35.3,169.8 +15:22:09.044,25.0,30.0,40.42,334,8.1,32.3,169.8 +15:22:14.544,25.0,30.0,40.70,334,8.2,32.9,169.8 +15:22:20.053,25.0,30.0,40.45,334,8.5,33.9,169.8 +15:22:25.543,24.0,30.0,40.43,334,8.3,33.1,169.8 +15:22:30.545,25.0,30.0,40.38,334,8.2,32.6,169.8 +15:22:36.053,25.0,30.0,40.41,334,8.6,34.4,169.8 +15:22:41.545,25.0,30.0,40.42,334,8.2,32.7,169.8 +15:22:46.548,26.0,30.0,40.43,334,8.8,35.0,169.8 +15:22:52.045,25.0,30.0,40.46,334,8.3,33.1,169.8 +15:22:57.544,25.0,30.0,40.46,334,8.2,32.6,169.8 +15:23:02.554,26.0,30.0,40.43,335,8.8,35.0,169.8 +15:23:08.045,25.0,30.0,40.43,335,8.2,32.7,169.8 +15:23:13.048,26.0,30.0,40.40,335,8.8,35.4,169.8 +15:23:18.545,25.0,30.0,40.43,335,8.3,33.4,169.8 +15:23:23.545,26.0,30.0,40.43,335,8.8,35.3,169.8 +15:23:29.053,26.0,30.0,40.42,335,8.6,34.5,169.8 +15:23:34.056,25.0,30.0,40.59,335,8.6,34.3,169.8 +15:23:39.547,26.0,30.0,40.43,335,8.8,35.4,169.8 +15:23:45.047,25.0,30.0,40.46,335,8.9,35.7,169.8 +15:23:50.547,25.0,30.0,40.43,335,8.8,35.0,169.8 +15:23:56.048,26.0,30.0,40.42,335,8.7,34.9,169.8 +15:24:01.547,25.0,30.0,40.45,335,8.2,33.0,169.8 +15:24:06.548,26.0,30.0,40.43,335,8.8,35.0,169.8 +15:24:12.053,26.0,30.0,40.43,335,8.7,34.6,169.8 +15:24:17.547,25.0,30.0,40.45,335,8.2,32.6,169.8 +15:24:22.548,26.0,30.0,40.40,335,8.8,35.1,169.8 +15:24:28.047,25.0,30.0,40.44,335,7.9,31.7,169.8 +15:24:33.547,25.0,30.0,40.42,335,8.4,33.5,169.8 +15:24:38.553,26.0,30.0,40.13,336,8.7,34.6,169.8 +15:24:44.049,25.0,30.0,40.45,336,8.3,33.3,169.8 +15:24:49.549,26.0,30.0,40.30,336,8.8,35.1,169.8 +15:24:54.549,25.0,30.0,40.46,336,8.8,35.2,169.8 +15:25:00.049,26.0,30.0,40.47,336,8.7,34.6,169.8 +15:25:05.049,25.0,30.0,40.45,336,8.2,32.6,169.8 +15:25:10.548,25.0,30.0,40.43,336,9.1,36.2,169.8 +15:25:16.049,26.0,30.0,40.43,336,8.9,35.6,169.8 +15:25:21.050,25.0,30.0,40.36,336,8.8,35.0,169.8 +15:25:26.050,25.0,30.0,40.42,336,8.2,33.0,169.8 +15:25:31.062,25.0,30.0,40.74,336,8.6,34.3,169.8 +15:25:36.550,24.0,30.0,40.43,336,8.2,32.6,169.8 +15:25:41.558,25.0,30.0,40.75,336,8.2,32.8,169.8 +15:25:47.050,24.0,30.0,40.70,336,8.1,32.2,169.8 +15:25:52.051,25.0,30.0,40.68,336,8.2,33.0,169.8 +15:25:57.559,25.0,30.0,40.70,336,8.7,34.8,169.8 +15:26:03.050,25.0,30.0,40.70,336,8.3,33.4,169.8 +15:26:08.052,25.0,30.0,40.42,336,8.1,32.4,169.8 +15:26:13.550,24.0,30.0,40.70,336,8.1,32.4,169.8 +15:26:18.551,25.0,30.0,40.40,336,8.0,32.1,169.8 +15:26:24.057,25.0,30.0,40.36,336,8.7,34.8,169.8 +15:26:29.551,24.0,30.0,40.71,336,8.2,32.7,169.8 +15:26:34.557,25.0,30.0,40.37,337,8.2,32.8,169.8 +15:26:40.052,24.0,30.0,40.71,337,8.6,34.3,169.8 +15:26:45.064,25.0,30.0,40.53,337,8.7,34.8,169.8 +15:26:50.551,24.0,30.0,40.82,337,8.9,35.8,169.8 +15:26:55.558,24.0,30.0,40.79,338,8.6,34.3,169.8 +15:27:01.064,25.0,30.0,40.28,338,9.5,38.0,169.8 +15:27:06.551,24.0,30.0,40.38,338,8.9,35.6,169.8 +15:27:11.569,25.0,30.0,41.30,339,9.8,39.0,169.8 +15:27:17.058,25.0,30.0,40.31,341,9.9,39.6,169.8 +15:27:22.552,25.0,30.0,40.42,341,8.2,32.7,169.8 +15:27:28.052,25.0,30.0,40.43,341,8.1,32.4,169.8 +15:27:33.063,26.0,30.0,40.71,341,9.2,36.6,169.8 +15:27:38.558,25.0,30.0,40.55,341,8.6,34.2,169.8 +15:27:44.048,25.0,30.0,40.43,341,8.0,31.9,169.8 +15:27:49.549,25.0,30.0,40.43,341,9.4,37.7,169.8 +15:27:55.034,24.0,30.0,40.70,341,8.2,32.7,169.8 +15:28:00.035,25.0,30.0,40.44,341,8.3,33.1,169.8 +15:28:05.527,23.0,30.0,40.97,341,7.3,29.4,169.8 +15:28:10.525,25.0,30.0,40.45,341,8.2,32.6,169.8 +15:28:16.032,25.0,30.0,40.42,341,8.4,33.7,169.8 +15:28:21.523,24.0,30.0,40.46,341,8.2,33.0,169.8 +15:28:26.526,26.0,30.0,40.44,341,8.1,32.3,169.8 +15:28:32.022,25.0,30.0,40.44,341,8.8,35.2,169.8 +15:28:37.522,25.0,30.0,40.46,341,7.7,30.6,169.8 +15:28:42.532,26.0,30.0,40.39,341,8.3,33.2,169.8 +15:28:48.021,25.0,30.0,40.43,341,8.0,32.1,169.8 +15:28:53.034,26.0,30.0,40.49,341,9.2,36.6,169.8 +15:28:58.520,25.0,30.0,40.42,341,8.1,32.5,169.8 +15:29:03.532,25.0,30.0,40.55,341,10.4,41.7,169.8 +15:29:09.027,26.0,30.0,40.42,341,8.6,34.3,169.8 +15:29:14.522,25.0,30.0,40.43,341,8.4,33.7,169.8 +15:29:19.524,26.0,30.0,40.44,341,9.9,39.7,169.8 +15:29:25.021,25.0,30.0,40.43,341,8.1,32.3,169.8 +15:29:30.521,25.0,30.0,40.43,341,8.0,31.8,169.8 +15:29:35.527,26.0,30.0,41.52,342,8.8,35.3,169.8 +15:29:41.022,25.0,30.0,40.41,342,8.8,35.3,169.8 +15:29:46.022,25.0,30.0,40.43,342,8.1,32.2,169.8 +15:29:51.023,24.0,30.0,40.43,342,8.1,32.3,169.8 +15:29:56.523,25.0,30.0,40.44,342,8.1,32.3,169.8 +15:30:01.531,25.0,30.0,40.70,342,8.4,33.7,169.8 +15:30:07.022,24.0,30.0,40.43,342,8.2,32.8,169.8 +15:30:12.025,25.0,30.0,40.69,342,8.2,33.0,169.8 +15:30:17.522,24.0,30.0,40.43,342,8.1,32.5,169.8 +15:30:22.523,25.0,30.0,40.69,342,8.1,32.5,169.8 +15:30:27.524,24.0,30.0,40.70,342,8.2,32.8,169.8 +15:30:33.023,25.0,30.0,40.70,342,8.0,31.8,169.8 +15:30:38.030,25.0,30.0,40.42,342,8.6,34.2,169.8 +15:30:43.524,24.0,30.0,40.72,342,8.1,32.4,169.8 +15:30:48.524,25.0,30.0,40.42,342,8.0,32.1,169.8 +15:30:54.023,24.0,30.0,40.43,342,8.1,32.3,169.8 +15:30:59.024,25.0,30.0,40.44,342,8.1,32.5,169.8 +15:31:04.530,25.0,30.0,40.41,342,8.7,34.6,169.8 +15:31:10.023,24.0,30.0,40.41,342,8.0,32.1,169.8 +15:31:15.024,26.0,30.0,40.43,342,8.1,32.3,169.8 +15:31:20.027,26.0,30.0,40.59,343,10.3,41.1,169.8 +15:31:25.524,26.0,30.0,40.44,343,8.7,34.7,169.8 +15:31:30.525,25.0,30.0,40.25,343,9.1,36.2,169.8 +15:31:36.024,25.0,30.0,40.34,343,8.8,35.2,169.8 +15:31:41.025,25.0,30.0,40.41,343,8.2,32.8,169.8 +15:31:46.524,25.0,30.0,40.42,343,8.6,34.3,169.8 +15:31:51.525,25.0,30.0,40.51,343,10.2,40.6,169.8 +15:31:57.025,26.0,30.0,40.43,343,9.2,36.6,169.8 +15:32:02.525,25.0,30.0,40.28,343,8.8,35.3,169.8 +15:32:08.034,26.0,30.0,40.51,343,9.8,39.0,169.8 +15:32:13.535,26.0,30.0,40.40,343,10.8,43.1,169.8 +15:32:19.024,25.0,30.0,40.21,343,9.7,38.8,169.8 +15:32:24.025,25.0,30.0,40.51,343,9.7,38.8,169.8 +15:32:29.026,24.0,30.0,40.28,343,8.2,33.0,169.8 +15:32:34.046,24.0,30.0,40.85,343,8.1,32.2,169.8 +15:32:39.526,26.0,30.0,40.38,345,8.1,32.2,169.9 +15:32:44.527,25.0,30.0,40.73,345,8.5,33.9,169.9 +15:32:49.955,22.0,30.0,41.97,348,9.1,36.3,178.8 +15:32:55.150,20.0,30.0,42.39,353,8.6,34.2,190.6 diff --git a/logs/duck-preview_2026-05-13_15-39-39.csv b/logs/duck-preview_2026-05-13_15-39-39.csv new file mode 100644 index 0000000..96055bc --- /dev/null +++ b/logs/duck-preview_2026-05-13_15-39-39.csv @@ -0,0 +1,5 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +15:39:40.185,0.0,30.0,0.00,0,13.8,55.1,82.0 +15:39:45.534,0.0,30.0,0.00,0,0.0,0.1,82.2 +15:39:51.035,0.0,30.0,0.00,0,0.0,0.1,82.1 +15:39:56.035,0.0,30.0,0.00,0,0.0,0.1,82.4 diff --git a/logs/duck-preview_2026-05-13_15-40-08.csv b/logs/duck-preview_2026-05-13_15-40-08.csv new file mode 100644 index 0000000..6b44f04 --- /dev/null +++ b/logs/duck-preview_2026-05-13_15-40-08.csv @@ -0,0 +1,3 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +15:40:09.108,0.0,30.0,0.00,0,14.7,58.7,80.6 +15:40:14.534,25.0,30.0,39.89,0,6.5,26.1,110.1 diff --git a/logs/duck-preview_2026-05-14_07-31-30.csv b/logs/duck-preview_2026-05-14_07-31-30.csv new file mode 100644 index 0000000..476ca33 --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-31-30.csv @@ -0,0 +1,20 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:31:32.392,0.0,30.0,0.00,0,14.1,56.3,99.3 +07:31:37.600,8.0,30.0,111.99,2,9.8,39.3,304.1 +07:31:42.630,11.0,30.0,116.35,6,22.9,91.5,304.1 +07:31:48.121,7.0,30.0,125.33,8,7.3,29.1,304.4 +07:31:53.601,4.0,30.0,152.61,12,2.8,11.0,304.4 +07:31:58.601,5.0,30.0,151.74,14,8.8,35.4,306.6 +07:32:03.673,2.0,30.0,163.66,18,7.4,29.5,308.9 +07:32:08.902,7.0,30.0,171.27,18,19.6,78.2,467.9 +07:32:14.102,5.0,30.0,163.81,21,6.2,24.9,455.7 +07:32:19.646,7.0,30.0,197.26,27,7.0,28.1,455.1 +07:32:25.101,2.0,30.0,211.44,31,4.7,18.9,455.1 +07:32:30.101,2.0,30.0,228.48,32,4.8,19.0,455.1 +07:32:35.102,3.0,30.0,242.35,33,5.2,20.6,455.1 +07:32:40.601,5.0,30.0,260.70,33,5.2,20.8,455.1 +07:32:45.602,6.0,30.0,273.24,34,7.5,29.8,455.1 +07:32:51.102,7.0,30.0,254.06,34,4.7,18.6,455.1 +07:32:56.602,4.0,30.0,244.86,35,2.6,10.5,455.2 +07:33:01.622,4.0,30.0,249.15,36,4.7,18.8,455.2 +07:33:06.631,6.0,30.0,248.25,39,12.9,51.7,455.2 diff --git a/logs/duck-preview_2026-05-14_07-43-06.csv b/logs/duck-preview_2026-05-14_07-43-06.csv new file mode 100644 index 0000000..71553f8 --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-43-06.csv @@ -0,0 +1,6 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:43:07.984,0.0,30.0,0.00,0,17.6,70.2,99.1 +07:43:13.112,0.0,30.0,0.00,0,0.1,0.5,101.0 +07:43:18.612,0.0,30.0,0.00,0,0.9,3.7,102.2 +07:43:23.815,0.0,30.0,0.00,0,9.5,37.9,106.9 +07:43:29.112,0.0,30.0,0.00,0,1.7,6.9,106.9 diff --git a/logs/duck-preview_2026-05-14_07-43-53.csv b/logs/duck-preview_2026-05-14_07-43-53.csv new file mode 100644 index 0000000..9148e4d --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-43-53.csv @@ -0,0 +1,2 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:43:54.723,0.0,30.0,0.00,0,15.1,60.3,98.9 diff --git a/logs/duck-preview_2026-05-14_07-48-53.csv b/logs/duck-preview_2026-05-14_07-48-53.csv new file mode 100644 index 0000000..b50289d --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-48-53.csv @@ -0,0 +1,6 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:48:54.766,0.0,30.0,0.00,0,17.6,70.6,98.7 +07:49:00.119,0.0,30.0,0.00,0,1.4,5.7,99.4 +07:49:05.120,0.0,30.0,0.00,0,1.6,6.4,103.0 +07:49:10.620,0.0,30.0,0.00,0,1.0,4.0,103.1 +07:49:15.620,0.0,30.0,0.00,0,1.4,5.8,113.1 diff --git a/logs/duck-preview_2026-05-14_07-49-19.csv b/logs/duck-preview_2026-05-14_07-49-19.csv new file mode 100644 index 0000000..859a142 --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-49-19.csv @@ -0,0 +1,3 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:49:20.673,0.0,30.0,0.00,0,18.9,75.6,98.8 +07:49:26.121,0.0,30.0,0.00,0,0.0,0.1,99.4 diff --git a/logs/duck-preview_2026-05-14_07-49-36.csv b/logs/duck-preview_2026-05-14_07-49-36.csv new file mode 100644 index 0000000..0e8c64f --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-49-36.csv @@ -0,0 +1,2 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:49:37.200,0.0,30.0,0.00,0,18.3,73.2,98.8 diff --git a/logs/duck-preview_2026-05-14_07-49-49.csv b/logs/duck-preview_2026-05-14_07-49-49.csv new file mode 100644 index 0000000..c702186 --- /dev/null +++ b/logs/duck-preview_2026-05-14_07-49-49.csv @@ -0,0 +1,28 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +07:49:50.847,0.0,30.0,0.00,0,18.2,72.9,99.1 +07:49:56.120,0.0,30.0,0.00,0,1.4,5.7,99.6 +07:50:01.121,0.0,30.0,0.00,0,0.0,0.1,103.3 +07:50:06.622,0.0,30.0,0.00,0,0.1,0.3,103.5 +07:50:12.121,26.0,30.0,40.02,0,8.6,34.4,135.3 +07:50:17.135,25.0,30.0,45.12,3,12.0,48.1,175.3 +07:50:22.621,25.0,30.0,40.44,4,10.3,41.1,179.6 +07:50:27.751,25.0,30.0,45.58,7,6.5,26.0,169.8 +07:50:33.129,26.0,30.0,40.43,7,8.1,32.5,169.4 +07:50:38.622,0.0,30.0,41.90,9,0.1,0.4,167.7 +07:50:44.122,0.0,30.0,41.90,9,1.0,4.0,167.2 +07:50:49.124,25.0,30.0,146.22,10,7.7,30.8,169.4 +07:50:54.294,24.0,30.0,40.99,11,9.3,37.1,173.4 +07:50:59.621,25.0,30.0,40.43,12,6.8,27.3,173.6 +07:51:04.622,25.0,30.0,40.43,12,6.8,27.1,173.5 +07:51:09.622,26.0,30.0,40.41,12,7.1,28.4,173.5 +07:51:15.126,26.0,30.0,40.43,13,5.2,20.7,172.1 +07:51:20.622,25.0,30.0,40.43,13,4.8,19.2,172.1 +07:51:25.622,26.0,30.0,40.42,13,5.2,21.0,172.1 +07:51:31.122,25.0,30.0,40.44,13,4.9,19.7,172.1 +07:51:36.622,25.0,30.0,40.42,13,5.0,20.1,172.1 +07:51:41.625,26.0,30.0,40.41,13,5.6,22.5,172.1 +07:51:47.122,25.0,30.0,40.43,14,5.2,20.9,172.1 +07:51:52.124,25.0,30.0,40.43,14,4.9,19.5,172.1 +07:51:57.623,25.0,30.0,40.43,14,5.2,20.9,172.1 +07:52:02.675,24.0,30.0,40.93,15,5.5,22.2,172.1 +07:52:08.494,25.0,30.0,40.68,17,11.4,45.7,193.1 diff --git a/logs/duck-preview_2026-05-14_08-10-08.csv b/logs/duck-preview_2026-05-14_08-10-08.csv new file mode 100644 index 0000000..e24cb99 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-10-08.csv @@ -0,0 +1,7 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:10:09.669,0.0,30.0,0.00,0,18.9,75.5,98.7 +08:10:15.132,0.0,30.0,0.00,0,0.0,0.1,98.8 +08:10:20.132,0.0,30.0,0.00,0,1.0,4.1,101.5 +08:10:25.631,0.0,30.0,0.00,0,0.0,0.1,103.6 +08:10:30.632,0.0,30.0,0.00,0,0.0,0.1,103.2 +08:10:36.133,0.0,30.0,0.00,0,0.0,0.1,102.8 diff --git a/logs/duck-preview_2026-05-14_08-10-53.csv b/logs/duck-preview_2026-05-14_08-10-53.csv new file mode 100644 index 0000000..50f7ae3 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-10-53.csv @@ -0,0 +1,22 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:10:55.056,0.0,30.0,0.00,0,16.1,64.5,99.1 +08:11:00.133,0.0,30.0,0.00,0,0.0,0.1,99.3 +08:11:05.133,0.0,30.0,0.00,0,0.0,0.1,99.3 +08:11:10.633,0.0,30.0,0.00,0,1.5,6.1,101.9 +08:11:15.637,19.0,30.0,38.85,0,6.2,24.8,134.8 +08:11:21.133,24.0,30.0,40.41,0,6.8,27.4,132.0 +08:11:26.633,24.0,30.0,40.43,0,5.9,23.6,131.9 +08:11:32.136,25.0,30.0,40.44,0,7.8,31.0,132.0 +08:11:37.632,24.0,30.0,40.67,0,6.2,24.7,130.8 +08:11:42.633,25.0,30.0,40.43,0,6.0,23.8,130.8 +08:11:48.134,24.0,30.0,40.75,0,7.6,30.3,130.9 +08:11:53.914,25.0,30.0,42.35,2,7.2,28.9,163.2 +08:11:59.134,25.0,30.0,40.62,3,7.6,30.5,136.8 +08:12:04.633,24.0,30.0,40.70,4,6.3,25.4,137.2 +08:12:10.134,24.0,30.0,40.73,4,5.4,21.6,137.2 +08:12:15.134,25.0,30.0,40.70,4,4.2,16.9,137.1 +08:12:20.634,24.0,30.0,40.70,4,4.3,17.2,137.0 +08:12:25.634,25.0,30.0,40.70,4,4.4,17.5,137.0 +08:12:31.136,25.0,30.0,40.41,4,4.6,18.5,137.0 +08:12:36.634,24.0,30.0,40.70,4,4.4,17.6,137.0 +08:12:41.634,25.0,30.0,40.45,4,4.3,17.3,137.0 diff --git a/logs/duck-preview_2026-05-14_08-22-46.csv b/logs/duck-preview_2026-05-14_08-22-46.csv new file mode 100644 index 0000000..809de97 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-22-46.csv @@ -0,0 +1,3 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:22:47.307,0.0,30.0,0.00,0,19.6,78.2,106.2 +08:22:56.506,13.0,30.0,82.39,0,21.9,87.7,833.9 diff --git a/logs/duck-preview_2026-05-14_08-22-46.log b/logs/duck-preview_2026-05-14_08-22-46.log new file mode 100644 index 0000000..bd1596e --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-22-46.log @@ -0,0 +1,54 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_08-22-46 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.0 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-22-46.log +======================================================================== + +2026-05-14 08:22:46.126 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-13_15-40-08.log +2026-05-14 08:22:46.206 [INFO ] __main__: Application starting (session: 2026-05-14_08-22-46) +2026-05-14 08:22:46.353 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-22-46.csv +2026-05-14 08:22:46.353 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 08:22:46.353 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 08:22:46.538 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 08:22:46.538 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 08:22:46.545 [INFO ] __main__: Application shutting down +2026-05-14 08:22:46.796 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:22:46.797 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:22:46.798 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:22:46.798 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:22:46.799 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:22:46.837 [INFO ] app.camera.camera_service: Camera format requested: NV12 3840x2160 @ 30 fps +2026-05-14 08:22:47.043 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 08:22:47.044 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:22:47.044 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 3840x2160 @ 30 fps +2026-05-14 08:22:47.044 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:22:47.044 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:22:47.244 [DEBUG ] uvc: Running on macOS (Kernel release 22.6.0) +2026-05-14 08:22:47.244 [DEBUG ] uvc: Running on macOS Monterey or newer. Requires root privileges to detach kernel drivers. +2026-05-14 08:22:47.249 [INFO ] app.camera.uvc: UVC: macOS controller loaded for 'HD USB CAMERA' diff --git a/logs/duck-preview_2026-05-14_08-26-40.csv b/logs/duck-preview_2026-05-14_08-26-40.csv new file mode 100644 index 0000000..ed9f0f3 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-26-40.csv @@ -0,0 +1,5 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:26:41.655,0.0,30.0,0.00,0,18.4,73.5,106.7 +08:26:46.658,0.0,30.0,0.00,0,0.0,0.1,106.8 +08:26:52.158,0.0,30.0,0.00,0,0.0,0.1,106.8 +08:26:57.158,0.0,30.0,0.00,0,2.6,10.5,110.4 diff --git a/logs/duck-preview_2026-05-14_08-26-40.log b/logs/duck-preview_2026-05-14_08-26-40.log new file mode 100644 index 0000000..7c99374 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-26-40.log @@ -0,0 +1,61 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_08-26-40 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.0 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-26-40.log +======================================================================== + +2026-05-14 08:26:40.289 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-31-30.log +2026-05-14 08:26:40.381 [INFO ] __main__: Application starting (session: 2026-05-14_08-26-40) +2026-05-14 08:26:40.542 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-26-40.csv +2026-05-14 08:26:40.544 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 08:26:40.544 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 08:26:40.734 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 08:26:40.734 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 08:26:40.739 [INFO ] __main__: Application shutting down +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:26:41.035 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:26:41.036 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:26:41.037 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:26:41.037 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:26:41.037 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:26:41.037 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:26:41.072 [INFO ] app.camera.camera_service: Camera format requested: NV12 3840x2160 @ 30 fps +2026-05-14 08:26:41.227 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 08:26:41.227 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:26:41.228 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 3840x2160 @ 30 fps +2026-05-14 08:26:41.228 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:26:41.228 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:26:41.517 [DEBUG ] uvc: Running on macOS (Kernel release 22.6.0) +2026-05-14 08:26:41.517 [DEBUG ] uvc: Running on macOS Monterey or newer. Requires root privileges to detach kernel drivers. +2026-05-14 08:26:41.525 [INFO ] app.camera.uvc: UVC: macOS controller loaded for 'HD USB CAMERA' +2026-05-14 08:26:41.556 [DEBUG ] uvc: Found device that mached uid: 20:11 +2026-05-14 08:26:41.568 [DEBUG ] uvc: Device info: {'name': 'HD USB CAMERA', 'manufacturer': '4K USB CAMERA', 'serialNumber': '01.00.00', 'idProduct': 791, 'idVendor': 13028, 'device_address': 11, 'bus_number': 20, 'uid': '20:11'} +2026-05-14 08:26:41.581 [WARNING] app.camera.uvc.macos: UVC macOS open failed: Could not open device. Error: Access denied +2026-05-14 08:26:59.636 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 08:26:59.660 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 08:26:59.660 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 08:26:59.660 [INFO ] app.ui.main_window: CSV telemetry: 4 rows written diff --git a/logs/duck-preview_2026-05-14_08-29-28.csv b/logs/duck-preview_2026-05-14_08-29-28.csv new file mode 100644 index 0000000..8cd4048 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-29-28.csv @@ -0,0 +1,34 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:29:31.177,0.0,30.0,0.00,0,13.9,55.5,106.5 +08:29:36.279,0.0,30.0,0.00,0,0.0,0.1,106.7 +08:29:41.778,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:29:47.278,0.0,30.0,0.00,0,0.0,0.1,109.9 +08:29:52.777,0.0,30.0,0.00,0,1.0,4.1,110.0 +08:29:57.778,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:02.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:08.278,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:13.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:18.778,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:23.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:29.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:34.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:39.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:44.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:50.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:30:55.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:00.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:06.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:11.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:16.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:22.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:27.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:32.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:38.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:43.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:49.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:31:54.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:32:00.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:32:05.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:32:10.779,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:32:16.279,0.0,30.0,0.00,0,0.0,0.1,110.0 +08:32:21.279,0.0,30.0,0.00,0,0.0,0.1,110.0 diff --git a/logs/duck-preview_2026-05-14_08-29-28.log b/logs/duck-preview_2026-05-14_08-29-28.log new file mode 100644 index 0000000..1e5f061 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-29-28.log @@ -0,0 +1,61 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_08-29-28 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.0 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-29-28.log +======================================================================== + +2026-05-14 08:29:28.706 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-43-06.log +2026-05-14 08:29:28.976 [INFO ] __main__: Application starting (session: 2026-05-14_08-29-28) +2026-05-14 08:29:29.395 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-29-28.csv +2026-05-14 08:29:29.399 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 08:29:29.399 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 08:29:29.787 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 08:29:29.787 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 08:29:29.800 [INFO ] __main__: Application shutting down +2026-05-14 08:29:30.254 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:29:30.255 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:29:30.256 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:29:30.257 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:29:30.257 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:29:30.257 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:29:30.257 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:29:30.298 [INFO ] app.camera.camera_service: Camera format requested: NV12 3840x2160 @ 30 fps +2026-05-14 08:29:30.493 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 08:29:30.493 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:29:30.494 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 3840x2160 @ 30 fps +2026-05-14 08:29:30.494 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:29:30.494 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:29:31.029 [DEBUG ] uvc: Running on macOS (Kernel release 22.6.0) +2026-05-14 08:29:31.029 [DEBUG ] uvc: Running on macOS Monterey or newer. Requires root privileges to detach kernel drivers. +2026-05-14 08:29:31.037 [INFO ] app.camera.uvc: UVC: macOS controller loaded for 'HD USB CAMERA' +2026-05-14 08:29:31.072 [DEBUG ] uvc: Found device that mached uid: 20:10 +2026-05-14 08:29:31.084 [DEBUG ] uvc: Device info: {'name': 'HD USB CAMERA', 'manufacturer': '4K USB CAMERA', 'serialNumber': '01.00.00', 'idProduct': 791, 'idVendor': 13028, 'device_address': 10, 'bus_number': 20, 'uid': '20:10'} +2026-05-14 08:29:31.098 [WARNING] app.camera.uvc.macos: UVC macOS open failed: Could not open device. Error: Access denied +2026-05-14 08:32:26.267 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 08:32:26.288 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 08:32:26.288 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 08:32:26.289 [INFO ] app.ui.main_window: CSV telemetry: 33 rows written diff --git a/logs/duck-preview_2026-05-14_08-34-26.csv b/logs/duck-preview_2026-05-14_08-34-26.csv new file mode 100644 index 0000000..7d738a0 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-34-26.csv @@ -0,0 +1,10 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:34:27.798,0.0,30.0,0.00,0,14.2,57.0,80.7 +08:34:33.285,25.0,30.0,40.25,0,6.3,25.1,113.8 +08:34:38.778,24.0,30.0,40.27,0,6.1,24.4,116.3 +08:34:43.781,25.0,30.0,40.70,1,6.9,27.6,117.7 +08:34:48.786,25.0,30.0,45.56,4,9.9,39.7,157.4 +08:34:54.278,24.0,30.0,40.44,4,11.3,45.1,156.9 +08:34:59.778,25.0,30.0,40.53,4,11.4,45.6,157.7 +08:35:04.788,25.0,30.0,40.65,5,10.4,41.5,160.7 +08:35:10.278,24.0,30.0,40.43,5,9.7,38.7,160.2 diff --git a/logs/duck-preview_2026-05-14_08-34-26.log b/logs/duck-preview_2026-05-14_08-34-26.log new file mode 100644 index 0000000..3844164 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-34-26.log @@ -0,0 +1,62 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_08-34-26 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.0 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-34-26.log +======================================================================== + +2026-05-14 08:34:26.868 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-43-53.log +2026-05-14 08:34:26.922 [INFO ] __main__: Application starting (session: 2026-05-14_08-34-26) +2026-05-14 08:34:27.054 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-34-26.csv +2026-05-14 08:34:27.055 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 08:34:27.238 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 08:34:27.238 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 08:34:27.242 [INFO ] __main__: Application shutting down +2026-05-14 08:34:27.465 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:34:27.465 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:34:27.465 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:34:27.466 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:34:27.467 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:34:27.468 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:34:27.502 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30.0 fps +2026-05-14 08:34:27.725 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 08:34:27.725 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:34:27.725 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30.0 fps +2026-05-14 08:34:27.725 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:34:27.726 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:34:44.493 [DEBUG ] app.ui.menu_bar: Resolution selected: 1920x1080 +2026-05-14 08:34:44.493 [INFO ] app.camera.camera_service: Resolution change: 1920x1080 — restarting camera +2026-05-14 08:34:44.543 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 08:34:44.543 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 08:34:44.569 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:34:44.658 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:34:44.658 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:34:44.658 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:34:44.658 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:35:14.675 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 08:35:14.675 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 08:35:14.675 [INFO ] app.ui.main_window: CSV telemetry: 9 rows written diff --git a/logs/duck-preview_2026-05-14_08-40-01.csv b/logs/duck-preview_2026-05-14_08-40-01.csv new file mode 100644 index 0000000..26cd0f9 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-40-01.csv @@ -0,0 +1,3 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +08:40:02.523,0.0,30.0,0.00,0,19.9,79.7,104.8 +08:40:07.778,0.0,30.0,0.00,0,0.0,0.1,104.9 diff --git a/logs/duck-preview_2026-05-14_08-40-01.log b/logs/duck-preview_2026-05-14_08-40-01.log new file mode 100644 index 0000000..1f95430 --- /dev/null +++ b/logs/duck-preview_2026-05-14_08-40-01.log @@ -0,0 +1,59 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_08-40-01 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.0 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-40-01.log +======================================================================== + +2026-05-14 08:40:01.323 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-48-53.log +2026-05-14 08:40:01.384 [INFO ] __main__: Application starting (session: 2026-05-14_08-40-01) +2026-05-14 08:40:01.532 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_08-40-01.csv +2026-05-14 08:40:01.532 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 08:40:01.724 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 08:40:01.724 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 08:40:01.730 [INFO ] __main__: Application shutting down +2026-05-14 08:40:01.968 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:40:01.968 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:40:01.968 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:40:01.968 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:40:01.969 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 08:40:01.970 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 08:40:01.971 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 08:40:01.971 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 08:40:01.971 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 08:40:01.971 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 08:40:02.006 [INFO ] app.camera.camera_service: Camera format requested: NV12 3840x2160 @ 30 fps +2026-05-14 08:40:02.231 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 08:40:02.231 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 08:40:02.231 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 3840x2160 @ 30 fps +2026-05-14 08:40:02.231 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 08:40:02.232 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 08:40:02.407 [DEBUG ] uvc: Running on macOS (Kernel release 22.6.0) +2026-05-14 08:40:02.407 [DEBUG ] uvc: Running on macOS Monterey or newer. Requires root privileges to detach kernel drivers. +2026-05-14 08:40:02.413 [INFO ] app.camera.uvc: UVC: macOS controller loaded for 'HD USB CAMERA' +2026-05-14 08:40:02.443 [DEBUG ] uvc: Found device that mached uid: 20:10 +2026-05-14 08:40:02.455 [DEBUG ] uvc: Device info: {'name': 'HD USB CAMERA', 'manufacturer': '4K USB CAMERA', 'serialNumber': '01.00.00', 'idProduct': 791, 'idVendor': 13028, 'device_address': 10, 'bus_number': 20, 'uid': '20:10'} +2026-05-14 08:40:02.468 [WARNING] app.camera.uvc.macos: UVC macOS open failed: Could not open device. Error: Access denied +2026-05-14 08:40:11.300 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 08:40:11.300 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 08:40:11.300 [INFO ] app.ui.main_window: CSV telemetry: 2 rows written diff --git a/logs/duck-preview_2026-05-14_09-04-58.csv b/logs/duck-preview_2026-05-14_09-04-58.csv new file mode 100644 index 0000000..1f64c8f --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-04-58.csv @@ -0,0 +1,5 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +09:05:00.079,0.0,30.0,0.00,0,15.1,60.3,82.1 +09:05:05.402,0.0,30.0,0.00,0,0.0,0.1,82.2 +09:05:10.402,0.0,30.0,0.00,0,0.1,0.6,84.5 +09:05:15.403,0.0,30.0,0.00,0,0.2,0.8,84.5 diff --git a/logs/duck-preview_2026-05-14_09-04-58.log b/logs/duck-preview_2026-05-14_09-04-58.log new file mode 100644 index 0000000..8b4df44 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-04-58.log @@ -0,0 +1,57 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_09-04-58 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.1 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-04-58.log +======================================================================== + +2026-05-14 09:04:58.962 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-49-19.log +2026-05-14 09:04:59.048 [INFO ] __main__: Application starting (session: 2026-05-14_09-04-58) +2026-05-14 09:04:59.235 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-04-58.csv +2026-05-14 09:04:59.236 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 09:04:59.236 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 09:04:59.552 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:04:59.552 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 09:04:59.558 [INFO ] __main__: Application shutting down +2026-05-14 09:04:59.813 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:04:59.814 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:04:59.815 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:04:59.815 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:04:59.815 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:04:59.815 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:04:59.815 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:04:59.816 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:04:59.864 [INFO ] app.camera.camera_service: Camera format requested: NV12 3840x2160 @ 30 fps +2026-05-14 09:05:00.011 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 09:05:00.011 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:05:00.011 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 3840x2160 @ 30 fps +2026-05-14 09:05:00.011 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:05:00.011 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:05:00.012 [DEBUG ] app.camera.uvc.macos: pyuvc not available — macOS UVC controls disabled +2026-05-14 09:05:00.012 [WARNING] app.camera.uvc: UVC: pyuvc not installed — UVC controls unavailable on macOS +2026-05-14 09:05:20.524 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:05:20.549 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:05:20.550 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:05:20.550 [INFO ] app.ui.main_window: CSV telemetry: 4 rows written diff --git a/logs/duck-preview_2026-05-14_09-06-41.csv b/logs/duck-preview_2026-05-14_09-06-41.csv new file mode 100644 index 0000000..1d267e5 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-06-41.csv @@ -0,0 +1,12 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +09:06:42.042,0.0,30.0,0.00,0,13.4,53.8,81.8 +09:06:47.434,25.0,30.0,40.45,0,7.8,31.3,112.3 +09:06:52.905,28.0,30.0,38.49,2,7.5,30.0,118.9 +09:06:57.905,24.0,30.0,35.18,2,7.1,28.4,118.6 +09:07:03.434,21.0,30.0,42.03,4,8.7,34.7,116.5 +09:07:08.904,25.0,30.0,40.42,5,10.9,43.5,159.0 +09:07:13.905,25.0,30.0,40.43,5,9.9,39.6,158.8 +09:07:18.906,25.0,30.0,40.56,5,12.8,51.1,158.9 +09:07:23.910,25.0,30.0,40.60,5,10.1,40.4,157.6 +09:07:29.406,24.0,30.0,40.42,5,9.8,39.2,157.1 +09:07:34.407,25.0,30.0,40.68,5,10.1,40.3,157.1 diff --git a/logs/duck-preview_2026-05-14_09-06-41.log b/logs/duck-preview_2026-05-14_09-06-41.log new file mode 100644 index 0000000..b4b8877 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-06-41.log @@ -0,0 +1,67 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_09-06-41 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.1 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-06-41.log +======================================================================== + +2026-05-14 09:06:41.050 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-49-36.log +2026-05-14 09:06:41.119 [INFO ] __main__: Application starting (session: 2026-05-14_09-06-41) +2026-05-14 09:06:41.276 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-06-41.csv +2026-05-14 09:06:41.277 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 09:06:41.277 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 09:06:41.478 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:06:41.478 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 09:06:41.482 [INFO ] __main__: Application shutting down +2026-05-14 09:06:41.754 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:06:41.754 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:06:41.754 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:06:41.754 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:06:41.754 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:06:41.755 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:06:41.756 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:06:41.757 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:06:41.757 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:06:41.757 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:06:41.757 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:06:41.758 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:06:41.786 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 09:06:41.973 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 09:06:41.973 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:06:41.973 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 09:06:41.973 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:06:41.973 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:06:41.974 [DEBUG ] app.camera.uvc.macos: pyuvc not available — macOS UVC controls disabled +2026-05-14 09:06:41.975 [WARNING] app.camera.uvc: UVC: pyuvc not installed — UVC controls unavailable on macOS +2026-05-14 09:07:03.257 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:07:03.258 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:07:03.258 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 09:07:03.304 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:07:03.304 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:07:03.334 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 09:07:03.416 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:07:03.417 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 09:07:03.417 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:07:03.417 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:07:35.646 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:07:35.713 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:07:35.714 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:07:35.714 [INFO ] app.ui.main_window: CSV telemetry: 11 rows written diff --git a/logs/duck-preview_2026-05-14_09-36-27.csv b/logs/duck-preview_2026-05-14_09-36-27.csv new file mode 100644 index 0000000..1ac4412 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-36-27.csv @@ -0,0 +1,9 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +09:36:27.985,0.0,30.0,0.00,0,14.2,57.0,81.8 +09:36:32.988,30.0,30.0,33.30,0,9.4,37.8,111.0 +09:36:38.208,33.0,30.0,35.65,3,8.1,32.5,159.8 +09:36:43.489,30.0,30.0,33.77,5,9.9,39.5,119.8 +09:36:48.489,31.0,30.0,33.29,6,7.8,31.3,120.1 +09:36:53.988,30.0,30.0,33.25,6,7.6,30.4,120.1 +09:36:58.996,26.0,30.0,33.36,7,14.8,59.3,150.2 +09:37:04.493,31.0,30.0,33.26,9,10.1,40.5,143.8 diff --git a/logs/duck-preview_2026-05-14_09-36-27.log b/logs/duck-preview_2026-05-14_09-36-27.log new file mode 100644 index 0000000..c0a3cf3 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-36-27.log @@ -0,0 +1,74 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_09-36-27 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.1 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-36-27.log +======================================================================== + +2026-05-14 09:36:27.061 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_07-49-49.log +2026-05-14 09:36:27.127 [INFO ] __main__: Application starting (session: 2026-05-14_09-36-27) +2026-05-14 09:36:27.279 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-36-27.csv +2026-05-14 09:36:27.280 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 09:36:27.280 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 09:36:27.456 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:36:27.456 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 09:36:27.461 [INFO ] __main__: Application shutting down +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:36:27.696 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:36:27.697 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:36:27.697 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:36:27.697 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:36:27.698 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:36:27.699 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:36:27.699 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:36:27.699 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:36:27.699 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:36:27.699 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:36:27.735 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 09:36:27.908 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 09:36:27.908 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:36:27.908 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 09:36:27.909 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:36:27.909 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:36:27.909 [DEBUG ] app.camera.uvc.macos: pyuvc not available — macOS UVC controls disabled +2026-05-14 09:36:27.910 [WARNING] app.camera.uvc: UVC: pyuvc not installed — UVC controls unavailable on macOS +2026-05-14 09:36:43.640 [DEBUG ] app.ui.menu_bar: Model file selected: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 09:36:43.641 [INFO ] app.ui.main_window: Loading model: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 09:36:43.641 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:36:43.708 [INFO ] app.inference.worker_manager: Inference worker started (pid=3571, model=/Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt) +2026-05-14 09:36:43.709 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 09:36:43.710 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:36:43.713 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 09:36:43.714 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 09:36:43.714 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 09:36:43.715 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 09:36:49.389 [INFO ] app.inference.worker_manager: Inference device: cpu +2026-05-14 09:36:58.844 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 09:36:58.844 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:36:58.845 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 09:37:03.253 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 09:37:03.254 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 09:37:03.254 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 09:37:05.808 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:37:05.867 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:37:05.867 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:37:05.867 [INFO ] app.ui.main_window: CSV telemetry: 8 rows written diff --git a/logs/duck-preview_2026-05-14_09-40-54.csv b/logs/duck-preview_2026-05-14_09-40-54.csv new file mode 100644 index 0000000..9523b30 --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-40-54.csv @@ -0,0 +1,72 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +09:40:55.663,0.0,30.0,0.00,0,14.3,57.1,81.8 +09:41:01.763,34.0,30.0,35.67,2,8.4,33.6,160.3 +09:41:06.996,32.0,30.0,33.22,3,7.9,31.5,119.6 +09:41:12.002,31.0,30.0,33.27,4,10.7,42.9,131.2 +09:41:17.496,30.0,30.0,33.27,4,8.4,33.7,120.7 +09:41:22.501,31.0,30.0,33.31,6,12.2,48.6,151.0 +09:41:27.995,30.0,30.0,33.31,6,11.4,45.8,151.1 +09:41:32.998,31.0,30.0,33.30,6,12.1,48.5,151.0 +09:41:38.507,31.0,30.0,33.25,6,11.7,46.7,151.1 +09:41:43.997,30.0,30.0,33.28,6,11.2,44.6,150.3 +09:41:49.496,25.0,30.0,36.81,6,9.9,39.7,150.3 +09:41:54.498,24.0,30.0,40.73,6,10.0,40.0,150.3 +09:41:59.997,25.0,30.0,40.66,6,10.1,40.3,150.4 +09:42:05.497,25.0,30.0,40.68,6,9.8,39.0,150.5 +09:42:10.498,24.0,30.0,40.71,6,9.8,39.0,150.5 +09:42:15.499,25.0,30.0,40.46,6,9.2,36.8,150.5 +09:42:20.998,24.0,30.0,41.21,7,11.8,47.4,150.5 +09:42:26.497,24.0,30.0,40.41,7,9.8,39.2,150.5 +09:42:31.509,24.0,30.0,42.09,8,10.1,40.4,150.5 +09:42:36.998,23.0,30.0,42.63,8,9.4,37.7,150.6 +09:42:42.001,24.0,30.0,42.59,9,8.9,35.7,150.6 +09:42:47.498,23.0,30.0,42.66,11,8.7,34.7,150.6 +09:42:52.499,26.0,30.0,43.72,12,10.0,39.9,150.6 +09:42:58.010,24.0,30.0,43.20,13,9.3,37.1,150.6 +09:43:03.500,19.0,30.0,42.91,14,9.2,37.0,150.6 +09:43:08.504,22.0,30.0,44.86,15,8.6,34.3,150.6 +09:43:14.007,22.0,30.0,44.23,17,9.2,36.6,150.6 +09:43:19.500,24.0,30.0,43.53,18,10.1,40.2,150.6 +09:43:24.514,20.0,30.0,49.00,23,8.7,34.7,151.8 +09:43:30.000,24.0,30.0,44.75,24,6.5,26.0,152.0 +09:43:35.000,25.0,30.0,42.36,25,7.0,28.0,151.7 +09:43:40.504,25.0,30.0,41.79,25,6.6,26.3,153.1 +09:43:46.000,23.0,30.0,46.75,29,6.5,26.0,152.2 +09:43:51.003,25.0,30.0,41.55,30,8.0,32.0,152.3 +09:43:56.501,0.0,30.0,41.92,31,0.5,2.0,150.6 +09:44:02.001,0.0,30.0,41.92,31,0.1,0.6,150.6 +09:44:07.501,0.0,30.0,41.92,31,0.2,0.8,150.2 +09:44:12.501,0.0,30.0,41.92,31,0.5,2.0,148.8 +09:44:18.004,7.0,30.0,251.99,32,7.9,31.5,189.3 +09:44:23.512,30.0,30.0,33.28,32,11.9,47.7,189.4 +09:44:29.001,29.0,30.0,33.29,32,12.7,50.9,188.9 +09:44:34.007,30.0,30.0,33.30,32,12.2,48.9,189.0 +09:44:39.502,29.0,30.0,33.28,32,13.7,54.9,189.7 +09:44:44.502,30.0,30.0,35.66,35,8.0,32.0,186.5 +09:44:49.509,31.0,30.0,33.27,35,8.3,33.2,186.4 +09:44:55.001,30.0,30.0,33.02,35,8.8,35.2,186.2 +09:45:00.010,31.0,30.0,33.04,36,11.6,46.5,187.7 +09:45:05.503,30.0,30.0,33.53,37,12.2,48.6,187.7 +09:45:10.507,31.0,30.0,33.00,37,11.1,44.4,187.6 +09:45:16.002,22.0,30.0,38.49,38,8.2,33.0,187.6 +09:45:21.002,25.0,30.0,41.53,38,10.0,40.0,186.7 +09:45:26.003,25.0,30.0,41.01,38,9.7,38.8,186.7 +09:45:31.004,24.0,30.0,42.05,38,9.8,39.4,186.7 +09:45:36.509,25.0,30.0,43.42,39,12.2,48.6,186.7 +09:45:42.003,23.0,30.0,42.60,40,10.8,43.0,186.7 +09:45:47.007,25.0,30.0,43.21,41,10.7,42.6,186.7 +09:45:52.504,21.0,30.0,47.30,45,8.2,33.0,186.7 +09:45:57.504,20.0,30.0,50.86,49,8.6,34.5,186.7 +09:46:02.504,22.0,30.0,47.30,52,8.0,32.1,186.7 +09:46:08.004,17.0,30.0,48.15,58,10.0,40.0,187.1 +09:46:13.504,27.0,30.0,39.61,60,7.7,30.8,187.1 +09:46:19.013,30.0,30.0,34.41,62,10.1,40.3,186.9 +09:46:24.504,17.0,30.0,40.21,69,4.5,18.2,189.9 +09:46:29.511,29.0,30.0,34.40,69,12.3,49.4,190.0 +09:46:34.520,30.0,30.0,39.79,73,12.2,48.9,220.8 +09:46:40.005,28.0,30.0,34.64,75,13.5,54.1,220.8 +09:46:45.014,29.0,30.0,35.78,80,11.8,47.4,220.8 +09:46:50.506,0.0,30.0,35.36,82,0.1,0.6,212.2 +09:46:56.006,0.0,30.0,35.36,82,0.4,1.6,212.1 +09:47:01.506,0.0,30.0,35.36,82,1.6,6.2,212.2 +09:47:07.013,30.0,30.0,34.06,83,12.8,51.4,215.5 diff --git a/logs/duck-preview_2026-05-14_09-40-54.log b/logs/duck-preview_2026-05-14_09-40-54.log new file mode 100644 index 0000000..707772c --- /dev/null +++ b/logs/duck-preview_2026-05-14_09-40-54.log @@ -0,0 +1,487 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_09-40-54 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.1 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-40-54.log +======================================================================== + +2026-05-14 09:40:54.717 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_08-10-08.log +2026-05-14 09:40:54.793 [INFO ] __main__: Application starting (session: 2026-05-14_09-40-54) +2026-05-14 09:40:54.934 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_09-40-54.csv +2026-05-14 09:40:54.934 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 09:40:54.934 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 09:40:55.131 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:40:55.131 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 09:40:55.137 [INFO ] __main__: Application shutting down +2026-05-14 09:40:55.368 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:40:55.369 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 09:40:55.370 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 09:40:55.371 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 09:40:55.371 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 09:40:55.405 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 09:40:55.581 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 09:40:55.581 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:40:55.581 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 09:40:55.581 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:40:55.581 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:40:55.582 [DEBUG ] app.camera.uvc.macos: pyuvc not available — macOS UVC controls disabled +2026-05-14 09:40:55.583 [WARNING] app.camera.uvc: UVC: pyuvc not installed — UVC controls unavailable on macOS +2026-05-14 09:41:05.949 [DEBUG ] app.ui.menu_bar: Model file selected: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 09:41:05.949 [INFO ] app.ui.main_window: Loading model: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 09:41:05.950 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:41:05.975 [INFO ] app.inference.worker_manager: Inference worker started (pid=3786, model=/Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt) +2026-05-14 09:41:05.976 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 09:41:05.977 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:41:05.978 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 09:41:05.979 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 09:41:05.979 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 09:41:05.980 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 09:41:11.884 [INFO ] app.inference.worker_manager: Inference device: cpu +2026-05-14 09:41:19.091 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 09:41:19.092 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:41:19.092 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 09:41:55.401 [INFO ] app.inference.worker_manager: frame 177: 1 detection(s) in 130.5 ms — etykieta 0.32 +2026-05-14 09:41:58.047 [INFO ] app.inference.worker_manager: frame 189: 1 detection(s) in 127.1 ms — etykieta 0.27 +2026-05-14 09:41:58.304 [INFO ] app.inference.worker_manager: frame 190: 1 detection(s) in 155.3 ms — etykieta 0.25 +2026-05-14 09:41:58.547 [INFO ] app.inference.worker_manager: frame 191: 1 detection(s) in 134.4 ms — etykieta 0.26 +2026-05-14 09:41:59.146 [INFO ] app.inference.worker_manager: frame 194: 1 detection(s) in 144.5 ms — etykieta 0.34 +2026-05-14 09:41:59.347 [INFO ] app.inference.worker_manager: frame 195: 1 detection(s) in 132.8 ms — etykieta 0.29 +2026-05-14 09:41:59.546 [INFO ] app.inference.worker_manager: frame 196: 1 detection(s) in 140.1 ms — etykieta 0.27 +2026-05-14 09:42:00.796 [INFO ] app.inference.worker_manager: frame 202: 1 detection(s) in 154.7 ms — etykieta 0.26 +2026-05-14 09:42:01.047 [INFO ] app.inference.worker_manager: frame 203: 1 detection(s) in 150.3 ms — etykieta 0.29 +2026-05-14 09:42:01.247 [INFO ] app.inference.worker_manager: frame 204: 1 detection(s) in 131.5 ms — etykieta 0.27 +2026-05-14 09:42:01.447 [INFO ] app.inference.worker_manager: frame 205: 1 detection(s) in 141.3 ms — etykieta 0.30 +2026-05-14 09:42:01.648 [INFO ] app.inference.worker_manager: frame 206: 1 detection(s) in 131.5 ms — etykieta 0.29 +2026-05-14 09:42:03.597 [INFO ] app.inference.worker_manager: frame 215: 1 detection(s) in 133.8 ms — etykieta 0.30 +2026-05-14 09:42:06.098 [INFO ] app.inference.worker_manager: frame 227: 1 detection(s) in 125.3 ms — etykieta 0.27 +2026-05-14 09:42:06.998 [INFO ] app.inference.worker_manager: frame 231: 1 detection(s) in 150.9 ms — etykieta 0.26 +2026-05-14 09:42:07.448 [INFO ] app.inference.worker_manager: frame 233: 1 detection(s) in 139.3 ms — etykieta 0.25 +2026-05-14 09:42:08.247 [INFO ] app.inference.worker_manager: frame 237: 1 detection(s) in 153.6 ms — etykieta 0.25 +2026-05-14 09:42:08.448 [INFO ] app.inference.worker_manager: frame 238: 1 detection(s) in 143.1 ms — etykieta 0.25 +2026-05-14 09:42:12.698 [INFO ] app.inference.worker_manager: frame 258: 1 detection(s) in 130.6 ms — etykieta 0.25 +2026-05-14 09:42:17.197 [INFO ] app.inference.worker_manager: frame 279: 1 detection(s) in 138.9 ms — etykieta 0.26 +2026-05-14 09:42:17.448 [INFO ] app.inference.worker_manager: frame 280: 1 detection(s) in 156.1 ms — etykieta 0.25 +2026-05-14 09:42:17.848 [INFO ] app.inference.worker_manager: frame 282: 1 detection(s) in 125.4 ms — etykieta 0.26 +2026-05-14 09:42:19.447 [INFO ] app.inference.worker_manager: frame 289: 1 detection(s) in 129.9 ms — etykieta 0.25 +2026-05-14 09:42:20.697 [INFO ] app.inference.worker_manager: frame 294: 1 detection(s) in 159.0 ms — etykieta 0.26 +2026-05-14 09:42:21.147 [INFO ] app.inference.worker_manager: frame 296: 1 detection(s) in 142.0 ms — etykieta 0.25 +2026-05-14 09:42:21.450 [INFO ] app.inference.worker_manager: frame 297: 1 detection(s) in 221.0 ms — etykieta 0.26 +2026-05-14 09:42:21.900 [INFO ] app.inference.worker_manager: frame 299: 1 detection(s) in 132.7 ms — etykieta 0.26 +2026-05-14 09:42:22.998 [INFO ] app.inference.worker_manager: frame 303: 1 detection(s) in 171.4 ms — etykieta 0.25 +2026-05-14 09:42:25.048 [INFO ] app.inference.worker_manager: frame 312: 1 detection(s) in 144.5 ms — etykieta 0.26 +2026-05-14 09:42:25.848 [INFO ] app.inference.worker_manager: frame 316: 1 detection(s) in 150.7 ms — etykieta 0.25 +2026-05-14 09:42:26.254 [INFO ] app.inference.worker_manager: frame 318: 1 detection(s) in 131.9 ms — etykieta 0.25 +2026-05-14 09:42:26.498 [INFO ] app.inference.worker_manager: frame 319: 1 detection(s) in 147.4 ms — etykieta 0.25 +2026-05-14 09:42:26.698 [INFO ] app.inference.worker_manager: frame 320: 1 detection(s) in 127.9 ms — etykieta 0.26 +2026-05-14 09:42:28.747 [INFO ] app.inference.worker_manager: frame 329: 1 detection(s) in 142.2 ms — etykieta 0.25 +2026-05-14 09:42:30.198 [INFO ] app.inference.worker_manager: frame 336: 1 detection(s) in 134.9 ms — etykieta 0.25 +2026-05-14 09:42:30.398 [INFO ] app.inference.worker_manager: frame 337: 1 detection(s) in 146.0 ms — etykieta 0.25 +2026-05-14 09:42:31.702 [INFO ] app.inference.worker_manager: frame 343: 1 detection(s) in 169.5 ms — etykieta 0.26 +2026-05-14 09:42:31.947 [INFO ] app.inference.worker_manager: frame 344: 1 detection(s) in 147.4 ms — etykieta 0.26 +2026-05-14 09:42:32.348 [INFO ] app.inference.worker_manager: frame 346: 1 detection(s) in 131.3 ms — etykieta 0.26 +2026-05-14 09:42:32.798 [INFO ] app.inference.worker_manager: frame 348: 1 detection(s) in 174.2 ms — etykieta 0.25 +2026-05-14 09:42:33.052 [INFO ] app.inference.worker_manager: frame 349: 1 detection(s) in 134.8 ms — etykieta 0.25 +2026-05-14 09:42:33.448 [INFO ] app.inference.worker_manager: frame 351: 1 detection(s) in 122.5 ms — etykieta 0.25 +2026-05-14 09:42:33.652 [INFO ] app.inference.worker_manager: frame 352: 1 detection(s) in 133.6 ms — etykieta 0.26 +2026-05-14 09:42:34.802 [INFO ] app.inference.worker_manager: frame 357: 1 detection(s) in 163.6 ms — etykieta 0.25 +2026-05-14 09:42:35.005 [INFO ] app.inference.worker_manager: frame 358: 1 detection(s) in 140.0 ms — etykieta 0.25 +2026-05-14 09:42:35.398 [INFO ] app.inference.worker_manager: frame 360: 1 detection(s) in 119.2 ms — etykieta 0.25 +2026-05-14 09:42:36.798 [INFO ] app.inference.worker_manager: frame 366: 1 detection(s) in 149.7 ms — etykieta 0.25 +2026-05-14 09:42:37.147 [INFO ] app.inference.worker_manager: frame 368: 1 detection(s) in 114.2 ms — etykieta 0.25 +2026-05-14 09:42:37.348 [INFO ] app.inference.worker_manager: frame 369: 1 detection(s) in 133.7 ms — etykieta 0.25 +2026-05-14 09:42:38.005 [INFO ] app.inference.worker_manager: frame 372: 1 detection(s) in 177.3 ms — etykieta 0.26 +2026-05-14 09:42:38.248 [INFO ] app.inference.worker_manager: frame 373: 1 detection(s) in 145.1 ms — etykieta 0.25 +2026-05-14 09:42:39.097 [INFO ] app.inference.worker_manager: frame 377: 1 detection(s) in 140.6 ms — etykieta 0.25 +2026-05-14 09:42:39.298 [INFO ] app.inference.worker_manager: frame 378: 1 detection(s) in 138.4 ms — etykieta 0.25 +2026-05-14 09:42:39.498 [INFO ] app.inference.worker_manager: frame 379: 1 detection(s) in 131.1 ms — etykieta 0.25 +2026-05-14 09:42:41.204 [INFO ] app.inference.worker_manager: frame 387: 1 detection(s) in 134.2 ms — etykieta 0.25 +2026-05-14 09:42:41.648 [INFO ] app.inference.worker_manager: frame 389: 1 detection(s) in 135.2 ms — etykieta 0.25 +2026-05-14 09:42:43.054 [INFO ] app.inference.worker_manager: frame 395: 1 detection(s) in 140.6 ms — etykieta 0.26 +2026-05-14 09:42:44.506 [INFO ] app.inference.worker_manager: frame 401: 1 detection(s) in 153.4 ms — etykieta 0.25 +2026-05-14 09:42:45.149 [INFO ] app.inference.worker_manager: frame 404: 1 detection(s) in 145.6 ms — etykieta 0.25 +2026-05-14 09:42:45.748 [INFO ] app.inference.worker_manager: frame 407: 1 detection(s) in 141.4 ms — etykieta 0.25 +2026-05-14 09:42:47.098 [INFO ] app.inference.worker_manager: frame 413: 1 detection(s) in 152.0 ms — etykieta 0.26 +2026-05-14 09:42:47.598 [INFO ] app.inference.worker_manager: frame 415: 1 detection(s) in 137.3 ms — etykieta 0.25 +2026-05-14 09:42:49.399 [INFO ] app.inference.worker_manager: frame 423: 1 detection(s) in 132.9 ms — etykieta 0.25 +2026-05-14 09:42:49.653 [INFO ] app.inference.worker_manager: frame 424: 1 detection(s) in 159.0 ms — etykieta 0.25 +2026-05-14 09:42:50.099 [INFO ] app.inference.worker_manager: frame 426: 1 detection(s) in 132.2 ms — etykieta 0.25 +2026-05-14 09:42:50.299 [INFO ] app.inference.worker_manager: frame 427: 1 detection(s) in 140.7 ms — etykieta 0.25 +2026-05-14 09:42:50.498 [INFO ] app.inference.worker_manager: frame 428: 1 detection(s) in 127.4 ms — etykieta 0.25 +2026-05-14 09:42:50.899 [INFO ] app.inference.worker_manager: frame 430: 1 detection(s) in 123.1 ms — etykieta 0.25 +2026-05-14 09:42:51.348 [INFO ] app.inference.worker_manager: frame 432: 1 detection(s) in 131.5 ms — etykieta 0.25 +2026-05-14 09:42:51.548 [INFO ] app.inference.worker_manager: frame 433: 1 detection(s) in 157.0 ms — etykieta 0.25 +2026-05-14 09:42:51.749 [INFO ] app.inference.worker_manager: frame 434: 1 detection(s) in 133.0 ms — etykieta 0.25 +2026-05-14 09:42:52.149 [INFO ] app.inference.worker_manager: frame 436: 1 detection(s) in 129.5 ms — etykieta 0.26 +2026-05-14 09:42:52.798 [INFO ] app.inference.worker_manager: frame 439: 1 detection(s) in 157.5 ms — etykieta 0.25 +2026-05-14 09:42:52.999 [INFO ] app.inference.worker_manager: frame 440: 1 detection(s) in 130.9 ms — etykieta 0.25 +2026-05-14 09:42:53.598 [INFO ] app.inference.worker_manager: frame 443: 1 detection(s) in 143.9 ms — etykieta 0.25 +2026-05-14 09:42:54.107 [INFO ] app.inference.worker_manager: frame 445: 1 detection(s) in 131.4 ms — etykieta 0.25 +2026-05-14 09:42:54.349 [INFO ] app.inference.worker_manager: frame 446: 1 detection(s) in 134.8 ms — etykieta 0.26 +2026-05-14 09:42:54.749 [INFO ] app.inference.worker_manager: frame 448: 1 detection(s) in 132.7 ms — etykieta 0.26 +2026-05-14 09:42:54.949 [INFO ] app.inference.worker_manager: frame 449: 1 detection(s) in 128.9 ms — etykieta 0.25 +2026-05-14 09:42:55.148 [INFO ] app.inference.worker_manager: frame 450: 1 detection(s) in 127.0 ms — etykieta 0.26 +2026-05-14 09:42:56.299 [INFO ] app.inference.worker_manager: frame 455: 1 detection(s) in 130.1 ms — etykieta 0.25 +2026-05-14 09:42:56.548 [INFO ] app.inference.worker_manager: frame 456: 1 detection(s) in 166.9 ms — etykieta 0.25 +2026-05-14 09:42:56.999 [INFO ] app.inference.worker_manager: frame 458: 1 detection(s) in 133.3 ms — etykieta 0.25 +2026-05-14 09:42:57.848 [INFO ] app.inference.worker_manager: frame 462: 1 detection(s) in 152.3 ms — etykieta 0.25 +2026-05-14 09:42:58.099 [INFO ] app.inference.worker_manager: frame 463: 1 detection(s) in 129.3 ms — etykieta 0.25 +2026-05-14 09:42:58.498 [INFO ] app.inference.worker_manager: frame 465: 1 detection(s) in 130.9 ms — etykieta 0.25 +2026-05-14 09:42:58.699 [INFO ] app.inference.worker_manager: frame 466: 1 detection(s) in 129.1 ms — etykieta 0.26 +2026-05-14 09:42:58.899 [INFO ] app.inference.worker_manager: frame 467: 1 detection(s) in 138.9 ms — etykieta 0.25 +2026-05-14 09:42:59.159 [INFO ] app.inference.worker_manager: frame 468: 1 detection(s) in 171.8 ms — etykieta 0.25 +2026-05-14 09:42:59.756 [INFO ] app.inference.worker_manager: frame 471: 1 detection(s) in 147.4 ms — etykieta 0.25 +2026-05-14 09:43:00.149 [INFO ] app.inference.worker_manager: frame 473: 1 detection(s) in 133.2 ms — etykieta 0.25 +2026-05-14 09:43:00.599 [INFO ] app.inference.worker_manager: frame 475: 1 detection(s) in 130.3 ms — etykieta 0.25 +2026-05-14 09:43:00.799 [INFO ] app.inference.worker_manager: frame 476: 1 detection(s) in 133.8 ms — etykieta 0.26 +2026-05-14 09:43:01.405 [INFO ] app.inference.worker_manager: frame 479: 1 detection(s) in 142.6 ms — etykieta 0.25 +2026-05-14 09:43:01.649 [INFO ] app.inference.worker_manager: frame 480: 1 detection(s) in 135.4 ms — etykieta 0.25 +2026-05-14 09:43:02.049 [INFO ] app.inference.worker_manager: frame 482: 1 detection(s) in 124.0 ms — etykieta 0.26 +2026-05-14 09:43:02.449 [INFO ] app.inference.worker_manager: frame 484: 1 detection(s) in 129.8 ms — etykieta 0.25 +2026-05-14 09:43:03.099 [INFO ] app.inference.worker_manager: frame 487: 1 detection(s) in 153.4 ms — etykieta 0.26 +2026-05-14 09:43:04.149 [INFO ] app.inference.worker_manager: frame 492: 1 detection(s) in 152.3 ms — etykieta 0.25 +2026-05-14 09:43:04.449 [INFO ] app.inference.worker_manager: frame 493: 1 detection(s) in 199.4 ms — etykieta 0.26 +2026-05-14 09:43:05.299 [INFO ] app.inference.worker_manager: frame 497: 1 detection(s) in 147.0 ms — etykieta 0.25 +2026-05-14 09:43:05.549 [INFO ] app.inference.worker_manager: frame 498: 1 detection(s) in 134.8 ms — etykieta 0.25 +2026-05-14 09:43:07.903 [INFO ] app.inference.worker_manager: frame 509: 1 detection(s) in 135.8 ms — etykieta 0.25 +2026-05-14 09:43:08.548 [INFO ] app.inference.worker_manager: frame 512: 1 detection(s) in 161.0 ms — etykieta 0.25 +2026-05-14 09:43:09.459 [INFO ] app.inference.worker_manager: frame 516: 1 detection(s) in 167.6 ms — etykieta 0.25 +2026-05-14 09:43:09.999 [INFO ] app.inference.worker_manager: frame 518: 1 detection(s) in 154.3 ms — etykieta 0.26 +2026-05-14 09:43:11.649 [INFO ] app.inference.worker_manager: frame 526: 1 detection(s) in 147.5 ms — etykieta 0.25 +2026-05-14 09:43:11.899 [INFO ] app.inference.worker_manager: frame 527: 1 detection(s) in 185.0 ms — etykieta 0.26 +2026-05-14 09:43:12.149 [INFO ] app.inference.worker_manager: frame 528: 1 detection(s) in 145.8 ms — etykieta 0.26 +2026-05-14 09:43:13.598 [INFO ] app.inference.worker_manager: frame 534: 1 detection(s) in 151.8 ms — etykieta 0.25 +2026-05-14 09:43:14.007 [INFO ] app.inference.worker_manager: frame 536: 1 detection(s) in 134.8 ms — etykieta 0.26 +2026-05-14 09:43:15.149 [INFO ] app.inference.worker_manager: frame 541: 1 detection(s) in 160.2 ms — etykieta 0.25 +2026-05-14 09:43:15.558 [INFO ] app.inference.worker_manager: frame 543: 1 detection(s) in 145.8 ms — etykieta 0.25 +2026-05-14 09:43:16.299 [INFO ] app.inference.worker_manager: frame 546: 1 detection(s) in 150.9 ms — etykieta 0.25 +2026-05-14 09:43:16.549 [INFO ] app.inference.worker_manager: frame 547: 1 detection(s) in 170.1 ms — etykieta 0.26 +2026-05-14 09:43:16.949 [INFO ] app.inference.worker_manager: frame 549: 1 detection(s) in 142.2 ms — etykieta 0.26 +2026-05-14 09:43:17.150 [INFO ] app.inference.worker_manager: frame 550: 1 detection(s) in 141.3 ms — etykieta 0.25 +2026-05-14 09:43:17.750 [INFO ] app.inference.worker_manager: frame 553: 1 detection(s) in 155.2 ms — etykieta 0.25 +2026-05-14 09:43:18.000 [INFO ] app.inference.worker_manager: frame 554: 1 detection(s) in 137.7 ms — etykieta 0.25 +2026-05-14 09:43:19.099 [INFO ] app.inference.worker_manager: frame 559: 1 detection(s) in 172.7 ms — etykieta 0.25 +2026-05-14 09:43:19.599 [INFO ] app.inference.worker_manager: frame 561: 1 detection(s) in 142.8 ms — etykieta 0.25 +2026-05-14 09:43:19.799 [INFO ] app.inference.worker_manager: frame 562: 1 detection(s) in 136.7 ms — etykieta 0.26 +2026-05-14 09:43:20.099 [INFO ] app.inference.worker_manager: frame 563: 1 detection(s) in 123.7 ms — etykieta 0.25 +2026-05-14 09:43:20.949 [INFO ] app.inference.worker_manager: frame 566: 1 detection(s) in 215.0 ms — etykieta 0.26 +2026-05-14 09:43:21.401 [INFO ] app.inference.worker_manager: frame 568: 1 detection(s) in 155.2 ms — etykieta 0.26 +2026-05-14 09:43:22.249 [INFO ] app.inference.worker_manager: frame 571: 1 detection(s) in 173.6 ms — etykieta 0.26 +2026-05-14 09:43:23.449 [INFO ] app.inference.worker_manager: frame 576: 1 detection(s) in 157.7 ms — etykieta 0.26 +2026-05-14 09:43:24.650 [INFO ] app.inference.worker_manager: frame 581: 1 detection(s) in 166.7 ms — etykieta 0.25 +2026-05-14 09:43:25.099 [INFO ] app.inference.worker_manager: frame 583: 1 detection(s) in 137.3 ms — etykieta 0.26 +2026-05-14 09:43:25.550 [INFO ] app.inference.worker_manager: frame 585: 1 detection(s) in 137.5 ms — etykieta 0.25 +2026-05-14 09:43:26.200 [INFO ] app.inference.worker_manager: frame 588: 1 detection(s) in 146.6 ms — etykieta 0.26 +2026-05-14 09:43:26.845 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 09:43:26.845 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 09:43:26.846 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 09:43:42.400 [DEBUG ] app.ui.menu_bar: Format selected: 1280x720 @ 30 fps (NV12) +2026-05-14 09:43:42.400 [INFO ] app.ui.main_window: Format selected via menu: 1280x720 @ 30 fps (NV12) +2026-05-14 09:43:42.400 [INFO ] app.camera.camera_service: Format change: 1280x720 @ 30 fps (NV12) — restarting camera +2026-05-14 09:43:42.449 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:43:42.450 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:43:42.480 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 09:43:42.565 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:43:42.565 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 09:43:42.566 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:43:42.566 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:43:52.497 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:43:52.497 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:43:52.498 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 09:43:52.538 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:43:52.538 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:43:52.568 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 09:43:52.639 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:43:52.640 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 09:43:52.640 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:43:52.640 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:44:17.191 [DEBUG ] app.ui.menu_bar: Format selected: 1600x1200 @ 30 fps (NV12) +2026-05-14 09:44:17.191 [INFO ] app.ui.main_window: Format selected via menu: 1600x1200 @ 30 fps (NV12) +2026-05-14 09:44:17.191 [INFO ] app.camera.camera_service: Format change: 1600x1200 @ 30 fps (NV12) — restarting camera +2026-05-14 09:44:17.221 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:44:17.222 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:44:17.254 [INFO ] app.camera.camera_service: Camera format requested: NV12 1600x1200 @ 30 fps +2026-05-14 09:44:17.338 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:44:17.338 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1600x1200 @ 30 fps +2026-05-14 09:44:17.339 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:44:17.339 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:44:40.310 [DEBUG ] app.ui.menu_bar: Format selected: 1280x720 @ 30 fps (NV12) +2026-05-14 09:44:40.311 [INFO ] app.ui.main_window: Format selected via menu: 1280x720 @ 30 fps (NV12) +2026-05-14 09:44:40.311 [INFO ] app.camera.camera_service: Format change: 1280x720 @ 30 fps (NV12) — restarting camera +2026-05-14 09:44:40.363 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:44:40.364 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:44:40.392 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 09:44:40.482 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:44:40.482 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 09:44:40.483 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:44:40.483 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:44:57.525 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 09:44:57.525 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 09:44:57.525 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 09:45:13.010 [INFO ] app.inference.worker_manager: frame 664: 1 detection(s) in 132.7 ms — etykieta 0.36 +2026-05-14 09:45:13.253 [INFO ] app.inference.worker_manager: frame 665: 1 detection(s) in 157.1 ms — etykieta 0.46 +2026-05-14 09:45:13.506 [INFO ] app.inference.worker_manager: frame 666: 1 detection(s) in 133.0 ms — etykieta 0.59 +2026-05-14 09:45:13.707 [INFO ] app.inference.worker_manager: frame 667: 1 detection(s) in 134.0 ms — etykieta 0.55 +2026-05-14 09:45:13.905 [INFO ] app.inference.worker_manager: frame 668: 1 detection(s) in 126.4 ms — etykieta 0.57 +2026-05-14 09:45:14.153 [INFO ] app.inference.worker_manager: frame 669: 1 detection(s) in 171.8 ms — etykieta 0.53 +2026-05-14 09:45:14.353 [INFO ] app.inference.worker_manager: frame 670: 1 detection(s) in 134.3 ms — etykieta 0.54 +2026-05-14 09:45:14.559 [INFO ] app.inference.worker_manager: frame 671: 1 detection(s) in 139.9 ms — etykieta 0.55 +2026-05-14 09:45:14.760 [INFO ] app.inference.worker_manager: frame 672: 1 detection(s) in 141.1 ms — etykieta 0.54 +2026-05-14 09:45:14.958 [INFO ] app.inference.worker_manager: frame 673: 1 detection(s) in 134.1 ms — etykieta 0.55 +2026-05-14 09:45:15.161 [INFO ] app.inference.worker_manager: frame 674: 1 detection(s) in 140.3 ms — etykieta 0.57 +2026-05-14 09:45:15.357 [INFO ] app.inference.worker_manager: frame 675: 1 detection(s) in 137.1 ms — etykieta 0.55 +2026-05-14 09:45:15.603 [INFO ] app.inference.worker_manager: frame 676: 1 detection(s) in 141.8 ms — etykieta 0.53 +2026-05-14 09:45:15.803 [INFO ] app.inference.worker_manager: frame 677: 1 detection(s) in 140.9 ms — etykieta 0.58 +2026-05-14 09:45:16.202 [INFO ] app.inference.worker_manager: frame 678: 1 detection(s) in 218.5 ms — etykieta 0.52 +2026-05-14 09:45:16.408 [INFO ] app.inference.worker_manager: frame 679: 1 detection(s) in 131.6 ms — etykieta 0.51 +2026-05-14 09:45:16.603 [INFO ] app.inference.worker_manager: frame 680: 1 detection(s) in 135.5 ms — etykieta 0.47 +2026-05-14 09:45:16.853 [INFO ] app.inference.worker_manager: frame 681: 1 detection(s) in 144.0 ms — etykieta 0.46 +2026-05-14 09:45:17.052 [INFO ] app.inference.worker_manager: frame 682: 1 detection(s) in 131.8 ms — etykieta 0.42 +2026-05-14 09:45:17.252 [INFO ] app.inference.worker_manager: frame 683: 1 detection(s) in 135.9 ms — etykieta 0.46 +2026-05-14 09:45:17.452 [INFO ] app.inference.worker_manager: frame 684: 1 detection(s) in 117.5 ms — etykieta 0.46 +2026-05-14 09:45:17.653 [INFO ] app.inference.worker_manager: frame 685: 1 detection(s) in 133.5 ms — etykieta 0.45 +2026-05-14 09:45:17.860 [INFO ] app.inference.worker_manager: frame 686: 1 detection(s) in 139.1 ms — etykieta 0.46 +2026-05-14 09:45:18.102 [INFO ] app.inference.worker_manager: frame 687: 1 detection(s) in 122.8 ms — etykieta 0.52 +2026-05-14 09:45:18.303 [INFO ] app.inference.worker_manager: frame 688: 1 detection(s) in 139.2 ms — etykieta 0.50 +2026-05-14 09:45:18.502 [INFO ] app.inference.worker_manager: frame 689: 1 detection(s) in 134.1 ms — etykieta 0.50 +2026-05-14 09:45:18.703 [INFO ] app.inference.worker_manager: frame 690: 1 detection(s) in 134.5 ms — etykieta 0.52 +2026-05-14 09:45:18.902 [INFO ] app.inference.worker_manager: frame 691: 1 detection(s) in 133.6 ms — etykieta 0.52 +2026-05-14 09:45:19.154 [INFO ] app.inference.worker_manager: frame 692: 1 detection(s) in 175.9 ms — etykieta 0.52 +2026-05-14 09:45:19.353 [INFO ] app.inference.worker_manager: frame 693: 1 detection(s) in 145.5 ms — etykieta 0.54 +2026-05-14 09:45:19.553 [INFO ] app.inference.worker_manager: frame 694: 1 detection(s) in 133.4 ms — etykieta 0.50 +2026-05-14 09:45:19.752 [INFO ] app.inference.worker_manager: frame 695: 1 detection(s) in 134.3 ms — etykieta 0.51 +2026-05-14 09:45:19.953 [INFO ] app.inference.worker_manager: frame 696: 1 detection(s) in 128.8 ms — etykieta 0.46 +2026-05-14 09:45:20.153 [INFO ] app.inference.worker_manager: frame 697: 1 detection(s) in 134.9 ms — etykieta 0.50 +2026-05-14 09:45:20.353 [INFO ] app.inference.worker_manager: frame 698: 1 detection(s) in 136.0 ms — etykieta 0.53 +2026-05-14 09:45:20.602 [INFO ] app.inference.worker_manager: frame 699: 1 detection(s) in 144.3 ms — etykieta 0.58 +2026-05-14 09:45:20.802 [INFO ] app.inference.worker_manager: frame 700: 1 detection(s) in 134.9 ms — etykieta 0.45 +2026-05-14 09:45:21.003 [INFO ] app.inference.worker_manager: frame 701: 1 detection(s) in 137.4 ms — etykieta 0.53 +2026-05-14 09:45:21.203 [INFO ] app.inference.worker_manager: frame 702: 1 detection(s) in 133.9 ms — etykieta 0.42 +2026-05-14 09:45:21.452 [INFO ] app.inference.worker_manager: frame 703: 1 detection(s) in 174.4 ms — etykieta 0.36 +2026-05-14 09:45:21.703 [INFO ] app.inference.worker_manager: frame 704: 1 detection(s) in 137.7 ms — etykieta 0.40 +2026-05-14 09:45:21.903 [INFO ] app.inference.worker_manager: frame 705: 1 detection(s) in 133.5 ms — etykieta 0.33 +2026-05-14 09:45:23.002 [INFO ] app.inference.worker_manager: frame 710: 1 detection(s) in 154.4 ms — etykieta 0.31 +2026-05-14 09:45:23.202 [INFO ] app.inference.worker_manager: frame 711: 1 detection(s) in 156.7 ms — etykieta 0.42 +2026-05-14 09:45:23.403 [INFO ] app.inference.worker_manager: frame 712: 1 detection(s) in 131.9 ms — etykieta 0.48 +2026-05-14 09:45:23.604 [INFO ] app.inference.worker_manager: frame 713: 1 detection(s) in 147.7 ms — etykieta 0.50 +2026-05-14 09:45:23.803 [INFO ] app.inference.worker_manager: frame 714: 1 detection(s) in 137.3 ms — etykieta 0.49 +2026-05-14 09:45:24.003 [INFO ] app.inference.worker_manager: frame 715: 1 detection(s) in 138.4 ms — etykieta 0.41 +2026-05-14 09:45:24.252 [INFO ] app.inference.worker_manager: frame 716: 1 detection(s) in 146.8 ms — etykieta 0.37 +2026-05-14 09:45:24.453 [INFO ] app.inference.worker_manager: frame 717: 1 detection(s) in 138.7 ms — etykieta 0.40 +2026-05-14 09:45:24.660 [INFO ] app.inference.worker_manager: frame 718: 1 detection(s) in 135.9 ms — etykieta 0.34 +2026-05-14 09:45:24.859 [INFO ] app.inference.worker_manager: frame 719: 1 detection(s) in 140.9 ms — etykieta 0.41 +2026-05-14 09:45:25.056 [INFO ] app.inference.worker_manager: frame 720: 1 detection(s) in 132.6 ms — etykieta 0.35 +2026-05-14 09:45:25.253 [INFO ] app.inference.worker_manager: frame 721: 1 detection(s) in 132.9 ms — etykieta 0.35 +2026-05-14 09:45:25.453 [INFO ] app.inference.worker_manager: frame 722: 1 detection(s) in 132.8 ms — etykieta 0.39 +2026-05-14 09:45:25.653 [INFO ] app.inference.worker_manager: frame 723: 1 detection(s) in 142.4 ms — etykieta 0.44 +2026-05-14 09:45:25.853 [INFO ] app.inference.worker_manager: frame 724: 1 detection(s) in 135.7 ms — etykieta 0.43 +2026-05-14 09:45:26.108 [INFO ] app.inference.worker_manager: frame 725: 1 detection(s) in 139.4 ms — etykieta 0.42 +2026-05-14 09:45:26.310 [INFO ] app.inference.worker_manager: frame 726: 1 detection(s) in 130.5 ms — etykieta 0.47 +2026-05-14 09:45:26.509 [INFO ] app.inference.worker_manager: frame 727: 1 detection(s) in 134.7 ms — etykieta 0.54 +2026-05-14 09:45:26.753 [INFO ] app.inference.worker_manager: frame 728: 1 detection(s) in 183.8 ms — etykieta 0.49 +2026-05-14 09:45:27.003 [INFO ] app.inference.worker_manager: frame 729: 1 detection(s) in 143.6 ms — etykieta 0.48 +2026-05-14 09:45:27.202 [INFO ] app.inference.worker_manager: frame 730: 1 detection(s) in 132.9 ms — etykieta 0.48 +2026-05-14 09:45:27.404 [INFO ] app.inference.worker_manager: frame 731: 1 detection(s) in 134.2 ms — etykieta 0.48 +2026-05-14 09:45:27.603 [INFO ] app.inference.worker_manager: frame 732: 1 detection(s) in 130.3 ms — etykieta 0.50 +2026-05-14 09:45:27.803 [INFO ] app.inference.worker_manager: frame 733: 1 detection(s) in 142.8 ms — etykieta 0.51 +2026-05-14 09:45:28.056 [INFO ] app.inference.worker_manager: frame 734: 1 detection(s) in 142.0 ms — etykieta 0.54 +2026-05-14 09:45:28.258 [INFO ] app.inference.worker_manager: frame 735: 1 detection(s) in 134.9 ms — etykieta 0.57 +2026-05-14 09:45:28.456 [INFO ] app.inference.worker_manager: frame 736: 1 detection(s) in 134.5 ms — etykieta 0.58 +2026-05-14 09:45:28.652 [INFO ] app.inference.worker_manager: frame 737: 1 detection(s) in 127.4 ms — etykieta 0.53 +2026-05-14 09:45:28.903 [INFO ] app.inference.worker_manager: frame 738: 1 detection(s) in 146.6 ms — etykieta 0.52 +2026-05-14 09:45:29.153 [INFO ] app.inference.worker_manager: frame 739: 1 detection(s) in 141.2 ms — etykieta 0.55 +2026-05-14 09:45:29.353 [INFO ] app.inference.worker_manager: frame 740: 1 detection(s) in 129.7 ms — etykieta 0.56 +2026-05-14 09:45:29.603 [INFO ] app.inference.worker_manager: frame 741: 1 detection(s) in 132.4 ms — etykieta 0.55 +2026-05-14 09:45:29.853 [INFO ] app.inference.worker_manager: frame 742: 1 detection(s) in 149.9 ms — etykieta 0.54 +2026-05-14 09:45:30.053 [INFO ] app.inference.worker_manager: frame 743: 1 detection(s) in 123.0 ms — etykieta 0.54 +2026-05-14 09:45:30.253 [INFO ] app.inference.worker_manager: frame 744: 1 detection(s) in 133.4 ms — etykieta 0.55 +2026-05-14 09:45:30.453 [INFO ] app.inference.worker_manager: frame 745: 1 detection(s) in 132.5 ms — etykieta 0.56 +2026-05-14 09:45:30.653 [INFO ] app.inference.worker_manager: frame 746: 1 detection(s) in 123.2 ms — etykieta 0.54 +2026-05-14 09:45:30.853 [INFO ] app.inference.worker_manager: frame 747: 1 detection(s) in 137.2 ms — etykieta 0.55 +2026-05-14 09:45:31.058 [INFO ] app.inference.worker_manager: frame 748: 1 detection(s) in 133.5 ms — etykieta 0.54 +2026-05-14 09:45:31.259 [INFO ] app.inference.worker_manager: frame 749: 1 detection(s) in 130.6 ms — etykieta 0.54 +2026-05-14 09:45:31.458 [INFO ] app.inference.worker_manager: frame 750: 1 detection(s) in 132.4 ms — etykieta 0.55 +2026-05-14 09:45:31.655 [INFO ] app.inference.worker_manager: frame 751: 1 detection(s) in 120.5 ms — etykieta 0.54 +2026-05-14 09:45:31.903 [INFO ] app.inference.worker_manager: frame 752: 1 detection(s) in 152.9 ms — etykieta 0.55 +2026-05-14 09:45:32.153 [INFO ] app.inference.worker_manager: frame 753: 1 detection(s) in 150.7 ms — etykieta 0.53 +2026-05-14 09:45:32.353 [INFO ] app.inference.worker_manager: frame 754: 1 detection(s) in 119.4 ms — etykieta 0.53 +2026-05-14 09:45:32.553 [INFO ] app.inference.worker_manager: frame 755: 1 detection(s) in 119.4 ms — etykieta 0.55 +2026-05-14 09:45:32.753 [INFO ] app.inference.worker_manager: frame 756: 1 detection(s) in 120.1 ms — etykieta 0.55 +2026-05-14 09:45:32.953 [INFO ] app.inference.worker_manager: frame 757: 1 detection(s) in 134.7 ms — etykieta 0.54 +2026-05-14 09:45:33.152 [INFO ] app.inference.worker_manager: frame 758: 1 detection(s) in 134.0 ms — etykieta 0.54 +2026-05-14 09:45:33.403 [INFO ] app.inference.worker_manager: frame 759: 1 detection(s) in 133.8 ms — etykieta 0.53 +2026-05-14 09:45:33.606 [INFO ] app.inference.worker_manager: frame 760: 1 detection(s) in 133.6 ms — etykieta 0.54 +2026-05-14 09:45:33.902 [INFO ] app.inference.worker_manager: frame 761: 1 detection(s) in 139.7 ms — etykieta 0.55 +2026-05-14 09:45:34.153 [INFO ] app.inference.worker_manager: frame 762: 1 detection(s) in 156.5 ms — etykieta 0.55 +2026-05-14 09:45:34.361 [INFO ] app.inference.worker_manager: frame 763: 1 detection(s) in 135.3 ms — etykieta 0.53 +2026-05-14 09:45:34.560 [INFO ] app.inference.worker_manager: frame 764: 1 detection(s) in 133.3 ms — etykieta 0.54 +2026-05-14 09:45:34.857 [INFO ] app.inference.worker_manager: frame 765: 1 detection(s) in 133.8 ms — etykieta 0.55 +2026-05-14 09:45:35.060 [INFO ] app.inference.worker_manager: frame 766: 1 detection(s) in 137.4 ms — etykieta 0.53 +2026-05-14 09:45:35.255 [INFO ] app.inference.worker_manager: frame 767: 1 detection(s) in 128.9 ms — etykieta 0.54 +2026-05-14 09:45:35.453 [INFO ] app.inference.worker_manager: frame 768: 1 detection(s) in 134.6 ms — etykieta 0.54 +2026-05-14 09:45:35.652 [INFO ] app.inference.worker_manager: frame 769: 1 detection(s) in 123.0 ms — etykieta 0.56 +2026-05-14 09:45:35.853 [INFO ] app.inference.worker_manager: frame 770: 1 detection(s) in 139.6 ms — etykieta 0.55 +2026-05-14 09:45:36.054 [INFO ] app.inference.worker_manager: frame 771: 1 detection(s) in 140.4 ms — etykieta 0.55 +2026-05-14 09:45:36.253 [INFO ] app.inference.worker_manager: frame 772: 1 detection(s) in 136.0 ms — etykieta 0.54 +2026-05-14 09:45:36.453 [INFO ] app.inference.worker_manager: frame 773: 1 detection(s) in 138.8 ms — etykieta 0.54 +2026-05-14 09:45:36.653 [INFO ] app.inference.worker_manager: frame 774: 1 detection(s) in 119.7 ms — etykieta 0.55 +2026-05-14 09:45:36.853 [INFO ] app.inference.worker_manager: frame 775: 1 detection(s) in 149.1 ms — etykieta 0.55 +2026-05-14 09:45:37.055 [INFO ] app.inference.worker_manager: frame 776: 1 detection(s) in 148.9 ms — etykieta 0.55 +2026-05-14 09:45:37.303 [INFO ] app.inference.worker_manager: frame 777: 1 detection(s) in 193.4 ms — etykieta 0.55 +2026-05-14 09:45:37.553 [INFO ] app.inference.worker_manager: frame 778: 1 detection(s) in 157.7 ms — etykieta 0.55 +2026-05-14 09:45:37.761 [INFO ] app.inference.worker_manager: frame 779: 1 detection(s) in 148.5 ms — etykieta 0.54 +2026-05-14 09:45:38.003 [INFO ] app.inference.worker_manager: frame 780: 1 detection(s) in 138.4 ms — etykieta 0.54 +2026-05-14 09:45:38.203 [INFO ] app.inference.worker_manager: frame 781: 1 detection(s) in 135.8 ms — etykieta 0.55 +2026-05-14 09:45:38.403 [INFO ] app.inference.worker_manager: frame 782: 1 detection(s) in 129.7 ms — etykieta 0.55 +2026-05-14 09:45:38.602 [INFO ] app.inference.worker_manager: frame 783: 1 detection(s) in 131.1 ms — etykieta 0.55 +2026-05-14 09:45:38.803 [INFO ] app.inference.worker_manager: frame 784: 1 detection(s) in 128.5 ms — etykieta 0.55 +2026-05-14 09:45:39.004 [INFO ] app.inference.worker_manager: frame 785: 1 detection(s) in 135.2 ms — etykieta 0.54 +2026-05-14 09:45:39.203 [INFO ] app.inference.worker_manager: frame 786: 1 detection(s) in 158.1 ms — etykieta 0.55 +2026-05-14 09:45:39.402 [INFO ] app.inference.worker_manager: frame 787: 1 detection(s) in 136.4 ms — etykieta 0.55 +2026-05-14 09:45:39.607 [INFO ] app.inference.worker_manager: frame 788: 1 detection(s) in 127.2 ms — etykieta 0.55 +2026-05-14 09:45:39.809 [INFO ] app.inference.worker_manager: frame 789: 1 detection(s) in 132.1 ms — etykieta 0.55 +2026-05-14 09:45:40.006 [INFO ] app.inference.worker_manager: frame 790: 1 detection(s) in 131.2 ms — etykieta 0.55 +2026-05-14 09:45:40.204 [INFO ] app.inference.worker_manager: frame 791: 1 detection(s) in 122.7 ms — etykieta 0.55 +2026-05-14 09:45:40.403 [INFO ] app.inference.worker_manager: frame 792: 1 detection(s) in 125.4 ms — etykieta 0.53 +2026-05-14 09:45:40.603 [INFO ] app.inference.worker_manager: frame 793: 1 detection(s) in 136.4 ms — etykieta 0.56 +2026-05-14 09:45:40.861 [INFO ] app.inference.worker_manager: frame 794: 1 detection(s) in 140.4 ms — etykieta 0.54 +2026-05-14 09:45:41.053 [INFO ] app.inference.worker_manager: frame 795: 1 detection(s) in 129.7 ms — etykieta 0.55 +2026-05-14 09:45:41.260 [INFO ] app.inference.worker_manager: frame 796: 1 detection(s) in 130.6 ms — etykieta 0.55 +2026-05-14 09:45:41.453 [INFO ] app.inference.worker_manager: frame 797: 1 detection(s) in 125.6 ms — etykieta 0.54 +2026-05-14 09:45:41.753 [INFO ] app.inference.worker_manager: frame 798: 1 detection(s) in 140.0 ms — etykieta 0.55 +2026-05-14 09:45:41.953 [INFO ] app.inference.worker_manager: frame 799: 1 detection(s) in 131.8 ms — etykieta 0.55 +2026-05-14 09:45:42.154 [INFO ] app.inference.worker_manager: frame 800: 1 detection(s) in 132.3 ms — etykieta 0.54 +2026-05-14 09:45:42.453 [INFO ] app.inference.worker_manager: frame 801: 1 detection(s) in 174.1 ms — etykieta 0.54 +2026-05-14 09:45:42.653 [INFO ] app.inference.worker_manager: frame 802: 1 detection(s) in 134.1 ms — etykieta 0.54 +2026-05-14 09:45:42.852 [INFO ] app.inference.worker_manager: frame 803: 1 detection(s) in 134.6 ms — etykieta 0.55 +2026-05-14 09:45:43.053 [INFO ] app.inference.worker_manager: frame 804: 1 detection(s) in 127.8 ms — etykieta 0.54 +2026-05-14 09:45:43.254 [INFO ] app.inference.worker_manager: frame 805: 1 detection(s) in 130.3 ms — etykieta 0.55 +2026-05-14 09:45:43.454 [INFO ] app.inference.worker_manager: frame 806: 1 detection(s) in 131.0 ms — etykieta 0.56 +2026-05-14 09:45:43.653 [INFO ] app.inference.worker_manager: frame 807: 1 detection(s) in 132.9 ms — etykieta 0.54 +2026-05-14 09:45:43.853 [INFO ] app.inference.worker_manager: frame 808: 1 detection(s) in 128.6 ms — etykieta 0.54 +2026-05-14 09:45:44.053 [INFO ] app.inference.worker_manager: frame 809: 1 detection(s) in 142.0 ms — etykieta 0.55 +2026-05-14 09:45:44.260 [INFO ] app.inference.worker_manager: frame 810: 1 detection(s) in 126.7 ms — etykieta 0.56 +2026-05-14 09:45:44.503 [INFO ] app.inference.worker_manager: frame 811: 1 detection(s) in 149.8 ms — etykieta 0.55 +2026-05-14 09:45:44.754 [INFO ] app.inference.worker_manager: frame 812: 1 detection(s) in 157.2 ms — etykieta 0.55 +2026-05-14 09:45:44.956 [INFO ] app.inference.worker_manager: frame 813: 1 detection(s) in 136.7 ms — etykieta 0.56 +2026-05-14 09:45:45.153 [INFO ] app.inference.worker_manager: frame 814: 1 detection(s) in 113.4 ms — etykieta 0.54 +2026-05-14 09:45:45.353 [INFO ] app.inference.worker_manager: frame 815: 1 detection(s) in 135.8 ms — etykieta 0.55 +2026-05-14 09:45:45.553 [INFO ] app.inference.worker_manager: frame 816: 1 detection(s) in 137.4 ms — etykieta 0.54 +2026-05-14 09:45:45.753 [INFO ] app.inference.worker_manager: frame 817: 1 detection(s) in 147.1 ms — etykieta 0.56 +2026-05-14 09:45:46.009 [INFO ] app.inference.worker_manager: frame 818: 1 detection(s) in 138.3 ms — etykieta 0.55 +2026-05-14 09:45:46.210 [INFO ] app.inference.worker_manager: frame 819: 1 detection(s) in 130.0 ms — etykieta 0.55 +2026-05-14 09:45:46.454 [INFO ] app.inference.worker_manager: frame 820: 1 detection(s) in 157.9 ms — etykieta 0.54 +2026-05-14 09:45:46.653 [INFO ] app.inference.worker_manager: frame 821: 1 detection(s) in 156.2 ms — etykieta 0.54 +2026-05-14 09:45:46.903 [INFO ] app.inference.worker_manager: frame 822: 1 detection(s) in 152.9 ms — etykieta 0.55 +2026-05-14 09:45:47.153 [INFO ] app.inference.worker_manager: frame 823: 1 detection(s) in 151.0 ms — etykieta 0.55 +2026-05-14 09:45:47.353 [INFO ] app.inference.worker_manager: frame 824: 1 detection(s) in 130.2 ms — etykieta 0.54 +2026-05-14 09:45:47.553 [INFO ] app.inference.worker_manager: frame 825: 1 detection(s) in 161.9 ms — etykieta 0.55 +2026-05-14 09:45:47.803 [INFO ] app.inference.worker_manager: frame 826: 1 detection(s) in 151.9 ms — etykieta 0.54 +2026-05-14 09:45:48.004 [INFO ] app.inference.worker_manager: frame 827: 1 detection(s) in 131.1 ms — etykieta 0.55 +2026-05-14 09:45:48.204 [INFO ] app.inference.worker_manager: frame 828: 1 detection(s) in 131.6 ms — etykieta 0.55 +2026-05-14 09:45:48.403 [INFO ] app.inference.worker_manager: frame 829: 1 detection(s) in 121.7 ms — etykieta 0.55 +2026-05-14 09:45:48.603 [INFO ] app.inference.worker_manager: frame 830: 1 detection(s) in 118.1 ms — etykieta 0.55 +2026-05-14 09:45:48.753 [INFO ] app.inference.worker_manager: frame 831: 1 detection(s) in 113.2 ms — etykieta 0.54 +2026-05-14 09:45:48.953 [INFO ] app.inference.worker_manager: frame 832: 1 detection(s) in 130.6 ms — etykieta 0.56 +2026-05-14 09:45:49.203 [INFO ] app.inference.worker_manager: frame 833: 1 detection(s) in 158.7 ms — etykieta 0.54 +2026-05-14 09:45:49.454 [INFO ] app.inference.worker_manager: frame 834: 1 detection(s) in 131.5 ms — etykieta 0.55 +2026-05-14 09:45:49.654 [INFO ] app.inference.worker_manager: frame 835: 1 detection(s) in 135.1 ms — etykieta 0.55 +2026-05-14 09:45:50.003 [INFO ] app.inference.worker_manager: frame 836: 1 detection(s) in 124.7 ms — etykieta 0.54 +2026-05-14 09:45:50.203 [INFO ] app.inference.worker_manager: frame 837: 1 detection(s) in 131.8 ms — etykieta 0.56 +2026-05-14 09:45:50.454 [INFO ] app.inference.worker_manager: frame 838: 1 detection(s) in 135.4 ms — etykieta 0.54 +2026-05-14 09:45:50.653 [INFO ] app.inference.worker_manager: frame 839: 1 detection(s) in 142.8 ms — etykieta 0.55 +2026-05-14 09:45:50.862 [INFO ] app.inference.worker_manager: frame 840: 1 detection(s) in 123.8 ms — etykieta 0.54 +2026-05-14 09:45:51.053 [INFO ] app.inference.worker_manager: frame 841: 1 detection(s) in 123.8 ms — etykieta 0.54 +2026-05-14 09:45:51.304 [INFO ] app.inference.worker_manager: frame 842: 1 detection(s) in 150.8 ms — etykieta 0.54 +2026-05-14 09:45:51.504 [INFO ] app.inference.worker_manager: frame 843: 1 detection(s) in 141.5 ms — etykieta 0.54 +2026-05-14 09:45:51.703 [INFO ] app.inference.worker_manager: frame 844: 1 detection(s) in 126.4 ms — etykieta 0.55 +2026-05-14 09:45:51.904 [INFO ] app.inference.worker_manager: frame 845: 1 detection(s) in 150.7 ms — etykieta 0.55 +2026-05-14 09:45:52.103 [INFO ] app.inference.worker_manager: frame 846: 1 detection(s) in 143.7 ms — etykieta 0.55 +2026-05-14 09:45:52.303 [INFO ] app.inference.worker_manager: frame 847: 1 detection(s) in 130.6 ms — etykieta 0.55 +2026-05-14 09:45:52.554 [INFO ] app.inference.worker_manager: frame 848: 1 detection(s) in 123.4 ms — etykieta 0.55 +2026-05-14 09:45:52.810 [INFO ] app.inference.worker_manager: frame 849: 1 detection(s) in 177.1 ms — etykieta 0.54 +2026-05-14 09:45:53.010 [INFO ] app.inference.worker_manager: frame 850: 1 detection(s) in 130.7 ms — etykieta 0.54 +2026-05-14 09:45:53.206 [INFO ] app.inference.worker_manager: frame 851: 1 detection(s) in 121.3 ms — etykieta 0.54 +2026-05-14 09:45:53.408 [INFO ] app.inference.worker_manager: frame 852: 1 detection(s) in 140.4 ms — etykieta 0.56 +2026-05-14 09:45:53.654 [INFO ] app.inference.worker_manager: frame 853: 1 detection(s) in 134.5 ms — etykieta 0.54 +2026-05-14 09:45:53.854 [INFO ] app.inference.worker_manager: frame 854: 1 detection(s) in 123.1 ms — etykieta 0.53 +2026-05-14 09:45:54.103 [INFO ] app.inference.worker_manager: frame 855: 1 detection(s) in 137.7 ms — etykieta 0.54 +2026-05-14 09:45:54.304 [INFO ] app.inference.worker_manager: frame 856: 1 detection(s) in 126.3 ms — etykieta 0.53 +2026-05-14 09:45:54.505 [INFO ] app.inference.worker_manager: frame 857: 1 detection(s) in 122.2 ms — etykieta 0.54 +2026-05-14 09:45:54.704 [INFO ] app.inference.worker_manager: frame 858: 1 detection(s) in 138.9 ms — etykieta 0.54 +2026-05-14 09:45:54.904 [INFO ] app.inference.worker_manager: frame 859: 1 detection(s) in 113.3 ms — etykieta 0.54 +2026-05-14 09:45:55.104 [INFO ] app.inference.worker_manager: frame 860: 1 detection(s) in 119.8 ms — etykieta 0.53 +2026-05-14 09:45:55.254 [INFO ] app.inference.worker_manager: frame 861: 1 detection(s) in 111.9 ms — etykieta 0.53 +2026-05-14 09:45:55.454 [INFO ] app.inference.worker_manager: frame 862: 1 detection(s) in 134.1 ms — etykieta 0.51 +2026-05-14 09:45:55.654 [INFO ] app.inference.worker_manager: frame 863: 1 detection(s) in 121.8 ms — etykieta 0.53 +2026-05-14 09:46:08.521 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 09:46:08.522 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 09:46:08.522 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 09:46:23.807 [DEBUG ] app.ui.menu_bar: Format selected: 1600x1200 @ 30 fps (NV12) +2026-05-14 09:46:23.807 [INFO ] app.ui.main_window: Format selected via menu: 1600x1200 @ 30 fps (NV12) +2026-05-14 09:46:23.808 [INFO ] app.camera.camera_service: Format change: 1600x1200 @ 30 fps (NV12) — restarting camera +2026-05-14 09:46:23.859 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:46:23.860 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:46:23.886 [INFO ] app.camera.camera_service: Camera format requested: NV12 1600x1200 @ 30 fps +2026-05-14 09:46:23.965 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:46:23.966 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1600x1200 @ 30 fps +2026-05-14 09:46:23.966 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:46:23.966 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:46:32.338 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:46:32.338 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:46:32.339 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 09:46:32.387 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:46:32.387 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:46:32.416 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 09:46:32.496 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:46:32.496 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 09:46:32.496 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:46:32.496 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:46:46.600 [DEBUG ] app.ui.menu_bar: Format selected: 2048x1536 @ 30 fps (NV12) +2026-05-14 09:46:46.600 [INFO ] app.ui.main_window: Format selected via menu: 2048x1536 @ 30 fps (NV12) +2026-05-14 09:46:46.601 [INFO ] app.camera.camera_service: Format change: 2048x1536 @ 30 fps (NV12) — restarting camera +2026-05-14 09:46:46.648 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:46:46.648 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:46:46.675 [INFO ] app.camera.camera_service: Camera format requested: NV12 2048x1536 @ 30 fps +2026-05-14 09:46:46.762 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:46:46.762 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 2048x1536 @ 30 fps +2026-05-14 09:46:46.762 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:46:46.762 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:47:02.153 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:47:02.153 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 09:47:02.154 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 09:47:02.185 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:47:02.185 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:47:02.212 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 09:47:02.293 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 09:47:02.294 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 09:47:02.294 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 09:47:02.294 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 09:47:09.285 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 09:47:09.340 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 09:47:09.340 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 09:47:09.341 [INFO ] app.ui.main_window: CSV telemetry: 71 rows written diff --git a/logs/duck-preview_2026-05-14_15-33-52.csv b/logs/duck-preview_2026-05-14_15-33-52.csv new file mode 100644 index 0000000..9f2fd8c --- /dev/null +++ b/logs/duck-preview_2026-05-14_15-33-52.csv @@ -0,0 +1,92 @@ +timestamp,fps_got,fps_req,frame_time_ms,dropped_frames,cpu_sys_pct,cpu_core_pct,mem_mb +15:33:53.869,0.0,30.0,0.00,0,14.8,59.1,82.1 +15:33:58.976,25.0,30.0,39.88,0,6.6,26.5,112.2 +15:34:04.476,25.0,30.0,31.29,2,11.6,46.4,119.2 +15:34:09.484,26.0,30.0,40.44,2,8.1,32.4,120.4 +15:34:14.976,25.0,30.0,40.42,3,6.8,27.1,120.7 +15:34:19.977,0.0,30.0,41.75,5,0.2,0.7,119.8 +15:34:24.977,0.0,30.0,41.75,5,1.6,6.6,119.5 +15:34:30.477,24.0,30.0,133.59,6,7.2,28.6,121.5 +15:34:35.477,0.0,30.0,134.55,7,0.1,0.6,119.7 +15:34:40.478,0.0,30.0,134.55,7,0.2,1.0,119.6 +15:34:45.485,25.0,30.0,138.94,8,11.1,44.4,159.5 +15:34:50.977,25.0,30.0,45.09,10,11.1,44.4,190.3 +15:34:56.478,25.0,30.0,40.44,10,12.1,48.2,190.3 +15:35:01.479,25.0,30.0,40.42,10,10.4,41.7,189.5 +15:35:06.978,25.0,30.0,40.43,10,11.9,47.5,189.4 +15:35:12.481,26.0,30.0,40.43,10,10.8,43.1,188.0 +15:35:17.689,24.0,30.0,40.93,11,13.8,55.4,212.4 +15:35:22.982,26.0,30.0,40.38,12,16.3,65.1,216.4 +15:35:28.479,25.0,30.0,40.44,12,14.8,59.3,216.3 +15:35:33.480,25.0,30.0,40.45,12,16.4,65.6,216.3 +15:35:38.987,26.0,30.0,40.39,12,15.8,63.4,215.9 +15:35:43.995,25.0,30.0,40.34,12,15.7,62.6,215.9 +15:35:49.486,26.0,30.0,40.44,12,16.0,64.1,215.9 +15:35:54.496,25.0,30.0,40.72,12,15.2,61.0,215.9 +15:35:59.979,25.0,30.0,40.44,12,14.6,58.3,216.0 +15:36:04.991,25.0,30.0,40.63,12,14.8,59.3,216.0 +15:36:10.480,25.0,30.0,40.40,12,15.1,60.3,216.0 +15:36:15.521,25.0,30.0,40.45,12,16.0,63.9,216.0 +15:36:21.039,25.0,30.0,41.30,13,16.0,64.1,216.0 +15:36:26.480,25.0,30.0,41.75,14,13.8,55.1,216.0 +15:36:31.490,24.0,30.0,42.30,15,16.4,65.6,216.0 +15:36:36.981,23.0,30.0,42.40,15,14.6,58.2,216.0 +15:36:42.481,22.0,30.0,45.87,18,15.4,61.5,216.1 +15:36:47.482,24.0,30.0,41.77,19,15.6,62.4,216.1 +15:36:52.484,23.0,30.0,44.59,22,14.9,59.6,216.1 +15:36:57.996,21.0,30.0,44.59,23,11.7,46.7,216.1 +15:37:03.507,23.0,30.0,44.64,24,15.0,60.0,216.1 +15:37:08.981,21.0,30.0,45.61,27,15.7,62.9,216.1 +15:37:14.000,23.0,30.0,47.88,28,14.1,56.2,216.1 +15:37:19.483,19.0,30.0,49.01,31,12.2,48.8,216.1 +15:37:24.983,16.0,30.0,52.48,36,12.5,49.9,216.1 +15:37:30.497,16.0,30.0,56.05,39,10.4,41.5,216.1 +15:37:35.982,18.0,30.0,57.24,43,11.7,46.6,216.1 +15:37:40.982,20.0,30.0,53.84,43,12.8,51.3,216.1 +15:37:45.983,17.0,30.0,62.73,46,11.3,45.1,216.1 +15:37:51.486,18.0,30.0,61.56,49,10.4,41.7,216.1 +15:37:56.983,13.0,30.0,65.21,54,9.0,36.0,216.1 +15:38:01.984,18.0,30.0,66.29,56,13.2,52.7,216.1 +15:38:06.986,13.0,30.0,72.05,60,9.4,37.5,216.1 +15:38:12.483,15.0,30.0,71.79,62,9.5,38.0,216.1 +15:38:17.495,17.0,30.0,72.88,66,10.2,40.9,216.1 +15:38:23.038,17.0,30.0,68.84,69,13.8,55.4,216.1 +15:38:28.541,10.0,30.0,79.95,75,8.9,35.6,216.1 +15:38:33.992,16.0,30.0,81.68,76,12.8,51.4,216.1 +15:38:39.492,17.0,30.0,68.20,77,10.9,43.7,216.1 +15:38:44.984,17.0,30.0,68.20,80,9.7,38.9,216.1 +15:38:49.999,15.0,30.0,70.99,85,9.7,38.7,216.1 +15:38:55.496,13.0,30.0,76.36,86,8.9,35.8,216.1 +15:39:00.986,8.0,30.0,78.92,88,6.0,24.1,216.1 +15:39:05.996,10.0,30.0,83.36,91,9.8,39.0,216.1 +15:39:11.492,10.0,30.0,91.48,96,5.0,20.0,216.1 +15:39:16.985,14.0,30.0,96.91,101,10.4,41.6,216.1 +15:39:21.986,9.0,30.0,84.60,101,6.2,24.7,216.1 +15:39:26.991,15.0,30.0,78.74,107,10.6,42.5,216.1 +15:39:32.486,8.0,30.0,89.75,111,9.1,36.4,216.1 +15:39:37.523,11.0,30.0,86.73,113,8.3,33.2,216.1 +15:39:42.987,12.0,30.0,96.83,117,8.6,34.4,216.1 +15:39:47.998,11.0,30.0,99.02,119,6.0,23.9,216.1 +15:39:53.486,10.0,30.0,86.08,121,6.8,27.1,216.1 +15:39:58.986,17.0,30.0,83.31,123,13.0,52.0,216.1 +15:40:03.987,11.0,30.0,86.83,127,9.5,37.9,216.1 +15:40:08.987,9.0,30.0,92.66,130,8.8,35.3,216.1 +15:40:14.487,12.0,30.0,92.42,131,9.2,36.6,216.1 +15:40:19.488,11.0,30.0,94.93,134,9.0,36.0,216.1 +15:40:24.987,11.0,30.0,92.65,136,9.4,37.5,216.1 +15:40:30.487,13.0,30.0,91.07,139,12.1,48.2,216.1 +15:40:35.488,11.0,30.0,90.47,142,6.5,25.8,216.1 +15:40:40.512,13.0,30.0,96.50,145,7.5,30.2,216.1 +15:40:45.988,7.0,30.0,102.85,147,2.9,11.7,216.1 +15:40:51.008,9.0,30.0,101.70,150,6.6,26.4,216.1 +15:40:56.019,13.0,30.0,98.46,154,6.4,25.7,216.1 +15:41:01.488,11.0,30.0,90.95,158,5.4,21.5,216.9 +15:41:06.989,18.0,30.0,70.04,158,9.3,37.2,216.8 +15:41:12.489,20.0,30.0,48.11,158,7.8,31.2,216.7 +15:41:17.502,21.0,30.0,47.28,161,9.4,37.7,216.7 +15:41:22.989,23.0,30.0,43.47,164,10.9,43.6,217.0 +15:41:28.490,23.0,30.0,47.93,168,5.9,23.6,211.3 +15:41:33.492,25.0,30.0,41.81,169,6.5,26.1,211.3 +15:41:39.004,11.0,30.0,45.64,172,8.9,35.6,214.7 +15:41:44.490,25.0,30.0,41.52,172,10.1,40.3,214.7 +15:41:49.497,26.0,30.0,41.00,172,11.2,44.7,213.8 diff --git a/logs/duck-preview_2026-05-14_15-33-52.log b/logs/duck-preview_2026-05-14_15-33-52.log new file mode 100644 index 0000000..07016fb --- /dev/null +++ b/logs/duck-preview_2026-05-14_15-33-52.log @@ -0,0 +1,373 @@ +======================================================================== + Duck Preview 0.1.0 + Session: 2026-05-14_15-33-52 +======================================================================== + Platform : macOS-13.7.8-x86_64-i386-64bit + Python : 3.12.9 + PySide6 : 6.11.1 + Hardware : 4 logical CPUs, 16.0 GB RAM + Log file : /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_15-33-52.log +======================================================================== + +2026-05-14 15:33:52.971 [DEBUG ] app.logging_setup: Pruned old log: duck-preview_2026-05-14_08-10-53.log +2026-05-14 15:33:53.041 [INFO ] __main__: Application starting (session: 2026-05-14_15-33-52) +2026-05-14 15:33:53.203 [INFO ] app.ui.main_window: Telemetry CSV: /Users/rafalkaczka/Repos/duck-preview/logs/duck-preview_2026-05-14_15-33-52.csv +2026-05-14 15:33:53.204 [DEBUG ] app.ui.camera_view: Overlay layer added: TelemetryOverlay +2026-05-14 15:33:53.204 [DEBUG ] app.ui.camera_view: Overlay layer added: BboxOverlay +2026-05-14 15:33:53.387 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 15:33:53.387 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=False) +2026-05-14 15:33:53.394 [INFO ] __main__: Application shutting down +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 15:33:53.606 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: Cameras found: 1 +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: [0] HD USB CAMERA (id: 0x1420000032e40317) +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: NV12 3840x2160 @ 30.0 fps +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: NV12 2592x1944 @ 30.0 fps +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: NV12 2048x1536 @ 30.0 fps +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: NV12 1920x1080 @ 30.0 fps +2026-05-14 15:33:53.607 [INFO ] app.camera.camera_enumerator: NV12 1600x1200 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 1280x960 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 1280x720 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 1024x768 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 800x600 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 640x480 @ 30.0 fps +2026-05-14 15:33:53.608 [INFO ] app.camera.camera_enumerator: NV12 320x240 @ 30.0 fps +2026-05-14 15:33:53.633 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 15:33:53.789 [INFO ] app.camera.camera_service: Qt multimedia backend: AVFoundation +2026-05-14 15:33:53.789 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:33:53.789 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 15:33:53.789 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:33:53.789 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:33:53.790 [DEBUG ] app.camera.uvc.macos: pyuvc not available — macOS UVC controls disabled +2026-05-14 15:33:53.790 [WARNING] app.camera.uvc: UVC: pyuvc not installed — UVC controls unavailable on macOS +2026-05-14 15:34:04.214 [DEBUG ] app.ui.menu_bar: Model file selected: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 15:34:04.215 [INFO ] app.ui.main_window: Loading model: /Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt +2026-05-14 15:34:04.215 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 15:34:04.239 [INFO ] app.inference.worker_manager: Inference worker started (pid=6551, model=/Users/rafalkaczka/Repos/duck-preview/models/best_v1.pt) +2026-05-14 15:34:04.241 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 15:34:04.242 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 15:34:04.243 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 15:34:04.244 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 15:34:04.244 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 15:34:04.245 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 15:34:10.027 [INFO ] app.inference.worker_manager: Inference device: cpu +2026-05-14 15:34:17.008 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:17.008 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:17.009 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 15:34:17.056 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:34:17.057 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:34:17.082 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:17.152 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:34:17.152 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:17.152 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:34:17.152 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:34:27.626 [DEBUG ] app.ui.menu_bar: Format selected: 1280x720 @ 30 fps (NV12) +2026-05-14 15:34:27.626 [INFO ] app.ui.main_window: Format selected via menu: 1280x720 @ 30 fps (NV12) +2026-05-14 15:34:27.627 [INFO ] app.camera.camera_service: Format change: 1280x720 @ 30 fps (NV12) — restarting camera +2026-05-14 15:34:27.657 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:34:27.658 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:34:27.689 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 15:34:27.771 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:34:27.771 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 15:34:27.772 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:34:27.772 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:34:32.403 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:32.403 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:32.403 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 15:34:32.452 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:34:32.453 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:34:32.479 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:32.545 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:34:32.545 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:32.545 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:34:32.545 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:34:43.662 [DEBUG ] app.ui.menu_bar: Format selected: 1600x1200 @ 30 fps (NV12) +2026-05-14 15:34:43.662 [INFO ] app.ui.main_window: Format selected via menu: 1600x1200 @ 30 fps (NV12) +2026-05-14 15:34:43.662 [INFO ] app.camera.camera_service: Format change: 1600x1200 @ 30 fps (NV12) — restarting camera +2026-05-14 15:34:43.691 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:34:43.692 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:34:43.719 [INFO ] app.camera.camera_service: Camera format requested: NV12 1600x1200 @ 30 fps +2026-05-14 15:34:43.803 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:34:43.803 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1600x1200 @ 30 fps +2026-05-14 15:34:43.803 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:34:43.803 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:34:48.524 [DEBUG ] app.ui.menu_bar: Format selected: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:48.525 [INFO ] app.ui.main_window: Format selected via menu: 1920x1080 @ 30 fps (NV12) +2026-05-14 15:34:48.525 [INFO ] app.camera.camera_service: Format change: 1920x1080 @ 30 fps (NV12) — restarting camera +2026-05-14 15:34:48.575 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:34:48.576 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:34:48.602 [INFO ] app.camera.camera_service: Camera format requested: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:48.682 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:34:48.682 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1920x1080 @ 30 fps +2026-05-14 15:34:48.682 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:34:48.682 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:35:17.684 [DEBUG ] app.inference.worker_manager: InferenceManager: resumed +2026-05-14 15:35:17.684 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber added: > (drop_if_busy=True) +2026-05-14 15:35:17.684 [INFO ] app.ui.main_window: Inference enabled +2026-05-14 15:35:59.079 [INFO ] app.inference.worker_manager: frame 146: 1 detection(s) in 164.0 ms — etykieta 0.27 +2026-05-14 15:35:59.679 [INFO ] app.inference.worker_manager: frame 148: 1 detection(s) in 178.9 ms — etykieta 0.40 +2026-05-14 15:35:59.980 [INFO ] app.inference.worker_manager: frame 149: 1 detection(s) in 176.6 ms — etykieta 0.45 +2026-05-14 15:36:00.329 [INFO ] app.inference.worker_manager: frame 150: 1 detection(s) in 217.8 ms — etykieta 0.49 +2026-05-14 15:36:00.635 [INFO ] app.inference.worker_manager: frame 151: 1 detection(s) in 173.4 ms — etykieta 0.47 +2026-05-14 15:36:00.930 [INFO ] app.inference.worker_manager: frame 152: 1 detection(s) in 170.3 ms — etykieta 0.49 +2026-05-14 15:36:01.229 [INFO ] app.inference.worker_manager: frame 153: 1 detection(s) in 178.0 ms — etykieta 0.46 +2026-05-14 15:36:01.530 [INFO ] app.inference.worker_manager: frame 154: 1 detection(s) in 174.2 ms — etykieta 0.51 +2026-05-14 15:36:01.790 [INFO ] app.inference.worker_manager: frame 155: 1 detection(s) in 173.2 ms — etykieta 0.54 +2026-05-14 15:36:02.088 [INFO ] app.inference.worker_manager: frame 156: 1 detection(s) in 181.4 ms — etykieta 0.51 +2026-05-14 15:36:02.387 [INFO ] app.inference.worker_manager: frame 157: 1 detection(s) in 170.7 ms — etykieta 0.50 +2026-05-14 15:36:02.679 [INFO ] app.inference.worker_manager: frame 158: 1 detection(s) in 174.2 ms — etykieta 0.48 +2026-05-14 15:36:02.980 [INFO ] app.inference.worker_manager: frame 159: 1 detection(s) in 179.4 ms — etykieta 0.47 +2026-05-14 15:36:03.280 [INFO ] app.inference.worker_manager: frame 160: 1 detection(s) in 178.4 ms — etykieta 0.33 +2026-05-14 15:36:03.579 [INFO ] app.inference.worker_manager: frame 161: 1 detection(s) in 172.8 ms — etykieta 0.38 +2026-05-14 15:36:03.879 [INFO ] app.inference.worker_manager: frame 162: 1 detection(s) in 180.2 ms — etykieta 0.38 +2026-05-14 15:36:04.179 [INFO ] app.inference.worker_manager: frame 163: 1 detection(s) in 174.0 ms — etykieta 0.40 +2026-05-14 15:36:04.429 [INFO ] app.inference.worker_manager: frame 164: 1 detection(s) in 172.3 ms — etykieta 0.39 +2026-05-14 15:36:04.730 [INFO ] app.inference.worker_manager: frame 165: 1 detection(s) in 172.8 ms — etykieta 0.37 +2026-05-14 15:36:04.991 [INFO ] app.inference.worker_manager: frame 166: 1 detection(s) in 169.6 ms — etykieta 0.36 +2026-05-14 15:36:05.346 [INFO ] app.inference.worker_manager: frame 167: 1 detection(s) in 213.3 ms — etykieta 0.38 +2026-05-14 15:36:05.652 [INFO ] app.inference.worker_manager: frame 168: 1 detection(s) in 183.4 ms — etykieta 0.37 +2026-05-14 15:36:05.981 [INFO ] app.inference.worker_manager: frame 169: 1 detection(s) in 169.8 ms — etykieta 0.38 +2026-05-14 15:36:06.281 [INFO ] app.inference.worker_manager: frame 170: 1 detection(s) in 171.2 ms — etykieta 0.34 +2026-05-14 15:36:06.580 [INFO ] app.inference.worker_manager: frame 171: 1 detection(s) in 181.4 ms — etykieta 0.37 +2026-05-14 15:36:06.843 [INFO ] app.inference.worker_manager: frame 172: 1 detection(s) in 172.3 ms — etykieta 0.41 +2026-05-14 15:36:07.132 [INFO ] app.inference.worker_manager: frame 173: 1 detection(s) in 179.4 ms — etykieta 0.48 +2026-05-14 15:36:07.438 [INFO ] app.inference.worker_manager: frame 174: 1 detection(s) in 196.4 ms — etykieta 0.48 +2026-05-14 15:36:07.782 [INFO ] app.inference.worker_manager: frame 175: 1 detection(s) in 192.5 ms — etykieta 0.46 +2026-05-14 15:36:08.092 [INFO ] app.inference.worker_manager: frame 176: 1 detection(s) in 168.5 ms — etykieta 0.48 +2026-05-14 15:36:08.388 [INFO ] app.inference.worker_manager: frame 177: 1 detection(s) in 170.8 ms — etykieta 0.44 +2026-05-14 15:36:08.689 [INFO ] app.inference.worker_manager: frame 178: 1 detection(s) in 179.0 ms — etykieta 0.46 +2026-05-14 15:36:08.985 [INFO ] app.inference.worker_manager: frame 179: 1 detection(s) in 165.9 ms — etykieta 0.46 +2026-05-14 15:36:09.282 [INFO ] app.inference.worker_manager: frame 180: 1 detection(s) in 176.3 ms — etykieta 0.48 +2026-05-14 15:36:09.582 [INFO ] app.inference.worker_manager: frame 181: 1 detection(s) in 181.8 ms — etykieta 0.45 +2026-05-14 15:36:09.847 [INFO ] app.inference.worker_manager: frame 182: 1 detection(s) in 175.4 ms — etykieta 0.49 +2026-05-14 15:36:10.137 [INFO ] app.inference.worker_manager: frame 183: 1 detection(s) in 186.4 ms — etykieta 0.45 +2026-05-14 15:36:10.441 [INFO ] app.inference.worker_manager: frame 184: 1 detection(s) in 186.0 ms — etykieta 0.48 +2026-05-14 15:36:10.739 [INFO ] app.inference.worker_manager: frame 185: 1 detection(s) in 179.4 ms — etykieta 0.46 +2026-05-14 15:36:11.029 [INFO ] app.inference.worker_manager: frame 186: 1 detection(s) in 172.1 ms — etykieta 0.47 +2026-05-14 15:36:11.330 [INFO ] app.inference.worker_manager: frame 187: 1 detection(s) in 174.4 ms — etykieta 0.47 +2026-05-14 15:36:11.630 [INFO ] app.inference.worker_manager: frame 188: 1 detection(s) in 185.4 ms — etykieta 0.48 +2026-05-14 15:36:11.930 [INFO ] app.inference.worker_manager: frame 189: 1 detection(s) in 176.0 ms — etykieta 0.45 +2026-05-14 15:36:12.231 [INFO ] app.inference.worker_manager: frame 190: 1 detection(s) in 180.0 ms — etykieta 0.46 +2026-05-14 15:36:12.530 [INFO ] app.inference.worker_manager: frame 191: 1 detection(s) in 176.8 ms — etykieta 0.48 +2026-05-14 15:36:12.780 [INFO ] app.inference.worker_manager: frame 192: 1 detection(s) in 171.4 ms — etykieta 0.48 +2026-05-14 15:36:13.049 [INFO ] app.inference.worker_manager: frame 193: 1 detection(s) in 176.5 ms — etykieta 0.46 +2026-05-14 15:36:13.336 [INFO ] app.inference.worker_manager: frame 194: 1 detection(s) in 175.1 ms — etykieta 0.48 +2026-05-14 15:36:13.639 [INFO ] app.inference.worker_manager: frame 195: 1 detection(s) in 181.3 ms — etykieta 0.47 +2026-05-14 15:36:13.938 [INFO ] app.inference.worker_manager: frame 196: 1 detection(s) in 175.8 ms — etykieta 0.50 +2026-05-14 15:36:17.137 [INFO ] app.inference.worker_manager: frame 207: 1 detection(s) in 164.8 ms — etykieta 0.30 +2026-05-14 15:36:17.430 [INFO ] app.inference.worker_manager: frame 208: 1 detection(s) in 172.8 ms — etykieta 0.35 +2026-05-14 15:36:17.733 [INFO ] app.inference.worker_manager: frame 209: 1 detection(s) in 168.9 ms — etykieta 0.36 +2026-05-14 15:36:18.037 [INFO ] app.inference.worker_manager: frame 210: 1 detection(s) in 182.5 ms — etykieta 0.36 +2026-05-14 15:36:18.330 [INFO ] app.inference.worker_manager: frame 211: 1 detection(s) in 183.8 ms — etykieta 0.36 +2026-05-14 15:36:18.630 [INFO ] app.inference.worker_manager: frame 212: 1 detection(s) in 184.4 ms — etykieta 0.35 +2026-05-14 15:36:18.930 [INFO ] app.inference.worker_manager: frame 213: 1 detection(s) in 176.1 ms — etykieta 0.36 +2026-05-14 15:36:19.180 [INFO ] app.inference.worker_manager: frame 214: 1 detection(s) in 172.2 ms — etykieta 0.35 +2026-05-14 15:36:19.480 [INFO ] app.inference.worker_manager: frame 215: 1 detection(s) in 179.9 ms — etykieta 0.35 +2026-05-14 15:36:19.743 [INFO ] app.inference.worker_manager: frame 216: 1 detection(s) in 168.8 ms — etykieta 0.35 +2026-05-14 15:36:20.045 [INFO ] app.inference.worker_manager: frame 217: 1 detection(s) in 200.3 ms — etykieta 0.35 +2026-05-14 15:36:20.372 [INFO ] app.inference.worker_manager: frame 218: 1 detection(s) in 180.3 ms — etykieta 0.36 +2026-05-14 15:36:20.635 [INFO ] app.inference.worker_manager: frame 219: 1 detection(s) in 176.6 ms — etykieta 0.35 +2026-05-14 15:36:20.934 [INFO ] app.inference.worker_manager: frame 220: 1 detection(s) in 179.1 ms — etykieta 0.36 +2026-05-14 15:36:21.231 [INFO ] app.inference.worker_manager: frame 221: 1 detection(s) in 175.7 ms — etykieta 0.36 +2026-05-14 15:36:21.793 [INFO ] app.inference.worker_manager: frame 223: 1 detection(s) in 167.4 ms — etykieta 0.39 +2026-05-14 15:36:22.086 [INFO ] app.inference.worker_manager: frame 224: 1 detection(s) in 170.2 ms — etykieta 0.37 +2026-05-14 15:36:22.348 [INFO ] app.inference.worker_manager: frame 225: 1 detection(s) in 127.5 ms — etykieta 0.38 +2026-05-14 15:36:22.630 [INFO ] app.inference.worker_manager: frame 226: 1 detection(s) in 147.5 ms — etykieta 0.40 +2026-05-14 15:36:22.937 [INFO ] app.inference.worker_manager: frame 227: 1 detection(s) in 176.8 ms — etykieta 0.40 +2026-05-14 15:36:23.241 [INFO ] app.inference.worker_manager: frame 228: 1 detection(s) in 178.4 ms — etykieta 0.38 +2026-05-14 15:36:23.540 [INFO ] app.inference.worker_manager: frame 229: 1 detection(s) in 173.7 ms — etykieta 0.38 +2026-05-14 15:36:23.831 [INFO ] app.inference.worker_manager: frame 230: 1 detection(s) in 174.4 ms — etykieta 0.41 +2026-05-14 15:36:29.944 [INFO ] app.inference.worker_manager: frame 251: 1 detection(s) in 166.2 ms — etykieta 0.35 +2026-05-14 15:36:30.232 [INFO ] app.inference.worker_manager: frame 252: 1 detection(s) in 172.0 ms — etykieta 0.35 +2026-05-14 15:36:30.487 [INFO ] app.inference.worker_manager: frame 253: 1 detection(s) in 136.0 ms — etykieta 0.36 +2026-05-14 15:36:30.781 [INFO ] app.inference.worker_manager: frame 254: 1 detection(s) in 173.9 ms — etykieta 0.33 +2026-05-14 15:36:31.080 [INFO ] app.inference.worker_manager: frame 255: 1 detection(s) in 206.3 ms — etykieta 0.34 +2026-05-14 15:36:31.391 [INFO ] app.inference.worker_manager: frame 256: 1 detection(s) in 168.2 ms — etykieta 0.34 +2026-05-14 15:36:31.689 [INFO ] app.inference.worker_manager: frame 257: 1 detection(s) in 173.6 ms — etykieta 0.35 +2026-05-14 15:36:31.981 [INFO ] app.inference.worker_manager: frame 258: 1 detection(s) in 179.1 ms — etykieta 0.33 +2026-05-14 15:36:32.283 [INFO ] app.inference.worker_manager: frame 259: 1 detection(s) in 173.8 ms — etykieta 0.35 +2026-05-14 15:36:32.547 [INFO ] app.inference.worker_manager: frame 260: 1 detection(s) in 170.4 ms — etykieta 0.34 +2026-05-14 15:36:32.812 [INFO ] app.inference.worker_manager: frame 261: 1 detection(s) in 151.4 ms — etykieta 0.35 +2026-05-14 15:36:33.071 [INFO ] app.inference.worker_manager: frame 262: 1 detection(s) in 149.8 ms — etykieta 0.35 +2026-05-14 15:36:33.380 [INFO ] app.inference.worker_manager: frame 263: 1 detection(s) in 175.3 ms — etykieta 0.34 +2026-05-14 15:36:33.680 [INFO ] app.inference.worker_manager: frame 264: 1 detection(s) in 170.8 ms — etykieta 0.34 +2026-05-14 15:36:33.932 [INFO ] app.inference.worker_manager: frame 265: 1 detection(s) in 165.1 ms — etykieta 0.34 +2026-05-14 15:36:34.230 [INFO ] app.inference.worker_manager: frame 266: 1 detection(s) in 166.6 ms — etykieta 0.35 +2026-05-14 15:36:34.494 [INFO ] app.inference.worker_manager: frame 267: 1 detection(s) in 167.7 ms — etykieta 0.32 +2026-05-14 15:36:34.791 [INFO ] app.inference.worker_manager: frame 268: 1 detection(s) in 177.3 ms — etykieta 0.35 +2026-05-14 15:36:35.093 [INFO ] app.inference.worker_manager: frame 269: 1 detection(s) in 171.3 ms — etykieta 0.32 +2026-05-14 15:36:35.380 [INFO ] app.inference.worker_manager: frame 270: 1 detection(s) in 166.1 ms — etykieta 0.33 +2026-05-14 15:36:35.680 [INFO ] app.inference.worker_manager: frame 271: 1 detection(s) in 159.7 ms — etykieta 0.33 +2026-05-14 15:36:35.987 [INFO ] app.inference.worker_manager: frame 272: 1 detection(s) in 179.8 ms — etykieta 0.34 +2026-05-14 15:36:36.281 [INFO ] app.inference.worker_manager: frame 273: 1 detection(s) in 175.1 ms — etykieta 0.33 +2026-05-14 15:36:36.581 [INFO ] app.inference.worker_manager: frame 274: 1 detection(s) in 178.9 ms — etykieta 0.34 +2026-05-14 15:36:36.841 [INFO ] app.inference.worker_manager: frame 275: 1 detection(s) in 135.2 ms — etykieta 0.33 +2026-05-14 15:36:37.088 [INFO ] app.inference.worker_manager: frame 276: 1 detection(s) in 148.1 ms — etykieta 0.34 +2026-05-14 15:36:37.380 [INFO ] app.inference.worker_manager: frame 277: 1 detection(s) in 135.5 ms — etykieta 0.34 +2026-05-14 15:36:37.633 [INFO ] app.inference.worker_manager: frame 278: 1 detection(s) in 168.7 ms — etykieta 0.33 +2026-05-14 15:36:37.894 [INFO ] app.inference.worker_manager: frame 279: 1 detection(s) in 147.5 ms — etykieta 0.35 +2026-05-14 15:36:38.189 [INFO ] app.inference.worker_manager: frame 280: 1 detection(s) in 173.9 ms — etykieta 0.32 +2026-05-14 15:36:38.482 [INFO ] app.inference.worker_manager: frame 281: 1 detection(s) in 159.5 ms — etykieta 0.33 +2026-05-14 15:36:40.730 [INFO ] app.inference.worker_manager: frame 289: 1 detection(s) in 182.5 ms — etykieta 0.26 +2026-05-14 15:36:41.031 [INFO ] app.inference.worker_manager: frame 290: 1 detection(s) in 151.0 ms — etykieta 0.26 +2026-05-14 15:38:28.434 [INFO ] app.inference.worker_manager: frame 676: 1 detection(s) in 122.8 ms — etykieta 0.25 +2026-05-14 15:38:28.934 [INFO ] app.inference.worker_manager: frame 678: 1 detection(s) in 111.9 ms — etykieta 0.25 +2026-05-14 15:38:29.433 [INFO ] app.inference.worker_manager: frame 680: 1 detection(s) in 158.7 ms — etykieta 0.26 +2026-05-14 15:39:16.985 [INFO ] app.inference.worker_manager: frame 852: 1 detection(s) in 135.4 ms — etykieta 0.25 +2026-05-14 15:39:17.349 [INFO ] app.inference.worker_manager: frame 853: 1 detection(s) in 141.6 ms — etykieta 0.25 +2026-05-14 15:39:18.335 [INFO ] app.inference.worker_manager: frame 856: 1 detection(s) in 132.4 ms — etykieta 0.25 +2026-05-14 15:39:22.885 [INFO ] app.inference.worker_manager: frame 872: 1 detection(s) in 108.7 ms — etykieta 0.26 +2026-05-14 15:39:25.335 [INFO ] app.inference.worker_manager: frame 880: 1 detection(s) in 111.4 ms — etykieta 0.26 +2026-05-14 15:39:26.398 [INFO ] app.inference.worker_manager: frame 884: 1 detection(s) in 112.6 ms — etykieta 0.25 +2026-05-14 15:39:27.535 [INFO ] app.inference.worker_manager: frame 888: 1 detection(s) in 126.1 ms — etykieta 0.25 +2026-05-14 15:39:31.286 [INFO ] app.inference.worker_manager: frame 902: 1 detection(s) in 141.3 ms — etykieta 0.25 +2026-05-14 15:39:31.835 [INFO ] app.inference.worker_manager: frame 904: 1 detection(s) in 119.1 ms — etykieta 0.25 +2026-05-14 15:39:33.886 [INFO ] app.inference.worker_manager: frame 911: 1 detection(s) in 119.2 ms — etykieta 0.27 +2026-05-14 15:39:34.136 [INFO ] app.inference.worker_manager: frame 912: 1 detection(s) in 131.2 ms — etykieta 0.27 +2026-05-14 15:39:37.445 [INFO ] app.inference.worker_manager: frame 925: 1 detection(s) in 110.6 ms — etykieta 0.27 +2026-05-14 15:39:37.687 [INFO ] app.inference.worker_manager: frame 926: 1 detection(s) in 125.6 ms — etykieta 0.35 +2026-05-14 15:39:38.144 [INFO ] app.inference.worker_manager: frame 927: 1 detection(s) in 165.3 ms — etykieta 0.30 +2026-05-14 15:39:38.586 [INFO ] app.inference.worker_manager: frame 929: 1 detection(s) in 128.2 ms — etykieta 0.28 +2026-05-14 15:39:38.836 [INFO ] app.inference.worker_manager: frame 930: 1 detection(s) in 112.5 ms — etykieta 0.35 +2026-05-14 15:39:39.036 [INFO ] app.inference.worker_manager: frame 931: 1 detection(s) in 122.6 ms — etykieta 0.27 +2026-05-14 15:39:41.986 [INFO ] app.inference.worker_manager: frame 941: 1 detection(s) in 114.9 ms — etykieta 0.30 +2026-05-14 15:39:42.237 [INFO ] app.inference.worker_manager: frame 942: 1 detection(s) in 142.5 ms — etykieta 0.28 +2026-05-14 15:39:48.186 [INFO ] app.inference.worker_manager: frame 962: 1 detection(s) in 143.5 ms — etykieta 0.31 +2026-05-14 15:39:48.438 [INFO ] app.inference.worker_manager: frame 963: 1 detection(s) in 117.7 ms — etykieta 0.29 +2026-05-14 15:39:48.736 [INFO ] app.inference.worker_manager: frame 964: 1 detection(s) in 138.2 ms — etykieta 0.31 +2026-05-14 15:39:49.037 [INFO ] app.inference.worker_manager: frame 965: 1 detection(s) in 147.9 ms — etykieta 0.31 +2026-05-14 15:39:49.436 [INFO ] app.inference.worker_manager: frame 966: 1 detection(s) in 145.9 ms — etykieta 0.32 +2026-05-14 15:39:49.836 [INFO ] app.inference.worker_manager: frame 967: 1 detection(s) in 113.2 ms — etykieta 0.31 +2026-05-14 15:39:50.086 [INFO ] app.inference.worker_manager: frame 968: 1 detection(s) in 140.9 ms — etykieta 0.32 +2026-05-14 15:39:50.336 [INFO ] app.inference.worker_manager: frame 969: 1 detection(s) in 147.7 ms — etykieta 0.35 +2026-05-14 15:39:50.586 [INFO ] app.inference.worker_manager: frame 970: 1 detection(s) in 123.4 ms — etykieta 0.29 +2026-05-14 15:39:50.987 [INFO ] app.inference.worker_manager: frame 971: 1 detection(s) in 169.6 ms — etykieta 0.31 +2026-05-14 15:39:51.187 [INFO ] app.inference.worker_manager: frame 972: 1 detection(s) in 113.4 ms — etykieta 0.32 +2026-05-14 15:39:51.440 [INFO ] app.inference.worker_manager: frame 973: 1 detection(s) in 137.2 ms — etykieta 0.31 +2026-05-14 15:39:51.787 [INFO ] app.inference.worker_manager: frame 974: 1 detection(s) in 121.9 ms — etykieta 0.35 +2026-05-14 15:39:52.237 [INFO ] app.inference.worker_manager: frame 975: 1 detection(s) in 184.8 ms — etykieta 0.32 +2026-05-14 15:39:52.493 [INFO ] app.inference.worker_manager: frame 976: 1 detection(s) in 125.9 ms — etykieta 0.34 +2026-05-14 15:39:52.737 [INFO ] app.inference.worker_manager: frame 977: 1 detection(s) in 121.4 ms — etykieta 0.33 +2026-05-14 15:39:53.036 [INFO ] app.inference.worker_manager: frame 978: 1 detection(s) in 124.5 ms — etykieta 0.35 +2026-05-14 15:39:53.296 [INFO ] app.inference.worker_manager: frame 979: 1 detection(s) in 150.4 ms — etykieta 0.34 +2026-05-14 15:39:53.736 [INFO ] app.inference.worker_manager: frame 980: 1 detection(s) in 141.1 ms — etykieta 0.34 +2026-05-14 15:39:54.049 [INFO ] app.inference.worker_manager: frame 981: 1 detection(s) in 138.4 ms — etykieta 0.35 +2026-05-14 15:39:54.387 [INFO ] app.inference.worker_manager: frame 982: 1 detection(s) in 127.2 ms — etykieta 0.34 +2026-05-14 15:39:54.686 [INFO ] app.inference.worker_manager: frame 983: 1 detection(s) in 125.6 ms — etykieta 0.37 +2026-05-14 15:39:54.936 [INFO ] app.inference.worker_manager: frame 984: 1 detection(s) in 154.2 ms — etykieta 0.35 +2026-05-14 15:39:55.186 [INFO ] app.inference.worker_manager: frame 985: 1 detection(s) in 127.3 ms — etykieta 0.35 +2026-05-14 15:39:55.486 [INFO ] app.inference.worker_manager: frame 986: 1 detection(s) in 170.5 ms — etykieta 0.35 +2026-05-14 15:39:55.837 [INFO ] app.inference.worker_manager: frame 987: 1 detection(s) in 137.9 ms — etykieta 0.36 +2026-05-14 15:39:56.098 [INFO ] app.inference.worker_manager: frame 988: 1 detection(s) in 146.9 ms — etykieta 0.35 +2026-05-14 15:39:56.336 [INFO ] app.inference.worker_manager: frame 989: 1 detection(s) in 124.2 ms — etykieta 0.36 +2026-05-14 15:39:56.538 [INFO ] app.inference.worker_manager: frame 990: 1 detection(s) in 125.4 ms — etykieta 0.37 +2026-05-14 15:39:56.838 [INFO ] app.inference.worker_manager: frame 991: 1 detection(s) in 136.4 ms — etykieta 0.36 +2026-05-14 15:39:57.086 [INFO ] app.inference.worker_manager: frame 992: 1 detection(s) in 151.6 ms — etykieta 0.37 +2026-05-14 15:39:57.349 [INFO ] app.inference.worker_manager: frame 993: 1 detection(s) in 135.9 ms — etykieta 0.34 +2026-05-14 15:39:57.642 [INFO ] app.inference.worker_manager: frame 994: 1 detection(s) in 138.6 ms — etykieta 0.36 +2026-05-14 15:39:57.887 [INFO ] app.inference.worker_manager: frame 995: 1 detection(s) in 123.7 ms — etykieta 0.35 +2026-05-14 15:39:58.239 [INFO ] app.inference.worker_manager: frame 996: 1 detection(s) in 158.9 ms — etykieta 0.35 +2026-05-14 15:39:58.487 [INFO ] app.inference.worker_manager: frame 997: 1 detection(s) in 139.1 ms — etykieta 0.37 +2026-05-14 15:39:58.736 [INFO ] app.inference.worker_manager: frame 998: 1 detection(s) in 130.6 ms — etykieta 0.36 +2026-05-14 15:39:59.036 [INFO ] app.inference.worker_manager: frame 999: 1 detection(s) in 161.9 ms — etykieta 0.36 +2026-05-14 15:39:59.386 [INFO ] app.inference.worker_manager: frame 1000: 1 detection(s) in 126.8 ms — etykieta 0.35 +2026-05-14 15:39:59.687 [INFO ] app.inference.worker_manager: frame 1001: 1 detection(s) in 138.9 ms — etykieta 0.35 +2026-05-14 15:40:00.036 [INFO ] app.inference.worker_manager: frame 1002: 1 detection(s) in 127.8 ms — etykieta 0.36 +2026-05-14 15:40:00.287 [INFO ] app.inference.worker_manager: frame 1003: 1 detection(s) in 123.7 ms — etykieta 0.36 +2026-05-14 15:40:00.637 [INFO ] app.inference.worker_manager: frame 1004: 1 detection(s) in 165.0 ms — etykieta 0.35 +2026-05-14 15:40:00.887 [INFO ] app.inference.worker_manager: frame 1005: 1 detection(s) in 115.1 ms — etykieta 0.36 +2026-05-14 15:40:01.236 [INFO ] app.inference.worker_manager: frame 1006: 1 detection(s) in 111.4 ms — etykieta 0.35 +2026-05-14 15:40:01.586 [INFO ] app.inference.worker_manager: frame 1007: 1 detection(s) in 137.4 ms — etykieta 0.36 +2026-05-14 15:40:01.998 [INFO ] app.inference.worker_manager: frame 1008: 1 detection(s) in 141.6 ms — etykieta 0.34 +2026-05-14 15:40:02.236 [INFO ] app.inference.worker_manager: frame 1009: 1 detection(s) in 123.8 ms — etykieta 0.34 +2026-05-14 15:40:02.537 [INFO ] app.inference.worker_manager: frame 1010: 1 detection(s) in 137.8 ms — etykieta 0.35 +2026-05-14 15:40:02.886 [INFO ] app.inference.worker_manager: frame 1011: 1 detection(s) in 124.3 ms — etykieta 0.35 +2026-05-14 15:40:03.287 [INFO ] app.inference.worker_manager: frame 1012: 1 detection(s) in 124.0 ms — etykieta 0.36 +2026-05-14 15:40:03.537 [INFO ] app.inference.worker_manager: frame 1013: 1 detection(s) in 123.9 ms — etykieta 0.35 +2026-05-14 15:40:03.887 [INFO ] app.inference.worker_manager: frame 1014: 1 detection(s) in 123.9 ms — etykieta 0.35 +2026-05-14 15:40:04.148 [INFO ] app.inference.worker_manager: frame 1015: 1 detection(s) in 124.5 ms — etykieta 0.35 +2026-05-14 15:40:04.437 [INFO ] app.inference.worker_manager: frame 1016: 1 detection(s) in 131.0 ms — etykieta 0.35 +2026-05-14 15:40:04.737 [INFO ] app.inference.worker_manager: frame 1017: 1 detection(s) in 109.1 ms — etykieta 0.36 +2026-05-14 15:40:04.988 [INFO ] app.inference.worker_manager: frame 1018: 1 detection(s) in 149.9 ms — etykieta 0.36 +2026-05-14 15:40:05.238 [INFO ] app.inference.worker_manager: frame 1019: 1 detection(s) in 131.2 ms — etykieta 0.35 +2026-05-14 15:40:05.487 [INFO ] app.inference.worker_manager: frame 1020: 1 detection(s) in 137.8 ms — etykieta 0.35 +2026-05-14 15:40:05.836 [INFO ] app.inference.worker_manager: frame 1021: 1 detection(s) in 168.0 ms — etykieta 0.35 +2026-05-14 15:40:06.087 [INFO ] app.inference.worker_manager: frame 1022: 1 detection(s) in 117.7 ms — etykieta 0.36 +2026-05-14 15:40:06.388 [INFO ] app.inference.worker_manager: frame 1023: 1 detection(s) in 110.6 ms — etykieta 0.35 +2026-05-14 15:40:06.751 [INFO ] app.inference.worker_manager: frame 1024: 1 detection(s) in 111.1 ms — etykieta 0.36 +2026-05-14 15:40:06.987 [INFO ] app.inference.worker_manager: frame 1025: 1 detection(s) in 111.2 ms — etykieta 0.35 +2026-05-14 15:40:07.288 [INFO ] app.inference.worker_manager: frame 1026: 1 detection(s) in 131.4 ms — etykieta 0.35 +2026-05-14 15:40:07.588 [INFO ] app.inference.worker_manager: frame 1027: 1 detection(s) in 124.3 ms — etykieta 0.35 +2026-05-14 15:40:07.987 [INFO ] app.inference.worker_manager: frame 1028: 1 detection(s) in 127.7 ms — etykieta 0.36 +2026-05-14 15:40:08.237 [INFO ] app.inference.worker_manager: frame 1029: 1 detection(s) in 128.4 ms — etykieta 0.34 +2026-05-14 15:40:08.488 [INFO ] app.inference.worker_manager: frame 1030: 1 detection(s) in 125.1 ms — etykieta 0.35 +2026-05-14 15:40:08.787 [INFO ] app.inference.worker_manager: frame 1031: 1 detection(s) in 138.6 ms — etykieta 0.35 +2026-05-14 15:40:09.087 [INFO ] app.inference.worker_manager: frame 1032: 1 detection(s) in 149.5 ms — etykieta 0.36 +2026-05-14 15:40:09.337 [INFO ] app.inference.worker_manager: frame 1033: 1 detection(s) in 136.1 ms — etykieta 0.35 +2026-05-14 15:40:09.637 [INFO ] app.inference.worker_manager: frame 1034: 1 detection(s) in 126.1 ms — etykieta 0.35 +2026-05-14 15:40:09.937 [INFO ] app.inference.worker_manager: frame 1035: 1 detection(s) in 122.9 ms — etykieta 0.36 +2026-05-14 15:40:10.192 [INFO ] app.inference.worker_manager: frame 1036: 1 detection(s) in 146.5 ms — etykieta 0.35 +2026-05-14 15:40:10.443 [INFO ] app.inference.worker_manager: frame 1037: 1 detection(s) in 129.1 ms — etykieta 0.35 +2026-05-14 15:40:10.687 [INFO ] app.inference.worker_manager: frame 1038: 1 detection(s) in 132.8 ms — etykieta 0.34 +2026-05-14 15:40:10.988 [INFO ] app.inference.worker_manager: frame 1039: 1 detection(s) in 110.2 ms — etykieta 0.36 +2026-05-14 15:40:11.238 [INFO ] app.inference.worker_manager: frame 1040: 1 detection(s) in 156.5 ms — etykieta 0.36 +2026-05-14 15:40:11.587 [INFO ] app.inference.worker_manager: frame 1041: 1 detection(s) in 129.6 ms — etykieta 0.36 +2026-05-14 15:40:11.906 [INFO ] app.inference.worker_manager: frame 1042: 1 detection(s) in 138.4 ms — etykieta 0.35 +2026-05-14 15:40:12.237 [INFO ] app.inference.worker_manager: frame 1043: 1 detection(s) in 130.7 ms — etykieta 0.35 +2026-05-14 15:40:12.537 [INFO ] app.inference.worker_manager: frame 1044: 1 detection(s) in 124.4 ms — etykieta 0.36 +2026-05-14 15:40:12.787 [INFO ] app.inference.worker_manager: frame 1045: 1 detection(s) in 133.4 ms — etykieta 0.36 +2026-05-14 15:40:13.038 [INFO ] app.inference.worker_manager: frame 1046: 1 detection(s) in 124.5 ms — etykieta 0.35 +2026-05-14 15:40:13.488 [INFO ] app.inference.worker_manager: frame 1047: 1 detection(s) in 122.1 ms — etykieta 0.36 +2026-05-14 15:40:13.838 [INFO ] app.inference.worker_manager: frame 1048: 1 detection(s) in 134.4 ms — etykieta 0.36 +2026-05-14 15:40:14.088 [INFO ] app.inference.worker_manager: frame 1049: 1 detection(s) in 132.8 ms — etykieta 0.36 +2026-05-14 15:40:14.687 [INFO ] app.inference.worker_manager: frame 1051: 1 detection(s) in 147.8 ms — etykieta 0.28 +2026-05-14 15:40:14.937 [INFO ] app.inference.worker_manager: frame 1052: 1 detection(s) in 127.2 ms — etykieta 0.34 +2026-05-14 15:40:15.187 [INFO ] app.inference.worker_manager: frame 1053: 1 detection(s) in 108.0 ms — etykieta 0.34 +2026-05-14 15:40:15.541 [INFO ] app.inference.worker_manager: frame 1054: 1 detection(s) in 175.0 ms — etykieta 0.37 +2026-05-14 15:40:15.792 [INFO ] app.inference.worker_manager: frame 1055: 1 detection(s) in 114.8 ms — etykieta 0.35 +2026-05-14 15:40:16.238 [INFO ] app.inference.worker_manager: frame 1056: 1 detection(s) in 136.5 ms — etykieta 0.35 +2026-05-14 15:40:16.587 [INFO ] app.inference.worker_manager: frame 1057: 1 detection(s) in 128.7 ms — etykieta 0.34 +2026-05-14 15:40:16.838 [INFO ] app.inference.worker_manager: frame 1058: 1 detection(s) in 135.7 ms — etykieta 0.31 +2026-05-14 15:40:17.149 [INFO ] app.inference.worker_manager: frame 1059: 1 detection(s) in 139.1 ms — etykieta 0.32 +2026-05-14 15:40:17.438 [INFO ] app.inference.worker_manager: frame 1060: 1 detection(s) in 124.6 ms — etykieta 0.35 +2026-05-14 15:40:17.687 [INFO ] app.inference.worker_manager: frame 1061: 1 detection(s) in 137.5 ms — etykieta 0.35 +2026-05-14 15:40:17.937 [INFO ] app.inference.worker_manager: frame 1062: 1 detection(s) in 131.9 ms — etykieta 0.34 +2026-05-14 15:40:18.337 [INFO ] app.inference.worker_manager: frame 1063: 1 detection(s) in 121.1 ms — etykieta 0.33 +2026-05-14 15:41:00.160 [DEBUG ] app.inference.worker_manager: InferenceManager: paused +2026-05-14 15:41:00.160 [DEBUG ] app.pipeline.frame_dispatcher: Subscriber not found for removal: > +2026-05-14 15:41:00.160 [INFO ] app.ui.main_window: Inference disabled +2026-05-14 15:41:25.791 [DEBUG ] app.ui.menu_bar: Format selected: 1280x720 @ 30 fps (NV12) +2026-05-14 15:41:25.792 [INFO ] app.ui.main_window: Format selected via menu: 1280x720 @ 30 fps (NV12) +2026-05-14 15:41:25.792 [INFO ] app.camera.camera_service: Format change: 1280x720 @ 30 fps (NV12) — restarting camera +2026-05-14 15:41:25.842 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:41:25.842 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:41:25.872 [INFO ] app.camera.camera_service: Camera format requested: NV12 1280x720 @ 30 fps +2026-05-14 15:41:25.949 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:41:25.950 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1280x720 @ 30 fps +2026-05-14 15:41:25.950 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:41:25.950 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:41:37.990 [DEBUG ] app.ui.menu_bar: Format selected: 1600x1200 @ 30 fps (NV12) +2026-05-14 15:41:37.990 [INFO ] app.ui.main_window: Format selected via menu: 1600x1200 @ 30 fps (NV12) +2026-05-14 15:41:37.990 [INFO ] app.camera.camera_service: Format change: 1600x1200 @ 30 fps (NV12) — restarting camera +2026-05-14 15:41:38.035 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:41:38.036 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:41:38.063 [INFO ] app.camera.camera_service: Camera format requested: NV12 1600x1200 @ 30 fps +2026-05-14 15:41:38.144 [INFO ] app.camera.camera_service: Camera active: HD USB CAMERA +2026-05-14 15:41:38.144 [INFO ] app.camera.camera_service: Camera format ACTUAL: NV12 1600x1200 @ 30 fps +2026-05-14 15:41:38.144 [INFO ] app.ui.main_window: Camera streaming: HD USB CAMERA +2026-05-14 15:41:38.144 [INFO ] app.camera.camera_service: Camera start requested: HD USB CAMERA +2026-05-14 15:41:52.964 [INFO ] app.inference.worker_manager: Inference worker stopped +2026-05-14 15:41:53.017 [INFO ] app.camera.camera_service: Camera inactive +2026-05-14 15:41:53.017 [DEBUG ] app.camera.camera_service: Camera stopped (internal) +2026-05-14 15:41:53.017 [INFO ] app.ui.main_window: CSV telemetry: 91 rows written diff --git a/notes/terminal_pyuvc.txt b/notes/terminal_pyuvc.txt new file mode 100644 index 0000000..e0e7ffb --- /dev/null +++ b/notes/terminal_pyuvc.txt @@ -0,0 +1,3 @@ +Znalezione urządzenia: [{'name': 'HD USB CAMERA', 'manufacturer': '4K USB CAMERA', 'serialNumber': '01.00.00', 'idProduct': 791, 'idVendor': 13028, 'device_address': 11, 'bus_number': 20, 'uid': '20:11'}] +Połączono z: HD USB CAMERA +Dostępne tryby: (CameraMode(width=320, height=240, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=320, height=240, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=320, height=240, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=320, height=240, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=320, height=240, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=320, height=240, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=640, height=480, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=800, height=600, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1024, height=768, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=720, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1280, height=960, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1600, height=1200, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=1920, height=1080, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2048, height=1536, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=2592, height=1944, fps=30, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=5, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=10, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=15, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=20, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=25, format_native=7, format_name='MJPG', supported=True), CameraMode(width=3840, height=2160, fps=30, format_native=7, format_name='MJPG', supported=True)) \ No newline at end of file diff --git a/test_pyuvc.py b/test_pyuvc.py new file mode 100644 index 0000000..687a673 --- /dev/null +++ b/test_pyuvc.py @@ -0,0 +1,21 @@ +import uvc + +# W Twojej wersji używamy bezpośrednio device_list() +devices = uvc.device_list() +print(f"Znalezione urządzenia: {devices}") + +if devices: + try: + # Otwarcie pierwszego urządzenia z listy + # Często wymaga przekazania indeksu lub obiektu z listy + cap = uvc.Capture(devices[0]['uid']) + print(f"Połączono z: {cap.name}") + + # Opcjonalnie: sprawdzenie czy działa + print(f"Dostępne tryby: {cap.available_modes}") + + cap.close() + except Exception as e: + print(f"Błąd podczas otwierania kamery: {e}") +else: + print("Lista urządzeń jest pusta. Sprawdź podłączenie kamery.") \ No newline at end of file diff --git a/test_qcamera.py b/test_qcamera.py new file mode 100644 index 0000000..63ecddc --- /dev/null +++ b/test_qcamera.py @@ -0,0 +1,363 @@ +import sys +import logging +from pathlib import Path + +from PySide6.QtCore import Qt, QTimer +from PySide6.QtGui import QAction +from PySide6.QtWidgets import QApplication, QMainWindow, QLabel +from PySide6.QtMultimedia import ( + QMediaDevices, + QCamera, + QCameraDevice, + QMediaFormat, + QVideoFrameFormat, + QMediaCaptureSession +) +from PySide6.QtMultimediaWidgets import QVideoWidget + + +# ============================================================ +# LOGGER +# ============================================================ + +LOG_DIR = Path("logs") +LOG_DIR.mkdir(exist_ok=True) + +logging.basicConfig( + level=logging.DEBUG, + format="%(asctime)s [%(levelname)s] %(message)s", + handlers=[ + logging.FileHandler(LOG_DIR / "camera_debug.log", encoding="utf-8"), + logging.StreamHandler(sys.stdout), + ], +) + +logger = logging.getLogger("camera_app") + + +# ============================================================ +# CAMERA WINDOW +# ============================================================ + +class CameraWindow(QMainWindow): + + def __init__(self): + super().__init__() + + self.setWindowTitle("Camera Preview") + + # Widget wyświetlający wyłącznie obraz + self.video_widget = QVideoWidget() + self.setCentralWidget(self.video_widget) + + self.camera = None + self.camera_device = None + self.capture_session = QMediaCaptureSession() + + self.init_camera() + + # ======================================================== + # CAMERA INIT + # ======================================================== + + def init_camera(self): + + devices = QMediaDevices.videoInputs() + + logger.info("==========================================") + logger.info("VIDEO DEVICES ENUMERATION") + logger.info("==========================================") + + if not devices: + logger.error("Nie znaleziono kamer.") + return + + for idx, device in enumerate(devices): + self.log_camera_device(device, idx) + + # wybór pierwszej kamery + self.camera_device = devices[0] + + logger.info(f"Wybrano kamerę: {self.camera_device.description()}") + + self.camera = QCamera(self.camera_device) + + # sygnały + self.camera.errorOccurred.connect(self.on_camera_error) + self.camera.activeChanged.connect(self.on_active_changed) + + # video sink + # self.camera.setVideoOutput(self.video_widget) + self.capture_session.setCamera(self.camera) + self.capture_session.setVideoOutput(self.video_widget) + + # przykładowe ustawienia + self.set_camera_format( + width=1280, + height=720, + fps=30, + preferred_pixel_format=QVideoFrameFormat.PixelFormat.Format_Jpeg + ) + + self.log_runtime_camera_capabilities() + + self.camera.start() + + logger.info("Kamera uruchomiona.") + + # ======================================================== + # FORMAT SELECTION + # ======================================================== + def set_camera_format( + self, + width: int, + height: int, + fps: int, + preferred_pixel_format=QVideoFrameFormat.PixelFormat.Format_Jpeg, + ): + # def set_camera_format(self, width: int, height: int, fps: int): + """ + Prototyp funkcji ustawiającej: + - rozdzielczość + - FPS + + Wybiera najbliższy pasujący format. + """ + + logger.info( + f"Próba ustawienia formatu: {width}x{height} @ {fps} FPS" + ) + + best_match = None + + for fmt in self.camera_device.videoFormats(): + + resolution = fmt.resolution() + min_fps = fmt.minFrameRate() + max_fps = fmt.maxFrameRate() + pixel_format = fmt.pixelFormat() + + logger.debug( + f"Sprawdzam format -> " + f"{resolution.width()}x{resolution.height()} " + f"FPS:{min_fps}-{max_fps} " + f"PIX:{pixel_format}" + ) + + if ( + resolution.width() == width + and resolution.height() == height + and min_fps <= fps <= max_fps + and pixel_format == preferred_pixel_format + ): + best_match = fmt + break + + if best_match: + self.camera.setCameraFormat(best_match) + + logger.info("Ustawiono format kamery:") + logger.info( + f"Resolution: " + f"{best_match.resolution().width()}x" + f"{best_match.resolution().height()}" + ) + logger.info( + f"FPS range: " + f"{best_match.minFrameRate()} - " + f"{best_match.maxFrameRate()}" + ) + logger.info( + f"Pixel format: {best_match.pixelFormat()}" + ) + + else: + logger.warning("Nie znaleziono pasującego formatu.") + + # ======================================================== + # DEVICE LOGGER + # ======================================================== + + def log_camera_device(self, device: QCameraDevice, idx: int): + + logger.info("------------------------------------------") + logger.info(f"KAMERA #{idx}") + logger.info("------------------------------------------") + + logger.info(f"Description: {device.description()}") + logger.info(f"ID: {device.id().data().decode(errors='ignore')}") + + try: + logger.info(f"Is default: {device.isDefault()}") + except Exception as e: + logger.warning(f"isDefault() unsupported: {e}") + + formats = device.videoFormats() + + logger.info(f"Liczba formatów: {len(formats)}") + + for i, fmt in enumerate(formats): + + resolution = fmt.resolution() + + logger.info(f"") + logger.info(f"FORMAT #{i}") + + logger.info( + f"Resolution: " + f"{resolution.width()}x{resolution.height()}" + ) + + logger.info( + f"FPS min/max: " + f"{fmt.minFrameRate()} / {fmt.maxFrameRate()}" + ) + + logger.info( + f"Pixel format enum: {fmt.pixelFormat()}" + ) + + logger.info( + f"Pixel format name: " + f"{self.pixel_format_to_string(fmt.pixelFormat())}" + ) + + # ======================================================== + # RUNTIME CAMERA CAPABILITIES + # ======================================================== + + def log_runtime_camera_capabilities(self): + + logger.info("") + logger.info("==========================================") + logger.info("QCAMERA RUNTIME CAPABILITIES") + logger.info("==========================================") + + try: + logger.info(f"Camera active: {self.camera.isActive()}") + except Exception as e: + logger.warning(e) + + # Dostępne w zależności od backendu/platformy + properties = [ + "focusMode", + "exposureMode", + "whiteBalanceMode", + "flashMode", + "torchMode", + ] + + for prop in properties: + + try: + value = getattr(self.camera, prop)() + logger.info(f"{prop}: {value}") + + except Exception as e: + logger.warning(f"{prop} unsupported: {e}") + + # backend/platform info + logger.info("") + logger.info("QT MULTIMEDIA INFO") + + try: + logger.info(f"Qt version: {QApplication.qtVersion()}") + except Exception: + pass + + logger.info( + "Backend zależy od platformy:" + ) + logger.info( + "- Windows -> MediaFoundation" + ) + logger.info( + "- Linux -> GStreamer / PipeWire / V4L2" + ) + logger.info( + "- macOS -> AVFoundation" + ) + + # ======================================================== + # PIXEL FORMAT NAME + # ======================================================== + + def pixel_format_to_string(self, pixel_format): + + mapping = { + QVideoFrameFormat.PixelFormat.Format_YUV420P: "YUV420P", + QVideoFrameFormat.PixelFormat.Format_NV12: "NV12", + QVideoFrameFormat.PixelFormat.Format_NV21: "NV21", + QVideoFrameFormat.PixelFormat.Format_UYVY: "UYVY", + QVideoFrameFormat.PixelFormat.Format_YUYV: "YUYV", + QVideoFrameFormat.PixelFormat.Format_Jpeg: "MJPG/JPEG", + } + + return mapping.get(pixel_format, str(pixel_format)) + + # ======================================================== + # SIGNALS + # ======================================================== + + def on_camera_error(self, error, error_string): + logger.error(f"CAMERA ERROR: {error}") + logger.error(f"ERROR STRING: {error_string}") + + def on_active_changed(self, active): + logger.info(f"Camera active changed: {active}") + + # ======================================================== + # CLEANUP + # ======================================================== + + # def closeEvent(self, event): + + # logger.info("Zamykanie aplikacji.") + + # if self.camera: + # self.camera.stop() + + # super().closeEvent(event) + + def closeEvent(self, event): + + logger.info("Zamykanie aplikacji.") + + try: + if self.camera: + logger.info("Stopping camera...") + self.camera.stop() + + if self.capture_session: + logger.info("Detaching camera from capture session...") + self.capture_session.setCamera(None) + self.capture_session.setVideoOutput(None) + + except Exception as e: + logger.exception(e) + + super().closeEvent(event) + +# ============================================================ +# MAIN +# ============================================================ + +def main(): + + app = QApplication(sys.argv) + + window = CameraWindow() + + # tylko obraz + window.resize(1280, 720) + + # fullscreen: + # window.showFullScreen() + + window.show() + + sys.exit(app.exec()) + + +if __name__ == "__main__": + main() \ No newline at end of file