PyFuncs

Inheritance diagram of savant.base.pyfunc.BasePyFuncCallableImpl, savant.deepstream.pyfunc.NvDsPyFuncPlugin

PyFunc implementations hierarchy

Base PyFunc entities

PyFunc definitions.

PyFunc

PyFunc structure that defines instantiation parameters for an object implementing BasePyFuncImpl.

BasePyFuncImpl

Base class for a PyFunc implementation.

BasePyFuncPlugin

Base class for a PyFunc implementation to be used in a pyfunc gstreamer element.

BasePyFuncCallableImpl

Base class for a PyFunc implementation as a callable.

Deepstream PyFuncs implementations

pyfunc.NvDsPyFuncPlugin

DeepStream PyFunc plugin base class.

base_drawfunc.BaseNvDsDrawFunc

Base PyFunc for drawing on frame.

drawfunc.NvDsDrawFunc

Default implementation of PyFunc for drawing on frame.