Skip to content

Lapland-UAS-Tequ/tequ-node-red-parse-jpeg-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tequ-node-red-parse-jpeg-tf

Parse JPEG and extract metadata.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install Lapland-UAS-Tequ/tequ-node-red-parse-jpeg-tf

Information

Parses JPEG image and adds metadata to msg.

Supports parsing JPEG images from raw MJPEG stream.

Adds to msg:

  • Basic image info (width,height,size)
  • Exif data
  • Local timestamp, UTC timestamp, Unix timestamp
  • Thumbnail of the original image (optional, uses tfjs-node-gpu)
  • Coordinates (if given)
  • Serial number

Output message is formatted to Tequ-API compatible format.

Dependencies

About

Node-RED node to parse JPEGs from single buffer or stream. Uses tfjs-node-gpu for image manipulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published