Open brothermechanic opened 7 years ago
If you find sensor size (in mm) you can add it in your own micmac/include/XML_MicMac/DicoCamera.xml. Take a look at dpreview.com, or manufacturer site for example. You need it to get a good orientation.
Report it here or submit as a patch: a project admin will commit them.
Ok This is path for E-M5MarkII
--- micmac/include/XML_MicMac/DicoCamera.xml 2017-07-18 16:29:59.854480886 +0300
+++ micmac/include/XML_MicMac/DicoCamera.xml 2017-07-18 16:28:56.205354469 +0300
@@ -329,6 +329,11 @@
<SzCaptMm> 4.55 6.17 </SzCaptMm>
<ShortName> OlMu790 </ShortName>
</CameraEntry>
+ <CameraEntry>
+ <Name> Olympus OM-D E-M5 Mark II </Name>
+ <SzCaptMm> 13 17.3 </SzCaptMm>
+ <ShortName> E-M5MarkII </ShortName>
+ </CameraEntry>
<!-- Panasonic -->
But how about lens?
now i try to upload patch to pull request, can't to do that(
Hello, Lens focal is taken automatically in image's EXIF. If not, you can declare a sensor size, camera name & focal length yourself in local file "MicMac-LocalChantierDescripteur.xml"
I was edit DicoCamera.xml http://pastebin.calculate-linux.ru/ru/show/38025 but WARN !! , for camera E-M5MarkII cannot determine focale equiv-35mm Why?
Hello I need advice. Do micmac support Olympus E-M5MarkII & lens Olympus M.Zuiko Digital ED 14-42mm f/3.5-5.6 EZ? I was search camera support in micmac/include/XML_MicMac/DicoCamera.xml But nothing there Or i need fix lens distortion in other software before using micmac? Thank you