video.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "properties": {
  21. "default": [{
  22. "name": "url",
  23. "default": "127.0.0.1:5536",
  24. "optional": false,
  25. "control": "text",
  26. "type": "string",
  27. "hint": {
  28. "en_US": "The URL where to get the result.",
  29. "zh_CN": "获取结果的 URL"
  30. },
  31. "label": {
  32. "en_US": "URL",
  33. "zh_CN": "路径"
  34. }
  35. }, {
  36. "name": "interval",
  37. "default": 1000,
  38. "optional": true,
  39. "control": "text",
  40. "type": "int",
  41. "hint": {
  42. "en_US": "The interval between the requests, time unit is ms.",
  43. "zh_CN": "请求之间的间隔时间,单位为 ms"
  44. },
  45. "label": {
  46. "en_US": "Interval",
  47. "zh_CN": "间隔时间"
  48. }
  49. }]
  50. },
  51. "outputs": [
  52. {
  53. "label": {
  54. "en_US": "Output",
  55. "zh_CN": "输出"
  56. },
  57. "value": "signal"
  58. }
  59. ],
  60. "node": {
  61. "category": "source",
  62. "icon": "iconPath",
  63. "label": {
  64. "en_US": "Video",
  65. "zh_CN": "视频"
  66. }
  67. }
  68. }