The official dt 5.2 install package for Windows should already be built w/ this latest LibRaw version. One can verify by running from CLI darktable -version.
After openning a CLI and type the command, I received a message saying that ‘darktable’ is not recognised.
Nevertheless, I’m afraid that maybe I’m addressing the wrong “part” of darktable.
darktable can open Canon R5 C files and edit them, but denoise profiled don’t assign any profile for the camera and lensfun database recognise my lens, but not my camera.
After checking the release notes, I tought that maybe it was a LibRaw issue, but maybe is not.
If it’s not a LibRaw problem, how can I check this type of things in future?
Ah, so the basic raw support works, that’s good to confirm. You can search the forum for the rest (indeed not LibRaw issue), and there’ll be other experienced users chiming in.
lensfun doesn’t know about R5 C yet. You might provide the camera identification (or a sample raw file - sothe exif name can be extracted)
Adding it to lensfun then is a quite easy job…
Btw: best provide raw samples at https://raw.pixls.us/ ( requirements are described there)
So I took the photos as specified in the PIXLS.US article, however, I have encountered an issue.
I use a virtual machine with Ubuntu 25.04.
When I ran /usr/lib/darktable/tools/darktable-gen-noiseprofile --help I got “no such file or directory”.
So when doing step 1a and typing cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable -DBUILD_NOISE_TOOLS=ON .. I got this CMake Error: The source directory "/home/vboxuser" does not appear to contain CMakeLists.txt
So, those are the steps I took for the noise profiling:
1- I use WSL (Ubuntu 24.04.1 LTS) instead of a virtual machine. And I compile darktable (full install)
2 - In step 2 of the guide mentioned by @MStraeten, I run /opt/darktable/libexec/darktable/tools/darktable-gen-noiseprofile -d $(pwd) instead of /usr/lib/darktable/tools/darktable-gen-noiseprofile -d $(pwd), as mentioned by @da-phil in another thread.
3 - Follow the rest of the guide mentioned by @MStraeten.
I just submitted the noise profiles created on darktable’s github, here.
For lensfun:
I edit the corresponding lensfun xml file (mil-canon.xml) and create another entry by simply copying “Canon R5” parameters and adding a " C" in the end.
The xml file was located in C:\Program Files\darktable\share\lensfun\version_1
To run darktable commands, you need to locate darktable.exe and run it from the folder of the executable, like this: PS C:\Program Files\darktable\bin> .\darktable.exe --version