pvs-lpr
  • License Plate Recognition System
  • LPR
    • Features
    • Changelog
  • Hardware
    • Hardware requirement [GPU]
    • Hardware requirement [CPU]
    • Nvidia Graphic Card list
  • Camera
    • How to setup camera
  • Installation
    • Install operation system (Ubuntu)
    • Install Nvidia driver
    • Install LPR
    • Install extra software
      • Teamviewer
      • Anydesk
  • Configuration
    • Start LPR
    • Parameters
    • Event
    • Detection region
  • Web application
    • Setting up
    • Configure camera
  • API
    • How to call API
  • Troubleshooting
  • FAQ
Powered by GitBook
On this page
  • Overview
  • Create a new LPR camera
  • Update configuration file
  • License
  • Start LPR
  • Control LPR

Was this helpful?

  1. Configuration

Start LPR

PreviousAnydeskNextParameters

Last updated 3 years ago

Was this helpful?

Overview

You can use pvs-lpr.shscript to control the LPR software. This you able to

  • install lpr software

  • create a new lpr camera

  • start / stop / restart lpr camera

  • checking lpr running logs

  • listing enabled lpr camera

Just run ./pvs-lpr --help

Create a new LPR camera

To create a new LPR camera, you need to run lpr control script with create operation and follow by camera name. The camera name convention is lpr-cam{id}

./pvs-lpr create lpr-cam1

Update configuration file

You need to change camID, camIP, camURL , camResolution from configuration file

License

After you updated the configuration file, you might not be able to run LPR software. You need to setting software License first. To setup software license you can following below steps:

# Start lpr to get License information
./pvs-lpr start lpr-cam1

LPR return the machine information, you can give those information to PVS for generate the license file

Start LPR

# With out GUI
./pvs-lpr start lpr-cam1

# With GUI
./pvs-lpr start lpr-cam1 --demo

Control LPR

# Stop
./pvs-lpr stop lpr-cam1

# Restart
./pvs-lpr restart lpr-cam1

# Check log
./pvs-lpr logs lpr-cam1

# Listing cameras
./pvs-lpr ls

To edit lpr configuration file you can use your favorite text editors such as , , or . Configuration file stored at config/ directory.

gedit
nano
vim