12081893d / lapsestudio

Automatically exported from code.google.com/p/lapsestudio
0 stars 0 forks source link

Keyframes from RawTherapee 4.2.0 not working #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add frames, wait
2. Click any KF checkbox
3. Open a PP3, version 321 (created with RawTherapee 4.2.0)

What is the expected output? What do you see instead?
Frame should be marked as keyframe accordingly. I'm getting the following error 
message:
"Keyframecell toggled:
Value is not equivalent to either TrueString or FalseString."

What version of the product are you using? On what operating system?
LapseStudio 0.1.0.0 (downloaded and compiled today) on Linux Mint KDE 17.1

Please provide any additional information below.
From ErrorLog.txt:

System Information:
  LapseStudio, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null
  OS:   Unix 3.13.0.37
  Bit:  64 bit
  CLI:  4.0.30319.17020
Sender: Keyframecell toggled
Message:
  Value is not equivalent to either TrueString or FalseString.
Stacktrace:
  at System.Boolean.Parse (System.String value) [0x00000] in <filename unknown>:0 
  at System.Convert.ToBoolean (System.String value) [0x00000] in <filename unknown>:0 
  at Timelapse_API.PP3.Read321 (System.String[] lines) [0x00000] in <filename unknown>:0 
  at Timelapse_API.PP3.Read () [0x00000] in <filename unknown>:0 
  at Timelapse_API.PP3..ctor (System.String Path) [0x00000] in <filename unknown>:0 
  at Timelapse_API.ProjectRT.AddKeyframe (Int32 index, System.String path) [0x00000] in <filename unknown>:0 
  at Timelapse_API.ProjectManager.AddKeyframe (Int32 index, System.String path) [0x00000] in <filename unknown>:0 
  at Timelapse_UI.LapseStudioUI.OpenMetaData (Int32 index) [0x00000] in <filename unknown>:0 
  at Timelapse_UI.LapseStudioUI.Click_KeyframeToggle (Int32 Row, Boolean Toggled) [0x00000] in <filename unknown>:0 
  at LapseStudioGtkUI.MainWindow.KeyframeCell_Toggled (System.Object o, Gtk.ToggledArgs args) [0x00000] in <filename unknown>:0 

Original issue reported on code.google.com by lumpi...@gmail.com on 4 Apr 2015 at 7:59

GoogleCodeExporter commented 9 years ago
Did you find any workaround? I'm having the same problem on Kubuntu 15.04 (64 
bit), latest version of LapseStudio, RawTherapee 4.2.0. I suspect the new 
version of RawTherapee is the problem.

Also, if I click Calculate Brightness, a blank dialog with "Error" in the title 
bar flashes up for a moment, and then the program crashes.

Original comment by markd...@gmail.com on 7 May 2015 at 10:13

GoogleCodeExporter commented 9 years ago
It turns out LapseStudio is expecting the following options in the PP3 file, 
but they aren't there:

DirectionalPyramidDenoising.Auto
DirectionalPyramidDenoising.LMethod
DirectionalPyramidDenoising.CMethod
DirectionalPyramidDenoising.C2Method

I've attempted to fix this issue by deleting the 8 lines in 
Timelapse_API/Programs/RT/PP3Versions/321.cs that attempt to read or write 
these options, but I'm having problems and I'm not sure whether it's related to 
my having these deleted those lines or not. If I get it working then I'll 
submit a patch.

The other error I mentioned in my previous comment is unrelated (it arose from 
me trying to process a time lapse that included some overexposed frames that 
were completely white).

Original comment by markd...@gmail.com on 24 May 2015 at 7:22