mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-18 12:50:07 +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);
|
writer = cv::VideoWriter(output_name.toStdString(), -1, video_fps, cv::Size(res_w, res_h), true);
|
||||||
#endif
|
#endif
|
||||||
if(!writer.isOpened()) {
|
if(!writer.isOpened()) {
|
||||||
Log("Could not create video writer..\n");
|
Log(tr("Could not create video writer..\n"));
|
||||||
}
|
}
|
||||||
QString out_s;
|
QString out_s;
|
||||||
QTextStream out_stream(&out_s);
|
QTextStream out_stream(&out_s);
|
||||||
|
|||||||
Reference in New Issue
Block a user