16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 01:19:19 +02:00

tie camera preview to training report

This commit is contained in:
milek7
2019-09-07 15:38:26 +02:00
parent e8675e3599
commit 7fbc32aa8b
6 changed files with 45 additions and 12 deletions

View File

@@ -31,4 +31,7 @@ class trainingcard_panel : public ui_panel
~trainingcard_panel();
void render_contents() override;
const std::string *is_recording();
std::string recording_timestamp;
};