|
A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
|
Camera frame bundled with its capture timestamp. More...
#include <Types.hpp>
Public Attributes | |
| cv::Mat | frame |
| The raw image frame from the camera. | |
| std::chrono::steady_clock::time_point | timestamp |
| The time at which this frame was captured by CameraCapture. | |
Produced by CameraCapture and passed into VisionProcessor::process(). The timestamp is set at the moment of capture (not inside process()) to enable true end-to-end latency measurement across the pipeline.
| std::chrono::steady_clock::time_point FrameData::timestamp |
Set at the moment the blocking frame read returns in CameraCapture. Passed through to VisionProcessor to compute actual inter-frame elapsed time for the speed check - ensuring correctness under variable frame delivery rates on a loaded Raspberry Pi.