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
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
## files generated by popular Visual Studio add-ons.
|
## files generated by popular Visual Studio add-ons.
|
||||||
##
|
##
|
||||||
|
@ -69,6 +69,7 @@ namespace FemboyWatchdog
|
|||||||
lastmousemvmtTimer.Tick += new EventHandler(lastmousemvmtTimer_Tick);
|
lastmousemvmtTimer.Tick += new EventHandler(lastmousemvmtTimer_Tick);
|
||||||
|
|
||||||
OpenCamera();
|
OpenCamera();
|
||||||
|
ttsTimer.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void lastmousemvmtTimer_Tick(object sender, EventArgs e)
|
private void lastmousemvmtTimer_Tick(object sender, EventArgs e)
|
||||||
@ -184,7 +185,6 @@ namespace FemboyWatchdog
|
|||||||
vsp.VideoSource = source;
|
vsp.VideoSource = source;
|
||||||
vsp.Start();
|
vsp.Start();
|
||||||
this.Cursor = Cursors.Default;
|
this.Cursor = Cursors.Default;
|
||||||
ttsTimer.Start();
|
|
||||||
labelBlinkTimer.Start();
|
labelBlinkTimer.Start();
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user