Add gamma_curve to metadata

This commit is contained in:
jaknapper 2026-03-03 13:59:43 +00:00
parent 17f77e36c4
commit 0173cf912f
4 changed files with 36 additions and 1 deletions

View file

@ -646,7 +646,7 @@ class BaseCamera(lt.Thing):
"""Return camera-specific metadata.
By default, this just adds the subclass name as the camera type.
Subclasses can extend by overriding this property and calling `super()`.
Subclasses can extend by overriding this property and calling `super().thing_state`.
"""
return {"camera": self.__class__.__name__}