From cb32e0462f21c525c52741c9f5ca623f4bcee7a1 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 11 Oct 2024 09:51:47 +0200 Subject: libcamera: v4l2_videodevice: Do not hide frame drops We want to be able to identify them correctly. Signed-off-by: Jacopo Mondi --- include/libcamera/internal/v4l2_videodevice.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 firstFrame_; Timer watchdog_; utils::Duration watchdogDuration_; -- cgit v1.2.1