|
@@ -26,7 +26,7 @@ type SensorCamera struct {
|
|
|
Sensor
|
|
|
SensorForH float64 `json:"sensor_fovH"`
|
|
|
SensorForV float64 `json:"sensor_fovV"`
|
|
|
- SensorResolution float64 `json:"sensor_resolution"`
|
|
|
+ SensorResolution string `json:"sensor_resolution"`
|
|
|
SensorFrameRate float64 `json:"sensor_frameRate"`
|
|
|
}
|
|
|
|