NVIDIA DeepStream SDK API Reference

7.0 Release
NvDsServerCallbacks Struct Reference

Detailed Description

Definition at line 362 of file includes/nvds_rest_server.h.

Data Fields

std::function< void(NvDsServerRoiInfo *roi_info, void *ctx) > roi_cb
 
std::function< void(NvDsServerDecInfo *dec_info, void *ctx) > dec_cb
 
std::function< void(NvDsServerEncInfo *enc_info, void *ctx) > enc_cb
 
std::function< void(NvDsServerStreamInfo *stream_info, void *ctx) > stream_cb
 
std::function< void(NvDsServerInferInfo *infer_info, void *ctx) > infer_cb
 
std::function< void(NvDsServerConvInfo *conv_info, void *ctx) > conv_cb
 
std::function< void(NvDsServerMuxInfo *mux_info, void *ctx) > mux_cb
 
std::function< void(NvDsServerInferServerInfo *inferserver_info, void *ctx) > inferserver_cb
 
std::function< void(NvDsServerOsdInfo *osd_info, void *ctx) > osd_cb
 
std::function< void(NvDsServerAppInstanceInfo *appinstance_info, void *ctx) > appinstance_cb
 
std::function< void(NvDsServerGetRequestInfo *get_request_info, void *ctx) > get_request_cb
 
std::unordered_map< std::string, cb_funccustom_cb_endpt
 

Field Documentation

◆ appinstance_cb

std::function< void(NvDsServerAppInstanceInfo *appinstance_info, void *ctx) > NvDsServerCallbacks::appinstance_cb

Definition at line 377 of file includes/nvds_rest_server.h.

◆ conv_cb

std::function< void(NvDsServerConvInfo *conv_info, void *ctx) > NvDsServerCallbacks::conv_cb

Definition at line 371 of file includes/nvds_rest_server.h.

◆ custom_cb_endpt

std::unordered_map< std::string, cb_func > NvDsServerCallbacks::custom_cb_endpt

Definition at line 380 of file includes/nvds_rest_server.h.

◆ dec_cb

std::function< void(NvDsServerDecInfo *dec_info, void *ctx) > NvDsServerCallbacks::dec_cb

Definition at line 365 of file includes/nvds_rest_server.h.

◆ enc_cb

std::function< void(NvDsServerEncInfo *enc_info, void *ctx) > NvDsServerCallbacks::enc_cb

Definition at line 366 of file includes/nvds_rest_server.h.

◆ get_request_cb

std::function< void(NvDsServerGetRequestInfo *get_request_info, void *ctx) > NvDsServerCallbacks::get_request_cb

Definition at line 379 of file includes/nvds_rest_server.h.

◆ infer_cb

std::function< void(NvDsServerInferInfo *infer_info, void *ctx) > NvDsServerCallbacks::infer_cb

Definition at line 370 of file includes/nvds_rest_server.h.

◆ inferserver_cb

std::function< void(NvDsServerInferServerInfo *inferserver_info, void *ctx) > NvDsServerCallbacks::inferserver_cb

Definition at line 374 of file includes/nvds_rest_server.h.

◆ mux_cb

std::function< void(NvDsServerMuxInfo *mux_info, void *ctx) > NvDsServerCallbacks::mux_cb

Definition at line 372 of file includes/nvds_rest_server.h.

◆ osd_cb

std::function< void(NvDsServerOsdInfo *osd_info, void *ctx) > NvDsServerCallbacks::osd_cb

Definition at line 375 of file includes/nvds_rest_server.h.

◆ roi_cb

std::function< void(NvDsServerRoiInfo *roi_info, void *ctx) > NvDsServerCallbacks::roi_cb

Definition at line 364 of file includes/nvds_rest_server.h.

◆ stream_cb

std::function< void(NvDsServerStreamInfo *stream_info, void *ctx) > NvDsServerCallbacks::stream_cb

Definition at line 368 of file includes/nvds_rest_server.h.


The documentation for this struct was generated from the following file: