Point Grey FlyCapture 实例汇总
Example | Language | Description |
AsyncTriggerEx | C++ | Demonstrates some of the basic asynchronous trigger capabilities of compatible PGR Imaging Products. |
AsyncTriggerExCSharp | C# | Equivalent to AsnycTriggerEx, except written in C#. |
BusEvents_CSharp | C# | Demonstrates how to handle bus events such as bus arrivals, removals and resets through the Managed interface. |
CustomImageEx | C++ | Demonstrates how to configure a PGR Imaging Product to output custom sized images. |
CustomImageExCSharp | C# | Equivalent to CustomImageEx, except written in C#. |
ExtendedShutterEx | C++ | Demonstrates how to enable and calculate extended integration times for applicable Point Grey Imaging Products. |
FlyCap2 | C++ | The main Point Grey Research application used to work with single lens cameras. |
FlyCap2MFC | C++ | Equivalent to FlyCap2, except uses features of the Microsoft Foundation Class Library. |
FlyCapture2GUI | C++ | This example contains the same source code that is used for the Camera Selection and Camera Control dialogs in FlyCapture. |
FlyCapture2Test | C++ | Tests basic functionality of a single camera and reports information related to all compatible cameras attached to the host system. |
FlyCapture2Test_C | C | Equivalent to FlyCapture2Test, except written in C. |
FlyCapture2Test_CSharp | C# | Equivalent to FlyCapture2Test, except written in C#. |
GigEGrabEx | C++ | Demonstrates how to grab images with GigE Vision cameras. |
GigEGrabEx_C | C | Equivalent to GigEGrabEx, except written in C. |
GigEGrabEx_CSharp | C# | Equivalent to GigEGrabEx, except written in C#. |
GrabCallbackEx | C++ | Demonstrates how to use the image callback functionality to receive images instead of using RetrieveBuffer(). |
GrabCallbackEx_CSharp | C# | Equivalent to GrabCallbackEx, except written in C#. |
HighDynamicRangeEx | C++ | Demonstrates the use of High Dynamic Range (HDR) functionality. |
ImageEventEx | C++ | Demonstrates how to implement partial image event notification. Partial image event notification is a mechanism that provides the user with access to image data as it arrives in the PC's memory, before the entire image is available. |
MultipleCameraEx | C++ | Synchronizes image grabbing across multiple cameras. |
SaveImageToAviEx | C++ | Demonstrates saving a series of images to an AVI file. |
SaveImageToFlashEx | C++ | Demonstrates saving images to the data flash on the camera. |
SerialPortEx | C++ | Demonstrates how to transmit and receive characters by using the camera's serial buffer system. |
Point Grey FlyCapture 实例汇总的更多相关文章
- Java最全文件操作实例汇总
本文实例汇总了Java文件操作.分享给大家供大家参考,具体如下: 1.创建文件夹 ? 1 2 3 4 5 6 7 8 9 10 11 //import java.io.*; File myFolder ...
- [转]C++常用字符串分割方法实例汇总
本文实例汇总了C++常用字符串分割方法,分享给大家供大家参考.具体分析如下: 我们在编程的时候经常会碰到字符串分割的问题,这里总结下,也方便我们以后查询使用. 一.用strtok函数进行字符串分割 原 ...
- C++常用字符串分割方法实例汇总
投稿:shichen2014 字体:[增加 减小] 类型:转载 时间:2014-10-08我要评论 这篇文章主要介绍了C++常用字符串分割方法实例汇总,包括了strtok函数.STL.Boost等常用 ...
- android用户界面之ScrollView教程实例汇总
--------------------------汇总不容易啊------------------------------- 一.ScrollView基础知识 1.Android中ScrollVie ...
- JavaScript正则表达式实例汇总
本文会持续更新 -------------------------------------------------------------------------------------------- ...
- js实现动态加载脚本的方法实例汇总
本文实例讲述了js实现动态加载脚本的方法.分享给大家供大家参考,具体如下: 最近公司的前端地图产品需要做一下模块划分,希望用户用到哪一块的功能再加载哪一块的模块,这样可以提高用户体验. 所以到处查 ...
- js闭包实例汇总
本文是通过实例来帮助大家深刻理解js闭包,是篇非常不错的文章,这里推荐给大家,有需要的小伙伴可以参考下 Js闭包 闭包前要了解的知识 1. 函数作用域 (1).Js语言特殊之处在于函数内部可以直接读取 ...
- 史上最全PHP正则表达式实例汇总
收集了一份php正则表达式的实例教程,真心不错,记录下. 正则表达式用于字符串处理.表单验证等场合,实用高效. 一些常用的表达式: $str = preg_replace("/(<a. ...
- Python3_实例汇总
1.Python数字求和 # -*- codingLuft-8 -*- #Filename: test.py #author by:Leq #用户输入数字 num1 = input("输入第 ...
随机推荐
- 安卓app设计规范整理和Android APP设计篇(转)
随着安卓智能手机不停的更新换代.安卓手机系统越来越完美,屏幕尺寸也越来越大啦!比如最近小米的miui 6的发布和魅族手机系统的更新等等. 以小米MIUI6的安卓手机来说,MIUI6进行了全新设计,坚持 ...
- Printf()输出格式控制(转)
int printf(const char *format,[argument]); format 参数输出的格式,定义格式为: %[flags][width][.perc] [F|N|h|l]typ ...
- JQuery常用函数及功能小结--转载
1.文档加载完成执行函数 $(document).ready(function(){ alert("开始了"); }); 2.添加/删除CSS类 $("#some-id ...
- scrollTo 和 scrollBy
涉及到滑动,就涉及到VIEW,大家都知道,Android的UI界面都是由一个一个的View以及View的派生类组成,View作为基类,而常用的布局里面的各种布局就是它派生出来的ViewGroup的 ...
- 【转】Kylin的Hierarchies,Derived维度方面配置优化
http://blog.csdn.net/jiangshouzhuang/article/details/51286150 Hierarchies: 理论上对于N维度,我们可以进行2的N次方的维度组合 ...
- Chrome DevTools的15个使用技巧【转载】
1.快速文件转换 2.在源代码中搜索 3.跳到特定行 4.在控制台中选择元素 5.使用多个光标和选择 6.保存日志 7.格式化打印{} 8.设备模式 9.设备仿真传感器 10.颜色选择器 11.强制元 ...
- 用js刷题的一些坑
leecode可以用js刷题了,我大js越来越被认可了是吧.但是刷题中会因为忽略js的一些特性掉入坑里.我这里总结一下我掉过的坑. 坑1:js中数组对象是引用对象 js中除了object还有数组对象也 ...
- css3 -- 多列
1.指定分列: E{column-count:2:} --- 两列 E{ -moz-column-count:2: -webkit-column-count:2: } Firefox与webkit实现 ...
- 【CLR in c#】事件
1.事件模型建立在委托的基础上. 2,定义事件编译器会做三个动作,第一个构造具有委托类型的字段,事件发生时会通知这个列表中的委托. 第二个构造的是一个添加关注的方法+=. 第三个构造是一个注销事件关 ...
- JSP通过IP获取用户(客户端)的地理位置信息
<%!//获取客户端的IP public String getRemoteIP(HttpServletRequest request) { if (request.getHeader(" ...