调整日志信息

serial
BlueMatthew 1 year ago
parent 429f15455c
commit 1748105811

@ -396,7 +396,7 @@ int NdkCamera::open(const std::string& cameraId) {
}
}
XYLOG(XYLOG_SEVERITY_INFO, "CameraStatus::Open %s %d", cameraId.c_str(), camera_orientation);
XYLOG(XYLOG_SEVERITY_INFO, "CameraStatus::Open %s Orientation=%d width=%d height=%d", cameraId.c_str(), camera_orientation, foundRes.width(), foundRes.height());
// setup imagereader and its surface
{

Loading…
Cancel
Save