宝视纳Basler-pylon 7.4.0相机软件套装Linux x86 (64位)~pylon-7.4.0.14900_linux-x86_64_setup.tar.gz
宝视纳Basler-pylon 7.4.0相机软件套装Linux x86 (64位)~pylon-7.4.0.14900_linux-x86_64_setup.tar.gzpylon 7.4.0
2023年9月
7.4.0
pylon相机软件套装包含易于使用的SDK、驱动程序和工具,让您可通过Linux嵌入式PC来操作任意一款Basler相机。pylon采用最新GenICam技术,可无限制使用最新型号的Basler相机并使用相关的硬件功能。Basler pylon支持GigE Vision、USB3 Vision、BCON(基于MIPI)和GenICam GenTL。
pylon SDK简单易用,可帮助您开发完整的机器视觉应用、医疗应用和包括图像采集和图像处理在内的其他应用。仅需几行代码即可设置相机、采集图像,并将其保存。
pylon可为采用受支持的编程语言(如C、C++)开发的所有典型相机应用提供大量丰富的文档资料和示例程序以供参考,可大大促进应用的开发工作。
pylon提供的编程界面独立于正在使用的相机接口,这意味着可以轻松将使用pylon创建的应用程序移植到另一种相机接口技术。
由于pylon不仅支持Linux,还支持Windows和macOS,因此在pylon中为Linux开发的应用程序也可以轻松移植到其他操作系统和架构。
pylon Linux ARM(64位)可提供适用于Debian和相关Linux发行版(如Ubuntu)的Debian安装软件包,另外也可提供适用于其他Linux发行版的tar.gz压缩包。
pylon 7.4.0相机软件套装Linux x86 (64位)
文件名: pylon-7.4.0.14900_linux-x86_64_setup.tar.gz
文件大小: 445670450 字节 (425.02 MB)
修改日期: 2024-03-12 22:05
MD5: 6dbeabcf911d659c53508e43e74404be
SHA1: 6a400c978c59eac6e4083037c878cea96d3fbd9f
SHA256: 84305e74ec36dcbd7c0e2018605c1f755ba0e98283f9bcec4c217d2b79e57438
CRC32: 8cc9d21e
Basler官方下载:
**** Hidden Message *****
百度网盘下载:
链接:https://pan.baidu.com/s/1OSvxj7NMaKtmJmxUSx2Gww
提取码:**** Hidden Message *****
pylon 7 Camera Software Suite for Linux
RELEASE NOTES
Note: Patch versions of pylon for Linux OS are not released publicly.
All changes made in patch versions are included in the following minor or major
version of pylon. The version number scheme for pylon is as follows: x.y.z
* First digit (x): Major version
* Second digit (y): Minor version
* Third digit (z): Patch version
################################################################################
RELEASE DATE: 2023-09-26
VERSION: 7.4.0 (x86_64, aarch64)
################################################################################
BINARY COMPATIBILITY
====================
* pylon C++ API = 7.4.0: Applications built with earlier versions of the pylon C++
API are incompatible.
* pylon C API = 7.4.0: Applications built with earlier versions of the pylon C API
are incompatible.
* pylon Data Processing API = 1.3.0: Applications built with earlier versions of
the pylon Data Processing API are incompatible.
NEW FEATURES / CHANGES
======================
* CXP: Added support for Basler boost V CoaXPress cameras with GSPRINT
sensors. These cameras are for use with the Basler CXP-12 Interface Card 4C
or imaWorx CXP-12 Quad acquisition cards, which require a host interface
with PCIe Gen 3 x8 (Direct Memory Access) or better.
* CXP/GenTL: The CXP GenTL Producer, ProducerCXP.cti, has been updated to
version 5.11.1.
* CXP: The applet for Basler CXP-12 Interface Card 1C with static version
S1.2 has been updated to version 5.2.7.
* CXP: The applets for Basler CXP-12 Interface Card 2C, 4C, and imaWorx
CXP-12 Quad with static version S1.0 have been updated to version 2.2.7.
The TapGeometry, SensorGeometry, ImageSelector, and WhiteBalance parameters are
supported now.
* CXP: The CXP driver has been updated to version 5.2.0.
* CXP/GenTL: Added DeviceTapGeometry capability negotiation between a CXP
camera and an applet.
* CXP/GenTL: Added the Compatibility Status category that provides information
about the status of interfaces and devices:
- Interface Driver Version
- Interface Producer Version
- Interface PCIe Status
- Interface Power Supply Status
- Device Pixelformat Status
- Device Automatic ROI Control Status
- Device Tap Geometry Status
* GigE Vision: The pylonGigEConfigurator tool has been updated to configure
any 5G/10G network adapters.
* GigE Vision: The PylonGigEConfigurator tool has been extended to enable
Receive Side Scaling (RSS) on supported network adapters.
The RSS feature enables the efficient distribution of network receive
processing across multiple CPUs in multiprocessor systems.
Basler recommends using the PylonGigEConfigurator for all ace 2 1GigE
and 5GigE cameras.
* SDK: Added a new BufferHandlingMode feature to Pylon::CInstantCamera. It may
be set either to "Pool" (default mode) to use a pool of preallocated buffers
for grabbing or to "Stream" to let pylon allocate new buffers on demand.
* pylon Viewer: The Recipe Code Generator has been added. This tool allows
you to quickly and easily generate C++ code examples from a recipe.
You can access this feature from the Workbench menu or toolbar.
* pylon Viewer: The Flat-Field Correction feature for boost V CoaXPress cameras
has been added.
* pylon Viewer: The Color Calibrator has been unlocked for all Basler color
cameras that support the Color Transformation feature, e.g., Basler ace
Classic, ace U, ace L GigE Vision and USB3 Vision cameras.
* vTools: The following vTools have been added:
- Calibration Pro
- Image Smoothing Starter
- Image Morphology Starter
- Gray Value Transformer Starter
- Image Combiner Starter
- Image Sharpening Starter
- Document Cropper
- Aztec Code Reader Basic
- Aztec Code Reader Pro
- PDF417 Code Reader Basic
- PDF417 Code Reader Pro
- Image Sharpening Basic
- Image Enhancer Basic
* vTools: Template Matching Starter: The Template Matching Starter vTool now
offers support for rotated templates.
Recipes created with previous versions of the Template Matching Starter vTool
are incompatible.
* vTools: Calibration Basic: Improved table visualization and GUI.
* vTools: Barcode Reader Pro: Improved GUI Design.
* vTools: Improved scaling for 4K displays.
* vTools: Region Feature Extraction: Supports inverse transformation with
InverseTf now.
* vTools: ROI Creator: ROI settings in nodemap adapt to size of image loaded.
* vTools: QR Code Reader Basic/Pro and Data Matrix Code Reader Basic/Pro allow
selection of data code types now, e.g., GS1 and Micro QR codes.
* vTools: Image editors support TIFF format now.
* vTools: Template Matching Starter: Improved GUI for marking rectangular
templates.
* vTools: The Camera vTool provides a settings dialog to make camera selection
easier.
* vTools: Added recipe templates to show how to use the PDF417 and Aztec Code
readers.
* vTools: vTools now provide additional information about node maps for display
in the Features - All pane.
* vTools: Template Matching Basic: Improved performance for large template images.
* Data Processing: Simplifed C++ SDK for working with the Point,
Line, Rectangle, Circle, and Ellipse data types.
* Data Processing: Added C++ SDK access to the Transformation Data data type.
* Data Processing: Added C++ SDK access to the Region data type.
* Data Processing: Simplified the access to arrays of values.
* Data Processing: Added CVariant::SetError() method for testing purposes.
* SDK/CXP: The "Utility_FFC" C++ sample has been added to demonstrate the use
of the Flat-Field Correction feature of Basler boost V CoaXPress cameras.
* SDK: Added a new internal 3PCL feature.
* SDK: The CBaslerUniversalInstantCamera class has been updated.
* General: The New Features dialog has been updated.
* BPD: Updated the offline Basler Product Documentation.
CORRECTIONS
===========
* CXP/GenTL: The range verification when reading values from the camera via
GenAPI has been disabled to avoid caching issues.
* CXP/GenTL: A potential raise condition have been fixed where a remote
device could have been considered as discovered before the internal discovery
has ended.
* GenTL: Fixed the version of *.cti files.
* GenTL: The GetAccessMode function returns the current version of a GenTL
producer now.
* SDK: Fixed an issue in 'pylon-setup-env.sh' that could have caused errors
during execution on some Linux distributions.
* vTools: Measurements Basic, Line/Circle/Ellipse/Rectangle Measurements Pro:
Inverse transformation is always applied when connected.
* vTools: Image Morphology: Parameter values changed in the Features pane
are now immediately visible when reopening the vTool’s settings dialog.
* vTools: Camera vTool: The device handling support for transport layers and
interfaces has been improved.
* vTools: Camera vTool: When an open camera is disconnected and then reconnected,
it is opened properly and available for the recipe.
* vTools: Image Morphology Basic: Fixed data handling in the node map.
* vTools: Template Matching Starter: The Positions_px and Positions_m output pins
now output the center point of a match.
* pylon Viewer: Fixed an issue that caused a saved BMP image to be distorted
if the width was not a multiple of 4.
* pylon Viewer: Fixed an issue that caused the displayed image to be distorted
if the width was not a multiple of 4.
* pylon Viewer: Fixed spelling mistakes in the pylon GigE Configurator.
* pylon Viewer: The zoom feature of the Histogram pane works for color images now.
* pylon Viewer: An issue that caused incomplete loading of recipes with zero
output Pin Data Views in the Workbench has been fixed.
* pylon IP Configurator: An issue that caused a wrong font to be loaded on
Ubuntu 22.04 has been fixed.
* Data Processing: Fixed an issue in the Camera vTool sample when working with
ace 2 cameras.
* Data Processing: Improved the behavior when evaluation licenses time out.
* Camera Emulation: Fixed an issue where the configured frame rate was not
always met.
* BPD: Fixed some missing links in the PylonC API documentation.
* BPD: Added information about supported file type for the CImagePersistence::Load()
and the CImagePersistence::Save() functions.
RESTRICTIONS
============
* Color Calibrator: The Color Calibrator does not support all Basler color
cameras yet. Basler ace 2 GigE Vision and USB3 Vision and boost R
CoaXPress cameras will be supported in one of the next releases.
Due to a different camera feature set, Basler dart and boost V
cameras are not supported by the Color Calibrator.
* GigE Vision: For optimum use of Basler's ace 2 5GigE and 1GigE cameras,
Basler recommends using dual-channel DDR4-3600 RAM or better.
Using slower RAM may cause buffer underruns and image loss.
In addition, Basler recommends using the pylon GigE Configurator
tool to optimize the complete setup.
* CXP: The Basler CXP-12 Interface Card 1C/2C/4C and imaWorx CXP-12 Quad acquisition cards
require a host interface with PCIe Gen 3 x8 (Direct Memory Access) or better.
Using slower host interfaces may reduce the camera's asquisition frame rate
and cause image loss.
* Workbench: Using multiple pin data views actively displaying data in the Workbench may cause
an increase of the CPU load and degradation of the overall performance. Basler
recommends using fewer pin data views whenever possible.
* Workbench: The Statistics feature of the Workbench measures the execution times of vTools.
The times measured in the Statistics feature may vary depending on the configuration of your
system and the overall CPU load. This is so, because CPUs may run with different frequencies
depending on the current load (e.g., due to dynamic frequency scaling).
* Workbench: In case of display errors or missing symbols in the Workbench, check and update
your graphics card driver or install the OpenGL software emulation softpipe/llvmpipe.
* CXP: Using secure boot (UEFI mode) with Linux requires a driver that is signed with a trusted
certificate. Since the driver is provided as source code, there is no way to sign it
with a trusted Basler certificate. To work with the driver, secure boot can be disabled.
Alternatively, the driver can be self-signed as described in this Ubuntu blog entry:
https://ubuntu.com/blog/how-to-sign-things-for-secure-boot
* CXP: When camera parameters are changed during image acquisition, the change is
not reflected in the interface card.
* CXP: If images are lost on the interface card due to a buffer overflow, e.g., when
the user application doesn't (re)queue buffers fast enough to deliver the images,
the images lost are indicated by the next delivered buffer. The lost images are marked as INCOMPLETE,
their file size will be 0, and the custom error code BUFFER_INFO_BASLER_XAPI_ERROR_CODE
is set to 42. Additionally, one lost frame is added to the stream info. Note that
exactly one lost frame is added regardless of how many frames were lost due to
the overflow.
* CXP: According to the GenTL standard, the device ID should remain constant between two sessions.
However, the GenTL device ID changes when the applet is changed. Therefore, the device ID that was
queried with one applet can be used with a different board and a different applet only if the applet
has the same name as the original one with which the device ID was generated.
* CXP: The GenTL BUFFER_INFO_FRAME_ID, which can be queried via DSGetBufferInfo, doesn't
contain the source tag from the CXP image header. Instead, it contains a counter for
all frames that have been delivered to the computer.
* CXP: During an applet change, the cameras attached to an interface card are still displayed
in the devices list even though they are not accessible anymore. An attempt to open a
camera in this state leads to an error message.
* CXP: When the DeviceUserID of a camera is changed, a restart of the GenTL Producer is
required for the change to be reflected via the GenTL API. When using a GUI to interact
with the camera via GenTL (i.e., the pylon Viewer), a restart of that application is
required for the change to become visible.
* CXP: When the CXP link speed is changed frequently on one port, at some point a speed change
has no effect anymore. In that case, the error messages "Failed to set bitrate of uplink
transceivers" and "Failed to set bitrate of downlink transceivers" are logged.
To work around that, either reload the applet by loading a different applet and then loading the original
one again or set the value of the environment variable SISO_FORCE_RELOAD_APPLET to 'yes'.
* CXP: In rare cases, the camera is not found after booting the computer. Power-cycle
the camera to resolve this.
* CXP: Grabbing with very high frame rates above 50000 fps using the Basler CXP-12
Interface Card 1C is not supported.
* CXP: When allocating buffers used for grabbing, the buffer address must be
aligned to 8-byte increments. This is automatically the case, if you use
heap memory.
* CXP: If a version of the Basler Framegrabber SDK is installed on your computer,
you may experience incompatibility issues when using CoaXPress cameras
and interface cards. Therefore, Basler advises against installing pylon
in parallel to the Framegrabber SDK.
* 3D: Using Basler blaze 3D cameras requires the pylon Supplementary Package
for blaze to be installed. The pylon Supplementary Package for blaze is
available for download on the Basler website.
* SDK: Some ace 2 cameras may use a Boolean parameter instead of the usual enumeration
for event notifications. The following code snippets can be used to work around
this issue.
For C++ you can use:
CBooleanParameter(camera.GetNodeMap(), "EventNotification").TrySetValue(true);
in addition to:
camera.EventNotification.TrySetValue(EventNotification_On);
* pylon C: The pylon C API doesn't provide convenient functions to use GenDC
and the Basler blaze 3D camera yet.
* pylon C: For using the GenTL Consumer (e.g., with CoaXPress), additional functionality
was added to pylon C to be able to start and stop streaming explicitly. This
functionality has not been documented in the pylon C programmer's guides yet.
Refer to the pylon C++ programmer's guide (see chapter "Migrating
from Previous Versions - Changes in the IStreamGrabber API") or the
pylonC OverlappedGrab programming sample.
* pylon Viewer: To use the pylon Viewer, you must install the latest Mesa OpenGL driver for
your system. On Debian-based platforms, you also need to install the
following packages: libgl1-mesa-dri, libgl1-mesa-glx, libxcb-xinerama0,
and libxcb-xinput0.
* GenTL: Limited GenTL support for producers with GenTL version 1.4
and below.
* MP4: MP4 video recording requires the pylon Supplementary Package for MPEG-4 to
be installed in order to work. The pylon Supplementary Package for MPEG-4
is available for download on the Basler website.
* MP4: Recording of video files with cameras with resolutions of 20 MP or higher
may fail, if the Quality parameter is set to 80 % or more. As a workaround,
set the Quality parameter to a lower value.
* MP4: The Recording feature doesn't support the Compression Beyond
feature in ace 2 Pro cameras. When recording is started and the Compression
Beyond feature is enabled, pylon first disables the Compression Beyond
feature in the camera and then starts recording.
* General: Under certain circumstances, e.g., a very slow or busy computer,
the Color Calibrator may not work if the camera has already been opened in the
pylon Viewer.
To prevent this, close the camera before using the Color Calibrator.
* SDK: Kernel 3.x or higher is required to use the pylon C API.
* GenTL: The GenTL producer for GigE Vision does not support action commands.
* GenTL: The GenTL producer for GigE Vision does not support multicast configurations.
* GigE Vision: Multiple IP configurations on a single network interface are not
fully supported by the IP Configurator tool.
* GigE Vision: Assigning a static IP address to a camera that is not in the same
subnet as the network adapter may make the camera unreachable. To prevent this,
set the rp_filter (reverse path filter) to 2 ("loose mode") on the camera's network
interface. For more information, see the Assigning an IP Address to a Camera topic
in the Basler Product Documentation.
* BPD: The Basler Product Documentation (BPD) requires advanced JavaScript support. Open the
Basler Product Documentation in a modern browser, e.g., Firefox 44 (or higher) or
Chrome 49 (or higher).
* BPD: On Ubuntu 22.04 (or newer), the offline Basler Product Documentation (BPD) may not be
accessible when using Firefox due to permission restrictions. To work around that this issue, you can
set the environment variable TMPDIR to a location in the user's home directory, use a
different browser, or install Firefox from a different source than snap.
页:
[1]