NVIDIA DeepStream SDK API Reference

6.4 Release
infer_custom_process.h File Reference

Go to the source code of this file.

Data Structures

class  nvdsinferserver::IInferCustomProcessor
 Interface of Custom processor which is created and loaded at runtime through CreateCustomProcessorFunc. More...
 

Namespaces

 nvdsinferserver
 Copyright (c) 2021, NVIDIA CORPORATION.
 

Typedefs

typedef nvdsinferserver::IInferCustomProcessor *(* CreateCustomProcessorFunc) (const char *config, uint32_t configLen)
 Custom processor context is created and loaded in runtime. More...
 

Typedef Documentation

◆ CreateCustomProcessorFunc

typedef nvdsinferserver::IInferCustomProcessor*(* CreateCustomProcessorFunc) (const char *config, uint32_t configLen)

Custom processor context is created and loaded in runtime.

Parameters
[in]configContents of prototxt configuration file serialized as a string.
[in]configLenuse for string length of config
Returns
new instance of IInferCustomProcessor. If failed, return nullptr

Definition at line 117 of file infer_custom_process.h.