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)