Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
theoractice committed Sep 26, 2015
1 parent 91afdec commit db2e980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cvmain/cvmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CVGetCamName(int id)
DLL_EXPORT BOOL
CVTestCam(int id)
{
// 测试摄像头有无被占用或能否正常工作
// 测试能否正常调用摄像头
Mat rawFrame;
VideoCapture cap;
bool ret = false;
Expand Down
2 changes: 1 addition & 1 deletion cvmain/cvmain.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C"
DLL_EXPORT BOOL CVInit();
DLL_EXPORT void CVStart(char* FILE);
DLL_EXPORT void CVQuit();
DLL_EXPORT int CVGetCamCount();
DLL_EXPORT int CVGetCamCount();
DLL_EXPORT char* CVGetCamName(int id);
DLL_EXPORT BOOL CVTestCam(int id);

Expand Down

0 comments on commit db2e980

Please sign in to comment.