|
@@ -9,11 +9,12 @@ import (
|
|
|
"encoding/json"
|
|
|
"errors"
|
|
|
"fmt"
|
|
|
- "github.com/confluentinc/confluent-kafka-go/kafka"
|
|
|
"path/filepath"
|
|
|
"strconv"
|
|
|
"strings"
|
|
|
"time"
|
|
|
+
|
|
|
+ "github.com/confluentinc/confluent-kafka-go/kafka"
|
|
|
)
|
|
|
|
|
|
/*
|
|
@@ -199,7 +200,7 @@ func RunWaitingCluster() {
|
|
|
},
|
|
|
SensorForH: 45,
|
|
|
SensorForV: 27,
|
|
|
- SensorResolution: "480*270",
|
|
|
+ SensorResolution: "960*540",
|
|
|
SensorFrameRate: 25,
|
|
|
},
|
|
|
}
|