|
@@ -94,7 +94,7 @@ type SensorCamera struct {
|
|
|
type SensorOgt struct {
|
|
|
Sensor
|
|
|
SensorFovH float64 `json:"sensor_fovH"`
|
|
|
- SensorResolution string `json:"sensor_resolution"` // 分辨率
|
|
|
+ SensorResolution float64 `json:"sensor_resolution"` // 分辨率
|
|
|
SensorFovV float64 `json:"sensor_fovV"` // 垂直现场角
|
|
|
SensorFrameRate float64 `json:"sensor_frameRate"` // 帧率
|
|
|
SensorFilter string `json:"sensor_filter"` // 目标物筛选序列(0,1,2)
|