sensorbee/opencv

Name: opencv

Owner: sensorbee

Description: SensorBee OpenCV plugin

Created: 2016-06-28 00:49:24.0

Updated: 2018-01-26 19:02:52.0

Pushed: 2017-12-31 00:11:52.0

Homepage: null

Size: 17

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

wercker status

OpenCV plugin for SensorBee

This is the OpenCV plugin for SensorBee.

This plugin currently supports following features of OpenCV:

Requirements

Usage

Plugin Registration

Add gopkg.in/sensorbee/opencv.v0/plugin to build.yaml for the build_sensorbee command.

build.yaml
ins:
pkg.in/sensorbee/opencv.v0/plugin
BQL examples
Capturing frames from a video file
apturing
TE PAUSED SOURCE camera1_avi TYPE opencv_capture_from_uri WITH
uri="video/camera1.avi",
frame_skip=4, next_frame_error=false;

This source will start generating a stream from “video/camera1.avi” after executing RESUME query.

ME SOURCE camera1_avi;

Note that PAUSED should not be specified when capturing from a webcam, which keeps generating a video stream.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.