Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CameraDriver ¶
type CameraDriver struct { gobot.Driver Source interface{} // contains filtered or unexported fields }
func NewCameraDriver ¶
func NewCameraDriver(name string, source interface{}) *CameraDriver
func (*CameraDriver) Halt ¶
func (c *CameraDriver) Halt() bool
func (*CameraDriver) Init ¶
func (c *CameraDriver) Init() bool
func (*CameraDriver) Start ¶
func (c *CameraDriver) Start() bool
type WindowDriver ¶
func NewWindowDriver ¶
func NewWindowDriver(name string) *WindowDriver
func (*WindowDriver) Halt ¶
func (w *WindowDriver) Halt() bool
func (*WindowDriver) Init ¶
func (w *WindowDriver) Init() bool
func (*WindowDriver) ShowImage ¶
func (w *WindowDriver) ShowImage(image *cv.IplImage)
func (*WindowDriver) Start ¶
func (w *WindowDriver) Start() bool
Click to show internal directories.
Click to hide internal directories.