Files
hailort/hailort/libhailort/bindings/gstreamer/README
HailoRT-Automation dd37bf9936 v4.6.0
2022-03-29 19:08:05 +03:00

7 lines
246 B
Plaintext

Compiling the plugin:
cmake -H. -Bbuild
cmake --build build
Using the plugin:
The plugin is dependent on libhailort which is included in the `hailort/lib/` directory.
Use LD_LIBRARY_PATH to specify the location of the libhailort library.