digiCamControl
digiCamControl copied to clipboard
Extract default session parameters to config file
I am trying to find a way to set a default "FileNameTemplates" to include the "CaptureName" and could not find where it was defined in any configuration file or registry..
Then I did: https://github.com/dukus/digiCamControl/blob/fcb86271768df066d956e1146f8e6e3aa27358c9/CameraControl.Core/Classes/PhotoSession.cs#L474 https://github.com/dukus/digiCamControl/blob/fcb86271768df066d956e1146f8e6e3aa27358c9/CameraControl.Core/Classes/PhotoSession.cs#L460-L461
Default session parameters should probably be factored out to some json and be configurable.
The problem not come from that line ... This is the problem, https://github.com/dukus/digiCamControl/blob/master/CameraControl/ViewModel/MainMenuViewModel.cs#L319 the application search for default.xml not for default.json
I will try to fix for next beta
Any news on this one?