Documentation ¶
Overview ¶
Package sds011 is the package for sds011
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CaptureCamera string `json:"capture_camera"` CaptureIntervalSeconds float64 `json:"capture_interval_seconds"` PlaybackFPS float64 `json:"playback_fps"` TimelapseName string `json:"timelapse_name"` }
type TimelapseStream ¶
type TimelapseStream struct {
// contains filtered or unexported fields
}
func (*TimelapseStream) Close ¶
func (t *TimelapseStream) Close(ctx context.Context) error
Close signals this stream is no longer needed and releases associated resources.
func (*TimelapseStream) Next ¶
Next returns the next media element in the sequence (best effort). Note: This element is mutable and shared globally; it MUST be copied before it is mutated.
func (*TimelapseStream) NextPath ¶
func (t *TimelapseStream) NextPath() (string, error)
Click to show internal directories.
Click to hide internal directories.