Hello! I’m working on developing a custom extension for Graph-composer (deepstream 6.3) . However, I couldn’t find a way to access the metadata as we used to in DeepStream using the nvanalytics_src_pad_buffer probe function. While reading through the documentation and following the steps in the README files, I managed to generate the codelet for the extension and build it with Bazel. But when I tried to implement INvDsInPlaceDataHandler as described in the docs, I couldn’t find the header files you mentioned:
include “extensions/nvdsbase/nvds_probe_connector.hpp”
include “extensions/nvdsinterface/interfaces.hpp”
Are these includes optional, or are the files actually missing?
I am using the devel container you provided
nvcr.io/nvidia/deepstream:6.3-gc-triton-devel