Add gamma_curve to metadata
This commit is contained in:
parent
17f77e36c4
commit
0173cf912f
4 changed files with 36 additions and 1 deletions
|
|
@ -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__}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue