TTS timer starts even without webcam (closes #9)
This commit is contained in:
parent
f847abdffc
commit
4a3fdfe7f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
dist/
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
|
@ -69,6 +69,7 @@ namespace FemboyWatchdog
|
||||
lastmousemvmtTimer.Tick += new EventHandler(lastmousemvmtTimer_Tick);
|
||||
|
||||
OpenCamera();
|
||||
ttsTimer.Start();
|
||||
}
|
||||
|
||||
private void lastmousemvmtTimer_Tick(object sender, EventArgs e)
|
||||
@ -184,7 +185,6 @@ namespace FemboyWatchdog
|
||||
vsp.VideoSource = source;
|
||||
vsp.Start();
|
||||
this.Cursor = Cursors.Default;
|
||||
ttsTimer.Start();
|
||||
labelBlinkTimer.Start();
|
||||
}
|
||||
catch { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user