mirror of
https://github.com/opencv/opencv.git
synced 2024-12-14 17:29:17 +08:00
18 lines
503 B
JSON
18 lines
503 B
JSON
|
{
|
||
|
"AdditionalImports" : {
|
||
|
"Videoio" :
|
||
|
[ "\"videoio/registry.hpp\"" ]
|
||
|
},
|
||
|
"ManualFuncs" : {
|
||
|
"VideoCapture" : {
|
||
|
"release" : {"declaration" : [""], "implementation" : [""] }
|
||
|
},
|
||
|
"VideoWriter" : {
|
||
|
"release" : {"declaration" : [""], "implementation" : [""] }
|
||
|
}
|
||
|
},
|
||
|
"func_arg_fix" : {
|
||
|
"(BOOL)open:(int)index apiPreference:(int)apiPreference" : { "open" : {"name" : "openWithIndex"} }
|
||
|
}
|
||
|
}
|