[chronojump] capture timeouts better for Raspberry
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] capture timeouts better for Raspberry
- Date: Thu, 16 Feb 2017 15:26:31 +0000 (UTC)
commit 6284cccf993f570e1944fbb0f9200fcc59839317
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Feb 16 16:21:52 2017 +0100
capture timeouts better for Raspberry
src/gui/encoder.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 03082e0..2de3d6d 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -5084,7 +5084,7 @@ public partial class ChronoJumpWindow
//update vscale value
vscale_encoder_capture_inertial_angle_now.Value = eCaptureInertialBG.AngleNow;
- Thread.Sleep (50);
+ Thread.Sleep (100);
//don't plot info here because this is sorking all the time
//LogB.Information(" CapBG:"+ encoderThreadBG.ThreadState.ToString());
@@ -5170,7 +5170,7 @@ public partial class ChronoJumpWindow
//changed trying to fix crash of nuell 27/may/2016
//LogB.Debug(" Cap:", encoderThread.ThreadState.ToString());
- LogB.Information(" Cap:" + encoderThread.ThreadState.ToString());
+ //LogB.Information(" Cap:" + encoderThread.ThreadState.ToString());
} else if(capturingCsharp == encoderCaptureProcess.STOPPING) {
//stop video
encoderStopVideoRecord();
@@ -5189,7 +5189,7 @@ public partial class ChronoJumpWindow
LogB.Information(" Cur:" + encoderThread.ThreadState.ToString());
}
- Thread.Sleep (25);
+ Thread.Sleep (100);
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]