panasonic

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PanasonicCam

type PanasonicCam struct {
	Ip   string
	Auth string
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL