Added/updated docs

This commit is contained in:
Joel Collins 2019-01-24 14:05:57 +00:00
parent cb441201c6
commit 363094170e
3 changed files with 45 additions and 15 deletions

View file

@ -87,7 +87,7 @@ class BaseCamera(object):
self.thread = None #: Background thread reading frames from camera
self.camera = None #: Camera object
self.lock = StrictLock(timeout=1) #: Strict lock controlling thread access to camera hardware
self.lock = StrictLock(timeout=1) #: :py:class:`openflexure_microscope.lock.StrictLock`: Strict lock controlling thread access to camera hardware
self.frame = None #: bytes: Current frame is stored here by background thread
self.last_access = 0 #: time: Time of last client access to the camera