win32 ver
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
create_time = "2019-05-14 19:59:50";
|
||||
create_time = "2019-05-14 20:21:31";
|
||||
internal_id = "E7FCFFE8999B";
|
||||
resolution :
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user