Closed ratherlargerobot closed 5 months ago
To be honest we should probably move this list into the user manual so we remember to update it every release.
On January 7, 2023 12:04:44 PM PST, Nathan Rosenquist @.***> wrote:
The Fujifilm X-T5 not listed as supported on Camera Support page.
Here are the series of steps (as a user) that describe how I got here.
I tried to load a RAW lossy compressed file from a Fujifilm X-T5 into Darktable 4.2.0, and it gave me an error that directed me to camera support | darktable
That page did not list the Fujifilm X-T5 as being supported by Darktable (it was missing from the table on that page, which is automatically generated dynamically from a different place).
That led me to the What's involved with adding support for new cameras | darktable page, which in turn links back to Pixls.us on this article What’s involved with adding support for new cameras. I considered asking for help there, but the last comment on that thread was two years old, and it seemed like a bad idea.
After more digging, it turns out that Darktable does support the Fujifilm X-T5, but it just doesn’t support the RAW lossy compressed files.
Anyway, I think the Darktable web site should probably list the Fujifilm X-T5 as supported. The release notes say it's supported. And Darktable 4.2.0 itself definitely supports it (or at least the RAW lossless compressed files).
Just to be clear, I’m not asking for lossy RAW file support. That was just an experiment. I want the lossless raw files. But what I’m really trying to say is that the Darktable web site should probably say that it does support the Fujifilm X-T5, when in fact, it does. It took me a while to figure that out.
-- > Reply to this email directly or view it on GitHub:
https://github.com/darktable-org/dtorg/issues/211
You are receiving this because you are subscribed to this thread.
Message ID: @.***>
I'd like to find a way to auto generate that page, or else remove it. The constant maintenance is a burden.
Any help or pointers is appreciated.
On February 15, 2023 6:50:20 AM PST, "Miloš Komarčević" @.***> wrote:
Related to https://github.com/darktable-org/dtorg/pull/199
-- Reply to this email directly or view it on GitHub: https://github.com/darktable-org/dtorg/issues/211#issuecomment-1431489990 You are receiving this because you commented.
Message ID: @.***>
I'd like to find a way to auto generate that page, or else remove it. The constant maintenance is a burden. Any help or pointers is appreciated.
I remember Hugo can run javascript at build time to generate data, which can be used in a template. But I can't find it in the documentation (no surprise there). There must be some xml, json or csv somewhere with a list of cameras. I help with the js part.
edit: Actually, with a data file it should be possible without javascript.
I guess this is the total list https://github.com/darktable-org/rawspeed/blob/develop/data/cameras.xml The readme says it's also unsupported cameras, and I'm not sure how they're marked. Then there's wb presets and noise profile in files in the main darktable project. Not sure about custom matrices.
I'm all for ways to auto-generate this data. I think it is possible with rawspeed but not for the additional cameras supported by libraw.
I don't agree that this should go in the manual though, since this list sometimes changes even on minor/bugfix releases (and we don't issue new manuals for minor/bugfix releases).
Well, with a help of a script and some simple parsing it should be possible to compile the entire list, together with libraw.
Alternatively, the list of libraw cameras could be moved to a JSON data file and either converted to C & included at build time, or just read at runtime.
I see the project already uses python scripts, so I could help with writing it. I've no idea of the build process tho.
Updated the table with a wonderful tool written by @Donatzsky - https://github.com/Donatzsky/darktable-camera-support
Updated in https://github.com/darktable-org/dtorg/commit/10b2de8d38710a977358ed2c89cbc1ef71109044
That's great ! Congrats to all involved.
100% Donatzsky.
On May 25, 2024 10:16:27 PM PDT, Pascal Obry @.***> wrote:
That's great ! Congrats to all involved.
-- Reply to this email directly or view it on GitHub: https://github.com/darktable-org/dtorg/issues/211#issuecomment-2132069910 You are receiving this because you modified the open/close state.
Message ID: @.***>
The Fujifilm X-T5 not listed as supported on Camera Support page.
Here are the series of steps (as a user) that describe how I got here.
I tried to load a RAW lossy compressed file from a Fujifilm X-T5 into Darktable 4.2.0, and it gave me an error that directed me to camera support | darktable
That page did not list the Fujifilm X-T5 as being supported by Darktable (it was missing from the table on that page, which is automatically generated dynamically from a different place).
That led me to the What's involved with adding support for new cameras | darktable page, which in turn links back to Pixls.us on this article What’s involved with adding support for new cameras. I considered asking for help there, but the last comment on that thread was two years old, and it seemed like a bad idea.
After more digging, it turns out that Darktable does support the Fujifilm X-T5, but it just doesn’t support the RAW lossy compressed files.
Anyway, I think the Darktable web site should probably list the Fujifilm X-T5 as supported. The release notes say it's supported. And Darktable 4.2.0 itself definitely supports it (or at least the RAW lossless compressed files).
Just to be clear, I’m not asking for lossy RAW file support. That was just an experiment. I want the lossless raw files. But what I’m really trying to say is that the Darktable web site should probably say that it does support the Fujifilm X-T5, when in fact, it does. It took me a while to figure that out.