gst-inference
gst-inference copied to clipboard
Error building GstInference in the Coral Dev Kit
I try to build GstInference on the Coreal Dev Kit. I followed the instructions on the wiki, build and installed R2Inference successfully.
After I cloned the repo and run the following command meson build --prefix /usr, I get the following error:
docs/plugins/meson.build:15:6: ERROR: gnome.gtkdoc keyword argument 'gobject_typesfile' was of type array[File] but should have been array[str]
What could I have done wrong?