[6.7.2] change camera get loop from 5s to 2s

This commit is contained in:
EmArrow
2024-10-31 10:50:36 +08:00
parent 8789832278
commit 1aab6bcdf0

View File

@@ -38,7 +38,7 @@ class RoadCrossCameraManager : IMoGoMapRoadListener, IGaoDeMapLocationListener {
private const val TAG = "RoadCrossCameraManager"
private const val REQUEST_CAMERA_MSG = 0
private const val REMOVE_MARKER_MSG = 1
private const val REQUEST_CAMERA_DELAY_TIME = 50000L
private const val REQUEST_CAMERA_DELAY_TIME = 20000L
private const val REMOVE_MARKER_DELAY_TIME = 10000L
val instance: RoadCrossCameraManager by lazy(mode = LazyThreadSafetyMode.SYNCHRONIZED) {