video.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "libs": [],
  3. "about": {
  4. "trial": false,
  5. "author": {
  6. "name": "EMQ",
  7. "email": "contact@emqx.io",
  8. "company": "EMQ Technologies Co., Ltd",
  9. "website": "https://www.emqx.io"
  10. },
  11. "helpUrl": {
  12. "en_US": "https://ekuiper.org/docs/en/latest/guide/sources/plugin/video.html",
  13. "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sources/plugin/video.html"
  14. },
  15. "description": {
  16. "en_US": "eKuiper provides plug in support for video stream, which can pull images from a video stream",
  17. "zh_CN": "eKuiper 为提取视频源中的图片流提供了插件支持,该支持可从视频流提取图片消息并输入 eKuiper 处理管道。"
  18. }
  19. },
  20. "dataSource": {},
  21. "properties": {
  22. "default": [{
  23. "name": "url",
  24. "default": "127.0.0.1:5536",
  25. "optional": false,
  26. "control": "text",
  27. "type": "string",
  28. "hint": {
  29. "en_US": "The URL where to get the result.",
  30. "zh_CN": "获取结果的 URL"
  31. },
  32. "label": {
  33. "en_US": "URL",
  34. "zh_CN": "路径"
  35. }
  36. }, {
  37. "name": "interval",
  38. "default": 1000,
  39. "optional": true,
  40. "control": "text",
  41. "type": "int",
  42. "hint": {
  43. "en_US": "The interval between the requests, time unit is ms.",
  44. "zh_CN": "请求之间的间隔时间,单位为 ms"
  45. },
  46. "label": {
  47. "en_US": "Interval",
  48. "zh_CN": "间隔时间"
  49. }
  50. }]
  51. },
  52. "outputs": [
  53. {
  54. "label": {
  55. "en_US": "Output",
  56. "zh_CN": "输出"
  57. },
  58. "value": "signal"
  59. }
  60. ],
  61. "node": {
  62. "category": "source",
  63. "icon": "iconPath",
  64. "label": {
  65. "en_US": "Video",
  66. "zh_CN": "视频"
  67. }
  68. }
  69. }