增加VideoCapture

This commit is contained in:
2025-03-17 15:55:43 +08:00
parent f58f29404e
commit 2a980fbdf8
17 changed files with 862 additions and 449 deletions

View File

@ -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);