node-red-contrib-motion-pose 1.1.2

used tensorflow mediapipe hands and pose model in real-time webcam and smartThings IoT-cam in node red

npm install node-red-contrib-motion-pose

This module provides a set of nodes of node-RED for recognizing body poses and hands poses.

Use MediaPipe's BlazePose and Hands to track and visualize body and hands poses.

In this module, the type of camera device for recognizing poses is separated into a webcam or external camera devices which support Samsung SmartThings.

Certain poses can be saved through the 'Pose/Hand Register' node, and the 'Pose/Hand Find' node can determine similarity with other poses.

Various devices are generally controlled by touch and voice, but the type of control may be limited in certain circumstances. There are also users who cannot freely use these control methods.

This node was developed to solve the problems described above by presenting a new direction of "motion recognition" to Node-RED.

Furthermore, by using the node of "5FNSaaS", you will be able to develop a flow of various services that utilize body information.

Due to the nature of Node-RED, which is a flow development for node-based visual programming, we wrote the code with the aim of freely customizing by developers.

These nodes require Node.js version 14.17.0 and Node-RED 2.0.6.


Node

If you want a more detailed description of Node, see its Readme.
For more detailed "Flow" and "Algorithms", check out the Wiki

  • monitor : A node for monitoring the pose/hand recognition screen in an external browser.
  • pose-detect-webcam : A simple node that recognizes and visualizes pose using a webcam.
  • pose-detect-iotcam : A simple node that recognizes and visualizes pose using a external camera device which support Samsung SmartThings.
  • pose-find : This node receives a number of input key points and determines the similarity to the saved pose, and derives the most similar pose.
  • pose-register : This node accepts a single key point, determines similarity of the saved pose , and derives whether registration is possible.
  • hand-register : This node receives a number of input key points and determines the similarity to the saved hands pose, and whether registration is possible.
  • hand-find : This node receives a number of input key points and determines the similarity to the saved hands pose, and derives the most similar pose.
  • hand-detect-webcam : A simple node that recognizes and visualizes hand using a webcam.
  • hand-detect-iotcam : A simple node that recognizes and visualizes hand using a external camera device which support Samsung SmartThings.

Pre-requisites

The Motion-Pose-Node requires Node-RED to be installed.


Install

To install the latest version use the Menu - Manage palette option and search for node-red-contrib-motion-pose, or run the following command in you Node-RED user directory - typically ~/.node-red :

npm i node-red-contrib-motion-pose

Usage

How to use Bixby Nodes
How to use SmartThings Nodes


Authors

5FNSaaS in SSAFY(Samsung Software Academy for Youth)


Copyright Samsung Automation Studio Team under the Apache 2.0 license.


Reference

Node Info

Version: 1.1.2
Updated 2 years, 9 months ago
License: MIT
Rating: 5.0 5

Actions

Rate:

Downloads

3 in the last week

Nodes

  • monitor
  • pose-detect-webcam
  • pose-detect-iotcam
  • pose-find
  • pose-register
  • hand-register
  • hand-find
  • hand-detect-webcam
  • hand-detect-iotcam

Keywords

  • node-red
  • mediapipe
  • pose-detection
  • hands-detection
  • hands motion