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

extcam camera: separate preview and recording

This commit is contained in:
milek7
2019-09-20 20:16:55 +02:00
parent ccb2179d5e
commit 5602448caf
7 changed files with 67 additions and 13 deletions

View File

@@ -192,6 +192,7 @@ struct global_settings {
#ifdef USE_EXTCAM_CAMERA
std::string extcam_cmd;
std::string extcam_rec;
glm::ivec2 extcam_res{800, 600};
#endif