OptiViewJsonInput Struct
Declaration
struct simaai::neat::nodes::groups::OptiViewJsonInput { ... }
Included Headers
#include <OptiViewOutputGroup.h>
Public Member Attributes Index
| size_t | stream_idx = 0 |
| std::string | stream_id |
| int64_t | frame_id = -1 |
| int64_t | capture_ms = -1 |
| int64_t | yolo_ms = -1 |
| int | output_frame_id = -1 |
| const simaai::neat::Sample * | yolo_sample = nullptr |
| const simaai::neat::Sample * | decoded_sample = nullptr |
Definition at line 65 of file OptiViewOutputGroup.h.
Public Member Attributes
capture_ms
|
Definition at line 69 of file OptiViewOutputGroup.h.
69 int64_t capture_ms = -1;
decoded_sample
|
Definition at line 73 of file OptiViewOutputGroup.h.
73 const simaai::neat::Sample* decoded_sample = nullptr;
frame_id
|
Definition at line 68 of file OptiViewOutputGroup.h.
output_frame_id
|
Definition at line 71 of file OptiViewOutputGroup.h.
71 int output_frame_id = -1;
stream_id
|
Definition at line 67 of file OptiViewOutputGroup.h.
stream_idx
|
Definition at line 66 of file OptiViewOutputGroup.h.
66 size_t stream_idx = 0;
yolo_ms
|
Definition at line 70 of file OptiViewOutputGroup.h.
yolo_sample
|
Definition at line 72 of file OptiViewOutputGroup.h.
72 const simaai::neat::Sample* yolo_sample = nullptr;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.