Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Camera ¶
type Camera struct {
// contains filtered or unexported fields
}
func OpenCamera ¶
type OpenCVService ¶
type OpenCVService struct {
// contains filtered or unexported fields
}
func (*OpenCVService) Camera ¶
func (o *OpenCVService) Camera() *Camera
Returns actual system camera instance
func (OpenCVService) CreateService ¶
func (OpenCVService) CreateService() *manage.ServiceInfo
type VideoRecord ¶
type VideoRecord struct {
// contains filtered or unexported fields
}
func OpenVideoRecord ¶
func OpenVideoRecord(mat gocv.Mat) (*VideoRecord, error)
func (*VideoRecord) Close ¶
func (v *VideoRecord) Close() error
func (*VideoRecord) IsOpened ¶
func (v *VideoRecord) IsOpened() bool
func (*VideoRecord) Size ¶
func (v *VideoRecord) Size() int64
Click to show internal directories.
Click to hide internal directories.