Skip to content

Commit 9078a4e

Browse files
committed
Remove unused last_frame_timestamp_metadata
1 parent 01eb41a commit 9078a4e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

dlclivegui/cameras/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ def actual_pixel_format(self) -> str | None:
124124
def recommended_preserve_mono(self) -> bool | None:
125125
return None
126126

127-
@property
128-
def last_frame_timestamp_metadata(self) -> FrameTimestampMetadata | None:
129-
"""Return backend-provided timestamp metadata for the last read frame."""
130-
return None
131-
132127
@classmethod
133128
def options_key(cls) -> str:
134129
"""Return the key used to store this backend's options in CameraSettings."""

0 commit comments

Comments
 (0)