Skip to main content

Canon EOS R6 Mark III and RF 45mm f/1.2 STM Lens Overview

canon r6 mark iii



The Canon EOS R6 Mark III is a full-frame mirrorless camera. This iteration features improvements in resolution, video capabilities, and user experience.

EOS R6 Mark III Specifications and Features

Imaging and Speed

The Canon EOS R6 Mark III includes a new 32.5-megapixel sensor. This resolution is an increase from the 24-megapixel sensor of the previous generation model. The camera is designed as a jack-of-all-trades full-frame mirrorless model suitable for both stills and video work.
The camera maintains shooting speeds of 12 fps with the mechanical shutter and 40 fps with the electronic shutter.

Video Capabilities

R6 Mark III Video Capabilities


The R6 Mark III supports video recording up to 7K at 60p in RAW format and 4K at 120p.
The camera features full corner-to-corner open gate filming capability, which allows for extra cropping flexibility during post-production. It includes enhanced gamma settings, such as Canon's Log 2 mode and custom looks.
Functional improvements for video include the addition of a tally lamp to signal when recording. The connection type has been changed from a Micro HDMI port to a full-size Type A HDMI.

Autofocus and Storage

The R6 Mark III includes improved autofocus capabilities. It features the ability to register a person's face to prioritize them during continuous tracking.
R6 Mark iii Dual Sim Card Setup

The camera uses a new dual-card setup with an asymmetrical design. This setup includes one CFexpress Type B slot and one SD slot, replacing the dual SD card slots found on the R6 Mark II. The CFexpress Type B slot supports the capture of longer bursts of images at high speeds.

History and Availability

History and evolution of the R6
History and evolution of the R6


The EOS R6 Mark III builds upon the original EOS R6, which was announced on July 9, 2020, alongside the EOS R5 and featured a 20.1-megapixel sensor.
The Canon EOS R6 Mark III is set to launch on November 25th.
Canon R6 Mark III Pricing Options


Pricing options are as follows:
  • Body-only: $2,799
  • Kit with RF 24-105mm STM lens: $3,149
  • Kit with RF 24-105mm L lens: $4,049
Canon RF 45mm f/1.2 STM Lens
Canon is also releasing the RF 45mm f/1.2 STM lens. This is a compact standard prime lens featuring a maximum aperture of f/1.2.
The lens is priced at $469.99 and is estimated to ship in early December.
The RF 45mm f/1.2 STM is not an L lens and lacks weather sealing. A lens hood must be purchased separately for $59.99.

Comments

Popular posts from this blog

Create QR Codes in Excel With VBA

Need to automate the creation of QR Codes? Excel and VBA can help with that! Here's how to do it in less than 15 lines of code. What we're looking to do is have a URL in a cell and then we're going to use a function that we create in VBA call Google APIs to create the code. Here's a video that explains the whole process of creating a user defined function in VBA that will create QR Codes: Code to create QR Codes in Excel with VBA Open up your Visual Basic editor and insert the following code and then save. To call the function, type =GETQRCODES(Cell Address) where Cell Address is the address of the cell which contains a URL that you want to send your user to. Function GETQRCODES(QRCode As String)     Dim URL As String     URL = "https://chart.googleapis.com/chart?chs=100x100&&cht=qr&chl=" & QRCode     ActiveSheet.Pictures.Insert(URL).Select     With Selection.ShapeRange(1)         .Name = "QR_CODE_" & QRCode...

How to View YouTube Shorts in the Regular YouTube Player

YouTube's "Shorts" is YouTube’s answer to TikTok and Instagram reels but let’s be honest, the YouTube Shorts player lacks some functionality, such as the ability to fast forward and go back in the video. However, you might be surprised to know that every video that loads in the "Shorts" player is actually a regular video, and by changing the URL slightly, you can load the same video in the regular player along with all the functionality of a traditional YouTube video. Changing the URL Changing the URL is the easiest way to switch the player from a technical standpoint. It’s so easy even your grandma can do it, as long as she knows how to type an address into the address bar of a browser.   Let’s use this super popular short video about AI taking over ping pong as an example. Look in the URL bar of a video playing in the "Shorts" player, where you should see the text Shorts/. Replace that text with watch?v= and load the new URL. So in this...

How To Change Bluetooth Name On Android

This post will take you step-by-step through the process of changing the Bluetooth name of your devices on an Android phone. There are pictures as references in case you get lost along the way. Change Bluetooth Name On Android | Step-by-step 1. Unlock your Android phone and go to Settings Unlock your phone and click on the Settings Icon It goes without saying, but the first thing you need to do is unlock your phone. By default, the settings icon will be on your home page like in the picture above. If you don't have the settings icon, you can search for 'Settings' in the Android search bar. 2. In the Settings page, click on Bluetooth Click on the Bluetooth settings to open up the Bluetooth Settings menu Click on the Bluetooth settings which should be at the top of your Settings page. If it doesn't, scroll down till you find it or just search for it in the search bar at the top of the Settings page. 3. Click On Device Name To Change Your Phone's Bluetooth Name Click o...