@ -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));