mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 20:00:01 +01:00
added tr
This commit is contained in:
@@ -478,7 +478,7 @@ bool AC_MainWindow::startCamera(int res, int dev, const QString &outdir, bool re
|
||||
writer = cv::VideoWriter(output_name.toStdString(), -1, video_fps, cv::Size(res_w, res_h), true);
|
||||
#endif
|
||||
if(!writer.isOpened()) {
|
||||
Log("Could not create video writer..\n");
|
||||
Log(tr("Could not create video writer..\n"));
|
||||
}
|
||||
QString out_s;
|
||||
QTextStream out_stream(&out_s);
|
||||
|
||||
Reference in New Issue
Block a user