- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
When I am starting VAD I am getting following error logs:
FGD:: Status: VX_FAILURE
Operation: vxLoadKernels
Message: Failed to load VX kernel module
(I was able to compile openvx_samples and run it through commmand line.)
What could be the reason for this error ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to fix this by adding user_kernels path in LD_LIBRARY_PATH.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/computer_vision_sdk_2017.0.113/vad/user_kernels
(When I was installing in Ubuntu-14 older Intel computer vision sdk release, I didn't explicitly given this path in LD_LIBRARY_PATH)
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Ubuntu by default /bin/dash is used, And in older runvad.sh there were no source command, so it was working with sh runvad command.
To make it working on Ubuntu (using sh command) we need to change dash to bash.
$ls -l `which sh` /bin/sh -> dash $sudo dpkg-reconfigure dash #Select NO [....] $ls -l `which sh` /bin/sh -> bash

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page