石鑫华视觉 手机微信QQ:13450001061

下载中心

宝视纳Basler-macOS版pylon 7.3.1相机软件套装~pylon_7_3_1_0011.dmg

文章来源:石鑫华视觉网时间:2024-11-30 10:12:40 点击:30

宝视纳Basler-macOS版pylon 7.3.1相机软件套装~pylon_7_3_1_0011.dmg

pylon 相机软件套装 适用于mac操作系统)是一款包含易于使用的SDK、驱动程序和各种工具的软件套装,您可通过macOS 操作系统的电脑来操作任何一款Basler相机,助您尽情使用最新型号相机和特色功能。Basler pylon (适用于mac操作系统)同时支持GigE Vision和新USB3 Vision标准。
pylon SDK非常友好易用,轻松助您开发自己的相机应用。仅需几行代码即可设置您的相机、抓取图像,并将其保存至PC的硬盘。
pylon提供大量丰富的文档资料,并针对所有典型相机应用,提供C++编程语言的示例程序以供参考,可大大促进应用开发工作。
pylon所提供的编程接口与正在使用的相机接口相互独立。也就是说,使用pylon创建的应用,可以轻松地转移到其他相机接口技术当中。
这是因为pylon不仅支持macOS系统,同时也支持Linux和Windows系统。在macOS系统下使用pylon开发的应用,也能够轻易地转移至其他操作系统和架构(例如嵌入式系统)。

macOS版pylon 7.3.1相机软件套装
文件名: pylon_7_3_1_0011.dmg
文件大小: 15540506 字节 (14.82 MB)
修改日期: 2024-03-12 23:02
MD5: 3faa3c6d12c19635e16aad697b25f65d
SHA1: 05be6027a9238c37b1dcf53fbddc04a98fd998b4
SHA256: 4ac955c85132a755c17e448dd9b55ebd2cbe2a7c7a0c29cd7850ade31ea310a3
CRC32: 905e6495

Basler官方下载和百度网盘下载:

宝视纳Basler-macOS版pylon 7.3.1相机软件套装~pylon_7_3_1_0011.dmg

http://visionbbs.com/thread-32756-1-1.html

(出处: 石鑫华视觉论坛)



pylon Camera Software Suite for macOS

RELEASE NOTES

Note: Intermediate versions for macOS are not released publicly.
      All changes made in intermediate versions are included in the current
      version of pylon.


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

RELEASE DATE:       2023-06-05

VERSION:            7.3.1 (macOS 11.7, 12.6, 13.4)

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


BINARY COMPATIBILITY
====================
* pylon C++ API = 7.3.0: Applications built with earlier versions of the pylon C++ 
  API are incompatible. 


NEW FEATURES / CHANGES
======================
* General: Added support for Apple silicon.
* General: Added support for macOS Monterey (12.6) and Ventura (13.4).
* GigE Vision: [241034] New Basler ace 2 5GigE cameras are supported.
* GigE Vision: [201685] The pylon GEV socket driver has been updated. This driver 
               supports all 1GigE, 5GigE, and 10GigE network adapters. Basler 
               recommends using Basler network adapters for best performance 
               and reliability. 
* GigE Vision: [201685] The updated pylon GEV socket driver supports the following new features:
               - Better packet resend mechanisms    
               - GVSP Extended ID mode
               - GVCP Pending Acknowledge messages
               - Firewall traversal has been added to bypass a firewall for GVSP packets.
* pylon: [236190, 267192, 264293] The CImageFormatConverter supports multithreding now. 
         By default, the CImageFormatConverter uses four threads. Under certain circumstances, 
         a further increase of the number of threads may be required. This may reduce 
         the latency and improve the performance but may cause higher CPU load. Using 
         the CImageFormatConverter with enabled multithreading is recommended when using 
         Basler ace 2 5GigE and CoaXPress cameras.
