diff options
author | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2024-10-11 09:51:47 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2024-10-11 12:45:34 +0200 |
commit | cb32e0462f21c525c52741c9f5ca623f4bcee7a1 (patch) | |
tree | 788977afba6796706a41dad1f5c4b6789091026d /include | |
parent | 2f533ab71e8ed3c26805e6d0f497ed8dbb56720e (diff) |
libcamera: v4l2_videodevice: Do not hide frame drops
We want to be able to identify them correctly.
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/internal/v4l2_videodevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libcamera/internal/v4l2_videodevice.h b/include/libcamera/internal/v4l2_videodevice.h index f021c2a0..dd15a680 100644 --- a/include/libcamera/internal/v4l2_videodevice.h +++ b/include/libcamera/internal/v4l2_videodevice.h @@ -286,7 +286,6 @@ private: EventNotifier *fdBufferNotifier_; State state_; - std::optional<unsigned int> firstFrame_; Timer watchdog_; utils::Duration watchdogDuration_; |