hdr 1100d don't work!

Started by marcuzzo, December 17, 2014, 07:39:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marcuzzo

why?

cr2hdr // Beta 1.4


Input file : DUAL0496.CR2
/Users/marcocalogiuri/Desktop/cr2hdr.app/Contents/Resources/script: line 17: 331 Floating point exception: 8 "$CR2HDR" "$FILE_NAME".CR2 > "$FILE_NAME".txt Logfile    : DUAL0496.txt

THE END

Walter Schulz


marcuzzo

yes, version for win don't work, i try on 2 different windows 7 pc's

dmilligan


marcuzzo


Walter Schulz

It's the second time you're asking this. You can't attach a file here. You have to use a file hoster and use the link provided by the hoster after upload.
http://it.wikipedia.org/wiki/File_hosting


Walter Schulz


E:\cr2hdr.lrplugin\bin>cr2hdr dual0680.cr2
cr2hdr: a post processing tool for Dual ISO images

Last update: 310e39f on 2014-02-27 05:17:41 UTC by 1p:
Fix ISOs in dual ISO

Active options:
--amaze-edge    : use a temporary demosaic step (AMaZE) followed by edge-directed interpolation (default)
--cs2x2         : apply 2x2 chroma smoothing in noisy and aliased areas (default)

Input file      : dual0680.cr2
Camera          : Canon EOS 1100D
Full size       : 4352 x 2874
Active area     : 4290 x 2856
White level     : 12500
Black borders   : 62 left, 18 top
Black level     : 2009
ISO pattern     : ddBB RGGB
Noise levels    : 8.01 7.87 16.62 15.85 (14-bit)
ISO difference  : 2.00 EV (400)
Black delta     : -13.22
Dynamic range   : 10.38 (+) 9.30 => 11.30 EV (in theory)
Looking for hot/cold pixels...
Hot pixels      : 99
Cold pixels     : 2
AMaZE interpolation ...
Amaze took 3.44 s
Edge-directed interpolation...
Semi-overexposed: 0.50%
Deep shadows    : 14.54%
Horizontal stripe fix...
Full-res reconstruction...
ISO overlap     : 5.4 EV (approx)
Half-res blending...
Chroma smoothing...
Building alias map...
Filtering alias map...
Smoothing alias map...
Final blending...
Noise level     : 14.30 (16-bit), ideally 14.04
Dynamic range   : 11.52 EV (cooked)
Black adjust    : 11
Output file     : dual0680.DNG
    1 image files updated


No problem in Windows 7 with cr2hdr.exe and cr2hdr20bit.exe

marcuzzo

the problem is that on my computer cr2hdr does not work!
I drag the file over the program but nothing happens. Even those of 6d!

Walter Schulz

Which files are located in the directory where cr2hdr is stored?
There has to be:

cr2hdr
dcraw
exiftool

And I didn't ask if you're using OS X. I was asking which OS X version you're using.

marcuzzo

in the folder:
cr2hdr
dcraw
exiftool

osx is yosemite version

Walter Schulz

Copy CR2 file into this directory. Open terminal there and type
./cr2hdr DUAL0680.CR2

dmilligan

Could be a permissions issue, make sure all the executables are 'executable':

cd /dir/where/your/files/are
chmod 777 cr2hdr
chmod 777 dcraw
chmod 777 exiftool