|
@@ -100,8 +100,7 @@ type SensorOgt struct {
|
|
|
SensorFilter string `json:"sensor_filter"`
|
|
|
SensorDisplay bool `json:"sensor_display"`
|
|
|
SensorMaxObjects int `json:"sensor_maxObjects"`
|
|
|
- SensorPort string `json:"sensor_port"`
|
|
|
- SensorMax0bjects int `json:"sensor_max0bjects"`
|
|
|
+ SensorPort int `json:"sensor_port"`
|
|
|
SensorForHLeft float64 `json:"sensor_fovHLeft"`
|
|
|
SensorForHRight float64 `json:"sensor_fovHRight"`
|
|
|
SensorForHTop float64 `json:"sensor_fovVTop"`
|