There was an error while loading. Please reload this page.
1 parent 01eb41a commit 9078a4eCopy full SHA for 9078a4e
1 file changed
dlclivegui/cameras/base.py
@@ -124,11 +124,6 @@ def actual_pixel_format(self) -> str | None:
124
def recommended_preserve_mono(self) -> bool | None:
125
return None
126
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
-
132
@classmethod
133
def options_key(cls) -> str:
134
"""Return the key used to store this backend's options in CameraSettings."""
0 commit comments