🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-red-node-rdk-camera

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-rdk-camera

Node Red node for using camera on a RDK hardware

Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
11
-57.69%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-node-rdk-camera

在Node-RED中配合地平线RDK硬件使用的Camera相关功能的节点。

安装

可以在Node-RED编辑器中的节点管理面板中进行安装。也可以进入node-red安装目录进行手动安装:

    cd ~/.node-red
    npm i node-red-node-rdk-camera

使用

建议配合image-tools节点使用 [链接](https://flows.nodered.org/node/node-red-contrib-image-tools)

rdk-camera takephoto节点

拍照节点示例1

rdk-camera imagestream节点

注意

  • rdk-camera中的节点需要与地平线RDK相关硬件及系统配合使用。链接
  • 目前rdk-camera中的节点在每个不可以多个同时使用,在一个flow中同时存在多个节点时,要保证最多只有一个处于运行状态。(一个节点代表一个视频流,多个节点同时使用会造成冲突)

Keywords

node-red

FAQs

Package last updated on 31 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts