当前位置:网站首页>OpenCV VideoCapture. Get() parameter details
OpenCV VideoCapture. Get() parameter details
2022-07-06 22:19:00 【gmHappy】
param | define |
cv2.VideoCapture.get(0) | The current location of the video file ( Play ) In Milliseconds |
cv2.VideoCapture.get(1) | Based on 0 The initial index of the captured or decoded frame |
cv2.VideoCapture.get(2) | Relative location of video files ( Play ):0= The movie begins ,1= The end of the film . |
cv2.VideoCapture.get(3) | The width of the frame in the video stream |
cv2.VideoCapture.get(4) | The height of the frame in the video stream |
cv2.VideoCapture.get(5) | Frame rate |
cv2.VideoCapture.get(6) | Codec 4 word - Character code |
cv2.VideoCapture.get(7) | The number of frames in the video file |
cv2.VideoCapture.get(8) | Returns the format of the object |
cv2.VideoCapture.get(9) | Returns a backend specific value , This value indicates the current capture mode |
cv2.VideoCapture.get(10) | The brightness of the image ( Camera only ) |
cv2.VideoCapture.get(11) | The contrast of the image ( Camera only ) |
cv2.VideoCapture.get(12) | The saturation of the image ( Camera only ) |
cv2.VideoCapture.get(13) | halftone image ( Camera only ) |
cv2.VideoCapture.get(14) | Image gain ( Camera only )(Gain In photography, it indicates the improvement of white balance ) |
cv2.VideoCapture.get(15) | Exposure ( Camera only ) |
cv2.VideoCapture.get(16) | Indicates whether the image should be converted to RGB The Boolean sign |
cv2.VideoCapture.get(17) | × Temporarily not supported |
cv2.VideoCapture.get(18) | Correction and marking of stereo camera ( At present, only DC1394 v.2.x The backend supports this function ) |
边栏推荐
- Write a rotation verification code annotation gadget with aardio
- 【sciter Bug篇】多行隐藏
- GPS从入门到放弃(十五)、DCB差分码偏差
- GPS从入门到放弃(十四)、电离层延时
- VIP case introduction and in-depth analysis of brokerage XX system node exceptions
- 经纪xx系统节点VIP案例介绍和深入分析异常
- 第3章:类的加载过程(类的生命周期)详解
- 中国VOCs催化剂行业研究与投资战略报告(2022版)
- Common sense: what is "preservation" in insurance?
- GPS从入门到放弃(十三)、接收机自主完好性监测(RAIM)
猜你喜欢
硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
Bat script learning (I)
2022年6月国产数据库大事记-墨天轮
关于程序员的职业操守,从《匠艺整洁之道》谈起
功能强大的国产Api管理工具
Oracle-控制文件及日志文件的管理
GPS from getting started to giving up (XIII), receiver autonomous integrity monitoring (RAIM)
GPS从入门到放弃(十五)、DCB差分码偏差
AI 企业多云存储架构实践 | 深势科技分享
Adjustable DC power supply based on LM317
随机推荐
Write a rotation verification code annotation gadget with aardio
Common sense: what is "preservation" in insurance?
Oracle Performance Analysis 3: introduction to tkprof
Unity3D学习笔记6——GPU实例化(1)
ZABBIX proxy server and ZABBIX SNMP monitoring
Codeforces Round #274 (Div. 2) –A Expression
Hardware development notes (10): basic process of hardware development, making a USB to RS232 module (9): create ch340g/max232 package library sop-16 and associate principle primitive devices
插入排序与希尔排序
Xiaoman network model & http1-http2 & browser cache
12、 Start process
The nearest common ancestor of binary (search) tree ●●
hdu 4912 Paths on the tree(lca+馋)
Shell product written examination related
Maximum product of three numbers in question 628 of Li Kou
微信红包封面小程序源码-后台独立版-带测评积分功能源码
Mongodb (III) - CRUD
MariaDb数据库管理系统的学习(一)安装示意图
Earned value management EVM detailed explanation and application, example explanation
About the professional ethics of programmers, let's talk about it from the way of craftsmanship and neatness
【MySQL】Online DDL详解