* SDK: [246793] The CBaslerUniversalInstantCamera class has been updated.
* SDK: [264292] The Utility_ImageFormatConverter SDK sample has been updated to 
       demonstrate the use of multithreading with the CImageFormatConverter. 
* SDK: [245850, 266733] The pylon SDK samples can be built with CMake now. Use the 
       PylonFinder.cmake to do so.
* Camera Emulation: [247315, 247316] The pylon Camera Emulation has been updated with 
                    multiple new parameters to better reflect the behavior of recent 
                    Basler cameras, e.g., ace 2 camera models.
* Camera Emulation: [191663] The pylon Camera Emulation has been updated with multiple new 
                    parameters to better reflect the behavior of recent Basler cameras, 
                    e.g., ace 2 camera models.
* Camera Emulation: [239196, 239198, 239199, 239200, 239201, 239203, 239204, 239207, 
                    247311, 247312] The pylon Camera Emulation has been updated with 
                    several new parameters to better reflect the behavior of recent 
                    Basler cameras, e.g., ace 2 camera models.
* BPD: [245922] The pylon SDK Samples Manual has been moved to the Basler Product 
       Documentation.
* BPD: Updated the Basler Product Documentation. For more information refer to 
       https://docs.baslerweb.com/


CORRECTIONS
===========
* GigE Vision: [197829] No GVCP packet resend commands will be sent by pylon when 
               the GVCP Capability register is not set on the device. 
* GigE Vision: [203028] Fixed a potential issue where a device removal may not have 
               been detected when disabling the network adapter the camera is connected to.
* GigE Vision: [251258] The Extended Status Code Capability is now enabled automatically whenever 
               a GigE camera supports it. 
* GigE Vision: [250680] The pylon GEV drivers now correctly support ExtendedBlockID with
               64-bit length.
* GigE Vision: [250657] The documentation for the GetBlockID function has been updated.
* USB: [211260] Added the DeviceVersion parameter to the DeviceInfo parameters for USB cameras.
* pylon: [200514] Fixed an issue where an empty chunk caused an exception on USB cameras.
* GenTL: [234066] Fixed an issue with the pylon GigE and USB GenTL producers when updating
         the device list with open camera devices.
* GenTL: [205061] Fixed an issue in the ProducerGEV.cti where changes to the SocketBufferSize 
         node had no effect.
* GenTL: [212719] A correct value for BUFFER_INFO_DELIVERED_CHUNKPAYLOADSIZE (U3V/GigE) 
         and _CHUNKLAYOUT (U3V only) is set now.
* GenTL: [218622] The ProducerU3V.cti correctly returns NAMESPACE_PFNC_32BIT instead of 
         UNKNOWN now.
* SDK: [233262] Corrected a potential alignment issue when using PylonDataContainer and 
       PylonDataComponent.
* SDK: [201343] Fixed an issue where CGrabResultData::GetImageSize() would return wrong value 
       for the YCbCr420_8_YY_CbCr_Semiplanar pixel format. 
* SDK: [201060] Fixed an issue in Callback.h that may have caused a compiler error when using a 
       GCC 11 compiler.
* SDK: [203519] Fixed an issue with CPixelTypeMapper when using the YUV422_8_UYVY pixel format. 


RESTRICTIONS
============
* pylon Viewer: No pylon Viewer and GUI tools are included. Please use previous versions of 
                pylon to make use of any GUI tools. 
* GigE Vision: [259058] 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. 
* GigE Vision: Multiple IP configurations on a single network interface are not
       fully supported by the IP Configurator tool. 
* Setup: If the *.pkg package fails to install, right-click the *.pkg package and select 
         Open to continue. This may occur if macOS can’t read the Basler certificate.
* 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);
* GenTL: The GenTL producer for GigE Vision does not support action commands.
* GenTL: The GenTL producer for GigE Vision does not support multicast configurations.
* BPD: The Basler Product Documentation requires advanced JavaScript support. Please
       use a modern browser, e.g., Firefox 44 (or higher), or Chrome 49 (or higher).


首页
84162741QQ
联系