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 ...
随机推荐
- Java for LeetCode 151 Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue ...
- elk+redis分布式分析nginx日志
一.elk套件介绍 ELK 由 ElasticSearch . Logstash 和 Kiabana 三个开源工具组成.官方网站: https://www.elastic.co/products El ...
- codeforces 486B.OR in Matrix 解题报告
题目链接:http://codeforces.com/problemset/problem/486/B 题目意思:给出一个m行n列的矩阵B(每个元素只由0/1组成),问是否可以利用矩阵B,通过一定的运 ...
- UTF8-GBK WideCharToMultiByte MultiByteToWideChar
//MFC版本 CString UTF8ToGBK(const CString& strUTF8){ //确定转换为Unicode需要多少缓冲区(返回值也包含了最后一个NULL字符) int ...
- windows 常用快捷键
快捷键,学会就可以扔掉鼠标. F1帮助 F2改名 F3搜索 F4地址 F5刷新 ...
- Action返回类型
1.返回ascx页面return PartialView(); 2.Content(),返回文本ContentResultreturn Content("这是一段文本"); 3.J ...
- 关于printf函数输出先后顺序的讲解!!
对于printf函数printf("%d%d\n",a,b);函数的实际输出顺序是这样的先计算出b,然后在计算a,接着输出a,最后在输出b:例子如下:#include<ios ...
- unix/linux进程详解——代码
#include <iostream>#include <vector>#include <cstdint>#include <cstring>#inc ...
- Ubuntu中root用户和user用户的相互切换
转:Ubuntu是最近很流行的一款Linux系统,因为Ubuntu默认是不启动root用户,现在介绍如何进入root的方法. (1)从user用户切换到root用户 不管是用图形模式登录Ubuntu, ...
- CentOS 6.5 下安装 Elasticsearch 5
安装最新的 Elasticsearch 5 需要Java 8.所有先要确定环境中是否有Java 8.如果没有则需要安装. 1. 安装Java 8 首先使用 yum list installed | g ...