Unable to run VRWorks 360 samples

Hi,

I downloaded VRWorks 360 Video SDK version 2.1 for Ubuntu but was unable to run samples. While trying to run nvstitch_sample, I got the following error:

./nvstitch_sample: error while loading shared libraries: libnvstitch.so: cannot open shared object file: No such file or directory.

I have Ubuntu 18.04 and RTX 2080 Ti

±----------------------------------------------------------------------------+
| NVIDIA-SMI 430.50 Driver Version: 430.50 CUDA Version: 10.1 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 208… Off | 00000000:01:00.0 On | N/A |
| 0% 38C P8 3W / 260W | 898MiB / 11019MiB | 3% Default |
±------------------------------±---------------------±---------------------+

I would really appreciate it if anyone shared the installation/setup procedure of VRWorks 360 to enable video stitching.

My final goal is to capture video streams from 4 cameras and stitch the videos.

Thank you.

The problem has been solved by including the library path:

export LD_LIBRARY_PATH=/home/nvidia/package/nvstitch/binary/:$LD_LIBRARY_PATH

/home/nvidia/package is the folder where the downloaded SDK has been extracted.

The download link on nvidia offical site has been removed.
Could u please send one copy of the sdk?
Thanks