1.0.4 • Published 2 years ago

node-red-contrib-ffmpeg-iotcam v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

node-red-contrib-ffmpeg-iotcam

node-red

Capture and save to image from iotcam using ffmpeg. Based on node-red's exec node.

Pre-requisites

  • node-red
  • ffmpeg

Installation

npm i node-red-contrib-ffmpeg-iotcam

Usage

Input

  • SmartThings MNID: Samsung smartthings developer MNID
  • SmartThings PAT: Samsung SmartThings developer Personal Access Token
  • RTSP Stream URL: Video Stream URL. If input msg has propertie msg.rtspURL this will be replaced that value
  • Image save URL: Location where image to be stored. If input msg has propertie msg.saveURL this will be replaced that value
  • Total Frame: Number of frames to save
  • Timer: How many seconds to capture
  • Name: Node's name

How to use Bixby Nodes
How to use SmartThings Nodes

Example flow

Authors

TeamWildWest in SSAFY(Samsung Software Academy for Youth)

Copyright and license

Copyright Samsung Automation Studio Team under the Apache 2.0 license.

Reference