Documentation
¶
Index ¶
Constants ¶
View Source
const (
TimeFormat = "2006-01-02T15:04:05.000"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Camera ¶
type Camera struct {
// contains filtered or unexported fields
}
func (*Camera) TakePicture ¶
type FileImageSaver ¶
type FileImageSaver struct {
Dir string
}
func (*FileImageSaver) Close ¶
func (s *FileImageSaver) Close()
type ImageSaver ¶
type RemoteImageSaver ¶
type RemoteImageSaver struct { Network string Address string Ctx context.Context DeviceID string // contains filtered or unexported fields }
func (*RemoteImageSaver) Close ¶
func (c *RemoteImageSaver) Close()
Click to show internal directories.
Click to hide internal directories.