Canon EOS RP

Market Status: Available in India | Launch: March, 2019 |
(4.5/5)
2 ratingsRate now
1,10,495
Mega Pixel
26.1 Mega Pixel
Battery
LP-E17 Battery
Display
Touch Screen
ISO
ISO 100 - 40000
Shutter Speed
1/4000 Shutter Speed
Sensor
Full Frame Sensor
  • WiFi
  • Bluetooth
  • Tiltable LCD Screen

Canon EOS RP Specifications

General
Brand Canon
Camera Model EOS RP
Camera Type Mirrorless
Launch Year March, 2019
Market Status Available in India
Sensor
Image Sensor Type Dual Pixel CMOS
Image Sensor Size (W x H) Full Frame (35.9 x 24 mm)
Effective Pixels 26.2 Megapixels
Total pixels 27.1 Megapixels
Max resolution 6240 x 4160 pixels
Aspect Ratio 1:1, 4:3, 3:2, 16:9
ISO Rating ISO 100 - 40000 (expands to 50-102400)
White Balance Presets 6
Custom White Balance Yes
Autofocus Point 4779
Processor DIGIC 8
Shutter
Minimum Shutter speed 30 sec
Maximum Shutter speed 1/4000 sec
Shutter Type Electronically-controlled Focal-plane Shutter and silent CMOS sensor readout
Continuous Shooting (Frame rate) 8 fps
Lens
Lens Mount Canon RF
Compatible lenses EF and EF-S lenses compatible via Mount adapter EF-EOS R
Focal Length 1.0x
Viewfinder
Viewfinder Type Electronic
Viewfinder Coverage Approx. 100%
Viewfinder Magnification Approx. 0.70x
Viewfinder Eyepoint Approx. 22mm
Viewfinder Diopric adjustment -4 to +1 m-1
Display
Display Size 3 inch
Display Type TFT Color, Tiltable LCD Monitor
Touchscreen Yes
Screen Dots 1,040,000 dots
Flash
Built in Flash No
External Flash Yes (via hot shoe)
Power
Battery Model LP-E17 Li-ion Battery
Battery Type Rechargeable Li-ion
Battery Life Approx. 250 shots
Connectivity
Wi-Fi Wi-Fi 802.11 b/g/n
Bluetooth Yes
HDMI Yes (Micro-HDMI)
USB USB 2.0 (480 Mbit/sec)
Remote control Yes (via smartphone)
Others Direct Print (PictBridge)
Storage
Memory Card Type SD/SDHC/SDXC (UHS-II compatible)
Image File Format JPEG, RAW
Video File Format MP4, H.264/ Full HD, 4K video recording
Body
Dimension (W x H x D) 132.5 x 85.0 x 70.0 mm (5.24 x 3.35 x 2.76 inch)
Weight 485 g (with batteries)
Body Construction Magnesium Alloy body and polycarbonate with glass fibre parts
Colours Black
Rate Canon EOS RP
Notifications
Settings
Clear Notifications
Notifications
Use the toggle to switch on notifications
  • Block for 8 hours
  • Block for 12 hours
  • Block for 24 hours
  • Don't block
Gender
Select your Gender
  • Male
  • Female
  • Others
Age
Select your Age Range
  • Under 18
  • 18 to 25
  • 26 to 35
  • 36 to 45
  • 45 to 55
  • 55+
