From ea1211650a84f509504e1957d6c4fe12868d9c8b Mon Sep 17 00:00:00 2001 From: OziinG Date: Sat, 7 Dec 2024 16:27:10 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20AI=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=201=EB=B6=84=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(#261)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/example/mhnfe/ui/screens/monitoring/kvs/AiViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/example/mhnfe/ui/screens/monitoring/kvs/AiViewModel.kt b/app/src/main/java/com/example/mhnfe/ui/screens/monitoring/kvs/AiViewModel.kt index 4d7bcec3..abbf28b9 100644 --- a/app/src/main/java/com/example/mhnfe/ui/screens/monitoring/kvs/AiViewModel.kt +++ b/app/src/main/java/com/example/mhnfe/ui/screens/monitoring/kvs/AiViewModel.kt @@ -33,7 +33,7 @@ class AiViewModel @Inject constructor( private val motionDetector = MotionDetector() private val yoloDetectionManager = YoloDetectionManager(context) private var lastEventTime: Long = 0 // 마지막 이벤트 발생 시간 기록 - private val eventDelayMillis = 500L // event data to iot 딜레이 시간 + private val eventDelayMillis = 6000L // event data to iot 딜레이 시간 private val handleDetection = HandleDetection() fun processFrame(