|
|
@@ -2,8 +2,8 @@
|
|
|
// Email: niujiuru@qq.com
|
|
|
// Date: 2025-07-21 【新增支持U口相机】
|
|
|
// Date: 2026-01-06 【新增支持G口相机】
|
|
|
-#ifndef __TAKEPHOTO_H__
|
|
|
-#define __TAKEPHOTO_H__
|
|
|
+#ifndef __HK_TAKEPHOTO_H__
|
|
|
+#define __HK_TAKEPHOTO_H__
|
|
|
|
|
|
#include "./include/MvCameraControl.h"
|
|
|
#include "../swapi/include_swapiLib.h"
|
|
|
@@ -51,4 +51,4 @@ int HK_TakePhoto(HKImgType imgType, const char *saveImgPath, int timeout, HKImgM
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#endif /* __TAKEPHOTO_H__ */
|
|
|
+#endif /* __HK_TAKEPHOTO_H__ */
|