NVIDIA DeepStream SDK API Reference

7.0 Release
NvDsGetRequestInfo Struct Reference

Detailed Description

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

Collaboration diagram for NvDsGetRequestInfo:

Data Fields

std::string root_key
 
std::string stream_id
 
NvDsServerGetRequestStatus status
 
NvDsServerGetRequestPropFlag get_request_flag
 
std::string get_request_log
 
std::string uri
 
Json::Value stream_info
 
std::vector< NvDsSensorInfo * > sensorInfo_vec
 
NvDsServerErrorInfo err_info
 

Field Documentation

◆ err_info

NvDsServerErrorInfo NvDsGetRequestInfo::err_info

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

◆ get_request_flag

NvDsServerGetRequestPropFlag NvDsGetRequestInfo::get_request_flag

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

◆ get_request_log

std::string NvDsGetRequestInfo::get_request_log

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

◆ root_key

std::string NvDsGetRequestInfo::root_key

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

◆ sensorInfo_vec

std::vector< NvDsSensorInfo * > NvDsGetRequestInfo::sensorInfo_vec

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

◆ status

NvDsServerGetRequestStatus NvDsGetRequestInfo::status

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

◆ stream_id

std::string NvDsGetRequestInfo::stream_id

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

◆ stream_info

Json::Value NvDsGetRequestInfo::stream_info

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

◆ uri

std::string NvDsGetRequestInfo::uri

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


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