|
@@ -26,7 +26,7 @@ type SensorCamera struct {
|
|
Sensor
|
|
Sensor
|
|
SensorForH float64 `json:"sensor_fovH"` // 水平现场角
|
|
SensorForH float64 `json:"sensor_fovH"` // 水平现场角
|
|
SensorForV float64 `json:"sensor_fovV"` // 垂直现场角
|
|
SensorForV float64 `json:"sensor_fovV"` // 垂直现场角
|
|
- SensorResolution float64 `json:"sensor_resolution"` // 分辨率
|
|
|
|
|
|
+ SensorResolution string `json:"sensor_resolution"` // 分辨率
|
|
SensorFrameRate float64 `json:"sensor_frameRate"` // 帧率
|
|
SensorFrameRate float64 `json:"sensor_frameRate"` // 帧率
|
|
}
|
|
}
|
|
|
|
|