Update docstring for OpenCV camera

This commit is contained in:
Julian Stirling 2026-02-19 16:48:35 +00:00
parent 4dfb252439
commit 8ab85e2d7f

View file

@ -32,7 +32,8 @@ class OpenCVCamera(BaseCamera):
def __init__(self, thing_server_interface: lt.ThingServerInterface) -> None: def __init__(self, thing_server_interface: lt.ThingServerInterface) -> None:
"""Iniatilise the thing storing the index of the camera to use. """Iniatilise the thing storing the index of the camera to use.
:param camera_index: The index of the camera to use for the microscope. :param thing_server_interface: The thing server interface to be passed to to
the parent class.
""" """
super().__init__(thing_server_interface) super().__init__(thing_server_interface)