DS3D_EXPORT_API ErrCode NvDs_CanContextStop(DsCanContext *ctx)
#define NVDS_MAKE_FOURCC(c0, c1, c2, c3)
void(* NvDsCanContextTaskQuitCb)(void *usrData)
DS3D_EXPORT_API ErrCode NvDs_CanContextDestroy(DsCanContext *ctx)
DS3D_EXPORT_API bool NvDs_CanContextIsRunning(DsCanContext *ctx)
DS3D_EXPORT_API ErrCode NvDs_CanContextCreate(DsCanContext **ctx, const NvDsCanContextConfig *config)
DS3D_EXPORT_API ErrCode NvDs_CanContextStart(DsCanContext *ctx, NvDsCanContextTaskQuitCb cb, void *usrData)
DS3D_EXPORT_API ErrCode NvDs_CanContextProcessFrame(DsCanContext *ctx, const NvDsCanContextFrame *frame, NvDsCanContextResultMeta *res)
DS3D_EXTERN_C_BEGIN DS3D_EXPORT_API ErrCode NvDs_CanContextParseConfig(NvDsCanContextConfig *config, const char *str, uint32_t len, NvDsCanContextConfigType type)