Skip to main content

Shipping Container Live

Shipping Container Live is a detection software that processes live camera or pre-recorded video feeds rapidly and effectively. It supports most of the same configuration parameters as our flagman video processing app Stream and allows timely and efficient container information decoding.

Installation

Abbreviated installation steps below. For a detailed, step-by-step guide, see the Install Docker and SDK on Windows and the associated FAQ for help.

  1. Install Docker on your local machine.
  2. Get our On-Premise image. In a terminal run docker pull platerecognizer/container-video
  3. Install and run the docker container:
danger

For the commands below, make sure to change XXXXX to the License Key and YYYYY to your Plate Recognizer Token. Get your Token. Use On-Premise Licenses.

docker run \
-t \
--name container-video \
--user `id -u`:`id -g` \
-v /path/to/container/video/dir:/container-video-data \
-e LICENSE_KEY=XXXXX \
-e TOKEN=YYYYY \
platerecognizer/container-video

How It Works

Shipping Container Live detects and decodes container information texts from a video feed. The App then groups nearby texts into a Container Object, tracks it for some time to improve prediction accuracy and then reports it by writing to CSV/JSON/Image/Video file or through a Webhook depending on the configuration file.

Floating button icon
CTRL + .