增加VideoCapture
This commit is contained in:
@ -4,7 +4,11 @@
|
||||
#include <napi.h>
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
||||
#define NODE_FUNCTION(name) Napi::Value name(const CallbackInfo &info)
|
||||
#define NODE_FUNCTION_STATIC(name) static Napi::Value name(const CallbackInfo &info)
|
||||
|
||||
void InitMatAPI(Napi::Env env, Napi::Object exports);
|
||||
void InitProcAPI(Napi::Env env, Napi::Object exports);
|
||||
void InitVideoCaptureAPI(Napi::Env env, Napi::Object exports);
|
||||
void InitUtilAPI(Napi::Env env, Napi::Object exports);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user