Skip to content

Image quality tuning

Dmitry Ilyin edited this page Dec 7, 2021 · 6 revisions

HiSilicon based boards

EV300 family

Run server module on OpenIPC boards

$ pqtools

.....

dev mounted
libs mounted
pqtools:begin to run
the s32Result is 1
g_bUseSpecAWB is 0
port is : 4321

<HI_PQT_Network_Init>(1486)bind ok!
pqtools:server(port:4321)begin to listen
pqtools:Waiting for connection from client!

Run server module on XM boards

For sake of simplicity we wse public NFS server:

$ mount -o nolock 95.217.179.189:/srv/ro /utils/
$ cd /utils/ittb_ev300_V1.0.1.2/
$ LD_LIBRARY_PATH=lib ./ittb_control

...
pqtools:Waiting for connection from client!

Run client software on Windows

  • Download and install MATLAB Compiler Runtime.

  • Download PQTools and extract a zip archive somewhere on your desktop. Launch HiPQTools.exe, select Hi3516EV200_V1.0.1.2, type IP address of your camera and click OK

Use the manual as a reference.