目前分類:攝影機 (43)
- Nov 07 Sat 2015 05:52
安裝ONVIF Device Manager
- Nov 06 Fri 2015 19:54
安裝Deskshare IP Camera Viewer 3
- Nov 06 Fri 2015 15:59
安裝LILIN Navigator 1.0
- Nov 06 Fri 2015 15:44
安裝Ozeki SDK 1.1.1
- Oct 15 Thu 2015 12:04
2015/10/15下載及安裝目前最新版的Pylon for Windows 4.2.2
- pylon 4 Camera Software Suite for Windows 32 bit (Version 4.2.2) EXE - 74 MB
- pylon 4 Camera Software Suite for Windows 64 bit (Version 4.2.2) EXE - 91 MB
- pylon 4 Camera Software Suite Release Notes (Version 4.2.2) TXT - 28 KB
- Basler Neurocheck 6.1 Driver ZIP - 66 MB
- How to Use the Basler pylon USB 3.0 AIK Adapter with Cognex VisionPro PDF - 767 KB
- Install and Setup Guide for Cameras Used with pylon for Windows V8 (Software Version 4.x) PDF - 2 MB
- Aug 26 Tue 2014 11:55
網路上提供測試 RTSP 的伺服器
- Aug 22 Fri 2014 15:40
影片加入metadata標籤
>> ffmpeg -i INPUT_FILENAME.avi -metadata title="GTVision" -metadata artist="RyanWang" –metadata comment="COMMENT" -threads 0 OUTPUT_FILENAME.avi
- Jun 07 Sat 2014 16:50
Pylon Live View C# Sample Code Review
Pylon.NETSupportLibrary 是一個好用類別, 加速開發應用程式, 達事半功倍之效
- Mar 15 Sat 2014 16:08
IC Imaging ActiveX Control
Frame Filter
- 可直接針對影像串流(image stream)進行影像處理, 不需要額外複製一份至ring buffer然後才進行影像處理, 加快速度
- 可以定義影像串流(image stream)之影片格式(video format), 以便儲存成不同格式
With frame filters, a versatile and powerful way to manipulate image data has been introduced. Frame filters can be used to do:
- control which frames will be removed (dropped) from the image stream
- read and write image data to/from frames of the image stream without having to copy the image data to a ring buffer. In other words: the frame filter allows image processing directly on buffers of the image stream (DirectShow buffers).
- to change the video format (pixel format and/or width and height) of the image stream
- implement image processing
- Feb 21 Fri 2014 10:36
安裝IMAGINGSOURCE GIGE
DFK 23GV024
- Feb 15 Sat 2014 15:27
Pixel Data Output Formats for Color Cameras
The Bayer Color Filter 可以看成
- Jan 23 Thu 2014 11:29
Install DSO-5200 USB Hantek
PC-Based 示波器
- Jan 16 Thu 2014 15:30
Install e2v Line Scan CCD with Camera Link
CommCamUCL2.3.1 for Windows 64bit
- Jan 15 Wed 2014 13:36
Notes for FFmpeg commands
將目前目錄頰下的所有mp4檔案進行縮小轉檔,以下為MATLAB程式碼
1: mkdir('out');
2: files = dir('*.mp4');
3: bitrate = 2000;
4: outputFolder = ['out' filesep];
5: c1 = 'ffmpeg -i ';
6: c2 = [' -vf scale=640:480 -threads 0 '];
7: c3 = outputFolder;
8: fid = fopen('batchrun.bat','w');
9: for k=1:length(files)
10: cmd = [c1 files(k).name c2 c3 files(k).name];
11: fprintf(fid, '%s\n', cmd);
12: end
13: fclose(fid);
- Oct 17 Thu 2013 16:07
Basler 3.2 Pylon C API 筆記2
- Oct 17 Thu 2013 11:13
Basler 3.2 Pylon C API 筆記1
pylon C and GenApi
- Oct 16 Wed 2013 15:15
安裝FlyCapture v2.5.3.4 Viewer
Download: FlyCapture v2.5.3.4 Viewer - Windows | |
Description:
The FlyCap2 Viewer download is a reduced installer with the minimum files required to be able to stream your camera and save images with our FlyCap2 GUI. For developers who require source code, other examples, libraries, and documentation, please download the complete FlyCapture2 SDK below. [read release notes]
|
- Sep 30 Mon 2013 17:16
安裝Basler pylon 4
- Sep 16 Mon 2013 19:14
Pylone 4 Release Note
pylon 4 Camera Software Suite RELEASE NOTES ################################################################################ RELEASE DATE: 2013-08-30 VERSION: 4.0.1 ################################################################################ NEW FEATURES / CHANGES ========================= * USB 3 Vision: Added support for recent versions of Basler USB 3.0 cameras. * USB 3 Vision: Added/improved samples demonstrating event handling. * pylon Viewer: Added online help. * IP Configurator: Added facilities for providing user feedback and contacting Basler support by email. * Documentation: Updated migration guide. * PylonC/pylonC.NET: Extended the list of supported device info keys. CORRECTIONS ==================== * General: Administrative privileges were required for accessing the caching directory where downloaded camera XML files are cached. * pylon Viewer: Viewer now shows error message when contacting Basler support fails because no email client is installed. * pylon Viewer: Fixed an issue where the parameters of the pixel format converter could be modified without having an effect. * pylon Viewer: The viewer now suggests appropriate directories for saving feature settings and images. * pylon Viewer: Fixed a bug causing the viewer to terminate prematurely. * pylon Viewer: Fixed a bug that might have led to an endless sequence of error message boxes. * USB Configurator: Fixed an issue causing the USB Configurator to display certain root hubs as USB 2 instead of USB 3 devices. * USB Configurator: Fixed detection of USB 3 devices for several non-Intel and non-Renesas USB controller chipsets. * CL Configurator: Fixed a bug causing the Camera Link Configurator to prompt for multiple user confirmations at program exit. * USB3 Vision: Fixed off-by-one error in stream grabber statistics. * Direct Show: Fixed a bug causing Direct Show applications not to find a USB 3 camera. * SDK: Fixed spelling in pixel type mapper strings. * SDK: Added missing chunk image sample for USB 3. * Setup: Fixed an issue causing overlapping text rendering on the first installer wizard page. RESTRICTIONS ================== * USB 3 Vision: Currently pylon is tested with Renesas and Intel Ivy Bridge USB 3 host controllers. pylon may work with other controllers, but some functionalities may not work as expected. * USB 3 Vision: For optimum performance make sure to install the latest driver and firmware for your USB 3 host controller. * USB 3 Vision: pylon only supports USB 3 host controllers. Cameras connected to a USB 2 port will not be detected/supported. You can use the USB Configurator to diagnose connection problems. * USB 3 Vision: NEC USB 3.0 host controllers are not supported. * FireWire: FireWire is not supported on Windows 8 or higher operating system versions. The setup will not install FireWire components on Windows 8 or higher versions. You can still install FireWire components on Windows 7 and XP-based systems. * pylon VB6: The pylon VB6 interface will be discontinued. It will still be included as is for backward compatibility. There are not going to be any new features, and the support will be discontinued. * DirectShow: The DirectShow source filter for Basler cameras might not work correctly under Windows 8. ################################################################################ RELEASE DATE: 2013-07-22 VERSION: 4.0.0 ################################################################################ NEW FEATURES / CHANGES ========================= * General: The software has been renamed to "pylon 4 Camera Software Suite". * General: Starting with this version pylon officially supports Windows 8. Note: FireWire is not supported under Windows 8 (see restrictions below). * pylon Viewer: Added a new "Submit feedback" command to the Help menu. * pylon Viewer: Added a new "Contact support" command to the Help menu. * pylon Viewer: Added a slider and spin buttons for float values in the feature tree. * USB 3 Vision: Starting with this version pylon supports Basler's new USB 3 Vision cameras. * USB 3 Vision: Added a new application, the USB Configurator. The USB Configurator is an easy to use tool to improve USB performance and diagnose possible problems using USB cameras and controllers. * GigE Vision: Since pylon 3.2.3 an updated pylon Performance GigE driver is included. In addition to the currently supported chipsets the newer Intel chipsets I340 and I350 are now supported. * SDK: Visual Studio 2012 is now officially supported. * SDK: Added a new GetSfncVersion() function to determine the SNFC version of a device. This aids when determining which camera features are available. * SDK: CPixelTypeMapper::GetnameByPixelType can be passed a SNFC Version to perform the mapping. If none is specified, the behaviour of pylon 3.x is used. * SDK: The GrabResultData has an additional function, the GetBufferContext(), to access the buffer context, which can be specified when using custom buffer factories. * pylonC/pylonC.NET: Added a new function, the GenApiNodeGetAlias(), to retrieve the alias node of a float node. * pylonC: Fixed const correctness of pBuffer parameter in PylonImagePersistenceSave(), PylonAviWriterAdd(), PylonImageWindowSetImage() and PylonImageWindowDisplayImage(). CORRECTIONS ==================== * pylon Viewer: Corrected an issue which may have led to read-only features in the feature tree, not beeing selectable anymore. * pylon Viewer: The viewer now correctly displays images with varying dimensions during a continuous grab, i.E when using the sequencer feature on the camera. * pylon Viewer: Corrected an issue where the window layout of the pylon Viewer could be changed without user action when there was an error during camera access. * Setup: A shortcut to the "pylon Viewer (Multicast Monitor)" will only be created, if the user installs GigE support. * Setup: Prevented the black command windows from being briefly displayed during installation. * GigE Vision: Corrected an issue in the IP Configurator which prevented the successful configuration of some older cameras. * pylonC.NET: Corrected a possible NullReferenceException when using the AviWriter with the compression options dialog. * pylonC.NET: Corrected an issue where an ArgumentException: "Key already exits" could be thrown when registering a removal callback for two or more cameras simultaneously. RESTRICTIONS ================== * USB 3 Vision: Currently pylon is tested with Renesas and Intel Ivy Bridge USB 3 host controllers. pylon may work with other controllers, but some functionality may not work as expected. * USB 3 Vision: For optimal performance you should make sure to install the latest driver and firmware for your USB 3 host controller. * USB 3 Vision: pylon only supports USB 3 host controllers. Cameras connected to a USB 2 port will not be detected/supported. You can use the USB Configurator to diagnose connection problems. * USB 3 Vision: If you do not use an Reneasas or Intel Ivy Bridge host controller, the USB Configurator may report incorrectly that a USB 2 controller has been detected. * FireWire: FireWire is not supported on Windows 8 or higher operating system versions. The setup will not install FireWire components on Windows 8 or higher versions. You can still install FireWire components on Windows 7 and XP-based systems. * pylon VB6: The pylon VB6 interface will be discontinued. It will still be included as is for backward compatibility. There are not going to be any new features, and the support will be discontinued. * DirectShow: The DirectShow source filter for Basler cameras might not work correctly under Windows 8.
- Sep 05 Thu 2013 16:58
BASLER acA2000-50gc with visual studio 2010
新增專案 CLR -> Windows Form Applications