Video to Base64: Video to NATs Message Broker

This solution uses OpenCV to “read” a video file as if it were just a text file. If the input video is at 30FPS, openCV will divide the 1 second video in 30 images (array of 30 images).

The docker container used here will read the array of image, convert to a numerical array form or bytes form (array of values or base64), and add timestamp to it and publish to NATs

 

See Documentation here: Video to Base64

This product can only be purchased by members.

Category:

Description

Use a video file in ftp-data of LE, or a live stream on RTSP or HTTP, to encode the video in base64 form. Now this updated encoding of the video can be used for various purposes of computer vision such as object detection, image processing etc