Magic Lantern Forum

Using Magic Lantern => Post-processing Workflow => HDR and Dual ISO Postprocessing => Topic started by: sepa on October 30, 2013, 07:06:13 PM

Title: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on October 30, 2013, 07:06:13 PM
Hi there,

i take many dual iso raw files with my 700d, and so i developed an "easy to use" Windows front end for the cr2hdr post-processor.
This software is written in C#, .NET Framework 4. Windows 7/8/8.1 users can use it out-of-the-box.  XP users may install the latest .NET Framework 4.

The front end automatically determined the number of simultaneous threads of our cpu.
You can add CR2 files by the "Add CR2 files" button or simply by drag&drop CR2 files directly into the file list.

I hope it's useful  :)

Screenshot version 0.3.5.0
(https://dl.dropboxusercontent.com/u/1393526/2014-05-12%2018_23_05-BarracudaGUI.png)

(https://dl.dropboxusercontent.com/u/1393526/2014-05-12%2018_23_22-BarracudaGUI%20settings.png)

Download: https://bitbucket.org/0xsepa/barracudagui/downloads/ (https://bitbucket.org/0xsepa/barracudagui/downloads/)

Version 0.3.5.0
14-05-12 Added: Dynamic parameter interface (parsed from cr2hdr.exe) for commandline parameters (see settings dialog for details)

Version 0.3.4.0
14-05-08 Change: Change path of BarracudaGUI.ini file to Windows ApplicationData folder (c:\Users\<Username>\AppData\Roaming\BarracudaGUI\BarracudaGUI.ini)
14-05-08 Added: Installer version (NSIS) of BarracudaGUI
14-05-08 Fixed: Some small GUI fixes

(https://dl.dropboxusercontent.com/u/1393526/BarracudaGUI_Installer.jpg)

Important: If you come from an earlier version please copy your existing BarracudaGUI.ini to c:\Users\<Username>\AppData\Roaming\BarracudaGUI\

Version 0.3.3.1
14-04-30 Fixed: Fixed program freeze during prostprocessing

Version 0.3.2.0
14-03-16 Fixed: Whitespace bug in cr2 filename handling
14-03-16 Added: "Log cr2hdr console output to file". See settings dialog for details.
14-03-16 Modified: Standard window dimension set to 1024x768
14-03-16 Modified: Remember last selected folder for "Add cr2 files..." dialog

Version 0.3.1
13-11-08 Added: BarracudaGUI commandline parameters support: --import:<path>, --export:<path> and --start:true for automatically start postprocessing
13-11-08 Added: Option for deleting source cr2 files from import folder after postprocessing. Default is "no deleting".
13-11-07 Fixed: Parsing error/crash on cr2 exif value "CreationDate".
13-11-07 Fixed: cr2 Listview was accessible during postprocessing.

Version 0.3
13-11-05 Added: Command line parameters support. See settings dialog for details.
13-11-05 Added: CR2 import folder. If set BarracudeGUI load all CR2 files from import folder on start up. See settings dialog for details.
13-11-05 Added: Manual overwrite for Workerthreads. You can choose up to 100 parallel threads for postprocessing - if  needed. ;) See settings dialog for details.
13-11-05 Added: Mask rename function. Possible placeholder are [N] = original name, [ISOlow] = base ISO, [ISOhigh] = recovery ISO, [CreationDate] = Date of creation,  (Format: YYYYmmDD), [CreationTime] = Time of creation (Format: HHiiss)
13-11-05 Added: Normal CR2 raw files will be copy to the export folder. No moving.
13-11-05 Fixed: Improve CR2 ListView handling (remove selected items by pressing delete key, double click items to open the standard application)

How to use:

Requirements:
BarracudeGUI requires the following files to run correctly.

BarracudaGUI.exe (program itself)
BarracudaGUI.ini (will be create automatic after first start)
Microsoft.WindowsAPICodePack.dll (in the same folder as BarracudaGUI.exe)
Microsoft.WindowsAPICodePack.Shell.dll (in the same folder as BarracudaGUI.exe)
A path to exiftool.exe (included in the cr2hdr.zip (http://www.magiclantern.fm/forum/index.php?topic=7139.0))
A suitable postprocessing program like cr2hdr.exe (requires itself dcraw.exe and exiftool.exe)

1. Download / unpack cr2hdr.zip (http://www.magiclantern.fm/forum/index.php?topic=7139.0)
2. Download and unpack the BarracudaGUI zip file.
3. Start BarracudaGUI, choose the path of postprocessing program (e.g. cr2hdr.exe), exiftool.exe and select the folder for dng output.
4. Add/drag any dual iso raw files into the queue list an press "Start postprocessing".
5. After finishing postprocessing take a look to the dng output folder

That's it.

This software is provided 'as-is', without any expressed or implied warranties whatsoever.
In no event will the author be held liable for any damages, claims or other liabilities direct or indirect, arising from the use of this software.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on October 30, 2013, 07:08:56 PM
Looks hot, better than having to run it from the command w/msys.

Also, can it support the 2x2 AMAZE options, etc.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on October 30, 2013, 07:29:35 PM
Quote from: 1% on October 30, 2013, 07:08:56 PM
Looks hot, better than having to run it from the command w/msys.

Also, can it support the 2x2 AMAZE options, etc.

Commandline parameter suppport in next version.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on October 31, 2013, 12:30:12 PM
This looks fantastic. I would add it to my workflow if I could give it a command line parameter pointing it to a folder to process, and if there were an option not to rename the files that way. A destination folder command line option would be a plus too.

How does it determine how many threads? By the number of cores? I find that my machine seems to go fastest with as many as ten threads running at once.

Maybe you could just pass through all command line parameters for cr2hdr.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on October 31, 2013, 08:00:42 PM
Quote from: engardeknave on October 31, 2013, 12:30:12 PM
This looks fantastic. I would add it to my workflow if I could give it a command line parameter pointing it to a folder to process, and if there were an option not to rename the files that way. A destination folder command line option would be a plus too.

Yeah, sounds interesting.
Maybe?: barracudagui.exe --source <folderpath> --export <folderpath> and automatic start of postprocessing

What do you mean with "A destination folder command line option would be a plus too."?

Quote from: engardeknave on October 31, 2013, 12:30:12 PM
How does it determine how many threads? By the number of cores? I find that my machine seems to go fastest with as many as ten threads running at once.

By ThreadPool.GetMinThreads Method. I've tested with more than the maximum simultan threads of my cpu (Core i5 3570K, 4 cores / 4 threads) and there was no performance benefit.

Quote from: engardeknave on October 31, 2013, 12:30:12 PM
Maybe you could just pass through all command line parameters for cr2hdr.

Next version contain a "commandline parameters" setting for the post processor application.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on October 31, 2013, 08:29:25 PM
QuoteWhat do you mean with "A destination folder command line option would be a plus too."?

The ability to specify where the processed files end up. I guess that's what the --export option you have there would be.

QuoteBy ThreadPool.GetMinThreads Method. I've tested with more than the maximum simultan threads of my cpu (Core i5 3570K, 4 cores / 4 threads) and there was no performance benefit.

I have the same processor and I've experienced better speeds with more processes. I tested this with Enfuse though.

Ok, I just ran some tests with cr2hdr (in the order listed). Interesting results:

6 at once = 42.8 seconds
6 at once = 41.3 seconds
4 at once = 38.3 seconds
4 at once = 37.2 seconds
8 at once = 36.3 seconds
8 at once = 36.9 seconds
2 at once = 61.1 seconds
4 at once = 37.3 seconds
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 01, 2013, 09:46:12 PM
Yea, missing is:

1. Option editor, especially path where to put DNG files, its always the same or you have to edit the .ini
2. Command line option like you said... ie cr2hdr--denoice -denoise/etc


Another option maybe:

some pics aren't dual iso and may have the prefix anyway. Would be nice for it to move non dual photos to another folder or subfolder. It gets really messy to check whats dual and what is not by hand on like 200+ photos.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 05, 2013, 10:03:18 PM
Update to Version 0.3. See first post for details.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 05, 2013, 10:49:03 PM
Quote05.11.13 Added: Normal CR2 raw files will be copy to the export folder. No moving.

This is good but why not move them?

For me it works like this:

Process folder
leave dual iso cr2 in one folder (in case cr2hdr is broken or improvements come)
import dng + non dual files into light-room.

In this case I still have to hunt down the non dual pics, a bit easier since you get a list but still not ideal :)
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 05, 2013, 11:08:33 PM
I won't deleting the orignal cr2 files by default. (in case BarracudaGUI is broken or something ;)) Maybe i make a new option in the next release.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 06, 2013, 12:40:39 AM
Rename in place?

I get a general protection fault now after it tries to copy 1 file. Ok, seems on another folder it dies after first 4 threads finish. The files never get copied.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 06, 2013, 06:18:13 AM
Quote from: 1% on November 06, 2013, 12:40:39 AM
I get a general protection fault now after it tries to copy 1 file. Ok, seems on another folder it dies after first 4 threads finish. The files never get copied.

I can't reproduce this here. Have you take a screenshot?
More details please.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 06, 2013, 06:27:06 AM
Its just a "this program has stopped working" box, no info. The old version still works.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: painya on November 06, 2013, 06:30:50 AM
Anybody else having issues with processing large amounts of photos with this?
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on November 06, 2013, 08:33:24 AM
So I guess by command line support you mean just for cr2hdr and not source and destination parameters for barracudagui.exe?
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 06, 2013, 01:01:17 PM
Quote from: engardeknave on November 06, 2013, 08:33:24 AM
So I guess by command line support you mean just for cr2hdr and not source and destination parameters for barracudagui.exe?

Yes. See last line at http://www.magiclantern.fm/forum/index.php?topic=9102.msg86105#msg86105 (http://www.magiclantern.fm/forum/index.php?topic=9102.msg86105#msg86105).
You can also set an import folder for cr2 files. This folder will be load on startup.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 06, 2013, 05:47:57 PM
I looked in event log:


Faulting application name: BarracudaGUI.exe, version: 0.3.0.0, time stamp: 0x52795e26
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x294
Faulting application start time: 0x01ceda829b403fd6
Faulting application path: E:\Dual\BarracudaGUI.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll



Application: BarracudaGUI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.FormatException
Stack:
   at System.DateTimeParse.Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles)
   at System.Convert.ToDateTime(System.String)
   at BarracudaGUI.frmMain.WaitForPostprocessing(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 06, 2013, 06:29:37 PM
Quote from: 1% on November 06, 2013, 05:47:57 PM
I looked in event log:


Faulting application name: BarracudaGUI.exe, version: 0.3.0.0, time stamp: 0x52795e26
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb1116
Exception code: 0xe0434352
Fault offset: 0x0000c41f
Faulting process id: 0x294
Faulting application start time: 0x01ceda829b403fd6
Faulting application path: E:\Dual\BarracudaGUI.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll



Application: BarracudaGUI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.FormatException
Stack:
   at System.DateTimeParse.Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles)
   at System.Convert.ToDateTime(System.String)
   at BarracudaGUI.frmMain.WaitForPostprocessing(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()


Thank you.  Looks like a parsing problem from "creating date" value from exiftool.

What regional setting do you use in windows?
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 06, 2013, 07:02:35 PM
I believe EN-US.
Title: Re: Barracuda GUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 08, 2013, 10:25:04 AM
Update to Version 0.3.1. See first post for details.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on November 08, 2013, 11:34:32 AM
--import, --export, --start options were logged as having been set, but the program didn't start processing.

Started manually. I should have left it open so I can read the log, but there were errors reading exif info/iso.

Didn't produce any .dng files.

Moved .cr2 files to export folder, which seemed odd. I would think it's supposed to move the .dng files.

I must be doing something stupid, but I'm not going to mess with it right now.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on November 08, 2013, 01:08:39 PM
Okay,... very strange.  ???

My test configuration:

Folder: c:\tools\cr2hdr\
contains:

Folder: c:\tools\BarracudaGUI\
contains:

First attempt: Postprocessing by manual clicking

Folder: c:\tmp\hdrexport\ for dng/cr2 export, set in BarracudaGUI settings
Folder: c:\tmp\cr2import\ for cr2 import, set in BarracudaGUI settings
contains:

Start manually by clicking "Start postprocessing"

After postprocessing the folder c:\tmp\hdrexport\ contains

Works correct.

(http://abload.de/thumb/barracudagui_settingsomu9q.jpg) (http://abload.de/image.php?img=barracudagui_settingsomu9q.jpg)

Second attempt - Start BarracudaGUI.exe with commandline parameters:

c:\tools\BarracudaGUI\BarracudaGUI.exe --import:c:\tmp\cr2import --export:c:\tmp\hdrexport --start:true

Starts postprocessing automatically

After postprocessing the folder c:\tmp\hdrexport\ contains

Works correct.

(http://abload.de/thumb/barracudagui_autostarjdul8.jpg) (http://abload.de/image.php?img=barracudagui_autostarjdul8.jpg)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on November 10, 2013, 06:17:59 PM
QuoteMoved .cr2 files to export folder

Probably non dual ones.... seems to be working OK now. Working through a whole set.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on December 07, 2013, 02:31:21 AM
Quote
  Problem Event Name:   CLR20r3
  Problem Signature 01:   barracudagui.exe
  Problem Signature 02:   0.3.1.0
  Problem Signature 03:   527cab3a
  Problem Signature 04:   mscorlib
  Problem Signature 05:   4.0.30319.18408
  Problem Signature 06:   52310b91
  Problem Signature 07:   d58
  Problem Signature 08:   66
  Problem Signature 09:   System.OverflowException
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:   1033
  Additional Information 1:   0a9e
  Additional Information 2:   0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:   0a9e
  Additional Information 4:   0a9e372d3b4ad19135b953a78882e789

Lately :(
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on January 28, 2014, 05:53:25 AM
Have been trying to get the BarracudaGUI program to recognize my Dual ISO CR2 files form a Canon 7D and also a Dual ISO CR2 file posted form Alex on his thread. Keep getting the following errors:

Error: Could not get Exif value (ISO)
Error: Could not get Exif value (CreateDate)

All files can be converted directly with the cr2hdr.exe program, just not through the BarracudaGUI. Looks like a great little program that I would use on a regular basis if I could get it to convert files on my system. Have tried program in Windows 7 Ultimate 64bit and also Windows 8.1 64bit with the same results. Help on this would be greatly appreciated!!

Here are my BarracudaGUI.ini setting:

[BarracudaGUI]
PathCR2HDRInput=D:\Canon Tools\Dual_ISO Raw
PathDNGHDROutput=D:\Canon Tools\CR2HDR DNG
PathPostprocessor=D:\Canon Tools\CR2HDR\cr2hdr-hot.exe
CommandlineParametersPostprocessor=
WorkerThreads=4
ExportRenameMaskFilename=[N]
RenameActive=0
DeleteCR2file=0
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on January 28, 2014, 01:51:17 PM
Hi  beachman,
your ini file looks good.

Make sure that the following files are in the same folder:

Whish DualISO CR2 file do you mean? Can you give me the link to the CR2 file?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on January 29, 2014, 02:40:21 AM
Hey Sepa

Thanks for the reply and here are a couple of files to work with. I do have all three application located in the same folder with the following details:

cr2hdr-hot.exe   Date: 01/26/2014    324 kb
exiftool.exe        Date: 07/13/2013  4993 kb
dcraw.exe          Date: 08/01/2013    536 kb

Dual2419.cr2  is a photo that I took with my Canon 7D http://sdrv.ms/1bwLUt9 (http://sdrv.ms/1bwLUt9)
0R0A0640.cr2 is an image taken with a Canon 5D used by a1ex on his thread to illustrate Dual_ISO http://sdrv.ms/1bwMjvz (http://sdrv.ms/1bwMjvz)

Both CR2 images can be converted to DNG with just the cr2hdr-hot.exe application located in the same folder as the above mentioned files. Converting both files with BarracudaGUI, gives me the errors as mentioned before and then copies them into the export folder as CR2 files after conversion process has failed.

Dual ISO Build date 2013-09-29
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: 1% on January 29, 2014, 02:48:57 AM
Did you test with the latest cr2hdr.exe builds, I kept getting those overflows.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on January 29, 2014, 06:40:14 AM
Yes I have also tried it with the latest cr2hdr.exe Dated: 01/23/2014 Size: 326 kb and get the same result running the conversion through BarracudaGUI. I'm guessing it could be two possible problems:

1. I have a version of exiftools.exe that cannot read the proper information.
2. The required EXIF information is not within the raw CR2 files.

This is just my educated guess and could be something totally different. If someone else can successfully convert the files I have posted through there install of BarracuadGUI, I would then be able to eliminate some possible scenarios. Thanks in advance!!

Below is a link to a screen shot showing the run-time process of BarracudaGUI, hope it helps to solve this problem:

BarracudaGUI Run time Screen Shot

(http://i.imgur.com/lX3FouY.jpg)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on January 30, 2014, 03:36:38 AM
Nice program sepa, thanks.

I would like to request 2 options please.

An option to move non dual_iso files, or not move them.
Log output from cr2hdr.

Cheers.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on January 30, 2014, 09:30:05 AM
QuoteAn option to move non dual_iso files, or not move them.
Log output from cr2hdr.

Good ideas. Yoink.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: kgv5 on February 17, 2014, 09:13:49 AM
Is it possible to process dual iso movie DNGs via this app? Seems it opens only cr2s...
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: spider on February 24, 2014, 07:40:16 PM
I can not get this picture processed with BarracudaGUI.

https://www.dropbox.com/s/y6fybg1i2ta6149/IMG_2524.CR2

It is taken with 650D and BarracudaGUI just copy this image.
I have taken several images and I have no problem with them in BarracudaGUI.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on February 25, 2014, 05:10:33 AM
Hey Spider

Tried processing your file and get the same errors that I have been getting with DualISO photos taken on my Canon 7D. Do you get the same run time error as indicated in my earlier post? I hope Sepa can get this resolved as it looks like a great application and I would like to incorporate this GUI in my post processing workflow.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on February 25, 2014, 05:13:53 AM
Do these files work with the command line application?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: spider on February 25, 2014, 11:44:41 AM
Quote from: beachman on February 25, 2014, 05:10:33 AM
Do you get the same run time error as indicated in my earlier post?
No error, it just copy the file.
(https://dl.dropboxusercontent.com/s/pf74sn6oku8wk09/gui.PNG?dl=1&token_hash=AAEwEqYI6E38HTYbpS1OQ4hWhM2UFZ07OJo_YN4ENGfk4Q)


Quote from: Audionut on February 25, 2014, 05:13:53 AM
Do these files work with the command line application?
Actually the command line never worked for me so I used the BarracudaGUI

(https://dl.dropboxusercontent.com/s/ov3u1zv6f0vfkgj/cmd.PNG?dl=1&token_hash=AAHVygFR4rY0919Mxf0SLSrnWu04ez__Vc5pNw2G28-oNw)

Which means the command "dcraw"(exiftool) is wrong written or could not be found.
dcraw.exe, exiftool.exe and cr2hdr-hot.exe are located in the same folder.
My OS is Windows 8.1
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on February 25, 2014, 12:11:51 PM
You're using an outdated version of cr2hdr.

http://acoutts.com/a1ex/cr2hdr.zip
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: spider on February 25, 2014, 09:44:10 PM
The new version changed nothing. It still does not work.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on February 26, 2014, 03:31:28 AM
In that case, you should consider making a bug report here (http://www.magiclantern.fm/forum/index.php?topic=7139.msg103754;boardseen#new).
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: tonybeccar on February 26, 2014, 06:40:34 AM
Hey.. excuse my ignorance.. does this work with dual iso video? If so.. will implement it in MLV Converter! Cheers!
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: spider on March 06, 2014, 10:58:36 PM
When I try to process a picture which is located on the HDD I get an error and the picture is just copied.
But if the picture is located on the SD card the processing works fine.


(https://dl.dropboxusercontent.com/s/w7hcg6usg4shpdc/next.PNG?dl=1&token_hash=AAFXYcJGxKszFrLV1oNW4nmoFkUKyPE3GXE9aYSMXE5hug)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on March 07, 2014, 02:19:59 PM
Spider might be onto something as I also get the same result!!

(http://i.imgur.com/sAM0u0m.jpg)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: engardeknave on March 07, 2014, 11:09:16 PM
I have yet to get this to work for the same reasons. I use my vbscript every day though.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: szDE on March 09, 2014, 09:59:16 PM
Quote from: spider on March 06, 2014, 10:58:36 PM
When I try to process a picture which is located on the HDD I get an error and the picture is just copied.
But if the picture is located on the SD card the processing works fine.


(https://dl.dropboxusercontent.com/s/w7hcg6usg4shpdc/next.PNG?dl=1&token_hash=AAFXYcJGxKszFrLV1oNW4nmoFkUKyPE3GXE9aYSMXE5hug)

You have space character in folder name - "Meine Bilder". Change it with underscore "Meine_Bilder" and the problem will go away.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on March 10, 2014, 12:13:37 AM
Thanks szDE

Took all spaces out of the folder names and BarracudaGUI works like it should.

From
D:\Canon Tools\Dual_ISO Raw
To
D:\Canon_Tools\Dual_ISO_Raw

Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 16, 2014, 11:59:49 AM
Update to Version 0.3.2.0 See first post for details.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on March 17, 2014, 04:17:06 AM
Hey Sepa

Got the BarracudaGUI Version 0.3.1.0 working fine and had a chance to try your latest version. Unfortunately I get the following error when running it:

(http://i.imgur.com/KJSFkNj.jpg)

Details Information

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
   at BarracudaGUI.frmMain.buttonStart_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 17, 2014, 07:57:48 AM
Wah...  :-X i forgot to put the dll in the zip file. Please download again.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on March 17, 2014, 08:10:52 AM
Thanks for the update.

edit:  On my Win8 box, it's crashing as soon as the DNG's are created.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 17, 2014, 08:54:52 AM
What kind of crash? Screenshot please.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on March 17, 2014, 09:05:31 AM
No useful debugging info.

https://dl.dropboxusercontent.com/u/34113196/gui.PNG

It crashes as soon as the DNG's are created in the source folder.  As you can see in the screenshot, even just processing 3 files made it crash.  With export folder = import folder, it still crashes.  I tried running with admin privileges, didn't make a difference.

Do you have a debug build?

edit:  With export folder as a different folder to the input, I get the 3 files in the export folder, and I had 2 DNG's left in the input folder.  It would appear that the crash is related to moving files.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 17, 2014, 09:15:35 AM
Thanks for the shot. The destination path for dng moving looks interesting. Can you set the dng export path to a separate folder (instead of root)?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on March 17, 2014, 09:16:38 AM
Check my edit above.

edit:  Yes, looks like it's doing something funky with the destination path.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 17, 2014, 09:35:40 AM
Thanks for checking. I'll fix it asap.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Legushka on March 20, 2014, 06:09:28 AM
after the first series of photos. program dies
win7. 64
(https://dl.dropboxusercontent.com/u/13183292/dualISO/20143/20.03.png)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 21, 2014, 07:53:44 PM
Tested with 500 CR2 files in queue - no problem found. Can anyone reproduce this?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on March 22, 2014, 04:53:29 PM
Hey Sepa

This is what I tried:

1. I had a space in my output destination folder PathDNGHDROutput=D:\CanonTools\CR2HDR DNG and get the following result:

(http://i.imgur.com/0H3AAbw.jpg)

Both images are converted but only 1 of the images was moved to the output path before program crashes (Note: this works fine in Barracuda 0.3.1)

2. Removed space in my output destination folder PathDNGHDROutput=D:\CanonTools\CR2HDR_DNG and get the following result:

(http://i.imgur.com/WbyMfoN.jpg)

Both files or converted and copied to output destination path before crashing program.

3. Tried 4 images with no spaces in any of the path names, all images are converted but only 2 of the images are moved to the output path before Barracuda program stop working.

Hope this help as this going to be a great little program when all the bugs get worked out!!
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 23, 2014, 08:27:57 PM
Hi beachman, thanks for this testing sequence. I rewrite the file processing section and add some other improvements.
Please check out this testing version https://dl.dropboxusercontent.com/u/1393526/BarracudaGUI_0.3.3.0_testing.exe.zip (https://dl.dropboxusercontent.com/u/1393526/BarracudaGUI_0.3.3.0_testing.exe.zip)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: beachman on March 23, 2014, 10:32:16 PM
Hello sepa

Tried your 0.3.3 test version with some interesting results. The program still fails but all raw file are converted and only one is moved to the output destination directory. Would it be possible that BarracudaGUI is trying to move files that have not been written to the hard drive completely or the conversion process is still being implemented. I have include the text from the xml crash dump, if you want the other two dump files, let me know as I have them as well. Good luck and let me know if I can help some more!!

(http://i.imgur.com/z8REJ6B.jpg)


<?xml version="1.0" encoding="UTF-16"?>
<WERReportMetadata>
   <OSVersionInformation>
      <WindowsNTVersion>6.1</WindowsNTVersion>
      <Build>7601 Service Pack 1</Build>
      <Product>(0x1): Windows 7 Ultimate</Product>
      <Edition>Ultimate</Edition>
      <BuildString>7601.18247.amd64fre.win7sp1_gdr.130828-1532</BuildString>
      <Revision>1130</Revision>
      <Flavor>Multiprocessor Free</Flavor>
      <Architecture>X64</Architecture>
      <LCID>1033</LCID>
   </OSVersionInformation>
   <ProblemSignatures>
      <EventType>CLR20r3</EventType>
      <Parameter0>barracudagui_0.3.3.0_testing.exe</Parameter0>
      <Parameter1>0.3.3.0</Parameter1>
      <Parameter2>532f3413</Parameter2>
      <Parameter3>BarracudaGUI</Parameter3>
      <Parameter4>0.3.3.0</Parameter4>
      <Parameter5>532f3413</Parameter5>
      <Parameter6>1c</Parameter6>
      <Parameter7>980</Parameter7>
      <Parameter8>System.IO.FileNotFoundException</Parameter8>
   </ProblemSignatures>
   <DynamicSignatures>
      <Parameter1>6.1.7601.2.1.0.256.1</Parameter1>
      <Parameter2>1033</Parameter2>
      <Parameter22>0a9e</Parameter22>
      <Parameter23>0a9e372d3b4ad19135b953a78882e789</Parameter23>
      <Parameter24>0a9e</Parameter24>
      <Parameter25>0a9e372d3b4ad19135b953a78882e789</Parameter25>
   </DynamicSignatures>
   <SystemInformation>
      <MID>54CDEB0A-62EF-4DCA-B2D3-2C88FC43FE23</MID>
      <SystemManufacturer>Gigabyte Technology Co., Ltd.</SystemManufacturer>
      <SystemProductName>EP45-UD3R</SystemProductName>
      <BIOSVersion>F9</BIOSVersion>
   </SystemInformation>
</WERReportMetadata>
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 25, 2014, 01:53:01 PM
Your log points to a "System.IO.FileNotFoundException" exeption. But i can't locate the problem. Has anyone the same problem with this version?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: combat squirrel on March 25, 2014, 04:28:05 PM
So I am testing this on my intel i5 2.5ghz 4 thread ivy bridge laptop and i have imported ONE Cr2 image file and its been one hour now processing, last info from the program says: using 4 threads............

The cpu usage has remained steady at 40% roughly and its still going.

Has it hanged or does it really take this absurd amount of time per image?! lol
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: combat squirrel on March 25, 2014, 11:41:29 PM
Just got home and tried this on my desktop i7 ivy bridge at 4.5ghz and it takes about 40 mins to do one CR2 file ? and then the program crashes? is this right ? and 40 mins is the expected time per image?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on March 26, 2014, 02:35:14 AM
With the test version, as soon as I hit start processing, it errors out.

(http://i.imgur.com/LLQszz6.png)

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
   at BarracudaGUI.frmMain.buttonStart_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34011 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BarracudaGUI
    Assembly Version: 0.3.3.0
    Win32 Version: 0.3.3.0
    CodeBase: file:///C:/Users/Audionut/AppData/Local/Temp/Temp1_BarracudaGUI_0.3.3.0_testing.exe.zip/BarracudaGUI_0.3.3.0_testing.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on March 26, 2014, 10:24:19 AM
Quote from: Audionut on March 26, 2014, 02:35:14 AM
With the test version, as soon as I hit start processing, it errors out.

(http://i.imgur.com/LLQszz6.png)


Please use the download link (include the missing dll) from first post and put the testing version in the same folder.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on March 26, 2014, 10:29:05 AM
(http://i.imgur.com/lz81lmx.png)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Stevenbaril on April 03, 2014, 08:24:03 PM
Every time I attempt to use BarracudaGUI it initially asks me to select a post processing application. I do not understand what it wants me to select. Anyone?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Stevenbaril on April 03, 2014, 08:30:10 PM
***UPDATE*** I tried selecting CR2HDR as the processing application, it seemed like it was going to work but then I got an error stating that BarracudaGUI has stopped working. Now what?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: bandgap on April 27, 2014, 09:04:34 PM
Stevenbrail +1
Don't know what should I use as posprocessing software and it always crashes.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on April 30, 2014, 11:52:45 AM
Update to Version 0.3.3.1 See first post for details.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on April 30, 2014, 12:05:43 PM
Still getting a crash here.

It processes 8 files (determined by processing settings), but then crashes after moving the second DNG file.  This is even when the output directory is the same as the input directory.

I actually get the 8 DNG files output, but something is going on with the file management.

(http://i.imgur.com/wtWIWcK.png)

(http://i.imgur.com/cWQEGkQ.png)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on April 30, 2014, 12:31:48 PM
Please put the following dll into the BarracudeGUI folder and test again.
https://dl.dropboxusercontent.com/u/1393526/Microsoft.WindowsAPICodePack.dll (https://dl.dropboxusercontent.com/u/1393526/Microsoft.WindowsAPICodePack.dll)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on April 30, 2014, 03:48:07 PM
That fixed it.  Thanks sepa.
The one I had previously was "Microsoft.WindowsAPICodePack.Shell.dll".


Feature requests:
cr2hdr now contains a command option that matches the white level for all images processed, in a single command line.  --same-levels
Is it possible to provide an option, whereby, all selected images are parsed to the same command line?  Actually, will this already work with multithreaded set to 1, or do you spawn a new command for each file?

What about making some of the command parameters, nice looking toggle buttons, or drop down boxes?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on April 30, 2014, 03:55:16 PM
Thanks for testing.  :)

Quote from: Audionut on April 30, 2014, 03:48:07 PM
That fixed it.  Thanks sepa.
The one I had previously was "Microsoft.WindowsAPICodePack.Shell.dll".

Both dll's are needed.
I've updated the v0.3.3.1 zip (first post of this thread) with the missing dll.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: szDE on May 07, 2014, 02:20:22 PM
I know that it may be super-stupid, but... How do I access settings? :D
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on May 07, 2014, 08:35:27 PM
Quote from: szDE on May 07, 2014, 02:20:22 PM
I know that it may be super-stupid, but... How do I access settings? :D

File->Settings
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on May 08, 2014, 08:48:14 AM
Update to Version 0.3.4.0 See first post for details.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: a1ex on May 08, 2014, 01:55:34 PM
A suggestion that I made in the LR plugin thread, but could be useful here too:

http://www.magiclantern.fm/forum/index.php?topic=11056.msg111410#msg111410

Since some command-line options change fairly often, it may be a good idea to parse the help text (when you run cr2hdr without any arguments) and generate the GUI widgets (checkboxes) according to it. Or, if this is too difficult to program, just display the help in a message box.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: szDE on May 08, 2014, 02:39:26 PM
Quote from: sepa on May 07, 2014, 08:35:27 PM
File->Settings

Thanks! I would have never spotted it myself. Perhaps because it's a lonely "File" which is positioned below the splash screen with no indication of being a menu or a button. It might be a user experience issue or just my blindness ;-)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on May 12, 2014, 06:38:53 PM
Quote from: a1ex on May 08, 2014, 01:55:34 PM
A suggestion that I made in the LR plugin thread, but could be useful here too:

http://www.magiclantern.fm/forum/index.php?topic=11056.msg111410#msg111410

Since some command-line options change fairly often, it may be a good idea to parse the help text (when you run cr2hdr without any arguments) and generate the GUI widgets (checkboxes) according to it. Or, if this is too difficult to program, just display the help in a message box.

Useful - implemented  :)

Update to Version 0.3.5.0 See first post for details.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on May 27, 2014, 07:11:33 AM
Feature request:  DNG input.

Currently, it's impossible to process DNG output from MLV.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: a1ex on May 27, 2014, 09:23:50 AM
Workaround (for Windows):

ren *.DNG *.CR2
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: sepa on May 28, 2014, 09:38:41 AM
Quick workaround for current version of BarracudaGUI: drag&drop dng files into the queue list.

Next build comes with:
# dng extension support via "Add" dialog and import parameter.
# optimized parsing of commandline parameters

Any additional suggestions?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Audionut on May 28, 2014, 11:48:00 AM
Thanks sepa (and a1ex).

Quote from: Audionut on April 30, 2014, 03:48:07 PM
cr2hdr now contains a command option that matches the white level for all images processed, in a single command line.  --same-levels
Is it possible to provide an option, whereby, all selected images are parsed to the same command line?

This might require some significant refactoring of your app.  If so, it might actually be better to do this directly via exiftool somehow.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Ottoga on July 07, 2014, 03:56:53 PM
Hi,

On my W8 pc running v0.3.5.0 of BarracudaGUI, the application hangs (no error messages).

Original content of this post deleted as I found out what the problem was. i.e.: the input file path cannot have spaces or the exiftools background processes hang.

Can the script be changed to pass the file paths wrapped in quotes?  This should eliminate the problem.


Cheers... Otto
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: efbiaye on July 27, 2014, 04:10:49 PM
OK, I am lost. I know the parametrs boxes are generated dynamically, but I don't see any checkboxes now. I use the build listed in the 1st post of  cr2hdr thread.
Any help?
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: efbiaye on July 28, 2014, 12:53:14 AM
To asnwer my own question. I had to download a different version of CR2HDR, then the checkboxes appeared  :)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: matteo65 on July 28, 2014, 09:03:07 PM
On my Windows7 pc running v0.3.5.0 of BarracudaGUI when I use  "--compress" or "--compress-lossy" option I got an error message, (DNG not found!) and the CR2 files are copied into the destination folder without converting them to DNG.

Without the compress options everything works well, and after this I can manually compress the DNGs with
Adobe DNG Converter.exe - only the automatic setting is not working.

Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: arcadio on August 28, 2014, 01:51:02 PM
after processing "Img_0330.cr2" returned only "IMG_0330.ppm" .... processing didnt start

- Win7
- Baracuda extracted from zip
- no BarracudaGUI.ini
- cr2hdr.exe drag&drop conversion is working

(https://dl.dropboxusercontent.com/u/21848683/screenshot.jpg)

(also it is hard to find settings. File>Settings is not obvious)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Ottoga on December 22, 2014, 09:43:15 AM
How do you get the BarracudaGUI settings dioalogue box to appear as in the first post or has it been done away with?

Sorry, found it.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: RobFlanders on March 31, 2015, 11:17:00 AM
Thanks for this Sepa, I've added this to my workflow. Kudos to you Sir.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Myxir on April 13, 2015, 03:05:00 PM
Oh yes! Works fine. Thank you! :)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: brucesdad13 on May 08, 2015, 09:01:11 PM
Thank you so much for Barracuda GUI! ML plus Dual ISO plus Barracuda has really blown my socks off! ~ Charlie
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: IBIRRU on August 24, 2015, 06:13:15 PM
Very useful GUI guys! :)
Simple and complete.

Could you do the same for mlv_dump?

Cheers
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: Myxir on November 22, 2015, 02:40:47 PM
Hi.

The is a extremely strange issue. My barracuda gui installation just disappered. When I try to download barracudagui 0.3.5.0 setup.exe, it's automaticly deleted?! I deactivated my anti virus, but I still can't use it. wtf? :(

Edit: Blame norton. It says the exe is not safe and deleted it. (but said nothing about that!)
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: feureau on December 01, 2015, 09:06:53 AM
Hi, I was using Barracuda GUI and I was having issues when using amaze-edge and cs5x5. As it turns out, it looks like it's having issues with the latest version of exiftool since it gets stuck on that step. If I turn of all options it exports just fine.

I had to dig out an old version of exif tool from 2013 and it works perfectly.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: ibrahim on January 22, 2016, 06:43:00 PM
Does this software convert dual iso DNG that have been converted from MLV to cDNG by raw2cdng for instance. I am looking for a solution for video not images in win 7.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: toprak on July 06, 2016, 05:58:25 PM
first of all thank you sepa for your work. It's amazing :)

I got the latest version of BarracudaGUI 0.3.5.0 and it turns on Wine under Ubuntu Studio 16.04 64 bits and using dual_ISO files from a 5dm2.

I made two installations on my two pc's with two erreurs that I would like to repair.

1. path to .exe program
2. path to the destination folder

First I wanted to ininstall and reinstall to make a fresh .ini that didn't work.
Can you please tell me how to change these paths or make a fresh install.

Thanks.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: dpt90 on April 11, 2017, 11:29:52 AM
Hey guys!

Dont want to feel like im bringing up old news.... but I was wondering if someone can help me... I'm on a 5D Miii. Latest nightly build.

I'm Using Dual ISO with Raw video. This is what happens when I dump in DNG files I get using MLRawViewer 1.3.3 to preview and extract the files. Is there a better way of doing it?

(http://i64.tinypic.com/xc1yip.png)

It's showing errors, but it's doing the job.....however the ISO values it is using are incorrect from the looks of those lines (800/200).

The ISO I use was 800 and the recovery ISO I used was 3200.
Title: Re: BarracudaGUI for cr2hdr dual iso raw post-processing (Windows XP/7/8)
Post by: vstrglv on July 25, 2018, 02:00:09 PM
Why there is a dimension increasing from CR2 to DNG? 5760 X3840 for CR2 and 5796X3870 for DNG!