darktable-org / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
9.8k stars 1.14k forks source link

Script darktable-gen-noiseprofile is not working. #4892

Closed tomascapek closed 3 years ago

tomascapek commented 4 years ago

I tried to create noise profile for my Nikon D3s and I failed miserably.

I used tutorial on server PIXLS.US, I created the shots and I downloaded them to local folder on my computer (Arch Linux, regularly updated). When I reached the last step - creating the profile itself, I was met with "an empty output":

/usr/lib/darktable/tools/darktable-gen-noiseprofile -d "$(pwd)" ===> Check for required tools --> Check for images handling tools availability --> Check for images export tools availability --> Check for profiling tools availability --> Check for tethering tools availability ERROR: gphoto2 not found

gphoto2 is needed if you want this script to automatically take the required pictures.

NOTE: Tethering tools are missing; you'll need to provide input images yourself. --> Check for pdf tools availability

===> Check profiling directory

===> List profiling input RAW images

Nothing more on the output. Pictures are in the current working directory.

So I started digging and my search lead me here. The function list_input_images is from what I see, non-existent. I tried to replace it with my own, but I failed at it with horrible error messages. So I am writing this bug report. Is this a bug or my stupidity?

Also I am willing to provide RAW files of my profiling shots, if someone wants to create the profile for me. It would be much appreciated :)

Platform:

github-actions[bot] commented 4 years ago

This issue did not get any activity in the past 30 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.

hatsunearu commented 4 years ago

Is this still reproducible on top of tree?

johnny-bit commented 3 years ago

Several people since have provided couple new noise profiles so it might be one-off error.

@tomascapek - can you try again using current master build (or 3.2.1 ?)

johnny-bit commented 3 years ago

the mentioned list_input_images is in subr.sh file which should be included by the script generating noise profiles. Since we've recenlty got several new noise profiles (and have rather steady input of noise profiles) it seems like the problem might be in your shell or config or whatever else...

Please re-try generating the noise profiles using either release 3.4.1 or current master or in case of problems - please post the full set somewhere and create a new issue so someone could help and generate the profiles for you...

In order to keep the ongoing issues tidy I'd have to close this one if you don't mind :)