From d64177c02be632f20fa56350d24d265e612a6630 Mon Sep 17 00:00:00 2001 From: Scott Pinkham <79726675+QuantelUSA-spinkham@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:31:31 -0700 Subject: [PATCH] Update Basler.rst Fix typos --- docs/devices/Basler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devices/Basler.rst b/docs/devices/Basler.rst index 0c39de6..7e81bb9 100644 --- a/docs/devices/Basler.rst +++ b/docs/devices/Basler.rst @@ -6,7 +6,7 @@ Basler cameras interface =========================== -Basler manufactures a wide variety of cameras, which implement GenICam-based interface through its pylon API. It has been tested with pylon-provded emulated camera camera. +Basler manufactures a wide variety of cameras, which implement GenICam-based interface through its pylon API. It has been tested with pylon-provided emulated camera. The code is located in :mod:`pylablib.devices.Basler`, and the main camera class is :class:`pylablib.devices.Basler.BaslerPylonCamera<.pylon.BaslerPylonCamera>`. @@ -76,4 +76,4 @@ Known issues BaslerError: pixel format BGRA8Packed is not supported >> cam.enable_raw_readout("frame") # frame data is returned as a flat array >> cam.snap().shape # 1024 * 1024 * 4 = 4194304 bytes - (1, 4194304) \ No newline at end of file + (1, 4194304)