Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
1eb9ef6b
Commit
1eb9ef6b
authored
Nov 10, 2015
by
Marian Zajko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed downsampling parameter enumerator backward compatibility.
parent
286055b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
videoio_c.h
modules/videoio/include/opencv2/videoio/videoio_c.h
+1
-1
No files found.
modules/videoio/include/opencv2/videoio/videoio_c.h
View file @
1eb9ef6b
...
...
@@ -240,6 +240,7 @@ enum
CV_CAP_PROP_PVAPI_PIXELFORMAT
=
306
,
// Pixel format
// Properties of cameras available through XIMEA SDK interface
CV_CAP_PROP_XI_DOWNSAMPLING
=
400
,
// Change image resolution by binning or skipping.
CV_CAP_PROP_XI_DATA_FORMAT
=
401
,
// Output data format.
CV_CAP_PROP_XI_OFFSET_X
=
402
,
// Horizontal offset from the origin to the area of interest (in pixels).
CV_CAP_PROP_XI_OFFSET_Y
=
403
,
// Vertical offset from the origin to the area of interest (in pixels).
...
...
@@ -264,7 +265,6 @@ enum
CV_CAP_PROP_XI_EXPOSURE_BURST_COUNT
=
422
,
// Sets the number of times of exposure in one frame.
CV_CAP_PROP_XI_GAIN_SELECTOR
=
423
,
// Gain selector for parameter Gain allows to select different type of gains.
CV_CAP_PROP_XI_GAIN
=
424
,
// Gain in dB
CV_CAP_PROP_XI_DOWNSAMPLING
=
425
,
// Change image resolution by binning or skipping.
CV_CAP_PROP_XI_DOWNSAMPLING_TYPE
=
426
,
// Change image downsampling type.
CV_CAP_PROP_XI_BINNING_SELECTOR
=
427
,
// Binning engine selector.
CV_CAP_PROP_XI_BINNING_VERTICAL
=
428
,
// Vertical Binning - number of vertical photo-sensitive cells to combine together.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment