diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-29 11:09:22 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-29 11:09:22 +1100 |
| commit | 62c8247d16c619e615aca338a2053a177c5e955d (patch) | |
| tree | f0cc993b0df516f07d6da0ef91a3172f149fc673 | |
| parent | c1ec035532eaab857eae891d3f3db130412f6ead (diff) | |
| download | pymba-62c8247d16c619e615aca338a2053a177c5e955d.tar.gz pymba-62c8247d16c619e615aca338a2053a177c5e955d.zip | |
typo
| -rw-r--r-- | pymba/camera.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pymba/camera.py b/pymba/camera.py index c2bd574..e15ba6d 100644 --- a/pymba/camera.py +++ b/pymba/camera.py @@ -36,8 +36,8 @@ def _camera_infos() -> List[vimba_c.VmbCameraInfo]: def _camera_info(id_string: str) -> vimba_c.VmbCameraInfo: """ Gets camera info object of specified camera. - :param cameraId: the ID of the camera object to get. This can be an ID or e.g. a serial number. Check the Vimba - documentation for other possible values. + :param id_string: the ID of the camera object to get. This can be an ID or e.g. a serial number. Check the Vimba + documentation for other possible values. """ vmb_camera_info = vimba_c.VmbCameraInfo() error = vimba_c.vmb_camera_info_query(id_string.encode(), |
