videostore

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package videostore contains the implementation of the video storage camera component.

Index

Constants

This section is empty.

Variables

View Source
var Model = resource.ModelNamespace("viam").WithFamily("video").WithModel("storage")

Model is the model for the video storage camera component.

Functions

This section is empty.

Types

type Config

type Config struct {
	Camera    string  `json:"camera,omitempty"`
	Sync      string  `json:"sync"`
	Storage   storage `json:"storage"`
	Video     video   `json:"video,omitempty"`
	Framerate int     `json:"framerate,omitempty"`
	YUYV      bool    `json:"yuyv,omitempty"`
}

Config is the configuration for the video storage camera component.

func (*Config) Validate

func (cfg *Config) Validate(path string) ([]string, error)

Validate validates the configuration for the video storage camera component.

Jump to

Keyboard shortcuts

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