liuxiaolong
2020-07-20 ed1c30e6771ccbd8f6483c8084cb14bb31318f39
controllers/camera.go
@@ -45,6 +45,9 @@
   ResolutionHeight int   `json:"resolution_height"`//分辨率高
   Sensors []SensorVo `json:"sensors"` //传感器列表
   VoiceEnable       bool                   `json:"voiceEnable"`
   VoiceId          string                   `json:"voiceId"`
}
type Resolution struct {