修复编译错误

hdrplus
Matthew 11 months ago
parent 239c8f5960
commit 6308331462

@ -370,7 +370,7 @@ int NdkCamera::open(const std::string& cameraId) {
afModes += std::to_string(e.data.u8[idx]) + " ";
}
XYLOG(XYLOG_SEVERITY_DEBUG, "Available AF Mode: ", m);
XYLOG(XYLOG_SEVERITY_DEBUG, "Available AF Mode: ", afModes.c_str());
#endif
afSupported = (status == ACAMERA_OK) && !(e.count == 0 || (e.count == 1 && e.data.u8[0] == ACAMERA_CONTROL_AF_MODE_OFF));
}

Loading…
Cancel
Save