should now reset the camera after stopped on Linux,Windows.

This commit is contained in:
lostjared
2017-03-10 11:55:20 -08:00
parent 605ec0f4eb
commit 92e26ce2fd
2 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ private:
std::vector<std::pair<int, int>> current;
bool isPaused, isStep;
VideoMode mode;
int device_num;
public:
Playback(QObject *parent = 0);
~Playback();