Skip to content

Commit

Permalink
feat: AI 이벤트 간격 1분으로 변경 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
OziinG committed Dec 7, 2024
1 parent 6a35e72 commit ea12116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ea12116

Please sign in to comment.