Remove duplicate exposure property from picamera thing
This commit is contained in:
parent
59d15fb186
commit
2d49bf2061
1 changed files with 0 additions and 9 deletions
|
|
@ -555,15 +555,6 @@ class StreamingPiCamera2(BaseCamera):
|
||||||
piexif.insert(piexif.dump(exif_dict), path)
|
piexif.insert(piexif.dump(exif_dict), path)
|
||||||
return JPEGBlob.from_temporary_directory(folder, fname)
|
return JPEGBlob.from_temporary_directory(folder, fname)
|
||||||
|
|
||||||
@thing_property
|
|
||||||
def exposure(self) -> float:
|
|
||||||
"""An alias for `exposure_time` to fit the micromanager API"""
|
|
||||||
return self.exposure_time
|
|
||||||
|
|
||||||
@exposure.setter # type: ignore
|
|
||||||
def exposure(self, value):
|
|
||||||
self.exposure_time = value
|
|
||||||
|
|
||||||
@thing_property
|
@thing_property
|
||||||
def capture_metadata(self) -> dict:
|
def capture_metadata(self) -> dict:
|
||||||
"""Return the metadata from the camera"""
|
"""Return the metadata from the camera"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue