123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "libs": [],
- "about": {
- "trial": false,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "https://ekuiper.org/docs/en/latest/guide/sources/plugin/video.html",
- "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sources/plugin/video.html"
- },
- "description": {
- "en_US": "eKuiper provides plug in support for video stream, which can pull images from a video stream",
- "zh_CN": "eKuiper 为提取视频源中的图片流提供了插件支持,该支持可从视频流提取图片消息并输入 eKuiper 处理管道。"
- }
- },
- "dataSource": {},
- "properties": {
- "default": [{
- "name": "url",
- "default": "127.0.0.1:5536",
- "optional": false,
- "control": "text",
- "type": "string",
- "hint": {
- "en_US": "The URL where to get the result.",
- "zh_CN": "获取结果的 URL"
- },
- "label": {
- "en_US": "URL",
- "zh_CN": "路径"
- }
- }, {
- "name": "interval",
- "default": 1000,
- "optional": true,
- "control": "text",
- "type": "int",
- "hint": {
- "en_US": "The interval between the requests, time unit is ms.",
- "zh_CN": "请求之间的间隔时间,单位为 ms"
- },
- "label": {
- "en_US": "Interval",
- "zh_CN": "间隔时间"
- }
- }]
- },
- "outputs": [
- {
- "label": {
- "en_US": "Output",
- "zh_CN": "输出"
- },
- "value": "signal"
- }
- ],
- "node": {
- "category": "source",
- "icon": "iconPath",
- "label": {
- "en_US": "Video",
- "zh_CN": "视频"
- }
- }
- }
|