Change default frame rate for testing

This commit is contained in:
2020-02-08 15:45:41 -08:00
parent f985e50cbe
commit 8ad4fa9012

View File

@@ -29,7 +29,7 @@ signals:
private:
bool recording = false;
int frame_rate = 120;
int frame_rate = 5;
double emissivity = 0.95;
};