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