|
@@ -79,7 +79,7 @@ type Sensor struct {
|
|
|
SensorR float64 `json:"sensor_r"`
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
type SensorParam struct {
|
|
|
Sensor
|
|
|
SensorForH float64 `json:"sensor_fovH"`
|
|
@@ -88,7 +88,7 @@ type SensorParam struct {
|
|
|
SensorForVOffset float64 `json:"sensor_fovV_offset"`
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
type SensorCamera struct {
|
|
|
Sensor
|
|
|
SensorForH float64 `json:"sensor_fovH"`
|
|
@@ -97,7 +97,7 @@ type SensorCamera struct {
|
|
|
SensorFrameRate float64 `json:"sensor_frameRate"`
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
type SensorOgt struct {
|
|
|
Sensor
|
|
|
SensorFovH float64 `json:"sensor_fovH"`
|