石鑫华视觉 发表于 2024-11-30 11:56:49

宝视纳Basler-pylon 8.0.0相机软件套装Linux x86 (64位) - tar.gz~pylon-8.0.0-linux-x86_64_setup.tar.gz

宝视纳Basler-pylon 8.0.0相机软件套装Linux x86 (64位) - tar.gz~pylon-8.0.0-linux-x86_64_setup.tar.gz

pylon 8.0.0
2024年9月
8.0.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 8.0.0相机软件套装Linux x86 (64位) - tar.gz
文件名: pylon-8.0.0-linux-x86_64_setup.tar.gz
文件大小: 695677798 字节 (663.45 MB)
修改日期: 2024-10-24 18:19
MD5: 97ccf49ea755eb2ea2ca0cc045ab36a9
SHA1: 8705e13b9ec95fa78809e59d1c96672a0589b701
SHA256: 0c1b83f8b8ecaff44d8bd4a6ce1f57d110f8a0273af2e2ed411cc39e6fbf6063
CRC32: 8eb91575

Basler官方下载:
**** Hidden Message *****

百度网盘下载:
链接:https://pan.baidu.com/s/15qp8eK386XIfSD85H9t7vQ
提取码:**** Hidden Message *****

pylon 8 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:    2024-09-24

VERSION:         8.0.0 (x86_64, aarch64)

################################################################################


BINARY COMPATIBILITY
====================
* Data Processing = 3.0.1: Applications built with 3.0.x or earlier 3.x.x
                           versions of the Data Processing are compatible.
* pylon C SDK = 9.0.0: Applications built with earlier versions of the pylon C
                     SDK are incompatible
* pylon C++ SDK = 9.0.0: Applications built with earlier versions of the pylon
                         C++ SDK are incompatible


NEW FEATURES / CHANGES
======================
* General: Following Semantic Versioning 2.0, the pylon SDK library
         names now only state the major version number and not the minor
         version number anymore.
* pylon AI Agent: The pylon AI Agent is used to deploy models to AI
                  vTools. You can choose between deploying models via the pylon
                  AI Platform or from storage. Models can be deployed on local
                  or remote computers.
* vTools: The following vTools have been added:
         - Object Detection
         - Classification
         - Semantic Segmentation
         - Instance Segmentation
* pylon Viewer: Added pylon Event Logger as external tool in Tools
                menu.
* pylon Viewer: The Automatic Image Adjustment feature is now available
                on dart M cameras.
* pylon Viewer: Panes can now be closed via a context menu.
* pylon Viewer: Added AI topics to the New Features and Learn More
                dialogs.
* pylon Viewer: The Line Profile can now be reset to its initial
                position via the context menu of the image window.
* pylon Viewer: Added a context menu to the Line Profile pane.
* Workbench: The pin data view applies "Zoom to Fit" for the first
             image displayed.
* Workbench: The "Zoom to Fit" feature in pin data views now scales
             seamlessly.
* Workbench: On the Licensing tab of the Welcome dialog, added links
             for AI vTools. In the Workbench menu, an entry for the pylon AI
             agent has been added.
* CXP IC: Added BoardStatus section with features providing information
          about the board status.
* CXP IC: Added Errors section with features providing information
          about errors.
* CXP IC: Added CameraStatus event to provide information about missing
          frames lost in transmission to the frame grabber.
* CXP IC: Renamed CorrectedErrorCount to CameraCorrectedErrorCount.
* CXP IC: Renamed UncorrectedErrorCount to CameraUncorrectedErrorCount.
* CXP IC: Solved communication issue to Opto-Coupled Trigger 5 boards.
* CXP IC: Fixed incorrect values in status operators which caused
          issues with CXP status and port status.
* CXP IC: CustomSignalEvent0 and CustomSignalEvent1 now allow using
          FrontGPI2 and FrontGPI3 as source.
* Data Processing: Improved performance by optimizing the internal
                   handling of data types.
* Data Processing: CRegion::GetBuffer() behavior has been changed to
                   implement copy-on-write.
* Data Processing: Added sample demonstrating how to receive chunks and
                   events from the Camera vTool.
* pylon C SDK: There is now a separate CMake finder (pylonC) for the
               pylon C interface. pylon C content has been removed from the
               existing pylon CMake finder.
* pylon C++ SDK: Added sample demonstrating the use of the shading
               correction feature of racer 2 line scan cameras.
* pylon C++ SDK: The CBaslerUniversalInstantCamera class has been
               updated.
* pylon C++ SDK: The GrabResult object now has an additional member,
               and CPylonDataComponent was extended to support multipart data
               components.
* pylon C++ SDK: pylon C content has been removed from the pylon CMake
               finder. There is now a separate CMake finder for pylon C.
* pylon C++ SDK: pylon now supports Linux Ubuntu 24.04.
* pylon C++ SDK: Added new log4cpp logappender to support the new
               Basler logging system ELT.
* pylon C++ SDK: Improved logging to support the pylon Event
               Logger, especially with regard to GenTL and CXP.
* vTools: Added more calibration plate sizes: 800 mm, 1200 mm, 1600 mm,
          and 2400 mm
