From f74db61f1b9a85554a5fae40646717bad399a890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Stu=CC=88rmer?= Date: Sat, 1 Feb 2020 10:57:53 +0100 Subject: [PATCH] Added a draft for camera specific configuration --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fa433eeb..8e9a3509 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,17 @@ Since then it underwent a complete rewrite, with vastly improved performance and See [installation instructions](INSTALL.md). ## Configuration and modifications +### Photobooth settings Default settings are stored in [`defaults.cfg`](photobooth/defaults.cfg) and can either be changed in the graphical user interface or by creating a file `photobooth.cfg` in the top folder and overwriting your settings there. The software design is very modular. Feel free to add new postprocessing components, a GUI based on some other library, etc. +### Camera configuration +It is possible to add a camera specific configuration. Create a file with the name of your camera in ```photobooth/camera/models/``` + +See the sample configuration [`canoneos500d.cfg`](photobooth/camera/models/canoneos500d.cfg) + ## Feedback and bugs I appreciate any feedback or bug reports. Please submit them via the [Issue tracker](https://github.com/reuterbal/photobooth/issues/new?template=bug_report.md) and always include your `photobooth.log` file (is created automatically in the top folder) and a description of your hardware and software setup.