win32 ver

This commit is contained in:
xinyang
2019-05-15 16:32:30 +08:00
parent 6980145e83
commit 0d6aae81b8
7 changed files with 46 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
create_time = "2019-05-14 19:59:50";
create_time = "2019-05-14 20:21:31";
internal_id = "E7FCFFE8999B";
resolution :
{

View File

@@ -72,6 +72,9 @@ bool CameraWrapper::init() {
return false;
}
LOGM("successfully loaded %s!", filepath);
double t;
CameraGetExposureTime(h_camera, &t);
LOGM("Exposure time: %lfms", t / 1000.0);
/* if(mode == 0){
// 不使用自动曝光
CameraSetAeState(h_camera, false);