-
产品中心
计算机视觉硬件工业相机 镜头 机器视觉光源 采集卡 线材 配件 网络和外围设备计算机视觉软件pylon Camera Software Suite VisualApplets 其他软件产品线嵌入式视觉产品线 医疗和生命科学产品线 CoaXPress产品线面阵相机Basler ace 2 Basler ace Basler MED ace Basler boost Basler beat Basler dart Basler pulse Basler scout线阵相机Basler racerBasler racerBasler racer - the right choice镜头固定焦距镜头机器视觉光源Basler相机光源系列
- 选型工具
- 解决方案
- 下载中心
- 品牌中心
- 销售与支持
-
Vision Campus
相机技术Sony IMX CMOS芯片系列型号比较 为什么要对相机进行色彩校准? 专家教您如何为视觉系统找到合适的镜头 适用于嵌入式视觉系统的五大专家级技巧 什么是多光谱成像? CMOS相机比较 图像处理过程中的色彩 处理板 什么是图像处理 图像处理中的3D技术 什么是嵌入式视觉? 为何选择CMOS图像芯片? 什么是ToF (Time-of-Flight)? 什么是成像质量? 相机尺寸 数字相机的工作原理是什么? 芯片技术:CMOS与CCD的对比 实时性 NIR: 即使在弱光条件也可以呈现清晰图像 高灵敏度图像处理相机显示更多收起接口和标准System Setup with CoaXPress 2.0 什么是CoaXPress? 哪一款接口适合嵌入式视觉? 配备GigE 2.0的多相机系统 USB 3.0 – 引领未来的标准化接口 接口是什么? Camera Link 千兆网(GigE) GenICam标准 USB 3.0和USB3 Vision
-
公司概况
关于我们供应商
How To enable pylon logging
Using pylon 2.3 and higher: The setup installs a batch file to start the pylon Viewer with logging enabled.
- In the folder where the pylonViewerApp.exe is located (typically C:\Program Files\Basler\pylon 2.3\apps\i386) there is a batch file called StartPylonViewerWithLogging.cmd. Double click this files to start the pylon Viewer with logging enabled. There is no startmenu shortcut for this batch file.
- To log a customer's application, copy the .cmd to their .exe's folder and run: StartPylonViewerWithLogging.cmd myprogram.exe
- By default a logfile named pylonLog.txt is created in your %TEMP% folder and entries are appended to this file.
An easy way to open your %Temp% folder is to press Win+R, enter %TEMP%, and press Enter. This will open an explorer window in your current %TEMP% directory.
If you are using any pylon version before 2.3.0.2279 use these steps to enable logging:
- Copy the attached logging configuration file file to your HDD and remember the location. Starting with pylon 2.3 the setup already installs this logging config file in the pylon installation directory (typically: C:\Program Files\Basler\plyon 2.3\DebugLogging.properties)
- Open System properties -> Advanced -> Environmental Variables
- Add a new System variable: GENICAM_LOG_CONFIG_V2_0=<location were you stored the .properties file>
- Make sure to click on OK when closing the windows boxes.
- (Re-)start the pylon Application
The log file will be created in the temp folder. The filename is: %TEMP%\pylonLog.txt.
Note: With the attached debugLogging.properties file it is no longer required to use Dbgview.exe to capture the logging output.
Note: The logging works for the applications shipped with pylon as well as for custom application using pylon.
Note: It is important to restart the application after setting the environment variable.
Using advanced CameraLink logging when using pylon 2.3 or higher with Camera Link cameras:
Starting with pylon 2.3 pylon adds advanced logging for CL cameras. Due to technical limitations the advanced logging cannot be configured using the batch file as shown above. Here are the steps to enable advanced CL logging:
- Enable standard pylon logging as described above using the evironment variable and the .properties file.
- Activate the Scroll Lock by pressing the ScrLock keyo on your keyboard.
- Start DbgView.exe (can be found http://live.sysinternals.com/Dbgview.exe)
- Start your pylon application.
Advanced logging will output verbose information about baud rate detection / device probing / timeouts etc.
If you turn off ScrLck advanced logging will be disabled.