|
A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
|
Single captured frame and its timing metadata. More...
#include <CameraCapture.hpp>
Public Attributes | |
| cv::Mat | image_data |
| Captured image. | |
| long long | timestamp_ms |
| Epoch-style timestamp for log compatibility. | |
| std::chrono::steady_clock::time_point | capture_timestamp |
| Monotonic capture time. | |
Definition at line 16 of file CameraCapture.hpp.
| std::chrono::steady_clock::time_point FrameEvent::capture_timestamp |
Definition at line 19 of file CameraCapture.hpp.
Referenced by AppController::runCameraBackendCheck(), AppController::runLiveMarkerTest(), and OpenCvVideoCaptureBackend::waitForNextFrame().
| cv::Mat FrameEvent::image_data |
Definition at line 17 of file CameraCapture.hpp.
Referenced by AppController::runCameraBackendCheck(), AppController::runLiveMarkerTest(), and OpenCvVideoCaptureBackend::waitForNextFrame().
| long long FrameEvent::timestamp_ms |
Definition at line 18 of file CameraCapture.hpp.
Referenced by OpenCvVideoCaptureBackend::waitForNextFrame().