michaelmob / WebMCam

Capture frames in real-time and save them as WebM.
GNU General Public License v3.0
284 stars 27 forks source link

Comment Error #31

Closed Seraphli closed 8 years ago

Seraphli commented 8 years ago

Recorder.cs:line 71

// Enable Capture Timer durationTimerDelegate = new PInvoke.MMTimerProc(DurationTick); durationTimerId = PInvoke.timeSetEvent(100, 0, durationTimerDelegate, 0, 1);

// Enable Duration Timer captureTimerDelegate = new PInvoke.MMTimerProc(CaptureTick); captureTimerId = PInvoke.timeSetEvent((uint)(1000 / fps), 0, captureTimerDelegate, 0, 1);

By the way, thank you for this awesome tool.

michaelmob commented 8 years ago

Fixed, thanks!