|
void | set_params (void *params) override |
|
string | kind () override |
|
return_type | get_output (json *out, std::vector< unsigned char > *blob=nullptr) override |
|
void | save_last_frame (string filename) |
|
map< string, string > | info () override |
|
std::string | error () |
|
std::string | blob_format () |
|
|
uint32_t | tsize = 0 |
|
double | threshold = 0.1 |
|
string | layout = "" |
|
string | d = "CPU" |
|
uint32_t | nireq = 0 |
|
string | nstreams = "" |
|
uint32_t | nthreads = 0 |
|
bool | no_show = false |
|
string | out_res = "800x600" |
|
uint32_t | frames_processed = 0 |
|
int64_t | frame_num = 0 |
|
double | fps = 25 |
|
unique_ptr< ResultBase > | result |
|
bool | dummy |
|
|
static const std::string | server_name () |
|
static const int | version |
|
std::string | _blob_format |
|
std::string | _error |
|
◆ get_output()
return_type HPEQuick::get_output |
( |
json * |
out, |
|
|
std::vector< unsigned char > * |
blob = nullptr |
|
) |
| |
|
inlineoverridevirtual |
Get the output data
This method provides the output data. It returns true if the data was fetched successfully, and false otherwise.
- Parameters
-
- Returns
- True if the data was processed successfully, and false otherwise
Implements Source< json >.
◆ info()
map<string, string> HPEQuick::info |
( |
| ) |
|
|
inlineoverridevirtual |
Returns the filter information
This method returns the filter information. It returns a map with keys and values describing the filter.
- Returns
- The filter information
Implements Source< json >.
◆ kind()
string HPEQuick::kind |
( |
| ) |
|
|
inlineoverridevirtual |
Returns the kind of source
This method returns the kind of source. It is used to identify the source when loading it from a plugin.
- Returns
- The kind of source
Implements Source< json >.
◆ set_params()
void HPEQuick::set_params |
( |
void * |
params | ) |
|
|
inlineoverridevirtual |
Sets the parameters
This method sets the parameters for the source. It receives a void pointer to the parameters. The child class must cast the pointer to the correct type.
- Parameters
-
params | The parameters (typically a pointer to a struct) |
Reimplemented from Source< json >.
The documentation for this class was generated from the following file: