Leica Q3 kampanj
LEI19080-LANG2-37d3ca50-0416-40bc-a888-94459d939043
LEI19080-LANG2-0cdc2d87-9bde-4b0f-9737-f8f872a56655
LEI19080-LANG2-66f63dfd-1b2a-42ae-9ee4-88c4d4f34ca6
LEI19080-LANG2-19ec14f8-4d4f-4ff6-ad8d-543ddf0dbf1f
LEI19080-LANG2-1843f2d1-fd59-4f96-bdad-cc9d2c196caf
LEI19080-LANG2-926e2e3e-902c-4f93-a9e6-a201bc5d2cb5
LEI19080-LANG2-cd58f521-4a70-40cb-852b-283a0de56e48
LEI19080-LANG2-85477805-f481-4fc2-ab94-e78dca70fe67
LEI19080-LANG2-28fb29f1-f273-42ec-be08-0391f115f17f
Error executing template "Designs/Swift/Paragraph/Swift_ProductComponentParagraph.cshtml"
System.ArgumentException: Could not write parsed file: C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\_parsed\Swift_ProductComponentEdit.parsed.cshtml System.IO.IOException: The process cannot access the file 'C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\_parsed\Swift_ProductComponentEdit.parsed.cshtml' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
   at Dynamicweb.Core.Helpers.TextFileHelper.WriteTextFile(String value, String path, Boolean appendToFile, Encoding encoding)
   at Dynamicweb.Rendering.Designer.Parser.Parse(Layout l)
   at Dynamicweb.Rendering.Designer.Parser.Parse(Layout l)
   at Dynamicweb.Rendering.Designer.Layout.CheckParsed()
   at Dynamicweb.Rendering.Designer.Layout..ctor(FileInfo f, Design design)
   at Dynamicweb.Rendering.Designer.Layout.GetLayoutByLocation(String path)
   at Dynamicweb.Content.Layouts.LayoutLocator.FindLayout(Page page, String layoutName)
   at Dynamicweb.Frontend.Content.GetLayoutForDevice(Page page, DeviceType device)
   at Dynamicweb.Frontend.Content.CreateGridContent(Int32 contentId, Boolean ignoreVisualEdit)
   at Dynamicweb.Frontend.Content.RenderExternalGrid(Int32 pageId, String container)
   at CompiledRazorTemplates.Dynamic.RazorEngine_81f6c8a5a4954961b351a0e112a27be2.Execute() in C:\inetpub\solutions\Goecker-2022-Prod\Files\Templates\Designs\Swift\Paragraph\Swift_ProductComponentParagraph.cshtml:line 39
   at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader)
   at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag)
   at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer)
   at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter)
   at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)
   at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)
   at Dynamicweb.Rendering.Template.RenderRazorTemplate()

1 @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.ParagraphViewModel> 2 3 @{ 4 int itemSourcePageId = Convert.ToInt32(Model.Item.GetRawValueString("ComponentSource", "0")); 5 6 var pageService = new Dynamicweb.Content.PageService(); 7 itemSourcePageId = itemSourcePageId > 0 && pageService.GetPageOrLanguage(itemSourcePageId, Pageview.AreaID) != null ? pageService.GetPageOrLanguage(itemSourcePageId, Pageview.AreaID).ID : itemSourcePageId; 8 } 9 10 @if (itemSourcePageId != 0) { 11 var page = Dynamicweb.Content.Services.Pages.GetPage(itemSourcePageId); 12 13 if (page != null) { 14 var pageViewModel = Dynamicweb.Frontend.ContentViewModelFactory.CreatePageInfoViewModel(page); 15 string itemTheme = !string.IsNullOrWhiteSpace(pageViewModel.Item.GetRawValueString("Theme")) ? " theme " + pageViewModel.Item.GetRawValueString("Theme").Replace(" ", "").Trim().ToLower() : string.Empty; 16 17 string contentPadding = pageViewModel.Item.GetRawValueString("ContentPadding", ""); 18 contentPadding = contentPadding == "none" ? "p-0" : contentPadding; 19 contentPadding = contentPadding == "small" ? "p-2 p-md-3" : contentPadding; 20 contentPadding = contentPadding == "large" ? "p-4 p-md-5" : contentPadding; 21 contentPadding = contentPadding == "small-x" ? "px-2 px-md-3" : contentPadding; 22 contentPadding = contentPadding == "large-x" ? "px-4 px-md-5" : contentPadding; 23 24 string layout = Model.Item.GetRawValueString("Layout", "top"); 25 switch (layout) 26 { 27 case "top": 28 case "alignLeftMiddle": 29 layout = ""; 30 break; 31 case "center": 32 case "alignLeft": 33 layout = "d-flex align-items-center text-start"; 34 break; 35 } 36 37 <div class="@contentPadding @itemTheme @(layout) h-100 item_@Model.Item.SystemName.ToLower()"> 38 <div class="w-100"> 39 @RenderGrid(itemSourcePageId) 40 </div> 41 </div> 42 } else if (Pageview.IsVisualEditorMode) { 43 <div class="alert alert-dark m-0" role="alert"> 44 <span>@Translate("The selected component does not exist anymore")</span> 45 </div> 46 } 47 } else if (Pageview.IsVisualEditorMode) { 48 <div class="alert alert-dark m-0" role="alert"> 49 <span>@Translate("Product component: The component will be shown here, if any")</span> 50 </div> 51 } 52

