Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanasonicCam ¶
PanasonicCam represents Panasonic IP cameras the TUM uses
func NewPanasonicCam ¶
func NewPanasonicCam(ip string, auth string) *PanasonicCam
NewPanasonicCam Acts as a constructor for cameras. ip: the ip address of the camera auth: username and password of the camera (e.g. "user:password")
func (PanasonicCam) GetPresets ¶
func (c PanasonicCam) GetPresets() ([]model.CameraPreset, error)
GetPresets fetches all presets stored on the camera
func (PanasonicCam) SetPreset ¶
func (c PanasonicCam) SetPreset(presetId int) error
SetPreset tells the camera to use a preset specified by presetId
func (PanasonicCam) TakeSnapshot ¶
func (c PanasonicCam) TakeSnapshot(outDir string) (filename string, err error)
Click to show internal directories.
Click to hide internal directories.