mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 01:39:10 +08:00
467870415b
add video capture parameters * add parameters * videoio: revert unnecessary massive changes * videoio: support capture parameters in backends API - add tests - FFmpeg backend sample code - StaticBackend API is done - support through PluginBackend API will be added later Co-authored-by: Milashchenko <maksim.milashchenko@intel.com> Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
21 lines
695 B
JSON
21 lines
695 B
JSON
{
|
|
"AdditionalImports" : {
|
|
"Videoio" :
|
|
[ "\"videoio/registry.hpp\"" ]
|
|
},
|
|
"ManualFuncs" : {
|
|
"VideoCapture" : {
|
|
"release" : {"declaration" : [""], "implementation" : [""] }
|
|
},
|
|
"VideoWriter" : {
|
|
"release" : {"declaration" : [""], "implementation" : [""] }
|
|
}
|
|
},
|
|
"func_arg_fix" : {
|
|
"VideoCapture" : {
|
|
"(BOOL)open:(int)index apiPreference:(int)apiPreference" : { "open" : {"name" : "openWithIndex"} },
|
|
"(BOOL)open:(int)index apiPreference:(int)apiPreference params:(IntVector*)params" : { "open" : {"name" : "openWithIndexAndParameters"} }
|
|
}
|
|
}
|
|
}
|