Hi,I followed the steps of the White balance presets section http://www.darktable.org/2012/10/whats-involved-with-adding-support-for-new-cameras/
Then produced the attached patch using www.darktable.org/development/
Thanks, Krisztian
>From cca987168a9a8360d799b57a898ed32ecd7cc140 Mon Sep 17 00:00:00 2001 From: Krisztian <krisztian.olle.l...@gmail.com> Date: Sun, 16 Mar 2014 19:14:12 +0000 Subject: [PATCH] D610 White balance presets --- src/iop/wb_presets.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/iop/wb_presets.c b/src/iop/wb_presets.c index ffd2c44..2324907 100644 --- a/src/iop/wb_presets.c +++ b/src/iop/wb_presets.c @@ -2820,6 +2820,20 @@ const wb_data wb_preset[] = { "NIKON", "D600", DaylightFluorescent, 0, { 2.039063, 1, 1.117188, 0 } }, { "NIKON", "D600", HighTempMercuryVaporFluorescent, 0, { 2.332031, 1, 1.355469, 0 } }, + /* D610 with firmware C1.00 L1.009 */ + { "NIKON", "D610", DirectSunlight, 0, { 1.90625, 1, 1.390625, 0 } }, + { "NIKON", "D610", Flash, 0, { 2.136719, 1, 1.214844, 0 } }, + { "NIKON", "D610", Cloudy, 0, { 2.039063, 1, 1.261719, 0 } }, + { "NIKON", "D610", Shade, 0, { 2.328125, 1, 1.136719, 0 } }, + { "NIKON", "D610", Incandescent, 0, { 1.226563, 1, 2.214844, 0 } }, + { "NIKON", "D610", SodiumVaporFluorescent, 0, { 1.148438, 1, 2.433594, 0 } }, + { "NIKON", "D610", WarmWhiteFluorescent, 0, { 1.230469, 1, 1.953125, 0 } }, + { "NIKON", "D610", WhiteFluorescent, 0, { 1.421875, 1, 2.28125, 0 } }, + { "NIKON", "D610", CoolWhiteFluorescent, 0, { 1.730469, 1, 2.003906, 0 } }, + { "NIKON", "D610", DayWhiteFluorescent, 0, { 1.777344, 1, 1.375, 0 } }, + { "NIKON", "D610", DaylightFluorescent, 0, { 2.039063, 1, 1.117188, 0 } }, + { "NIKON", "D610", HighTempMercuryVaporFluorescent, 0, { 2.332031, 1, 1.355469, 0 } }, + { "NIKON", "D700", DirectSunlight, -6, { 1.980469, 1, 1.199219, 0 } }, { "NIKON", "D700", DirectSunlight, 0, { 1.816406, 1, 1.355469, 0 } }, { "NIKON", "D700", DirectSunlight, 6, { 1.652344, 1, 1.523437, 0 } }, -- 1.7.9.5
------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech
_______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel