From 8ab85e2d7fcc0166e9706278f34642cdf5c6c6f0 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 19 Feb 2026 16:48:35 +0000 Subject: [PATCH] Update docstring for OpenCV camera --- src/openflexure_microscope_server/things/camera/opencv.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/camera/opencv.py b/src/openflexure_microscope_server/things/camera/opencv.py index f427e837..d12d4f6b 100644 --- a/src/openflexure_microscope_server/things/camera/opencv.py +++ b/src/openflexure_microscope_server/things/camera/opencv.py @@ -32,7 +32,8 @@ class OpenCVCamera(BaseCamera): def __init__(self, thing_server_interface: lt.ThingServerInterface) -> None: """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)