Hi, I'm looking to improve the tethering mode for studio workflows.
Currently I'm looking at issue 9166 where the histogram isn't updated with the information from the image. The image is imported by the 'dt_captured_image_import_job' job (camera_jobs.c), so I have added a signal to its run method, and updated the histogram (histogram.c) to listen for that. This works. However, _lib_histogram_expose_callback is looking at dt_develop_t *dev = darktable.develop; for its data. This data structure is initialized in views/darkroom.c, so it isn't in the call path for the tethering shoot. Is there a trick further up the call stack for 'dt_captured_image_import_job', or is a new data structure that is shared by darkroom and tethering needed ? Any pointers on the subject would be great ! Thanks in advance ! Best regards, Jesper ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012 _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
