axis

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AxisCam

type AxisCam struct {
	Ip   string
	Auth string
}

AxisCam represents AXIS IP cameras the TUM uses

func NewAxisCam

func NewAxisCam(ip string, auth string) *AxisCam

NewAxisCam 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 (*AxisCam) GetPresets

func (c *AxisCam) GetPresets() ([]model.CameraPreset, error)

GetPresets fetches all presets stored on the camera

func (*AxisCam) SetPreset

func (c *AxisCam) SetPreset(presetId int) error

SetPreset tells the camera to use a preset specified by presetId

func (*AxisCam) TakeSnapshot

func (c *AxisCam) 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