Beskrivning

Leica Q3 key features

  • CMOS Sensor with Triple-Resolution Technology 60/36/18 MP
  • Summilux 28MM f/1.7 ASPH. fixed lens with macro mode
  • Maestro IV Processor with L 2 Technology
  • New Hybrid AF-System (PDAF + Contrast Detection AF + DFD)
  • ISO range from 50 to ISO 100.000
  • Up to 8K Video HEVC (.h265) and ProRes

New BSI Sensor with Triple Resolution Technology

Regardless of the chosen resolution, the Leica Q3 always uses the full size of the sensor with an impressive ISO range from ISO 50 up to ISO 100.000.
Together with the new high performing Maestro IV Processor with L 2 Technology the Q3-Sensor delivers stellar results with 14 stops of dynamic range.

Summilux 28mm f/1.7 ASPH. Lens with integrated macro mode

A true masterpiece of optical design: The superior Summilux 28 f/1.7 ASPH. Lens with optical image stabilization
This fixed 28mm prime lens also features an integrated macro mode, allowing you to reveal finest details in stunning close-ups from a minimum distance of just 17cm.

Tiltable display and 5.76MP OLED viewfinder

With its tiltable display the Q3 adds new possibilities to your street photography. A high quality and durable tilting mechanism enriches the possibilities for shooting in unusual angles and provides you with more creative freedom.
For those who prefer the classic way of composition, the excellent OLED viewfinder with 5.76 Megapixel and an elaborate optical construction shows a pristine and crystal-clear image of the subject.

Hybrid autofocus system

The Leica Q3 features a state-of-the-art hybrid autofocus system to ensure that no decisive moment will be missed.
With its combination of a highly accurate contrast autofocus and depth from defocus system with a fast phase detection autofocus, it provides high speed and precision when focusing and tracking objects. An intelligent subject recognition further supports the perfect shot.

Up to 8k-Video and multiple video formats

Compact but powerful. The Leica Q3 is now even better for video creators. Capture amazing video with up to 8K resolution and a full set of codecs, from the highly efficient video codec .h265 to ProRes from Apple. With the new USB-C port and the HDMI port, the camera can be easily connected to other devices such as gimbals, power banks or external display recorders.

Specifikationer

Tillverkare Leica
Kategori Kompakt kamera
Bildstabilisator Ja
Autofokus Ja
Närgräns 17
Vikt 658 G
Antal pixlar 62.39 MP
Effektivt antal pixlar 60.3 MP
Sensorstorlek Fullframe
Fokuspunkter 315
Vitbalans Automatic (Auto), default (Daylight, Cloudy, Shadow, Tungsten, Flash), manual metering (Gray card), manual color temperature settings (Color Temperature, 2000K to 11500K).
ISO-känslighet 50 - 100 000
Slutartid 1/16 000 - 1 Sek.
Batteri BP-SCL6
Inbyggd blixt Nej
Lagringsmedie SD,SDHC,SDXC
LCD-storlek 3 "
Touchskärm Ja
Live view Ja
Videoupplösning C8K (17:9) 8192x4320 up to 29.97fps 8K (16:9) 7680x4320 up to 29.97fps C4K (17:9) 4096x2160 up to 59.94fps 4K (16:9) 3840x2160 up to 59.94fps FHD (16:9) 1920x1080 up to 119.88fps
Format DNG,JPEG
Videoformat MP4 H.265, H.264 MOV H.264, H.265, ProRes 422 HQ
HDMI-utgång Ja, Standard A
Mikrofoningång Nej
Hörlursuttag Nej
USB-ingång USB-C (3.1)
Blixtsko Ja
Objektiv Summilux 28mm f/1,7 ASPH
Zoom Digital zoom