FlyCaptureProperty 摄像机属性
An enumeration of the different camera properties that can be set via the API.
Declaration
enum FlyCaptureProperty
{
FLYCAPTURE_BRIGHTNESS,
FLYCAPTURE_AUTO_EXPOSURE,
FLYCAPTURE_SHARPNESS,
FLYCAPTURE_WHITE_BALANCE,
FLYCAPTURE_HUE,
FLYCAPTURE_SATURATION,
FLYCAPTURE_GAMMA,
FLYCAPTURE_IRIS,
FLYCAPTURE_FOCUS,
FLYCAPTURE_ZOOM,
FLYCAPTURE_PAN,
FLYCAPTURE_TILT,
FLYCAPTURE_SHUTTER,
FLYCAPTURE_GAIN,
FLYCAPTURE_SOFTWARE_WHITEBALANCE,
}
|
FLYCAPTURE_AUTO_EXPOSURE |
The auto exposure property of the camera. |
|
FLYCAPTURE_BRIGHTNES |
The brightness property of the camera. |
|
FLYCAPTURE_FOCUS |
The focus property of the camera. |
|
FLYCAPTURE_GAIN |
The gain property of the camera. |
|
FLYCAPTURE_GAMMA |
The gamma property of the camera. |
|
FLYCAPTURE_HUE |
The hue property of the camera. |
|
FLYCAPTURE_IRIS |
The iris property of the camera. |
|
FLYCAPTURE_PAN |
The pan property of the camera. |
|
FLYCAPTURE_SATURATION |
The saturation property of the camera. |
|
FLYCAPTURE_SHARPNESS |
The sharpness property of the camera. |
|
FLYCAPTURE_SHUTTER |
The shutter property of the camera. |
|
FLYCAPTURE_SOFTWARE_WHIT EBALANCE |
Software white balance property. Use this to manipulate the values for software whitebalance. This is only applicable to cameras that do not do on board color processing. On these cameras, hardware white balance is disabled. |
|
FLYCAPTURE_TILT |
The tilt property of the camera. |
|
FLYCAPTURE_WHITE_BALANC |
The hardware white balance property of the camera. |
|
FLYCAPTURE_ZOOM |
The zoom property of the camera. |
Remarks
A lot of these properties are included only for completeness and future expandability, and will have no effect on a PGR single lens Camera.
Reference:
http://www.cs.unc.edu/Research/stc/FAQs/Cameras_Lenses/PtGrey/pgrFlyCaptureManual-v1.4.pdf
FlyCaptureProperty 摄像机属性的更多相关文章
- Xcode添加摄像机访问权限<转>
转帖地址:http://www.manew.com/thread-97708-1-1.html ============================================== ios系统 ...
- 基于C/S架构的3D对战网络游戏C++框架_04客户端详细设计与OpenGL、Qt基础
本系列博客主要是以对战游戏为背景介绍3D对战网络游戏常用的开发技术以及C++高级编程技巧,有了这些知识,就可以开发出中小型游戏项目或3D工业仿真项目. 笔者将分为以下三个部分向大家介绍(每日更新): ...
- NGUI 指定视口大小
由于只是给Uinty开发插件,对Unity没有系统的学习,对Unity的很多功能都不是非常了解,幸得其他Unity同事的耐心教导,才不至于想崩头.记录一下,避免重复犯错. NGUI可以建立指定视口大小 ...
- UGUI 5.0 一些笔记
1.加载资源路径 在Assets路径里创建Resources文件夹 a.加载配置好的界面 GameObject obj = (GameObject)Resources.Load ("conf ...
- Unity 之 添加背景音乐 以及 Slider控制
游戏音频分为背景音乐与环境音乐两种.Audio Clip(音频剪辑)有四种音乐格式.MP3:适合较长音频,作为背景音乐.Ogg:适合较长音频,作为背景音乐.Wav:适合较短音频,作为环境音乐.Ai ...
- u3d 元件的克隆 Cloning of u3d components
u3d 元件的克隆 Cloning of u3d components 作者:韩梦飞沙 Author:han_meng_fei_sha 邮箱:313134555@qq.com E-mail: 3131 ...
- SharpGL学习笔记(四) 正射投影
上节谈到投影变换分为透视投影(perspective projection)和正射投影(orthographic projection)两种. 透视投影我们已经介绍过了, 现在谈谈正视投影. 正射投影 ...
- Cocos2d-x 3.0final 终结者系列教程07-画图节点Node
在Cocos2d-x中全部能看到的都是引擎调用底层图形库函数绘制完毕的. Cocos2d-x将屏幕全部要绘制的全部内容逻辑上保存到一个场景Scene中(尺寸通常会和屏幕大小一致) 而在Scene中又包 ...
- openGl 基础
最近由于手机项目中需要用到OpenGL ES的知识,所以这段时间正在研究OpenGL的相关知识.因为OpenGL ES是OpenGL的剪裁版本,所以我直接从OpenGL入手,然后再去看OpenGL E ...
随机推荐
- Longest Common Subsequence & Substring & prefix
Given two strings, find the longest common subsequence (LCS). Your code should return the length of ...
- 使用eclipse开发Java web应用
前面说了手动配置一个应用,手动配置可以更深入的理解web应用的分布,但是一般的编辑器没有语法错误提示,所以开发起来对于错误的寻找不太容易,效率相对较低,所以在理解清楚web项目的结构之后,我们使用ec ...
- Python网络编程(2)——socket模块(2)
目录: 1. 异常 2. 地址族 3. 套接字类型 4. 模块方法 5. Socket对象与实例方法 socket模块提供了Python中的低层网络连接接口,用于操作套接字操作. 异常 socket模 ...
- Java for LeetCode 049 Anagrams
Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be ...
- 【python】argparse模块
来源:http://www.2cto.com/kf/201412/363654.html argparse是python用于解析命令行参数和选项的标准模块,用于代替已经过时的optparse模块.ar ...
- 多源最短路(codevs 1077)
题目描述 Description 已知n个点(n<=100),给你n*n的方阵,a[i,j]表示从第i个点到第j个点的直接距离. 现在有Q个询问,每个询问两个正整数,a和b,让你求a到b之间的最 ...
- -- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
[root@DB ~]# mysqldump -uroot -p123 --flush-logs --all-databases >fullbackup_sunday_11_PM.sql -- ...
- JAVA读取XML文件数据
XML文档内容如下: <?xml version="1.0" encoding="UTF-8"?> <root> <field t ...
- codeigniter 对数据库的常用操作
codeigniter (CI)是一个优秀.敏捷的PHP开源框架,尤其封装了对数据库的操作,很方便,以下是php ci常用的数据库操作,作个记录: /* ======================= ...
- jquery easy ui 1.3.4 窗口,对话框,提示框(5)
5.1.window(窗口) 窗口我们在程序中会大量的使用,比如我们的添加.编辑都可以使用窗口实现,与winform的程序非常的类似.下面的代码是创建一个基本的窗口 $(function () { $ ...