You have already selected 4 products
// // // // `; // } // }); // moreFromHtml += ` // // ${!/Mobi|Android/.test(navigator.userAgent) // ? `
//
Prev
//
Next
//
` // : "" // } // // // // `; // document.querySelector(".oi-carousel-block").innerHTML = moreFromHtml; // } // } // let designLoaded = parseInt(sessionStorage.getItem("design")) || 1; // let deeplinkElements = document.querySelectorAll(".oi-recommended-articles-option1, .oi-recommended-articles-option2, .oi-recommended-articles-option3"); // if (deeplinkElements.length > 0) { // designTemplateLoaded = true; // deeplinkElements.forEach((element) => { // if (!element) return; // element.classList.remove("oi-recommended-articles-option1", "oi-recommended-articles-option2", "oi-recommended-articles-option3"); // element.classList.add(`oi-recommended-articles-option${designLoaded}`); // const updateLink = () => { // const link = element.querySelector("a"); // if (!link) return false; // link.dataset.uparam = `ref_source=${hostParam}-${langParam}&ref_medium=Article-Page&ref_campaign=Deep-Links-D${designLoaded}`; // return true; // }; // // try updating immediately // updateLink(); // // observe only if link not yet present // const observer = new MutationObserver(() => { // if (updateLink()) { // observer.disconnect(); // } // }); // observer.observe(element, { childList: true, subtree: true }); // }); // globalAnchorClick() // // calculate next design // let nextDesign = (designLoaded % 3) + 1; // sessionStorage.setItem("design", nextDesign); // } // }) // .catch((err) => { // console.log("deeplink loading...", err); // }); // } if (!articleDeeplinksLoaded && trackpagetype == "article") { articleDeeplinksLoaded = true; const containsDeeplink = document.getElementById("containerMain").dataset.deeplink_flag == 1; if (!containsDeeplink) { const isMobile = /Mobi|Android/i.test(navigator.userAgent); const version = "1.0.5"; const mobileSrc = `/common/deeplink-mobi.js?v=${version}`; const desktopSrc = `/common/deeplink-desk.js?v=${version}`; const script = document.createElement("script"); script.src = isMobile ? mobileSrc : desktopSrc; script.type = "text/javascript"; script.onload = () => { const cfg = DEEPLINK_CONFIG[domainmiddle]; const content_id = document.getElementById("containerMain").dataset.content_id ?? ""; const deeplink_Elements = document.querySelectorAll(cfg?.selector); if (deeplink_Elements.length > 0) { fetch(`https://dmp.oneindia.com/api/v1/dmp?tags=${document.head.dataset.engTags || ''}&dmp_limit=50&trending_limit=50&site=${window.location.hostname}&exclude-ids=${content_id}`) .then((res) => { console.log("DMP API Response Status:", res.status); return res.json(); }) .then((data) => { let mixedArr = data.dmp ? (data.dmp.length > numOfDeeplinks ? data.dmp : [...data.dmp, ...data.trending.slice(0, numOfDeeplinks - data.dmp.length)]) : data.trending; let recommend = ["Also Read", "Recomended for you", "You may also like"]; let indexHolder = 0; deeplink_Elements.forEach((element, index) => { element.style.display="inline"; if (!element || !mixedArr?.length) return; let num = index % 3; indexHolder = index; let deeplinkData = mixedArr[index]; if (!deeplinkData) return; element.innerHTML = cfg.template(deeplinkData, recommend[num], hostParam, langParam); } ); const targetContainer = document.querySelector(".oi-carousel-block"); const moreFromCfg = typeof MOREFROM_CONFIG !== 'undefined' ? MOREFROM_CONFIG[domainmiddle] : null; if (targetContainer && moreFromCfg && typeof moreFromCfg.renderLayout === 'function') { const moreFromArticles = mixedArr.slice(indexHolder + 1, parseInt(indexHolder + numOfDeeplinks)); targetContainer.innerHTML = moreFromCfg.renderLayout(moreFromArticles, hostParam, langParam); } let designLoaded = parseInt(sessionStorage.getItem("design")) || 1; let deeplinkElements = document.querySelectorAll(".oi-recommended-articles-option1, .oi-recommended-articles-option2, .oi-recommended-articles-option3"); if (deeplinkElements.length > 0) { designTemplateLoaded = true; deeplinkElements.forEach((element) => { if (!element) return; element.classList.remove("oi-recommended-articles-option1", "oi-recommended-articles-option2", "oi-recommended-articles-option3"); element.classList.add(`oi-recommended-articles-option${designLoaded}`); const updateLink = () => { const link = element.querySelector("a"); if (!link) return false; link.dataset.uparam = `ref_source=${hostParam}-${langParam}&ref_medium=Article-Page&ref_campaign=Deep-Links-D${designLoaded}`; return true; }; updateLink(); const observer = new MutationObserver(() => { if (updateLink()) { observer.disconnect(); } }); observer.observe(element, { childList: true, subtree: true }); }); let nextDesign = (designLoaded % 3) + 1; sessionStorage.setItem("design", nextDesign); } globalAnchorClick(); }) .catch((err) => { console.log("deeplink loading...", err); }); } }; script.onerror = () => console.error("Failed to load deeplink config script:", script.src); document.head.appendChild(script); } } if (!indianSutrasAds) { let adSlots = document.querySelectorAll("[id^='are-slot-']"); indianSutrasAds = true; if (adSlots.length) { adSlots.forEach((element) => { if (window.location.hostname == "hindi.indiansutras.com") { let nativeDiv = document.createElement("div"); nativeDiv.id = "4dcfbc057e2ae8589f9bbd98b591c50a"; const js = document.createElement("script"); js.type = "text/javascript"; js.src = "https://click.nativclick.com/loading/?handle=9699"; js.async = false; // force execution order nativeDiv.appendChild(js); element.appendChild(nativeDiv); } if (window.location.hostname == "tamil.indiansutras.com") { let nativeDiv = document.createElement("div"); nativeDiv.id = "fc2dc7d20994a777cfd5e6de734fe254"; const js = document.createElement("script"); js.type = "text/javascript"; js.src = "https://click.nativclick.com/loading/?handle=9698"; js.async = false; // force execution order nativeDiv.appendChild(js); element.appendChild(nativeDiv); } }); } } if (refiner_live && refineryHost.includes(domainmiddle)) { if (!refinery_flag) { refinery_flag = true; loadrefinery(); } } if (!affinityInserted) { affinityInserted = true; if (affMatrix == 1 && trackpagetype != "home") { affinityMatrix(); } } if (!chartbeatLoaded) { chartbeatLoaded = true; if (chartbeatflag == 1) { if (typeof ga_author_name === "undefined") { let ga_author_name = ""; } if (typeof oi_category_name === "undefined") { let oi_category_name = ""; } let parts = window.location.hostname.split("."); let charbeatdomain = window.location.hostname; //parts.slice(-2).join('.'); let _sf_async_config = (window._sf_async_config = window._sf_async_config || {}); _sf_async_config.uid = 51426; _sf_async_config.domain = charbeatdomain; _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; _sf_async_config.sections = oi_category_name; _sf_async_config.authors = ga_author_name; loadChartbeat(); } } if (!sessionStorage.getItem("clarityLoaded")) { if (!clarityFlag) { clarityFlag = true; fetch("/common/clarity-tracking.json?v=" + clarityVersion) .then((response) => response.json()) .then((data) => { const clarityId = data[domainmiddle]?.[claritylangParam]; if (!clarityId) { console.error("Clarity ID not found for the given domain and language!"); return; } (function (c, l, a, r, i, t, y) { c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments); }; t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i; y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y); })(window, document, "clarity", "script", clarityId); if (window.location.hostname === "www.oneindia.com") { if (window.googletag && googletag.apiReady) { checkConsentAndTriggerClarity(); } } // Mark Clarity as loaded in this session sessionStorage.setItem("clarityLoaded", "true"); }) .catch((error) => { console.error("Error loading the clarify-tracking.json file:", error); }); } } if (!rubiconProjectLoaded) { rubiconProjectLoaded = true; if ("odia.oneindia.com" == window.location.hostname || ["drivespark", "boldsky", "mykhel"].includes(domainmiddle)) { let rubicon = document.createElement("script"); rubicon.src = "https://link.rubiconproject.com/magnite/7523.js"; document.head.appendChild(rubicon); } } }); if (window.location.hostname === "www.oneindia.com") { if (document.getElementById("shiPromo")) { function trackImpHealth(impUrl) { fetch(impUrl, { method: "GET", mode: "no-cors", }).catch(function (err) { console.log("Inside Imp error:", err); }); } document.getElementById("shiPromo").addEventListener("click", function (event) { event.preventDefault(); // Prevent default navigation let url = this.href; if (document.getElementById("dynamicanchor")) { document.getElementById("dynamicanchor").remove(); } var link = document.createElement("a"); link.target = "_blank"; link.id = "dynamicanchor"; link.href = url; document.body.appendChild(link); document.getElementById("dynamicanchor").click(); let healthImpUrl = "https://pubads.g.doubleclick.net/gampad/clk?id=6924557502&iu=/1008496/clicktracker-oi-1"; trackImpHealth(healthImpUrl); }); } function checkConsentAndTriggerClarity() { window.googlefc = window.googlefc || {}; window.googlefc.callbackQueue = window.googlefc.callbackQueue || []; window.googlefc.callbackQueue.push({ CONSENT_DATA_READY: () => __tcfapi("addEventListener", 2, (tcData, success) => { if (success) { const hasConsent = tcData.purpose.consents && tcData.purpose.consents[1]; if (hasConsent) { console.log("Consent granted for tracking"); window.clarity("consent"); } else { console.log("Consent not granted for tracking"); } } else { console.log("Unable to retrieve consent status or TC Data is invalid"); } }), }); } } /*---------------------------------------Sun Pharma House Banners--------------------------------------------------------*/ if(document.head.dataset.template_name == 'partner-content'){ var leaderboardBanners = [ 'https://imagesvs.oneindia.com/img/sun-pharma-970x90.jpg', 'https://imagesvs.oneindia.com/img/sun-pharma-728x90.jpg' ]; var rectangleBanners = [ 'https://imagesvs.oneindia.com/img/sun-pharma-300x250.jpg', 'https://imagesvs.oneindia.com/img/sun-pharma-336x280.jpg' ]; var lbIdx = parseInt(sessionStorage.getItem('sp_lb_idx') || '0'); var rectIdx = parseInt(sessionStorage.getItem('sp_rect_idx') || '0'); sessionStorage.setItem('sp_lb_idx', lbIdx === 0 ? '1' : '0'); sessionStorage.setItem('sp_rect_idx', rectIdx === 0 ? '1' : '0'); document.getElementById("adg_native_ocean") && document.getElementById("adg_native_ocean").remove(); var spImpressionObserver = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { var slotId = entry.target.dataset.spSlot; trackSunpharmaRender('sunpharma', 'viewed',slotId); spImpressionObserver.unobserve(entry.target); } }); }, { threshold: 0.5 }); function injectBanner(slotId, bannerUrl) { var slot = document.getElementById(slotId); if (!slot) return; var wrapper = document.createElement('div'); wrapper.style.cssText = 'text-align:center;margin:4px auto;'; wrapper.dataset.spSlot = slotId; var anchor = document.createElement('a'); anchor.href = 'https://makeindiawin.co.in/HealthAssessmentController'; anchor.target = '_blank'; anchor.rel = 'noopener'; anchor.addEventListener('click', function () { trackSunpharmaRender('sunpharma', 'clicked', slotId); }, { once: true }); var img = document.createElement('img'); img.src = bannerUrl; img.alt = 'Advertisement'; img.style.cssText = 'display:inline-block;max-width:100%;height:auto;'; anchor.appendChild(img); wrapper.appendChild(anchor); slot.innerHTML = ""; slot.appendChild(wrapper); spImpressionObserver.observe(wrapper); } function initSunPharmaBanners() { injectBanner('are-slot-leaderboard', leaderboardBanners[lbIdx]); ['are-slot-1', 'are-slot-2', 'are-slot-3', 'are-slot-4','are-slot-5', 'are-slot-mr1', 'are-slot-mr2'].forEach(function (id) { injectBanner(id, rectangleBanners[rectIdx]); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSunPharmaBanners); } else { initSunPharmaBanners(); } } /*---------------------------------------Sun Pharma House Banners End--------------------------------------------------------*/ -->
We use cookies to ensure that we give you the best experience on our website. This includes cookies from third party social media websites and ad networks. Such third party cookies may track your use on Oneindia sites for better rendering. Our partners use cookies to ensure we show you advertising that is relevant to you. If you continue without changing your settings, we'll assume that you are happy to receive all cookies on Oneindia website. However, you can change your cookie settings at any time. Learn more