package
Version:
v0.0.0-...-55f88ab
Opens a new window with list of versions in this module.
Published: May 1, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package video describes video fetching as a device
Camera defines a "camera" for the video device
Invoke performs a configuration change on the camera
Device defines a mock device for gocv video retrieval
Create returns a video.Device configured with given setttings
Available checks if device is reachable,
a video file is always reachable
Camera returns the mock camera of this device
Pump returns a fake pump no matter what
Stream fetches frames on certain times, to mimic stream
Frame defines how video frame looks like.
It's a struct to be passed as message.
Frame returns the underlying frame
func (f Frame) Skip() <-chan struct{}
Skip checks if struct is passed it's lifetime,
since it's a video frame, there's nothing to be late for,
so it's never skipped
Pump is merely a mock object for actual pumps
camera's don't actually have pumps
NewPump returns a fake pump
Invoke on a camera's pump does not do anything, it's
a camera, it does not have pumps
Source Files
¶
Click to show internal directories.
Click to hide internal directories.