Parse JPEG and extract metadata.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install Lapland-UAS-Tequ/tequ-node-red-parse-jpeg
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 sharp)
- Coordinates (if given)
- Serial number
Output message is formatted to Tequ-API compatible format.
Dependencies