NVIDIA DeepStream SDK API Reference

6.4 Release
ImageMetaProducer Class Reference

Detailed Description

Definition at line 33 of file image_meta_producer.h.

Data Structures

struct  IPData
 Content that will converted to string and sent to consumer. More...
 

Public Types

typedef std::pair< std::string, std::string > string_pair
 

Public Member Functions

 ImageMetaProducer (ImageMetaConsumer &ic)
 Constructor registering a consumer. More...
 
bool stack_obj_data (IPData &data)
 store metadata information locally before send it. More...
 
void send_and_flush_obj_data ()
 send metadata stored (after some processing for KITTI type). More...
 
void generate_image_full_frame_path (const unsigned stream_source_id, const std::string &datetime_iso8601)
 Create and store locally a path to a complete image. More...
 
std::string get_image_full_frame_path_saved ()
 Returns locally stored path to complete image. More...
 

Member Typedef Documentation

◆ string_pair

typedef std::pair<std::string, std::string> ImageMetaProducer::string_pair

Definition at line 37 of file image_meta_producer.h.

Constructor & Destructor Documentation

◆ ImageMetaProducer()

ImageMetaProducer::ImageMetaProducer ( ImageMetaConsumer ic)

Constructor registering a consumer.

Parameters
icThe image consumer

Member Function Documentation

◆ generate_image_full_frame_path()

void ImageMetaProducer::generate_image_full_frame_path ( const unsigned  stream_source_id,
const std::string &  datetime_iso8601 
)

Create and store locally a path to a complete image.

◆ get_image_full_frame_path_saved()

std::string ImageMetaProducer::get_image_full_frame_path_saved ( )

Returns locally stored path to complete image.

◆ send_and_flush_obj_data()

void ImageMetaProducer::send_and_flush_obj_data ( )

send metadata stored (after some processing for KITTI type).

Empty the metadata list and full frame path

◆ stack_obj_data()

bool ImageMetaProducer::stack_obj_data ( IPData data)

store metadata information locally before send it.


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