Documentation ¶ Index ¶ type SonySRG func NewSonySRG(ip string, auth string) *SonySRG func (s *SonySRG) GetPresets() ([]model.CameraPreset, error) func (s *SonySRG) SetPreset(presetId int) error func (s *SonySRG) TakeSnapshot(outDir string) (filename string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SonySRG ¶ type SonySRG struct { Ip string Auth string } func NewSonySRG ¶ func NewSonySRG(ip string, auth string) *SonySRG func (*SonySRG) GetPresets ¶ func (s *SonySRG) GetPresets() ([]model.CameraPreset, error) func (*SonySRG) SetPreset ¶ func (s *SonySRG) SetPreset(presetId int) error func (*SonySRG) TakeSnapshot ¶ func (s *SonySRG) TakeSnapshot(outDir string) (filename string, err error) Source Files ¶ View all Source files sonysrg.go Click to show internal directories. Click to hide internal directories.