* vTools: Added the option to save absolute paths to image source
          folders in the Image Loading vTool.
* vTools: In the Camera vTool, output pins can be added to output
          camera chunk data.
* vTools: In the Camera vTool, output pins can be added to output
          camera event data.
* vTools: The Image Loading vTool now supports using relative paths to
          image source folders in recipes.


CORRECTIONS
===========
* pylon Viewer: When the Color Calibrator fails to successfully
                complete the second step, the Continuous Shot check box remains
                checked.
* pylon Viewer: Fixed Histogram panning when using color images.
* pylon Viewer: Fixed alignment of the Y axis label in the Line Profile
                pane.
* pylon Viewer: Increased the wait time to rediscover a camera after
                performing a firmware update.
* pylon Viewer: Improved error message when exceeding limits using
                Static Defect Pixel Correction.
* pylon Viewer: Line scan cameras will now use the correct acquisition
                mode when using the single shot feature.
* pylon Viewer: Fixed an issue which caused overlapping of the text and
                buttons in the title of image window tabs.
* Workbench: Fixed an issue which caused input pins of vTools being
             added falsely as data source of pin data views.
* Workbench: Fixed an issue which caused an error when loading recipes
             without vTools.
* Workbench: Fixed an issue that may have been causing the pylon Viewer
             to crash when closing it while there is a Camera vTool with
             allocated
* Workbench: Fixed some display issues regarding the pin data view,
             including the RGB info and the full-screen mode after a recipe has
             been stopped.
* Workbench: Fixed an issue that could cause the text in the pin data
             view to be displayed incorrectly.
* Data Processing: Fixed an issue that prevented the renaming of input
                   and output terminal pins when the names of pins that were
                   created later started with the name of the first pin.
* Data Processing: Changed nested namespace definition in
                   GenericOutputObserver.h to match other header files.
* GigE: Fix for out of encoded data error when using Compression
      Beyond.
* pylon C++ SDK: Fixed filehandle leak on GigE device open / close.
* vTools:
          Updated error handling for vTools that use Transformation Data.
* vTools: Get help in the vTools-documentation for OCR-vTool opens the
          correct documentation-page.
* vTools: In the Calibration Basic/Pro vTools, the graphical display of
          the image coordinates is correct if the operating system's screen-
          scaling feature is enabled.
* vTools: Fixed dialog text for rotation angle in the Template Matching
          Basic vTool.
* vTools: Removed obsolete node map entry and updated vTool
          documentation for the Document Cropper vTool.
* vTools: Improved support for manual machine calibration in the
          Calibration Basic and Pro vTools.
* vTools: Updated dialog appearance of the Template Matching Basic
          vTool.
* vTools: In the Gray value Transformer Starter vTool, parameter names
          have been updated.


RESTRICTIONS
============
* pylon Viewer: A new image throttle has been implemented in the pylon Viewer to
                improve overall stability and performance. This introduces a new
                restriction which affects the video recording feature of the
                pylon Viewer. Allowing only 250 images per second and camera in
                the imaging pipeline limits the ability to record every frame
                when exceeding this limit.
* pylon Viewer: The Color Calibrator does not support all Basler color cameras.
                Due to a different camera feature set, Basler dart and boost V
                cameras are not supported.
* pylon Viewer: 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.
* 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
* pylon Viewer: Under circumstances, the pylon Viewer may experience issues when
                using the Wayland display server protocol. It is recommended to
                use Xorg instead.
* pylon Viewer: On Ubuntu 22.04 (or higher), the offline Basler Product
                Documentation (BPD) may not be accessible when using Firefox due
                to permission restrictions. To work around 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
* 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 IC: For line scan applets, ranges of line period and line exposure aren't
          handled properly. The maximum values may be lower than expected.
* CXP IC: Starting with version 24.04, Ubuntu no longer provides libtiff.so.5.
          This results in the following error when loading applets: "Unable to
          load module library". As a workaround, you can create a symlink to
          libtiff.so.6 in "/usr/lib/x86_64-linux-gnu" with the command "sudo ln
          -s libtiff.so.6 libtiff.so.5".
* pylon C SDK: The pylon C API doesn't provide convenient functions to use GenDC
               and the Basler blaze 3D camera yet.
* pylon C SDK: 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 guide yet. Please 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 C++ 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);
* GigE: In case the error message "Failed to allocate resources." has been
      reported, Basler recommends using the pylon GigE Configurator tool to
      optimize the IP configuration of NICs and cameras.
* GigE: Multiple IP configurations on a single network interface are not fully
      supported by the IP Configurator tool.
* GigE: 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.
* GigE: 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.
* 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, the pylon Viewer first disables the Compression Beyond
       feature in the camera and then starts recording.
* 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.
* pylon AI Agent: With certain resolutions and scaling settings, buttons may not
                  be visible.
页: [1]
查看完整版本: 宝视纳Basler-pylon 8.0.0相机软件套装Linux x86 (64位) - tar.gz~pylon-8.0.0-linux-x86_64_setup.tar.gz

LabVIEW HALCON图像处理入门教程(24.09)
石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
《LabVIEW Vision函数实例详解2020-2024》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23/24