2013/4/13 Rob Z. Smith <[email protected]>

> No I don't mean that at all.
>
>
Ok, I solved it.

I recompiled the Git source with:

$ cd $HOME/darktable
$ git pull

$ mkdir $HOME/darktable/build
$ cd $HOME/darktable/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..

$ cd $HOME/darktable/build
$ make
$ sudo make install

Then I manually changed in cameras.xml file located in usr/local/share/
darktable/rawspeed the entry related to Canon Eos 450D in this way:

  <Camera make="Canon" model="Canon EOS 450D">
    <CFA width="2" height="2">
      <Color x="0" y="0">RED</Color>
      <Color x="1" y="0">GREEN</Color>
      <Color x="0" y="1">GREEN</Color>
      <Color x="1" y="1">BLUE</Color>
    </CFA>
    <Crop x="22" y="18" width="4290" height="2856"/>
    <Sensor black="1020" white="14500"/>
    <Aliases>
<Alias>Canon EOS DIGITAL REBEL XSi</Alias>
</Aliases>
  </Camera>

and I added a new entry specific for the Canon Eos Kiss X2:

  <Camera make="Canon" model="Canon Kiss X2">
    <CFA width="2" height="2">
      <Color x="0" y="0">RED</Color>
      <Color x="1" y="0">GREEN</Color>
      <Color x="0" y="1">GREEN</Color>
      <Color x="1" y="1">BLUE</Color>
    </CFA>
    <Crop x="22" y="18" width="4290" height="2856"/>
    <Sensor black="1020" white="14500"/>
  </Camera>

Now all is working just fine.


-- 
Hasta proxima

Bartokk

Gpg public key: 0x73E5AEA3
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to