Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/devices/Basler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

Expand Down Expand Up @@ -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)
(1, 4194304)