|
@@ -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"`
|