OpticalFlow 1.1.10 on Linux fails

Hi Guys,

Optical_Flow_SDK_1.1.10/Samples/build/AppOFCuda$ ./AppOFCuda --input=frame%d.png --output=out_of_dx_sample_1x1 --preset=slow --visualFlow=true --gridSize=1
GPU in use: Quadro RTX 8000
Input file directory path : .
Input file pattern : frame%d.png
NvOFCudaAPI : m_ofAPI->nvCreateOpticalFlowCuda(m_cuContext, &m_hOF)returned error 4 at Optical_Flow_SDK_1.1.10/Samples/NvOF/NvOFCuda.cpp;35

The system has all the latest drivers,
| NVIDIA-SMI 435.21 Driver Version: 435.21 CUDA Version: 10.1 |

Am I doing something wrong or Linux is not really supported?

This sample application should run on Linux. Do you have any more information that I can use to try an in-house reproduction?

It does work. I had to remove libnvcuvid.so.1 library, strace was really helpful finding what was loading.