verified something and made it possible to run on a OSX machine (videos input only)

This commit is contained in:
wanpiqiu123
2019-07-06 10:42:23 +08:00
parent aedee4b723
commit 370114db37
5 changed files with 11 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
#include "camera/wrapper_head.h"
#ifdef Windows
#include "camera/CameraApi.h"
#elif defined(Linux)
#elif defined(Linux) || defined(Darwin)
#include "camera/camera_api.h"
#endif