liuxiaolong
2020-06-28 9eb253b80440485949b36a8f2bf43a43d30639be
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 {