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.
Click to show internal directories.
Click to hide internal directories.