增加VideoCapture
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
static Napi::Object Init(Napi::Env env, Napi::Object exports)
|
||||
{
|
||||
InitMatAPI(env, exports);
|
||||
InitProcAPI(env, exports);
|
||||
InitVideoCaptureAPI(env, exports);
|
||||
InitUtilAPI(env, exports);
|
||||
return exports;
|
||||
}
|
||||
NODE_API_MODULE(addon, Init);
|
Reference in New Issue
Block a user