InputDropInfo Struct
Diagnostic record for a dropped input frame. More...
Declaration
Included Headers
Public Member Attributes Index
| SampleKind | kind = SampleKind::Unknown |
|
What kind of sample was dropped (image, tensor, etc.). More... | |
| std::string | media_type |
|
MIME-style media type of the dropped sample. More... | |
| std::string | format |
|
Format token (e.g., "NV12", "FP32"). More... | |
| int | width = -1 |
|
Frame width in pixels (-1 if not applicable). More... | |
| int | height = -1 |
|
Frame height in pixels (-1 if not applicable). More... | |
| int | depth = -1 |
|
Channel depth (-1 if not applicable). More... | |
| int64_t | frame_id = -1 |
|
Source-assigned frame ID, if any. More... | |
| std::string | stream_id |
|
Stream identifier (multi-stream pipelines). More... | |
| std::string | port_name |
|
Ingress port name (multi-input models). More... | |
| std::string | reason |
|
Human-readable reason (e.g., "queue_full", "size_limit_exceeded"). More... | |
Description
Diagnostic record for a dropped input frame.
Passed to the on_input_drop callback in RunOptions. Contains enough info to identify which frame was dropped and why, for telemetry and post-mortem analysis.
Definition at line 202 of file Run.h.
Public Member Attributes
depth
|
format
|
frame_id
|
height
|
kind
|
What kind of sample was dropped (image, tensor, etc.).
media_type
|
MIME-style media type of the dropped sample.
Definition at line 204 of file Run.h.
port_name
|
reason
|
stream_id
|
width
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.