CINXE.COM

The 5 best vlogging cameras of 2023 | ZDNET

<!doctype html> <html data-n-head-ssr lang="en" data-edition="us" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D,%22data-edition%22:%7B%22ssr%22:%22us%22%7D%7D"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.zdnet.com/article/best-vlogging-camera/","20230107024744","https://web.archive.org/","web","/_static/", "1673059664"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- running tag = 'zdnet.prod.5c5a41' date-timestamp: 1673055247597 --> <title>The 5 best vlogging cameras of 2023 | ZDNET</title><meta data-n-head="ssr" charset="utf-8"><meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"><meta data-n-head="ssr" data-hid="og:site_name" property="og:site_name" content="ZDNET"><meta data-n-head="ssr" data-hid="fb:app_id" property="fb:app_id" content="136759700898"><meta data-n-head="ssr" data-hid="twitter:site" name="twitter:site" content="@ZDNET"><meta data-n-head="ssr" data-hid="twitter:creator" name="twitter:creator" content="@ZDNET"><meta data-n-head="ssr" data-hid="twitter:card" name="twitter:card" content="summary_large_image"><meta data-n-head="ssr" data-hid="theme-color" name="theme-color" content="#080A12"><script type="application/javascript" charset="UTF-8">window.$neutronWindowPromises = {}; window.$neutronWindowPromises['cohesion'] = new Promise((resolve) => { var value = undefined; Object.defineProperty(window, 'cohesion', { get: function () { return value; }, set: function (newValue) { value = newValue; if (value) resolve(); } }); }); window.$neutronWindowPromises['tagular'] = new Promise((resolve) => { var value = undefined; Object.defineProperty(window, 'tagular', { get: function () { return value; }, set: function (newValue) { value = newValue; if (value) resolve(); } }); }); window.$neutronWindowPromises['utag'] = new Promise((resolve) => { var value = undefined; Object.defineProperty(window, 'utag', { get: function () { return value; }, set: function (newValue) { value = newValue; if (value) resolve(); } }); }); window.$neutronWindowPromises['UA'] = new Promise((resolve) => { var value = undefined; Object.defineProperty(window, 'UA', { get: function () { return value; }, set: function (newValue) { value = newValue; if (value) resolve(); } }); }); </script><script type="application/javascript" charset="UTF-8"> !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).uuidv4=e()}(this,(function(){"use strict";var t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),e=new Uint8Array(16);function n(){if(!t)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return t(e)}for(var o=[],r=0;r<256;++r)o.push((r+256).toString(16).substr(1));return function(t,e,r){"string"==typeof t&&(e="binary"===t?new Uint8Array(16):null,t=null);var u=(t=t||{}).random||(t.rng||n)();if(u[6]=15&u[6]|64,u[8]=63&u[8]|128,e){for(var i=r||0,d=0;d<16;++d)e[i+d]=u[d];return e}return function(t,e){var n=e||0,r=o;return(r[t[n+0]]+r[t[n+1]]+r[t[n+2]]+r[t[n+3]]+"-"+r[t[n+4]]+r[t[n+5]]+"-"+r[t[n+6]]+r[t[n+7]]+"-"+r[t[n+8]]+r[t[n+9]]+"-"+r[t[n+10]]+r[t[n+11]]+r[t[n+12]]+r[t[n+13]]+r[t[n+14]]+r[t[n+15]]).toLowerCase()}(u)}})); window.initialPageViewGuid = window.uuidv4(); </script><script type="application/javascript" charset="UTF-8"> window.BOOMR_config = { autorun: false, Errors: { enabled: true, monitorGlobal: true, // onerror monitorNetwork: false, // XHRs monitorConsole: true, // window.console.error monitorEvents: false, // addEventListener monitorTimeout: false, // setTimeout, setInterval maxErrors: 10, // max errors sent per page onError: function(err) { var text = err.message || ""; return text.indexOf(".zdnet.com") !== -1 && // first party text.indexOf("Script error") === -1 && // not a script error text.indexOf("Load timeout for modules") === -1; // not a load timeout } }, // Enable Histroy plugin for SPA performance tracking // https://developer.akamai.com/tools/boomerang/legacy-spa#other-spas History: { auto: true, enabled: true } }; (function(){ if (window.BOOMR && window.BOOMR.version) { return; } var dom,doc,where,iframe = document.createElement("iframe"); function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } iframe.src = "javascript:void(0)"; iframe.title = ""; iframe.role = "presentation"; (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;"; where = document.getElementsByTagName("script")[0]; where.parentNode.insertBefore(iframe, where); try { doc = iframe.contentWindow.document; } catch(e) { dom = document.domain; iframe.src = "javascript:var d = document.open(); d.domain='" + dom + "'; void(0);"; doc = iframe.contentWindow.document; } doc.open()._l = function() { var js = this.createElement("script"); if (dom) { this.domain = dom; } js.id = "boomr-if-as"; js.src = "//web.archive.org/web/20230107024744/https://c.go-mpulse.net/boomerang/YZ2TK-PC7PJ-K64DL-L53CR-P2G4E"; BOOMR_lstart = new Date().getTime(); this.body.appendChild(js); }; doc.write('<body onload="document._l();">'); doc.close(); })(); </script><script type="application/javascript">window.BidBarrel = window.BidBarrel || {}; window.BidBarrel.queue = window.BidBarrel.queue || [];</script><script type="application/javascript" async="" src="//web.archive.org/web/20230107024744js_/https://at.adtech.redventures.io/lib/dist/prod/bidbarrel-zdnet-rv.min.js?adaptive=true"></script><script type="application/javascript" async="" charset="UTF-8" src="//web.archive.org/web/20230107024744js_/https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script type="application/javascript" async="" charset="UTF-8" src="//web.archive.org/web/20230107024744js_/https://js-sec.indexww.com/ht/p/183728-122510094381206.js"></script><script type="application/javascript" async="" charset="UTF-8" src="//web.archive.org/web/20230107024744js_/https://c.amazon-adsystem.com/aax2/apstag.js"></script><script type="application/javascript" charset="UTF-8"> (function (G, o, O, g, L, e) { G[g] = G[g] || function () { (G[g]['q'] = G[g]['q'] || []).push(arguments) }, G[g]['t'] = 1 * new Date; })(window, document, 'script', '_googCsa'); </script><script type="application/javascript" charset="UTF-8"> window._mNHandle = window._mNHandle || {}; window._mNHandle.queue = window._mNHandle.queue || []; medianet_versionId = "3121199"; </script><script type="application/javascript" async="" charset="UTF-8" data-domain-script="e70f246a-fd9b-4805-9fd4-fcd89020aca5" src="https://web.archive.org/web/20230107024744js_/https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"></script><script type="application/javascript"> (function(a){ var w=window,b='cbsoptanon',q='cmd',r='config'; w[b] = w[b] ? w[b] : {}; w[b][q] = w[b][q] ? w[b][q] : []; w[b][r] = w[b][r] ? w[b][r] : []; a.forEach(function(z){ w[b][z] = w[b][z] || function(){ var c=arguments; w[b][q].push(function(){ w[b][z].apply(w[b],c); }) } }); })(["onIframesReady","onFormsReady","onScriptsReady","onAdsReady"]); //Add configs window.cbsoptanon.config.push({ enableServices: false, setNpaOnConsentChange: true, euMaxAttempts: 25, countryCodeMaxAttempts: 25, oneTrustTimeout: 2500 }); //Load iframes as soon as ready window.cbsoptanon.cmd.push(function(_cbsoptanon) { console.log('Loading iframes'); _cbsoptanon.tags.load('IFRAME'); }); </script><script type="application/javascript" async="" id="bb-cbsoptanon" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/privacy/optanon/optanon-v1.1.0.js"></script><link href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Semibold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"><link href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"><script type="application/javascript" charset="UTF-8"> window.utag_data = {"_pageComponents":"","pageType":"article","collectionId":[null],"contentId":"d582c94f-6422-48f0-a40b-fa366086f9ba","contentType":"content_article","siteEdition":"us","siteSection":"bottom_funnel","tagSlugs":["table-of-contents-all-h2s","faq-markup"],"topicId":["040c3ff1-4f98-4277-b43f-e4d930acbe4e","9e387438-bfb1-47c2-a8a5-71be354f69de","f1f7db06-c6f9-4e80-8187-60ad48f035a1"],"topicName":["photo & video","home entertainment","zdnet recommends"],"topicSlugs":["photo-video","home-entertainment","zdnet-recommends"],"articleType":"content_article","articleSubType":"best-list","annotations":[{"id":"d84eac86-f3a8-4547-b45d-d11071bfe2c7","score":1723.1564637012,"termIdInSource":"275062","termName":"Canon","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"b92db693-ce33-4b2b-9d21-e9f4a019a4d5","score":1708.0569674012,"termIdInSource":"275235","termName":"Sony","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"1c34a45a-d1db-49ee-a1b3-8e5b617271f0","score":1400,"termIdInSource":"1c723cd7-c387-11e2-8208-0291187b029a","termName":"Camera Accessories","termSourceType":"CNET_CAT_TOPIC","typeName":"content_annotation"},{"id":"9fcf24e9-b2c7-4724-bdd7-ef317ff909b8","score":1322.4978510798,"termIdInSource":"1c37805c-c387-11e2-8208-0291187b029a","termName":"Cameras","termSourceType":"CNET_CAT_TOPIC","typeName":"content_annotation"},{"id":"0cf6dbb9-d30e-4c4e-a0f6-05291524e8ad","score":1108.0569674012,"termIdInSource":"c471fe0d-f313-11e2-8262-0291187b029a","termName":"Sony","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"b24ebde0-96c7-4336-a5ea-40dd43eb2bf8","score":1100,"termIdInSource":"30040507","termName":"Camera Accessories & Accessory Kits","termSourceType":"CNET_CAT_CDS","typeName":"content_annotation"},{"id":"f903d043-1413-42fe-a831-6d38498f5d8a","score":990.00000059605,"termIdInSource":"275330","termName":"Nikon Inc.","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"501d400f-fa7d-49b7-a9e6-018932e6d708","score":973.15646370116,"termIdInSource":"bf93271f-f313-11e2-8262-0291187b029a","termName":"Canon","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"25c3c696-c22d-4fce-ae32-a946bcf08c7e","score":973.15646370116,"termIdInSource":"275062","termName":"Canon","termSourceType":"B2B_CMP","typeName":"content_annotation"},{"id":"c9104b77-05e7-4f26-b52a-743c5d51d8fd","score":859.46400513554,"termIdInSource":"1bfbd4ac-c387-11e2-8208-0291187b029a","termName":"Photography","termSourceType":"CNET_CAT_TOPIC","typeName":"content_annotation"},{"id":"3247f228-c658-4297-8153-1e8dfccd1f02","score":840.00000059605,"termIdInSource":"c3ac53f7-f313-11e2-8262-0291187b029a","termName":"Nikon","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"5aacb945-f3ea-4206-a9f3-5dd9f02c4ab3","score":808.05696740116,"termIdInSource":"275235","termName":"Sony","termSourceType":"B2B_CMP","typeName":"content_annotation"},{"id":"f2294c1e-0e6f-4231-872a-23f8b41b2ba2","score":800,"termIdInSource":"c3e718c0-f313-11e2-8262-0291187b029a","termName":"Panasonic","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"0e15ae07-5d8a-4eab-952f-93602c3adc99","score":800,"termIdInSource":"275196","termName":"Panasonic","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"6fc13bf8-91ac-4f8d-8781-73c935571564","score":634.46400513554,"termIdInSource":"6290278","termName":"GoPro","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"59666069-c380-4139-a011-623ca5da29e8","score":525.87680324345,"termIdInSource":"80091fdc-5aac-4677-ab3d-5f67f534da86","termName":"Canon PowerShot G7 X","termSourceType":"CNET_FAM_SERIES","typeName":"content_annotation"},{"id":"deb9ed58-453b-4b4f-b7f7-c1b5b2df1008","score":500,"termIdInSource":"30030905","termName":"Microphones","termSourceType":"CNET_CAT_CDS","typeName":"content_annotation"},{"id":"9bbd99b1-bb7a-47b8-8981-1c29863df984","score":500,"termIdInSource":"be8afc10-f313-11e2-8262-0291187b029a","termName":"Best Buy","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"8bbbc864-9f5b-44e8-93de-e9ffd6ed6691","score":460,"termIdInSource":"280048","termName":"Best Buy","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"aeb168d7-43c7-45c6-b95f-1b6e2eae67d4","score":425,"termIdInSource":"1004040201","termName":"SD Cards","termSourceType":"CNET_CAT_CDS","typeName":"content_annotation"},{"id":"3e147a13-525a-4b97-bdb4-bb180a4f447b","score":425,"termIdInSource":"10061304","termName":"Camera Accessories","termSourceType":"CNET_CAT_CDS","typeName":"content_annotation"},{"id":"ead76051-491c-4ef3-b54e-bb04b9b549f1","score":409.46400513554,"termIdInSource":"canon-powershot","termName":"Canon PowerShot","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"aa26be8e-c759-4b38-b8cf-2c0ea2376883","score":407.60000269413,"termIdInSource":"15011426","termName":"DJI","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"fa1fbaca-c4ff-460f-af2f-59f13aaeca1f","score":390.00000059605,"termIdInSource":"canon-eos","termName":"Canon EOS","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"931ce2bf-efff-419e-a10e-07e8305017ff","score":358.05696740116,"termIdInSource":"sony-dpw","termName":"Sony","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"8f073156-26b9-44a2-84ec-7c0d6f4d217e","score":358.05696740116,"termIdInSource":"weight","termName":"weight","termSourceType":"CNET_CAT_PRODTYPE","typeName":"content_annotation"},{"id":"472c2c71-9d8f-4ea7-bd69-085aecbe2d9d","score":358.05696740116,"termIdInSource":"sony-magicgate","termName":"Sony","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"09695896-d59f-43c2-ba2d-a3630e03089c","score":358.05696740116,"termIdInSource":"sony-betamax","termName":"Sony","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"20fab42d-4e66-4a9d-8856-3d0e22ab7fcc","score":351.09600217533,"termIdInSource":"280364","termName":"Amazon","termSourceType":"CNET_CMP_MFR","typeName":"content_annotation"},{"id":"ec634a7b-a6a8-4e3b-9467-c1088338d4f6","score":350,"termIdInSource":"10061303","termName":"Web Cameras","termSourceType":"CNET_CAT_CDS","typeName":"content_annotation"},{"id":"9ce1aa1d-47d8-4019-be64-17596aac4f82","score":350,"termIdInSource":"panasonic-lumix","termName":"Panasonic Lumix","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"5899ed0c-13fe-4140-9f1a-9b5f1783ed18","score":350,"termIdInSource":"nikon-as","termName":"Nikon AS","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"fbc8b8c7-f445-4c9e-a58a-065fa353933c","score":346.62231398945,"termIdInSource":"1c37805c-c387-11e2-8208-0291187b029a","termName":"Cameras","termSourceType":"TR_CAT_TOPIC","typeName":"content_annotation"},{"id":"d0f14154-f4d3-4dde-9f19-919ef2d3ad13","score":334.46400513554,"termIdInSource":"6290278","termName":"GoPro","termSourceType":"B2B_CMP","typeName":"content_annotation"},{"id":"b27c34b0-7056-4477-b8c7-4dc842aec501","score":318.08000391483,"termIdInSource":"canon-vixia","termName":"Canon","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"9afc6876-1352-41ac-a548-8923c0083a0a","score":300,"termIdInSource":"1c3d24e4-c387-11e2-8208-0291187b029a","termName":"Home Entertainment","termSourceType":"CNET_CAT_TOPIC","typeName":"content_annotation"},{"id":"48ce0ab7-6b40-433b-86c2-699647f01df5","score":276.09600217533,"termIdInSource":"bd515a1a-f313-11e2-8262-0291187b029a","termName":"Amazon","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"0ce6f146-1968-4855-a4cf-b96b8055b1ed","score":275,"termIdInSource":"nikon-coolpix","termName":"Nikon Coolpix","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"1a00fcea-816c-450b-b52f-87548c8fa389","score":247.19999849796,"termIdInSource":"54","termName":"Best digital cameras","termSourceType":"CNET_EVERGREEN","typeName":"content_annotation"},{"id":"2782840b-7d36-4061-8e8a-a1750cb33333","score":235,"termIdInSource":"f324b664-107f-4cd8-b6cf-c6956827624e","termName":"Nikon Coolpix S6900","termSourceType":"CNET_FAM_SERIES","typeName":"content_annotation"},{"id":"f85f50b8-308d-4e99-a299-7b7dd7cb4d36","score":211.98829318241,"termIdInSource":"tamrac-digital-zoom","termName":"Tamrac Digital Zoom","termSourceType":"CNET_FAM_LINE","typeName":"content_annotation"},{"id":"f1064cc1-a683-4bff-88c5-eeb610a2a453","score":206.7724627246,"termIdInSource":"7623ba4c-4f83-4743-b14c-c3f3e5259cb3","termName":"Zoom","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"82dbfc55-8dde-433d-88ea-ea9ff1f5813d","score":205.00000119209,"termIdInSource":"285123","termName":"YouTube","termSourceType":"B2B_CMP","typeName":"content_annotation"},{"id":"a7e2789a-72dd-4c8a-a527-c8dd416a9d81","score":201.09600217533,"termIdInSource":"280364","termName":"Amazon","termSourceType":"B2B_CMP","typeName":"content_annotation"},{"id":"fc20fdef-c988-45b3-94ce-178093e74536","score":200,"termIdInSource":"microphone","termName":"microphone","termSourceType":"CNET_CAT_PRODTYPE","typeName":"content_annotation"},{"id":"8ce652a2-df4f-43b0-9b42-2e0542fe8909","score":200,"termIdInSource":"tripod","termName":"tripod","termSourceType":"CNET_CAT_PRODTYPE","typeName":"content_annotation"},{"id":"75c5a37e-c24b-447e-8269-27c7702849ab","score":200,"termIdInSource":"software","termName":"software","termSourceType":"CNET_CAT_PRODTYPE","typeName":"content_annotation"},{"id":"05c0cd76-8dee-43b7-9633-925ba6360cfe","score":197.00000154972,"termIdInSource":"battery","termName":"battery","termSourceType":"CNET_CAT_PRODTYPE","typeName":"content_annotation"},{"id":"d2e2352c-ebd8-4161-a2b3-11f8922b6f9b","score":184.46400513554,"termIdInSource":"a30d92da-7926-46b8-9d83-3c7497c40619","termName":"GoPro","termSourceType":"CNET_TAG","typeName":"content_annotation"},{"id":"5145f586-6c45-46ab-b17f-3901417ed2c8","score":184.46400513554,"termIdInSource":"1bfbd4ac-c387-11e2-8208-0291187b029a","termName":"Photography","termSourceType":"TR_CAT_TOPIC","typeName":"content_annotation"}],"_buyingCycle":"compare","contentTags":"table-of-contents-all-h2s|faq-markup|zdnet-recommends","cohesionRevisionId":"rev_2JvWVcFDFZJW9W7ouTeJzeSlM76","collectionTypeSlug":"","products":[],"articleAuthorId":["516897af-0442-4325-ad67-5150f546675c"],"articleAuthorName":["josh slate"],"articleAuthorDisplayName":["Josh Slate"],"articleAuthorUsername":"jslate","articleId":"d582c94f-6422-48f0-a40b-fa366086f9ba","articleTitle":"the 5 best vlogging cameras of 2023","collectionName":[""],"collectionSlug":[null],"collectionThreadName":[],"articlePubDate":"2023-01-05 22:50:00+0000","siteHier":["bottom_funnel","innovation","computing","photo-video"],"brand":"zdnet","_collectionPrimaryId":[null],"deviceType":"desktop","edition":"us","error":"prod","isDev":false,"limit":4,"pageViewGuid":null,"reportSuiteId":"cnetzdnetglobalsite","siteName":"zdnet","siteType":"responsive web","soastaBucket":"","soastaPageType":"content_article","tealium":{"profile":"zdnetglobalsite","env":"prod"},"testGroup":"","testName":"","testVersion":"","traffic_source":"cloud","services.debug.enabled":true,"services.abTest.enabled":true,"services.ads.enabled":true,"services.adDisplay.enabled":true,"services.adSense.enabled":true,"services.amazonNative.enabled":true,"services.ampAd.enabled":true,"services.mediaNet.enabled":true,"services.taboola.enabled":true,"services.bidbarrel.enabled":true,"services.indexexchange.enabled":true,"services.dapi.enabled":true,"services.disqus.enabled":true,"services.editions.enabled":true,"services.oneTrust.enabled":true,"services.gdpr.enabled":false,"services.mpulse.enabled":true,"services.myfinance.enabled":true,"services.newsletter.enabled":true,"services.iterable.enabled":true,"services.bluehornet.enabled":false,"services.serverScripts.enabled":true,"services.seamless.enabled":false,"services.cms.enabled":true,"services.urbanAirship.enabled":false,"services.vanity.enabled":true,"services.vanity.mask.enabled":true,"services.chartbeatVideo.enabled":true,"services.cohesion.enabled":false,"services.tagular.enabled":true,"services.chartbeat.enabled":true,"services.comscore.enabled":true,"services.comscore.pageView.enabled":false,"services.tealium.enabled":true,"services.tealium.inline.enabled":false,"services.tealium.cohesion.enabled":false,"services.500px.enabled":true,"services.facebook.enabled":true,"services.flickr.enabled":true,"services.gifv.enabled":true,"services.google_maps.enabled":true,"services.imgur.enabled":true,"services.instagram.enabled":true,"services.playbuzz.enabled":true,"services.reddit.enabled":true,"services.scribd.enabled":true,"services.soundcloud.enabled":true,"services.twitter.enabled":true,"services.video.enabled":true,"services.vimeo.enabled":true,"services.youtube.enabled":true,"services.audiencescience.enabled":true,"services.branch.enabled":true,"services.crazyegg.enabled":true,"services.dw.enabled":true,"services.facebookmarketing.enabled":true,"services.googleremarketing.enabled":true,"services.nielsen.enabled":true,"services.qualtrics.enabled":false,"services.qualtricsNoTealium.enabled":true,"services.sitecatalyst.enabled":true,"services.trackonomics.enabled":true,"services.trueanthem.enabled":true,"services.viglink.enabled":true,"services.adDisplayCriteria.enabled":true,"services.article.enabled":true,"services.articleWatchAndReadVideo.enabled":false,"services.bestList.enabled":true,"services.bestListV2ExcludeEduFinance.enabled":false,"services.bestListExcludeHO.enabled":true,"services.bottomFunnel.enabled":true,"services.bottomFunnelDesktop.enabled":true,"services.disableVideoShare.enabled":true,"services.isNotSpecialFeature.enabled":true,"services.review.enabled":false,"services.reviewSingle.enabled":false,"services.topFunnel.enabled":false,"services.homeAndOfficeBestList.enabled":false,"services.bestListAdTestLessAdsIds.enabled":false,"services.bestListAdTestMoreAdsIds.enabled":false}; window.utag_data.pageViewGuid = window.initialPageViewGuid; </script><script type="application/javascript" charset="UTF-8"> window.chsn_ad_id = window.initialPageViewGuid; window.chsn_pageType = "article"; window.chsn_post_id = "d582c94f-6422-48f0-a40b-fa366086f9ba"; !(function (co, h, e, s, i, o, n) { var d = "documentElement"; var a = "className"; h[d][a] += " preampjs fusejs"; n.k = e; co._Cohesion = n; co._Preamp = { k: s, start: new Date() }; co._Fuse = { k: i }; co._Tagular = { k: o }; [e, s, i, o].map(function (x) { co[x] = co[x] || function () { (co[x].q = co[x].q || []).push([].slice.call(arguments)); }; }); h.addEventListener("DOMContentLoaded", function () { co.setTimeout(function () { var u = h[d][a]; h[d][a] = u.replace(/ ?preampjs| ?fusejs/g, ""); }, 3e3); co._Preamp.docReady = co._Fuse.docReady = !0; }); var z = h.createElement("script"); z.async = 1; z.src = "https://web.archive.org/web/20230107024744/https://cdn.cohesionapps.com/cohesion/cohesion-latest.min.js"; h.head.appendChild(z); })(window, document, "cohesion", "preamp", "fuse", "tagular", {"consent": {"onetrust": {"enabled": true,"optIn": true},"required": true},"tagular": {"writeKey": "wk_1kYsAdHsx1XVwT5EbX9OQYl4nJM","sourceKey": "src_1kYsAcdpfzbZ8UlNLYht1RPg3m2","apiVersion": "v2/t","taggy": {"enabled": true},"beamHook": function (event) { if (false) {} },"cookieDomain": ".zdnet.com"},"monarch": {"token": "216e3432-947e-4868-acd4-32f9cb9ffdb9","sourceId": "898423bf-f046-40ab-933c-5c7c7f6067c7"}}); </script><script type="application/javascript" async="" src="//web.archive.org/web/20230107024744js_/https://static.chartbeat.com/js/chartbeat_mab.js"></script><meta data-n-head="ssr" name="twitter:image" content="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/73a35f1e18cc0abbc759158bf0f34acab678e6e5/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&amp;fit=crop&amp;height=675&amp;width=1200" data-hid="twitter:image"><meta data-n-head="ssr" property="og:image" content="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/73a35f1e18cc0abbc759158bf0f34acab678e6e5/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&amp;fit=crop&amp;height=675&amp;width=1200" data-hid="og:image"><meta data-n-head="ssr" property="og:type" content="article" data-hid="og:type"><meta data-n-head="ssr" name="nuxtstatus" content="loaded" data-hid="nuxtstatus"><meta data-n-head="ssr" name="description" content="Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle." data-hid="description"><meta data-n-head="ssr" property="article:content_tier" content="free" data-hid="article:content_tier"><meta data-n-head="ssr" property="article:publisher" content="https://www.facebook.com/ZDNET.official" data-hid="article:publisher"><meta data-n-head="ssr" property="og:description" content="Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle." data-hid="og:description"><meta data-n-head="ssr" property="og:title" content="The 5 best vlogging cameras of 2023" data-hid="og:title"><meta data-n-head="ssr" property="og:url" content="https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/" data-hid="og:url"><meta data-n-head="ssr" name="twitter:description" content="Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle." data-hid="twitter:description"><meta data-n-head="ssr" name="twitter:title" content="The 5 best vlogging cameras of 2023" data-hid="twitter:title"><meta data-n-head="ssr" name="twitter:url" content="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" data-hid="twitter:url"><meta data-n-head="ssr" name="robots" content="max-image-preview:large" data-hid="robots"><link data-n-head="ssr" data-hid="icon" rel="shortcut icon" type="image/png" href="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/fly/bundles/zdnetcore/images/logos/zdnet-logo-yellow.png"><link data-n-head="ssr" data-hid="publisher" rel="publisher" href="https://plus.google.com/105074359186426139750/"><link data-n-head="ssr" rel="amphtml" href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/google-amp/article/best-vlogging-camera/" data-hid="amphtml"><link data-n-head="ssr" rel="canonical" href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/" data-hid="canonical"><link data-n-head="ssr" rel="alternate" type="application/rss+xml" title="Latest stories for ZDNET in Photo &amp; Video" href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/photo-video/rss.xml" data-hid="application/rss+xml"><script data-n-head="ssr" charset="UTF-8" type="application/ld+json" data-hid="ld+json">[{"@context":"https://web.archive.org/web/20230107024744/https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/"},{"@type":"ListItem","position":2,"name":"Innovation","item":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/innovation/"},{"@type":"ListItem","position":3,"name":"Computing","item":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/computing/"},{"@type":"ListItem","position":4,"name":"Photo & Video","item":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/photo-video/"}]},{"@context":"https://web.archive.org/web/20230107024744/https://schema.org","@type":"Article","articleBody":"Today many people catalog their daily life through video or vlogs rather than blogs and journals. But picking up a camera and sharing your day on the internet can be a pain in the arm if you use a bulky, heavy camera. The best vlogging camera should be small and weigh less than one pound.We found the best vlogging cameras, but don't let the small size confuse you. These units are powerful and can capture amazing videos. In fact, all of the cameras included in this list have more than 20 megapixels (MP) and impressive stabilization and digital zoom capabilities.&nbsp;Also:The best camerasThe best webcamsThe best cameras for beginnersThe best camera accessories ","articleSection":["Photo & Video","Computing","Innovation"],"author":{"@type":"Person","name":"Josh Slate","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/meet-the-team/josh-slate/","sameAs":null},"creator":{"@type":"Person","name":"Josh Slate","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/meet-the-team/josh-slate/","sameAs":null},"description":"Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle.","dateModified":"2023-01-05T22:50:00.000Z","datePublished":"2023-01-05T22:50:00.000Z","headline":"The 5 best vlogging cameras of 2023","image":[{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/7eafd553d57cf6828d86aa18e6e0d9b5b5e5e995/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/73a35f1e18cc0abbc759158bf0f34acab678e6e5/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=675&width=1200","width":"1200","height":"675"},{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/ef0e7314c7626f3e72fca3ea1ed04b151b7fd86e/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=1200&width=1200","width":"1200","height":"1200"}],"mainEntityOfPage":{"@id":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/","@type":"WebPage","description":"Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle.","thumbnailUrl":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/73a35f1e18cc0abbc759158bf0f34acab678e6e5/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=675&width=1200"},"publisher":{"@type":"Organization","name":"ZDNET","logo":{"@type":"ImageObject","height":"310","width":"310","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/neutron/images/logos/zdnet.png"}},"thumbnailUrl":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/73a35f1e18cc0abbc759158bf0f34acab678e6e5/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=675&width=1200","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/","video":null},{"@context":"https://web.archive.org/web/20230107024744/https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is the best vlogging camera?","acceptedAnswer":{"@type":"Answer","text":"The best vlogging camera is the Sony Alpha ZV-E10 due to its pristine video quality and ability to swap lenses. Though the camera is small in size, the technology engrained in this product is incredible. Like the Canon PowerShot G7 X MIII, this camera is mirrorless and has the capability to use multiple lenses to capture content.While yes, it is the best option in our opinion, there are plenty of options out there including GoPro and Canon products. Here's a table to compare the key features and prices of these best vlogging cameras.Vlogging cameraPriceMegapixelsBody weightSony Alpha ZV-E10$80024.2 MP.8 poundsDJI Pocket 2$35064 MP.26 poundsGoPro Hero10$40023 MP.34 poundsCanon PowerShot G7 X MIII$75020.1 MP.67 poundsSony ZV-1$64821 MP.65 pounds"}},{"@type":"Question","name":"Which is the right vlogging camera for you?","acceptedAnswer":{"@type":"Answer","text":"Each person has a different use for every product out there. Consider this chart before making your purchase to find out which vlogging camera is best for you.Choose this&nbsp;vlogging camera…If you…Sony Alpha ZV-E10Are serious about capturing video and want to create quality contentDJI Pocket 2Want incredible camera quality at a fraction of the price and size of a typical cameraGoPro Hero10 BlackNeed a camera that can withstand the element of water, dirt, wind, and snowCanon PowerShot G7 X MIIIAre a loyal Canon customer and want to continue with their line of productsSony ZV-1Want to use your camera for more than just video"}},{"@type":"Question","name":"How did we choose these vlogging cameras?","acceptedAnswer":{"@type":"Answer","text":"Size, weight, camera quality, and price. These are just a few of the important details we looked at when selecting which vlogging camera is the best.&nbsp;I am fairly new to the \"professional\" photography realm, only buying my first DSLR just a few weeks ago. But, I've been shooting photography for over three years, so I know what to look for when deciding which camera to purchase.&nbsp;While these cameras aren't the DSLRs I'm used to, the technology within these cameras put them as solid alternatives for a casual photographer who wants an easily portable camera.&nbsp;"}},{"@type":"Question","name":"What equipment do you need for vlogging?","acceptedAnswer":{"@type":"Answer","text":"To start vlogging, all you need is a camera and an SD card to store your footage. But, if you are serious about this form of content creation, you will likely need a tripod, editing software on your computer, an attachable microphone, as well as more minor accessories along the way."}},{"@type":"Question","name":"What should I look for when buying a vlogging camera?","acceptedAnswer":{"@type":"Answer","text":"Like all cameras, making sure your camera's megapixel count is high is the best starting point. Additionally, you'll want a camera that can handle the lowest aperture and shoot in 4k, or at least 1080p."}},{"@type":"Question","name":"Do you need a flip screen for vlogging?","acceptedAnswer":{"@type":"Answer","text":"In short, yes if you want good quality videos. Without a flip screen, you will be unable to see what your camera is pointing at."}},{"@type":"Question","name":"Are there alternative vlogging cameras worth considering?","acceptedAnswer":{"@type":"Answer","text":"The phrase, \"a photographer is only as good as his camera,\" couldn't be more false. While, yes, having an advanced, high-quality camera helps, it ultimately comes down to the person using the camera. While the five vlogging cameras included in this list are the best ones on the market, here are a couple alternatives to consider before making your purchase."}}]},{"@context":"https://web.archive.org/web/20230107024744/https://schema.org","@type":"ItemList","itemListElement":[{"@type":"ListItem","image":{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/d95f07b346e7d397245fd7b77162c44b54040434/2022/08/10/3d4f5b74-0eb5-4f65-881a-d452995c5bc1/1296x729-35.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},"name":"Sony Alpha ZV-E10","position":1,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/#listicle-1382b9e0-9c54-40d9-8ac3-1d945b686516"},{"@type":"ListItem","image":{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/400ee30069bb554156de84a8f88f7d26582f2c86/2022/09/30/73824534-341e-494b-99c2-c7fff9fab775/dji-pocket-2.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},"name":"DJI Pocket 2","position":2,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/#listicle-62cac0be-d844-41a8-add0-2448301ac834"},{"@type":"ListItem","image":{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/34addca79c271dfeba3a6b0447f0872c8ec7a09b/2022/08/10/8f75704e-ffb0-4e5e-8581-4917dd711d56/1296x729-1.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},"name":"GoPro Hero10 Black","position":3,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/#listicle-ddfc2a70-05c6-4120-922e-7179568adfdd"},{"@type":"ListItem","image":{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/7eafd553d57cf6828d86aa18e6e0d9b5b5e5e995/2022/08/12/2148909e-ed9b-45f2-aeaa-1402b4fe759c/canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},"name":"Canon PowerShot G7 X MIII","position":4,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/#listicle-f8aa8994-01a7-4536-8899-dfc09dbffc07"},{"@type":"ListItem","image":{"@type":"ImageObject","url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/a/img/resize/cc465377b8b888c3575b880df755cc55d6e40828/2022/08/12/39dddeb8-142b-49f9-876c-44545a3a1bd9/sony-zv-1-review-best-vlogging-camera.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},"name":"Sony ZV-1","position":5,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/#listicle-28bcdbaa-5709-4f9b-8692-254e58c00053"}],"numberOfItems":5,"url":"https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-vlogging-camera/"}]</script><script data-n-head="ssr" charset="UTF-8" type="application/javascript" data-hid="chartbeat/config"> var _sf_async_config = _sf_async_config || {}; _sf_async_config.uid = 66142; _sf_async_config.domain = "zdnet.com"; _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; _sf_async_config.autoDetect = false; _sf_async_config.sections = "bottom_funnel"; _sf_async_config.authors = "josh slate"; _sf_async_config.contentType = "best-list"; var _sf_startpt = 1673055247284; window._cbq = (window._cbq || []); </script><script data-n-head="ssr"></script><script data-n-head="ssr" charset="UTF-8" type="application/javascript" data-hid="qualtrics"> document.addEventListener("DOMContentLoaded", function () { var element = document.createElement("script"); element.src = "https://web.archive.org/web/20230107024744/https://znboeraj5ckzy50mq-redventures.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_bOErAJ5ckzy50mq&amp;Q_LOC=" + encodeURIComponent(window.location.href); document.body.appendChild(element); }); </script><style data-vue-ssr-id="f1847de4:0 36c8e810:0 f7366b52:0 35b66630:0 c4d06712:0 266fe866:0 97ed1d2e:0 6e4babd8:0 52daf804:0 001bc978:0 35d1b8e4:0 fb59b3f8:0 28476c92:0 1414e5c4:0 17cf4211:0 05548023:0 3a370ede:0 76d13c8a:0 4954a046:0 f8b7fd98:0 053c72e8:0 c06860e4:0 2b98e874:0 7d438fa8:0 e14411c4:0 24b81df4:0 ca376584:0 55d82cc4:0 8d892bb8:0 1901bfac:0 0a0692e6:0 784b046a:0 48dc7524:0 c88dd81e:0 69c75bf3:0 617656a0:0 35706484:0 2c774c82:0 06870628:0 3e6ea440:0 42f9d13e:0 447917ff:0 e5da5030:0 b4b41978:0 31ca9840:0 f3ff97f8:0 ca3bc730:0 6d6dda44:0">article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box;outline:0}html{font-size:100%;text-size-adjust:100%}body{margin:0}iframe{border:0;max-width:100%}a,.no-touch a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}abbr[title],dfn[title]{cursor:help}b,strong{font-weight:bold}blockquote{margin:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold}pre,code,kbd,samp{font-family:monospace,serif;_font-family:"courier new",monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q::before,q::after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol,dl{list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;appearance:button}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{appearance:none}input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{cursor:text;outline:none}label,input,textarea,select,option{cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,form,fieldset,legend,table,th,td,caption,ul,ol{margin:0;padding:0}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;filter:none !important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:1cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}button,[type=button],[type=submit]{background:#080a12;border:0;color:#fff;font-family:suisseintl,helvetica,sans-serif;font-size:1rem;font-weight:600;height:3rem;text-transform:uppercase}[type=checkbox]{appearance:none;border:1px solid #d8d8d8;height:2rem;vertical-align:top;width:2rem}[type=checkbox]:active,[type=checkbox]:focus{border:1px solid unset}[type=checkbox]:checked{background:#080a12;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1425 0L4.5 5.7835L1.857 3.278L0 5.136L4.5 9.5L12 1.8575L10.1425 0Z" fill="white"/></svg>');background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;border:0}[type=radio]{appearance:none;border:1px solid #d8d8d8;border-radius:50%;height:2rem;vertical-align:top;width:2rem}[type=radio]:active,[type=radio]:focus{border:1px solid unset}[type=radio]:checked{background:#080a12;background-image:url('data:image/svg+xml;utf8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="white"/></svg>');background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;border:0}[type=text],select,textarea{border:1px solid var(--border-color, #d8d8d8);color:var(--color, #262626)}select{appearance:none;background:transparent;background-image:url('data:image/svg+xml;utf8,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L5.05077 5L10 0.100515L0 0Z" fill="black"/></svg>');background-position-x:calc(100% - 1.4375rem);background-position-y:50%;background-repeat:no-repeat;padding-right:3.5rem}textarea{font-family:suisseintl,helvetica,sans-serif}[type=text]::placeholder,select::placeholder,textarea::placeholder{color:gray;opacity:1}[type=text]:active,select:active,textarea:active,[type=text]:focus,select:focus,textarea:focus{border:1px solid unset}[type=text]:invalid,select:invalid,textarea:invalid{border:1px solid #eb0036;color:#eb0036}html{font-family:suisseintl,helvetica,sans-serif;font-size:16px;color:#080a12}body{font-size:1rem;line-height:1.625rem}h1{font-size:3rem;line-height:3.25rem}@media(min-width: 768px){h1{font-size:calc(48px + 88 * ((100vw - 768px) / 672));line-height:calc(52px + 92 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h1{font-size:8.5rem;line-height:9rem}}h2{font-size:2.25rem;line-height:2.75rem}@media(min-width: 768px){h2{font-size:calc(36px + 12 * ((100vw - 768px) / 672));line-height:calc(44px + 8 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h2{font-size:3rem;line-height:3.25rem}}h3{font-size:1.375rem;line-height:1.875rem}@media(min-width: 768px){h3{font-size:calc(22px + 14 * ((100vw - 768px) / 672));line-height:calc(30px + 14 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h3{font-size:2.25rem;line-height:2.75rem}}h4{font-size:1.125rem;line-height:1.75rem}@media(min-width: 768px){h4{font-size:calc(18px + 4 * ((100vw - 768px) / 672));line-height:calc(28px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h4{font-size:1.375rem;line-height:1.875rem}}h5{font-size:1.125rem;line-height:1.75rem}h6{font-size:1rem;line-height:1.375rem}a{color:#006dff;text-decoration:none}a:hover{color:#080a12;text-decoration:none}p{font-size:1.125rem;line-height:1.75rem}.g-border-thin-light-top{border-top:1px solid #f1f0f3}.g-border-thin-dark-top,.c-sectionHeading{border-top:1px solid #080a12}.g-border-thick-light-top{border-top:5px solid #f1f0f3}.g-border-thick-dark-top{border-top:1px solid #080a12}.g-border-thin-primary-top{border-top:1px solid #080a12}.g-border-thick-primary-top{border-top:5px solid #080a12}.g-border-thin-light-right{border-right:1px solid #f1f0f3}.g-border-thin-dark-right{border-right:1px solid #080a12}.g-border-thick-light-right{border-right:5px solid #f1f0f3}.g-border-thick-dark-right{border-right:1px solid #080a12}.g-border-thin-primary-right{border-right:1px solid #080a12}.g-border-thick-primary-right{border-right:5px solid #080a12}.g-border-thin-light-bottom{border-bottom:1px solid #f1f0f3}.g-border-thin-dark-bottom{border-bottom:1px solid #080a12}.g-border-thick-light-bottom{border-bottom:5px solid #f1f0f3}.g-border-thick-dark-bottom{border-bottom:1px solid #080a12}.g-border-thin-primary-bottom{border-bottom:1px solid #080a12}.g-border-thick-primary-bottom{border-bottom:5px solid #080a12}.g-border-thin-light-left{border-left:1px solid #f1f0f3}.g-border-thin-dark-left{border-left:1px solid #080a12}.g-border-thick-light-left{border-left:5px solid #f1f0f3}.g-border-thick-dark-left{border-left:1px solid #080a12}.g-border-thin-primary-left{border-left:1px solid #080a12}.g-border-thick-primary-left{border-left:5px solid #080a12}.g-bg-primary{background-color:#080a12}.g-color-primary{color:#080a12}.g-color-primary-dark{color:unset}.g-border-primary{border-color:#080a12}.g-bg-secondary{background-color:unset}.g-color-secondary{color:unset}.g-border-secondary{color:unset}.g-bg-tertiary{background-color:#eb0e33}.g-color-tertiary{color:#eb0e33}.g-bg-brand{background-color:#d0ff4b}.g-color-brand{color:#d0ff4b}.g-color-text-meta{color:#505259}.g-bg-black,.g-bg-gray100{background-color:#000}.g-border-black,.g-border-gray100{border-color:#000}.g-color-black,.g-color-gray100{color:#000}.g-fill-black,.g-fill-gray100{fill:#000}.g-bg-black-alpha25{background-color:rgba(0,0,0,.25)}.g-border-black-alpha25{border-color:rgba(0,0,0,.25)}.g-color-black-alpha25{color:rgba(0,0,0,.25)}.g-fill-black-alpha25{fill:rgba(0,0,0,.25)}.g-bg-gray98{background-color:#191919}.g-border-gray98{border-color:#191919}.g-color-gray98{color:#191919}.g-bg-gray90{background-color:#262626}.g-border-gray90{border-color:#262626}.g-color-gray90{color:#262626}.g-bg-gray80{background-color:#404040}.g-border-gray80{border-color:#404040}.g-color-gray80{color:#404040}.g-bg-gray70{background-color:#666}.g-border-gray70{border-color:#666}.g-color-gray70{color:#666}.g-bg-gray60{background-color:gray}.g-border-gray60{border-color:gray}.g-color-gray60{color:gray}.g-bg-gray50{background-color:#999}.g-border-gray50{border-color:#999}.g-color-gray50{color:#999}.g-fill-gray50{fill:#999}.g-bg-gray40{background-color:#bfbfbf}.g-border-gray40{border-color:#bfbfbf}.g-color-gray40{color:#bfbfbf}.g-bg-gray30{background-color:#d8d8d8}.g-border-gray30{border-color:#d8d8d8}.g-color-gray30{color:#d8d8d8}.g-bg-gray20{background-color:#e6e6e6}.g-border-gray20{border-color:#e6e6e6}.g-color-gray20{color:#e6e6e6}.g-bg-gray10{background-color:#f2f2f2}.g-border-gray10{border-color:#f2f2f2}.g-color-gray10{color:#f2f2f2}.g-bg-white,.g-bg-gray0{background-color:#fff}.g-border-white,.g-border-gray0{border-color:#fff}.g-color-white,.g-color-gray0{color:#fff}.g-fill-white,.g-fill-gray0{fill:#fff}.g-bg-white-alpha25{background-color:rgba(255,255,255,.25)}.g-border-white-alpha25{border-color:rgba(255,255,255,.25)}.g-color-white-alpha25{color:rgba(255,255,255,.25)}.g-fill-white-alpha25{fill:rgba(255,255,255,.25)}.g-bg-red-light{background-color:#ff1f52}.g-border-red-light{border-color:#ff1f52}.g-color-red-light{color:#ff1f52}.g-bg-red{background-color:#eb0036}.g-border-red{border-color:#eb0036}.g-color-red{color:#eb0036}.g-bg-red-dark{background-color:#b30029}.g-border-red-dark{border-color:#b30029}.g-color-red-dark{color:#b30029}.g-bg-orange-light{background-color:#ff8e33}.g-border-orange-light{border-color:#ff8e33}.g-color-orange-light{color:#ff8e33}.g-bg-orange{background-color:#ff7200}.g-border-orange{border-color:#ff7200}.g-color-orange{color:#ff7200}.g-bg-orange-dark{background-color:#c75900}.g-border-orange-dark{border-color:#c75900}.g-color-orange-dark{color:#c75900}.g-bg-yellow-light{background-color:#fddc37}.g-border-yellow-light{border-color:#fddc37}.g-color-yellow-light{color:#fddc37}.g-bg-yellow{background-color:#fdd304}.g-border-yellow{border-color:#fdd304}.g-color-yellow{color:#fdd304}.g-bg-yellow-dark{background-color:#c7a602}.g-border-yellow-dark{border-color:#c7a602}.g-color-yellow-dark{color:#c7a602}.g-bg-green-light{background-color:#01e765}.g-border-green-light{border-color:#01e765}.g-color-green-light{color:#01e765}.g-bg-green{background-color:#01b44f}.g-border-green{border-color:#01b44f}.g-color-green{color:#01b44f}.g-bg-green-dark{background-color:#017c37}.g-border-green-dark{border-color:#017c37}.g-color-green-dark{color:#017c37}.g-bg-blue-light{background-color:#3d8bff}.g-border-blue-light{border-color:#3d8bff}.g-color-blue-light{color:#3d8bff}.g-bg-blue{background-color:#0a6cff}.g-border-blue{border-color:#0a6cff}.g-color-blue{color:#0a6cff}.g-bg-blue-dark{background-color:#0054d1}.g-border-blue-dark{border-color:#0054d1}.g-color-blue-dark{color:#0054d1}.g-bg-purple-light{background-color:#ca5ae3}.g-border-purple-light{border-color:#ca5ae3}.g-color-purple-light{color:#ca5ae3}.g-bg-purple{background-color:#bc2edc}.g-border-purple{border-color:#bc2edc}.g-color-purple{color:#bc2edc}.g-bg-purple-dark{background-color:#981eb4}.g-border-purple-dark{border-color:#981eb4}.g-color-purple-dark{color:#981eb4}.g-bg-facebook{background-color:#3b5998}.g-color-facebook{color:#3b5998}.g-fill-facebook{fill:#3b5998}.g-bg-twitter{background-color:#1da1f2}.g-color-twitter{color:#1da1f2}.g-fill-twitter{fill:#1da1f2}.g-bg-linkedin{background-color:#0073b2}.g-color-linkedin{color:#0073b2}.g-fill-linkedin{fill:#0073b2}.g-bg-flipboard{background-color:#e12828}.g-color-flipboard{color:#e12828}.g-fill-flipboard{fill:#e12828}.g-bg-reddit{background-color:#ff4500}.g-color-reddit{color:#ff4500}.g-fill-reddit{fill:#ff4500}.g-bg-pinterest{background-color:#e60023}.g-color-pinterest{color:#e60023}.g-fill-pinterest{fill:#e60023}.g-grid-container{width:calc(100vw - 2 * 1rem);min-width:288px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.g-grid-container{width:calc(100vw - 2 * 2rem)}}@media(min-width: 1440px){.g-grid-container{width:calc(1440px - 2 * 72px);max-width:1440px}}.g-container-square{border-radius:0}.g-container-rounded-small{border-radius:.25rem}.g-container-rounded-medium{border-radius:.5rem}.g-container-rounded-large{border-radius:1rem}.g-container-round{border-radius:50%}.g-dropShadow-default{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.g-dropShadow-default-plusHover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.g-dropShadow-default-plusHover:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.16)}.g-dropShadow-hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.16)}.g-dropShadow-modal{box-shadow:0 24px 32px 0 rgba(0,0,0,.16),0 2px 16px 0 rgba(0,0,0,.08)}.g-form-error{border:1px solid #eb0036 !important;color:#eb0036 !important}.g-form-error::placeholder{color:#eb0036 !important}.g-input-medium{font-size:1rem;height:2.5rem;line-height:1.375rem;padding:0 1.5rem}.g-input-large{font-size:1.125rem;height:2.5rem;line-height:1.75rem;padding:0 1.5rem}.g-input-xlarge{font-size:1.125rem;height:3rem;line-height:1.75rem;padding:0 1.5rem}.g-select-medium{font-size:1rem;height:2.5rem;line-height:1.375rem;padding:0 3.5rem 0 1.5rem}.g-select-large{font-size:1.125rem;height:2.5rem;line-height:1.75rem;padding:0 3.5rem 0 1.5rem}.g-select-xlarge{font-size:1.125rem;height:3rem;line-height:1.75rem;padding:0 3.5rem 0 1.5rem}.g-textarea-medium{font-size:1rem;height:6rem;line-height:1.375rem;padding:.375rem 1.5rem}.g-textarea-large{font-size:1.125rem;height:6rem;line-height:1.75rem;padding:1rem 1.5rem}.g-textarea-xlarge{font-size:1.125rem;height:6rem;line-height:1.75rem;padding:.75rem 1.5rem}.g-outer-spacing-top-xxlarge{margin-top:3rem}.g-outer-spacing-top-xxlarge-fluid{margin-top:2.5rem}@media(min-width: 768px){.g-outer-spacing-top-xxlarge-fluid{margin-top:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-xxlarge-fluid{margin-top:3rem}}.g-outer-spacing-bottom-xxlarge,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{margin-bottom:3rem}.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:2.5rem}@media(min-width: 768px){.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:3rem}}.g-outer-spacing-top-xlarge{margin-top:2.5rem}.g-outer-spacing-top-xlarge-fluid{margin-top:2rem}@media(min-width: 768px){.g-outer-spacing-top-xlarge-fluid{margin-top:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-xlarge-fluid{margin-top:2.5rem}}.g-outer-spacing-bottom-xlarge{margin-bottom:2.5rem}.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:2rem}@media(min-width: 768px){.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:2.5rem}}.g-outer-spacing-top-large{margin-top:2rem}.g-outer-spacing-top-large-fluid{margin-top:1.5rem}@media(min-width: 768px){.g-outer-spacing-top-large-fluid{margin-top:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-large-fluid{margin-top:2rem}}.g-outer-spacing-bottom-large{margin-bottom:2rem}.g-outer-spacing-bottom-large-fluid{margin-bottom:1.5rem}@media(min-width: 768px){.g-outer-spacing-bottom-large-fluid{margin-bottom:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-large-fluid{margin-bottom:2rem}}.g-outer-spacing-top-medium{margin-top:1.5rem}.g-outer-spacing-top-medium-fluid{margin-top:1rem}@media(min-width: 768px){.g-outer-spacing-top-medium-fluid{margin-top:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-medium-fluid{margin-top:1.5rem}}.g-outer-spacing-bottom-medium,.c-sectionHeading{margin-bottom:1.5rem}.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:1rem}@media(min-width: 768px){.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:1.5rem}}.g-outer-spacing-top-small{margin-top:1rem}.g-outer-spacing-bottom-small{margin-bottom:1rem}.g-outer-spacing-top-xsmall{margin-top:.5rem}.g-outer-spacing-bottom-xsmall{margin-bottom:.5rem}.g-outer-spacing-left-xxlarge{margin-left:3rem}.g-outer-spacing-left-xxlarge-fluid{margin-left:2.5rem}@media(min-width: 768px){.g-outer-spacing-left-xxlarge-fluid{margin-left:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-xxlarge-fluid{margin-left:3rem}}.g-outer-spacing-right-xxlarge{margin-right:3rem}.g-outer-spacing-right-xxlarge-fluid{margin-right:2.5rem}@media(min-width: 768px){.g-outer-spacing-right-xxlarge-fluid{margin-right:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-xxlarge-fluid{margin-right:3rem}}.g-outer-spacing-left-xlarge{margin-left:2.5rem}.g-outer-spacing-left-xlarge-fluid{margin-left:2rem}@media(min-width: 768px){.g-outer-spacing-left-xlarge-fluid{margin-left:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-xlarge-fluid{margin-left:2.5rem}}.g-outer-spacing-right-xlarge{margin-right:2.5rem}.g-outer-spacing-right-xlarge-fluid{margin-right:2rem}@media(min-width: 768px){.g-outer-spacing-right-xlarge-fluid{margin-right:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-xlarge-fluid{margin-right:2.5rem}}.g-outer-spacing-left-large{margin-left:2rem}.g-outer-spacing-left-large-fluid{margin-left:1.5rem}@media(min-width: 768px){.g-outer-spacing-left-large-fluid{margin-left:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-large-fluid{margin-left:2rem}}.g-outer-spacing-right-large{margin-right:2rem}.g-outer-spacing-right-large-fluid{margin-right:1.5rem}@media(min-width: 768px){.g-outer-spacing-right-large-fluid{margin-right:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-large-fluid{margin-right:2rem}}.g-outer-spacing-left-medium{margin-left:1.5rem}.g-outer-spacing-left-medium-fluid{margin-left:1rem}@media(min-width: 768px){.g-outer-spacing-left-medium-fluid{margin-left:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-medium-fluid{margin-left:1.5rem}}.g-outer-spacing-right-medium{margin-right:1.5rem}.g-outer-spacing-right-medium-fluid{margin-right:1rem}@media(min-width: 768px){.g-outer-spacing-right-medium-fluid{margin-right:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-medium-fluid{margin-right:1.5rem}}.g-outer-spacing-left-small{margin-left:1rem}.g-outer-spacing-right-small{margin-right:1rem}.g-outer-spacing-left-xsmall{margin-left:.5rem}.g-outer-spacing-right-xsmall{margin-right:.5rem}.g-outer-spacing-top-none{margin-top:0}.g-outer-spacing-right-none{margin-right:0}.g-outer-spacing-bottom-none{margin-bottom:0}.g-outer-spacing-left-none{margin-left:0}.g-inner-spacing-xxlarge{padding:3rem}.g-inner-spacing-xlarge{padding:2.5rem}.g-inner-spacing-large{padding:2rem}.g-inner-spacing-medium{padding:1.5rem}.g-inner-spacing-small{padding:1rem}.g-inner-spacing-xsmall{padding:.5rem}.g-inner-spacing-top-xxlarge{padding-top:3rem}.g-inner-spacing-top-xxlarge-fluid{padding-top:2.5rem}@media(min-width: 768px){.g-inner-spacing-top-xxlarge-fluid{padding-top:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-xxlarge-fluid{padding-top:3rem}}.g-inner-spacing-bottom-xxlarge{padding-bottom:3rem}.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:2.5rem}@media(min-width: 768px){.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:3rem}}.g-inner-spacing-top-xlarge{padding-top:2.5rem}.g-inner-spacing-top-xlarge-fluid{padding-top:2rem}@media(min-width: 768px){.g-inner-spacing-top-xlarge-fluid{padding-top:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-xlarge-fluid{padding-top:2.5rem}}.g-inner-spacing-bottom-xlarge{padding-bottom:2.5rem}.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:2rem}@media(min-width: 768px){.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:2.5rem}}.g-inner-spacing-top-large{padding-top:2rem}.g-inner-spacing-top-large-fluid{padding-top:1.5rem}@media(min-width: 768px){.g-inner-spacing-top-large-fluid{padding-top:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-large-fluid{padding-top:2rem}}.g-inner-spacing-bottom-large{padding-bottom:2rem}.g-inner-spacing-bottom-large-fluid{padding-bottom:1.5rem}@media(min-width: 768px){.g-inner-spacing-bottom-large-fluid{padding-bottom:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-large-fluid{padding-bottom:2rem}}.g-inner-spacing-top-medium,.c-sectionHeading{padding-top:1.5rem}.g-inner-spacing-top-medium-fluid{padding-top:1rem}@media(min-width: 768px){.g-inner-spacing-top-medium-fluid{padding-top:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-medium-fluid{padding-top:1.5rem}}.g-inner-spacing-bottom-medium{padding-bottom:1.5rem}.g-inner-spacing-bottom-medium-fluid{padding-bottom:1rem}@media(min-width: 768px){.g-inner-spacing-bottom-medium-fluid{padding-bottom:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-medium-fluid{padding-bottom:1.5rem}}.g-inner-spacing-top-small{padding-top:1rem}.g-inner-spacing-bottom-small{padding-bottom:1rem}.g-inner-spacing-top-xsmall{padding-top:.5rem}.g-inner-spacing-bottom-xsmall{padding-bottom:.5rem}.g-inner-spacing-left-xxlarge{padding-left:3rem}.g-inner-spacing-left-xxlarge-fluid{padding-left:2.5rem}@media(min-width: 768px){.g-inner-spacing-left-xxlarge-fluid{padding-left:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-xxlarge-fluid{padding-left:3rem}}.g-inner-spacing-right-xxlarge{padding-right:3rem}.g-inner-spacing-right-xxlarge-fluid{padding-right:2.5rem}@media(min-width: 768px){.g-inner-spacing-right-xxlarge-fluid{padding-right:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-xxlarge-fluid{padding-right:3rem}}.g-inner-spacing-left-xlarge{padding-left:2.5rem}.g-inner-spacing-left-xlarge-fluid{padding-left:2rem}@media(min-width: 768px){.g-inner-spacing-left-xlarge-fluid{padding-left:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-xlarge-fluid{padding-left:2.5rem}}.g-inner-spacing-right-xlarge{padding-right:2.5rem}.g-inner-spacing-right-xlarge-fluid{padding-right:2rem}@media(min-width: 768px){.g-inner-spacing-right-xlarge-fluid{padding-right:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-xlarge-fluid{padding-right:2.5rem}}.g-inner-spacing-left-large{padding-left:2rem}.g-inner-spacing-left-large-fluid{padding-left:1.5rem}@media(min-width: 768px){.g-inner-spacing-left-large-fluid{padding-left:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-large-fluid{padding-left:2rem}}.g-inner-spacing-right-large{padding-right:2rem}.g-inner-spacing-right-large-fluid{padding-right:1.5rem}@media(min-width: 768px){.g-inner-spacing-right-large-fluid{padding-right:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-large-fluid{padding-right:2rem}}.g-inner-spacing-left-medium{padding-left:1.5rem}.g-inner-spacing-left-medium-fluid{padding-left:1rem}@media(min-width: 768px){.g-inner-spacing-left-medium-fluid{padding-left:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-medium-fluid{padding-left:1.5rem}}.g-inner-spacing-right-medium{padding-right:1.5rem}.g-inner-spacing-right-medium-fluid{padding-right:1rem}@media(min-width: 768px){.g-inner-spacing-right-medium-fluid{padding-right:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-medium-fluid{padding-right:1.5rem}}.g-inner-spacing-left-small{padding-left:1rem}.g-inner-spacing-right-small{padding-right:1rem}.g-inner-spacing-left-xsmall{padding-left:.5rem}.g-inner-spacing-right-xsmall{padding-right:.5rem}.g-width-xxlarge{width:3rem}.g-height-xxlarge{height:3rem}.g-width-xlarge{width:2.5rem}.g-height-xlarge{height:2.5rem}.g-width-large{width:2rem}.g-height-large{height:2rem}.g-width-medium{width:1.5rem}.g-height-medium{height:1.5rem}.g-width-small{width:1rem}.g-height-small{height:1rem}.g-width-xsmall{width:.5rem}.g-height-xsmall{height:.5rem}.preampjs [data-preamp],.fusejs [data-fuse]{opacity:0 !important}.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:3rem;line-height:3.25rem;font-weight:800}@media(min-width: 768px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:calc(48px + 88 * ((100vw - 768px) / 672));line-height:calc(52px + 92 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:8.5rem;line-height:9rem}}.g-text-xxlarge,.g-text-xxlarge-bold{font-size:2.25rem;line-height:2.75rem;font-weight:800}@media(min-width: 768px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:calc(36px + 12 * ((100vw - 768px) / 672));line-height:calc(44px + 8 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:3rem;line-height:3.25rem}}.g-text-xlarge,.g-text-xlarge-bold{font-size:1.375rem;line-height:1.875rem}@media(min-width: 768px){.g-text-xlarge,.g-text-xlarge-bold{font-size:calc(22px + 14 * ((100vw - 768px) / 672));line-height:calc(30px + 14 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xlarge,.g-text-xlarge-bold{font-size:2.25rem;line-height:2.75rem}}.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.125rem;line-height:1.75rem}@media(min-width: 768px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:calc(18px + 4 * ((100vw - 768px) / 672));line-height:calc(28px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.375rem;line-height:1.875rem}}.g-text-medium,.g-text-medium-bold,.o-texticon-size-medium,.o-button-large,.c-button-secondary-large,.c-button-primary-large{font-size:1.125rem;line-height:1.75rem}.g-text-medium-fluid{font-size:1rem;line-height:1.375rem}@media(min-width: 768px){.g-text-medium-fluid{font-size:calc(16px + 2 * ((100vw - 768px) / 672));line-height:calc(22px + 6 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-medium-fluid{font-size:1.125rem;line-height:1.75rem}}.g-text-small,.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large,.o-button-medium,.o-texticon-size-small{font-size:1rem;line-height:1.375rem}.g-text-small-fluid{font-size:.938rem;line-height:1.25rem}@media(min-width: 768px){.g-text-small-fluid{font-size:calc(15.008px + 0.992 * ((100vw - 768px) / 672));line-height:calc(20px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-small-fluid{font-size:1rem;line-height:1.375rem}}.g-text-xsmall,.g-text-xsmall-bold,.o-texticon-size-xsmall,.o-button-small{font-size:.938rem;line-height:1.25rem}.g-text-extrabold{font-weight:800}.g-text-bold{font-weight:600}.g-text-semibold{font-weight:600}.g-text-normal{font-weight:400}.g-text-light{font-weight:300}.g-text-extralight{font-weight:200}.g-text-link{text-decoration:underline}.o-texticon{display:flex;flex-direction:row}.o-texticon-alignment-right{flex-direction:row-reverse}.o-texticon-size-xsmall:first-child,.o-button-small:first-child{margin-right:.25rem}.o-texticon-size-small:first-child{margin-right:.5rem}.o-texticon-size-medium:first-child,.o-button-large:first-child,.c-button-secondary-large:first-child,.c-button-primary-large:first-child{margin-right:1rem}.o-texticon-size-large:first-child,.o-button-xlarge:first-child{margin-right:1.5rem}.o-omnibar-bottom{bottom:0;left:50%;position:fixed;transform:translateX(-50%);z-index:5999899}.o-omnibar-bottom-close{cursor:pointer;display:flex;position:absolute;right:0;bottom:100%;background:#20222a;color:#fff;align-items:center;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.o-omnibar-bottom-close svg{height:.938rem;width:.938rem}.o-omnibar-hide{display:none}.o-omnibar-top{background:#fff;position:fixed;top:0;width:100%;z-index:5999897}.o-omnibar-hide-6x6-iframe iframe{display:none}.o-border-thin{border-width:1px;border-style:solid}.o-border-thin-top{border-top-width:1px;border-top-style:solid}.o-border-thin-right{border-right-width:1px;border-right-style:solid}.o-border-thin-bottom{border-bottom-width:1px;border-bottom-style:solid}.o-border-thin-left{border-left-width:1px;border-left-style:solid}.o-border-thick{border-width:5px;border-style:solid}.o-border-thick-top{border-top-width:5px;border-top-style:solid}.o-border-thick-right{border-right-width:5px;border-right-style:solid}.o-border-thick-bottom{border-bottom-width:5px;border-bottom-style:solid}.o-border-thick-left{border-left-width:5px;border-left-style:solid}.o-box{display:block;padding:1.5rem}.o-box::after{content:"" !important;display:block !important;clear:both !important}.o-box>:last-child{margin-bottom:0}.o-box-flush{padding:0}.o-box-xsmall{padding:.5rem}.o-box-small{padding:1rem}.o-box-large{padding:2rem}.o-box-xlarge{padding:2.5rem}.o-box-xxlarge{padding:3rem}.o-button,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{display:inline-block;text-decoration:none;transition:border .175s ease-out,background-color .175s ease-out,color .175s ease-out;text-align:center}.o-button:not(.o-button-disabled):hover,.c-button:not(.o-button-disabled):hover,.c-button-secondary:not(.o-button-disabled):hover,.c-button-secondary-large:not(.o-button-disabled):hover,.c-button-secondary-medium:not(.o-button-disabled):hover,.c-button-primary:not(.o-button-disabled):hover,.c-button-primary-medium:not(.o-button-disabled):hover,.c-button-primary-large:not(.o-button-disabled):hover{cursor:pointer}.o-button-xlarge{padding-left:1rem;padding-right:1rem;height:3rem;line-height:2.4}.o-button-large,.c-button-secondary-large,.c-button-primary-large{padding-left:28px;padding-right:28px;height:64px;line-height:2.4}.o-button-medium,.c-button-secondary-medium,.c-button-primary-medium{padding-left:17px;padding-right:17px;height:48px;line-height:2.4}.o-button-small{padding-left:.75rem;padding-right:.75rem;height:1.5rem;line-height:2.4}.o-button-primary,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{border:1px solid #44d8ff;background-color:#44d8ff;background-image:none;color:#080a12}.o-button-primary:not(.o-button-disabled):hover,.c-button-primary:not(.o-button-disabled):hover,.c-button-primary-medium:not(.o-button-disabled):hover,.c-button-primary-large:not(.o-button-disabled):hover{border:1px solid #39d2ff;background-color:#39d2ff;background-image:none;color:#080a12}.o-button-primary.o-button-loading::after,.o-button-loading.c-button-primary::after,.o-button-loading.c-button-primary-medium::after,.o-button-loading.c-button-primary-large::after{border-color:#080a12}.o-button-secondary,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{border:1px solid #d8d8d8;background-color:#f5f4f7;color:#080a12}.o-button-secondary:not(.o-button-disabled):hover,.c-button-secondary:not(.o-button-disabled):hover,.c-button-secondary-large:not(.o-button-disabled):hover,.c-button-secondary-medium:not(.o-button-disabled):hover{border:1px solid #39d2ff;background-color:#39d2ff;color:#080a12}.o-button-ghost{border:1px solid transparent;background-color:transparent;color:#080a12}.o-button-ghost:not(.o-button-disabled):hover{border:1px solid #e6e6e6;background-color:#e6e6e6}.o-button-smallRound,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{border-radius:3px}.o-button-largeRound{border-radius:1rem}.o-button-circle{border-radius:50%}.o-button-loading::after{display:inline-block;animation:1s linear infinite button-loading;border-top:2px solid #080a12;border-radius:50%;content:"";height:10px;margin-left:10px;width:10px}@keyframes button-loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.o-gridListVertical{--cmg-gridListVertical_rows: 11;display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--cmg-gridListVertical_rows), auto)}.o-linkOverlay{position:absolute;width:100%;height:100%;z-index:3;font:0/0 serif;text-shadow:none;color:transparent;top:0;left:0}.o-media{display:block}.o-media::after{content:"" !important;display:block !important;clear:both !important}.o-media_img{float:left;margin-right:1.5rem}.o-media_img>img{display:block}.o-media_body{overflow:hidden;display:block}.o-media_body,.o-media_body>:last-child{margin-bottom:0}.o-media-flush>.o-media_img{margin-right:0;margin-left:0}.o-media-reverse>.o-media_img{float:right;margin-right:0;margin-left:1.5rem}.o-media-xsmall>.o-media_img{margin-right:.5rem}.o-media-xsmall.o-media-reverse>.o-media_img{margin-right:0;margin-left:.5rem}.o-media-small>.o-media_img{margin-right:1rem}.o-media-small.o-media-reverse>.o-media_img{margin-right:0;margin-left:1rem}.o-media-large>.o-media_img{margin-right:2rem}.o-media-large.o-media-reverse>.o-media_img{margin-right:0;margin-left:2rem}.o-media-xlarge>.o-media_img{margin-right:2.5rem}.o-media-xlarge.o-media-reverse>.o-media_img{margin-right:0;margin-left:2.5rem}.o-media-xxlarge>.o-media_img{margin-right:3rem}.o-media-xxlarge.o-media-reverse>.o-media_img{margin-right:0;margin-left:3rem}.o-ratio{position:relative;display:block}.o-ratio::before{content:"";display:block;width:100%;padding-bottom:100%}.o-ratio_content,.o-ratio>iframe,.o-ratio>embed,.o-ratio>object{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%}.o-ratio-imgContain>.o-ratio_content{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.o-ratio-2\:1:before{padding-bottom:50%}.o-ratio-full:before{padding-bottom:75%}.o-ratio-tall:before{padding-bottom:133.3333333333%}.o-ratio-wide:before{padding-bottom:56.25%}.o-ratio-cardImage:before{padding-bottom:150%}.u-screenReaderOnly{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.u-two-column--span-one{width:50%;max-width:50%}.u-three-column--span-one{width:33.333%;max-width:33.333%}.u-three-column--span-two{width:66.667%;max-width:66.667%}.u-four-column--span-one{width:25%;max-width:25%}.u-four-column--span-three{width:75%;max-width:75%}.u-five-column--span-one{width:20%;max-width:20%}.u-five-column--span-two{width:40%;max-width:40%}.u-five-column--span-three{width:60%;max-width:60%}.u-five-column--span-four{width:80%;max-width:80%}.u-float-right{float:right}.u-float-left{float:left}.u-horizontal-center{margin-left:auto;margin-right:auto}.u-block{display:block}.u-inline-block{display:inline-block}.u-inline{display:inline}.u-clearfix::after{content:"" !important;display:block !important;clear:both !important}.u-hidden{display:none !important}.u-flexbox{display:flex}.u-flexbox-column{display:flex;flex-direction:column}.u-flexbox-columnReverse{display:flex;flex-direction:column-reverse}.u-flexbox-row{display:flex;flex-direction:row}.u-flexbox-wrap{flex-wrap:wrap}.u-flexbox-nowrap{flex-wrap:nowrap}.u-flexbox-justifyBetween{justify-content:space-between}.u-flexbox-justifyAround{justify-content:space-around}.u-flexbox-justifyCenter{justify-content:center}.u-flexbox-justifyFlexEnd{justify-content:flex-end}.u-flexbox-alignFlexStart{align-items:flex-start}.u-flexbox-alignCenter,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{align-items:center}.u-flexbox-alignFlexEnd{align-items:flex-end}.u-flexbox-alignStretch{align-items:stretch}.u-flexbox-alignBaseline{align-items:baseline}.u-flexbox-alignSelfFlexStart{align-self:flex-start}.u-flexbox-alignSelfCenter{align-self:center}.u-flexbox-alignSelfFlexEnd{align-self:flex-end}.u-flexbox-flexEven{flex:1 1 100%}.u-flex-grow{flex-grow:1}.u-grid{display:grid;grid-gap:var(--grid-gap, 0)}.u-grid-auto-cols{grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.u-grid-full-row{grid-column:1/-1}.u-grid-2column{-ms-grid-columns:50% 50%;display:grid;grid-template:auto/repeat(2, 1fr)}.u-grid-3column{-ms-grid-columns:33.3% 33.3% 33.3%;display:grid;grid-template:auto/repeat(3, 1fr)}.u-grid-4column{-ms-grid-columns:25% 25% 25% 25%;display:grid;grid-template:auto/repeat(4, 1fr)}.u-grid-5column{-ms-grid-columns:20% 20% 20% 20% 20%;display:grid;grid-template:auto/repeat(5, 1fr)}.u-grid-7column{-ms-grid-columns:14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;display:grid;grid-template:auto/repeat(7, 1fr)}.u-grid-column-span2{grid-column-end:span 2}.u-grid-column-span3{grid-column-end:span 3}.u-grid-column-span4{grid-column-end:span 4}.u-grid-gap-small{--grid-gap: 0.25rem}.u-grid-gap-medium{--grid-gap: 0.5rem}.u-grid-gap-large{--grid-gap: 1rem}.u-grid-position_self-center{align-self:center}.u-grid-columns{--grid-cols: 2;display:grid;gap:var(--grid-gap, 1rem);grid-template-columns:repeat(var(--grid-cols), 1fr)}@media(min-width: 768px){.u-grid-columns{--grid-gap: 1.5rem;--grid-cols: 6}}@media(min-width: 1024px){.u-grid-columns{--grid-cols: 12}}.sm\:u-col-1{grid-column-end:span 1}.sm\:u-col-start-1{grid-column-start:1}.sm\:u-col-end-2{grid-column-end:2}.sm\:u-col-2{grid-column-end:span 2}.sm\:u-col-start-2{grid-column-start:2}.sm\:u-col-end-3{grid-column-end:3}@media(max-width: 767px){.sm\:u-col-hide{display:none}}@media(min-width: 768px){.md\:u-col-1{grid-column-end:span 1}.md\:u-col-start-1{grid-column-start:1}.md\:u-col-end-2{grid-column-end:2}.md\:u-col-2{grid-column-end:span 2}.md\:u-col-start-2{grid-column-start:2}.md\:u-col-end-3{grid-column-end:3}.md\:u-col-3{grid-column-end:span 3}.md\:u-col-start-3{grid-column-start:3}.md\:u-col-end-4{grid-column-end:4}.md\:u-col-4{grid-column-end:span 4}.md\:u-col-start-4{grid-column-start:4}.md\:u-col-end-5{grid-column-end:5}.md\:u-col-5{grid-column-end:span 5}.md\:u-col-start-5{grid-column-start:5}.md\:u-col-end-6{grid-column-end:6}.md\:u-col-6{grid-column-end:span 6}.md\:u-col-start-6{grid-column-start:6}.md\:u-col-end-7{grid-column-end:7}}@media(min-width: 768px)and (max-width: 1023px){.md\:u-col-hide{display:none}}@media(min-width: 1024px){.lg\:u-col-1{grid-column-end:span 1}.lg\:u-col-start-1{grid-column-start:1}.lg\:u-col-end-2{grid-column-end:2}.lg\:u-col-2{grid-column-end:span 2}.lg\:u-col-start-2{grid-column-start:2}.lg\:u-col-end-3{grid-column-end:3}.lg\:u-col-3{grid-column-end:span 3}.lg\:u-col-start-3{grid-column-start:3}.lg\:u-col-end-4{grid-column-end:4}.lg\:u-col-4{grid-column-end:span 4}.lg\:u-col-start-4{grid-column-start:4}.lg\:u-col-end-5{grid-column-end:5}.lg\:u-col-5{grid-column-end:span 5}.lg\:u-col-start-5{grid-column-start:5}.lg\:u-col-end-6{grid-column-end:6}.lg\:u-col-6{grid-column-end:span 6}.lg\:u-col-start-6{grid-column-start:6}.lg\:u-col-end-7{grid-column-end:7}.lg\:u-col-7{grid-column-end:span 7}.lg\:u-col-start-7{grid-column-start:7}.lg\:u-col-end-8{grid-column-end:8}.lg\:u-col-8{grid-column-end:span 8}.lg\:u-col-start-8{grid-column-start:8}.lg\:u-col-end-9{grid-column-end:9}.lg\:u-col-9{grid-column-end:span 9}.lg\:u-col-start-9{grid-column-start:9}.lg\:u-col-end-10{grid-column-end:10}.lg\:u-col-10{grid-column-end:span 10}.lg\:u-col-start-10{grid-column-start:10}.lg\:u-col-end-11{grid-column-end:11}.lg\:u-col-11{grid-column-end:span 11}.lg\:u-col-start-11{grid-column-start:11}.lg\:u-col-end-12{grid-column-end:12}.lg\:u-col-12{grid-column-end:span 12}.lg\:u-col-start-12{grid-column-start:12}.lg\:u-col-end-13{grid-column-end:13}.lg\:u-col-hide{display:none}}@media(min-width: 1440px){.xl\:u-col-1{grid-column-end:span 1}.xl\:u-col-start-1{grid-column-start:1}.xl\:u-col-end-2{grid-column-end:2}.xl\:u-col-2{grid-column-end:span 2}.xl\:u-col-start-2{grid-column-start:2}.xl\:u-col-end-3{grid-column-end:3}.xl\:u-col-3{grid-column-end:span 3}.xl\:u-col-start-3{grid-column-start:3}.xl\:u-col-end-4{grid-column-end:4}.xl\:u-col-4{grid-column-end:span 4}.xl\:u-col-start-4{grid-column-start:4}.xl\:u-col-end-5{grid-column-end:5}.xl\:u-col-5{grid-column-end:span 5}.xl\:u-col-start-5{grid-column-start:5}.xl\:u-col-end-6{grid-column-end:6}.xl\:u-col-6{grid-column-end:span 6}.xl\:u-col-start-6{grid-column-start:6}.xl\:u-col-end-7{grid-column-end:7}.xl\:u-col-7{grid-column-end:span 7}.xl\:u-col-start-7{grid-column-start:7}.xl\:u-col-end-8{grid-column-end:8}.xl\:u-col-8{grid-column-end:span 8}.xl\:u-col-start-8{grid-column-start:8}.xl\:u-col-end-9{grid-column-end:9}.xl\:u-col-9{grid-column-end:span 9}.xl\:u-col-start-9{grid-column-start:9}.xl\:u-col-end-10{grid-column-end:10}.xl\:u-col-10{grid-column-end:span 10}.xl\:u-col-start-10{grid-column-start:10}.xl\:u-col-end-11{grid-column-end:11}.xl\:u-col-11{grid-column-end:span 11}.xl\:u-col-start-11{grid-column-start:11}.xl\:u-col-end-12{grid-column-end:12}.xl\:u-col-12{grid-column-end:span 12}.xl\:u-col-start-12{grid-column-start:12}.xl\:u-col-end-13{grid-column-end:13}.xl\:u-col-hide{display:none}}.u-col-start{grid-column-start:1}.u-col-end{grid-column-end:-1}.u-text-uppercase{text-transform:uppercase}.u-text-lowercase{text-transform:lowercase}.u-text-capitalize{text-transform:capitalize}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-text-underline{text-decoration:underline}.u-text-italic{font-style:italic}.u-p-small-space{margin:0 0 .22em}.u-no-space{margin:0}@font-face{font-family:SuisseIntl;font-weight:400;font-style:normal;font-display:swap;src:url(https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Regular.woff2) format("woff2")}@font-face{font-family:SuisseIntl;font-weight:600;font-style:normal;font-display:swap;src:url(https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Semibold.woff2) format("woff2")}table{width:auto;font-size:16px;line-height:1.875rem}table th,table td{padding:5px 20px;border-left:1px solid #f1f0f3;border-right:1px solid #f1f0f3}table table{text-align:left;width:100%;clear:both}table tr{border-bottom:1px solid #f1f0f3}table thead{border-bottom:1px solid #d1d0d3}table thead tr{border-bottom:none}table thead th,table tfoot th{font-weight:600;vertical-align:top}table tbody th{color:#080a12;font-weight:normal;text-align:left}table tbody tr:hover{background-color:#f1f0f3}table tbody tr:last-child{border-bottom:none}table th:first-child,table td:first-child{border-left:none}table th:last-child,table td:last-child{border-right:none}table th[colspan],table td[colspan]{text-align:center}@keyframes g-fadeMenuInUp{0%{opacity:0;top:20px;visibility:hidden}1%{opacity:0;top:20px;visibility:visible}100%{opacity:1;top:0;visibility:visible}}@keyframes g-fadeMenuOutDown{0%{left:auto;opacity:1;top:0;visibility:visible}99%{left:auto;opacity:0;top:20px;visibility:visible}100%{left:auto;opacity:0;top:20px;visibility:hidden}}@keyframes g-fadeMenuInLeft{0%{opacity:0;left:20px;visibility:hidden}1%{opacity:0;left:20px;visibility:visible}100%{opacity:1;left:0;visibility:visible}}@keyframes g-fadeMenuOutRight{0%{opacity:1;left:0;visibility:visible}99%{opacity:0;left:20px;visibility:visible}100%{opacity:0;left:20px;visibility:hidden}}@keyframes g-fadeTriInUp{0%{bottom:-28px;opacity:0;visibility:hidden}1%{bottom:-28px;opacity:0;visibility:visible}100%{bottom:-9px;opacity:1;visibility:visible}}@keyframes g-fadeTriOutDown{0%{bottom:-9px;opacity:1;visibility:visible}99%{bottom:-28px;opacity:0;visibility:visible}100%{bottom:-28px;opacity:0;visibility:hidden}}body>img:not([style],[class]),body>span>img:not([style],[class]),body>img{display:block;height:0}[id=ot-sdk-btn]{display:none !important}p{font-size:inherit}.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:3rem;line-height:3.25rem;font-weight:400}@media(min-width: 1230px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:8.5rem;line-height:9rem}}.g-text-xxxlarge-bold{font-weight:600}.g-text-xxlarge,.g-text-xxlarge-bold{font-size:2.25rem;line-height:2.75rem;font-weight:400}@media(min-width: 768px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:3rem;line-height:3.25rem}}.g-text-xxlarge-bold{font-weight:600}.g-text-xlarge,.g-text-xlarge-bold{font-size:1.375rem;line-height:1.875rem;font-weight:400}@media(min-width: 768px){.g-text-xlarge,.g-text-xlarge-bold{font-size:2.25rem;line-height:2.75rem}}.g-text-xlarge-bold{font-weight:600}.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.25rem;line-height:1.75rem;font-weight:400}@media(min-width: 768px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.375rem;line-height:1.875rem}}.g-text-large-bold{font-weight:600}.g-text-medium,.g-text-medium-bold,.o-texticon-size-medium,.o-button-large,.c-button-secondary-large,.c-button-primary-large{font-size:1.125rem;line-height:1.75rem;font-weight:400}.g-text-medium-bold{font-weight:600}.g-text-small,.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large,.o-texticon-size-small,.o-button-medium{font-size:1rem;line-height:1.375rem;font-weight:400}.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{font-weight:600}.g-text-xsmall,.g-text-xsmall-bold,.o-texticon-size-xsmall,.o-button-small{font-size:.938rem;line-height:1.25rem;font-weight:400}.g-text-xsmall-bold{font-weight:600}.g-text-xxsmall,.g-text-xxsmall-bold{font-size:.813rem;line-height:1.125rem;font-weight:400}.g-text-xxsmall-bold{font-weight:600}.g-text-xxxsmall,.g-text-xxxsmall-bold{font-size:.75rem;line-height:1rem}.g-text-xxxsmall-bold{font-weight:600}.c-sectionHeading{line-height:1.7;font-size:1.125rem;font-weight:600;text-transform:lowercase}.c-sectionHeading::before{display:inline-block;width:.452em;margin-right:.5rem;vertical-align:middle;content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23080A12%22%20%2F%3E%3C%2Fsvg%3E")}.c-sectionHeading-invert{border-top-color:#fff;color:#fff}.c-sectionHeading-invert::before{content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E")}.c-sectionHeading-large{padding-top:0;font-size:2.25rem;line-height:1.25;border-top:none}.c-sectionHeading>strong{text-transform:none}.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{display:inline-flex;justify-content:center;margin-bottom:0}.c-button-primary,.c-button-primary-medium,.c-button-primary-large{color:#080a12}.c-button-primary svg,.c-button-primary-medium svg,.c-button-primary-large svg{fill:#080a12}.c-button-primary:hover,.c-button-primary-medium:hover,.c-button-primary-large:hover{color:#080a12}.c-button-secondary-large svg,.c-button-secondary-medium svg{fill:#080a12}.c-button-secondary-large:not(.o-button-disabled):hover{color:#080a12;border:1px solid #39d2ff;background-color:#39d2ff}.c-button-secondary-large:not(.o-button-disabled):hover svg{fill:#080a12}.c-button-secondary-medium:not(.o-button-disabled):hover{color:#080a12;border:1px solid #39d2ff;background-color:#39d2ff}.c-button-secondary-medium:not(.o-button-disabled):hover svg{fill:#080a12}.c-button:first-child,.c-button-primary:first-child,.c-button-primary-large:first-child,.c-button-primary-medium:first-child,.c-button-secondary:first-child,.c-button-secondary-large:first-child,.c-button-secondary-medium:first-child{margin-right:0}.o-button,.c-button,.c-button-primary,.c-button-primary-large,.c-button-primary-medium,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{transition:unset;text-transform:lowercase;font-weight:600;font-size:.938rem}.o-button-secondary,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{border:1px solid #f5f4f7;background-color:#f5f4f7;color:#080a12}.o-button-secondary>svg,.c-button-secondary>svg,.c-button-secondary-large>svg,.c-button-secondary-medium>svg{fill:#080a12}.o-button-secondary-invert{border:1px solid #20222a;background-color:#20222a;color:#fff}.o-button-secondary-invert>svg{fill:#fff}.o-button-brand{border:none;background:#d0ff4b;color:#080a12}.o-button-brand>svg{fill:#080a12}.o-button-brand:hover{background:#e7ff6e}.o-button-block{display:flex;align-items:center;justify-content:center}.o-button-square{vertical-align:baseline}.o-button-square-large{width:86px;height:86px}.o-button-square-large svg{display:inline-block;width:41px;height:13px;vertical-align:middle}.o-button-square-medium{width:64px;height:64px}.o-button-square-medium svg{display:inline-block;width:13px;height:13px;vertical-align:middle}.o-button-square-small{width:48px;height:48px}.o-button-square-small svg{display:inline-block;width:13px;height:13px;vertical-align:middle}.o-button-secondary:hover,.c-button-secondary:hover,.c-button-secondary-large:hover,.c-button-secondary-medium:hover{background-color:#39d2ff;color:#080a12;border-color:#39d2ff}.o-button-secondary:hover>svg,.c-button-secondary:hover>svg,.c-button-secondary-large:hover>svg,.c-button-secondary-medium:hover>svg{fill:#080a12}.o-button-secondary-invert:hover{background-color:#39d2ff;color:#080a12;border-color:#39d2ff}.o-button-secondary-invert:hover>svg{fill:#080a12} .nuxt-progress { position: fixed; top: 0px; left: 0px; right: 0px; height: 2px; width: 0%; opacity: 1; transition: width 0.1s, opacity 0.4s; background-color: #fff; z-index: 999999; } .nuxt-progress.nuxt-progress-notransition { transition: none; } .nuxt-progress-failed { background-color: red; } .c-layoutDefault_page[data-v-42d55d5c]{position:relative} .c-globalSvgs{height:0;overflow:hidden;position:absolute;width:0}#galleryOverlay{fill:rgba(0,0,0,.3)}#galleryOverlay .overlayBorder{fill:rgba(255,255,255,.5)}#galleryOverlay .overlayIcon{fill:#fff}#facebook g,#twitter path:first-child{fill:none} .c-adSkyBox{min-height:calc(max(18vw, 50px))}.c-adSkyBox.collapsed{display:none}.c-adSkyBox_stickyContainer{width:100%;position:fixed;top:0;z-index:5200000}.rendered .c-adSkyBox_closeButton{display:flex;position:absolute;top:2px;right:3px;width:15px;height:15px;font-size:13px;border:1px solid #f1f0f3;border-radius:100%}.c-adSkyBox_hideButton{display:none}@media(min-width: 768px){.c-adSkyBox{min-height:calc(max(6.5vw, 90px))}}@media(min-width: 1024px)and (max-width: 1293px){.c-adSkyBox{min-height:9.7vw}}.c-adSkyBox .c-adDisplay_container{align-items:center;display:flex;justify-content:center;width:100%;min-height:calc(max(18vw, 50px))}@media(min-width: 768px){.c-adSkyBox .c-adDisplay_container{min-height:calc(max(6.5vw, 90px))}}@media(min-width: 1024px)and (max-width: 1293px){.c-adSkyBox .c-adDisplay_container{min-height:9.7vw}}.c-adSkyBox.fixed .c-adDisplay_container{position:fixed;top:0;left:0}.skybox-closed .c-adSkyBox.rendered{min-height:0}.skybox-closed .c-adSkyBox.rendered .c-adDisplay_container{min-height:0} .c-adSkyBox{align-items:center;background-color:#080a12;display:flex;justify-content:center;transition:min-height .3s ease}.c-adSkyBox.rendered:not(.fixed){min-height:0}.c-adSkyBox.leader{min-height:50px}@media(min-width: 768px){.c-adSkyBox.leader{min-height:90px}}.c-adSkyBox.empty.rendered{aspect-ratio:unset}@media(max-width: 287px){.c-adSkyBox .skybox-closed,.c-adSkyBox.rendered{min-height:0}.c-adSkyBox .skybox-closed .c-adDisplay_container,.c-adSkyBox.rendered .c-adDisplay_container{min-height:0}}.c-adSkyBox-stickyContainer{width:100%;transition:transform .5s ease;transform:translate3d(0, 0, 0);background:inherit}.c-adSkyBox-stickyContainer_animate{transform:translate3d(0, -120px, 0)}.c-adSkyBox-stickyContainer_sticky{width:100%;position:fixed;top:0;z-index:5500000;aspect-ratio:inherit}.c-adSkyBox-stickyContainer .c-adDisplay_container{background:inherit}.c-adSkyBox_closeButton{display:none;background-color:#eee;z-index:1}.c-adSkyBox .c-adDisplay_container{aspect-ratio:inherit}body.skybox-hidden .c-adSkyBox{display:none}@media(min-width: 1024px){body.ccad-skybox-manualexpand .c-adDisplay_container_nav-ad-plus,body.ccad-skybox-manualcollapse .c-adDisplay_container_nav-ad-plus{min-height:unset}}.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{height:unset !important;max-width:calc(100vw - var(--scroll-bar-width));aspect-ratio:2280/150}@media(orientation: portrait){.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{aspect-ratio:1520/150}}@media(orientation: portrait)and (max-width: 768px)and (any-pointer: coarse){.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{aspect-ratio:800/150}}.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:2280/450}@media(orientation: portrait){.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:1520/450}}@media(orientation: portrait)and (max-width: 768px)and (any-pointer: coarse){.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:800/450}}@media(min-width: 768px){.c-adSkyBox.rendered:not(.empty),.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.rendered:not(.empty){aspect-ratio:unset}}.c-adSkyBox .c-adDisplay_container,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container .c-adDisplay_container{min-height:unset !important}body.ccad-skybox-manualcollapse .c-adSkyBox,body.ccad-skybox-manualexpand .c-adSkyBox,body.skybox-loaded .c-adSkyBox{aspect-ratio:unset !important}body.ccad-skybox-manualcollapse .c-adSkyBox.rendered,body.ccad-skybox-manualexpand .c-adSkyBox.rendered,body.skybox-loaded .c-adSkyBox.rendered{aspect-ratio:unset !important}body:not(.skybox-frontdoor) .c-adSkyBox.rendered:not(.empty),body:not(.skybox-frontdoor) .c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.rendered:not(.empty){aspect-ratio:unset}body.skybox-closed .c-adSkyBox{aspect-ratio:unset !important;min-height:0 !important}@keyframes slideUp{0%{transform:translateY(0)}100%{transform:translateY(max(-1 * var(--scroll-y), -100%))}} .c-adDisplay_container.spaced{margin-bottom:1.5rem}.c-adDisplay{margin:0 auto;justify-content:center}.c-adDisplay iframe{max-width:none}@media(min-width: 768px){.c-adDisplay-viewportCenter:not(.skybox-loaded-slot){margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}@media(min-width: 768px){.c-adDisplay-viewportCenter:not(.skybox-loaded-slot).power-bar{clear:both}}.c-adDisplay_container.collapsed{min-height:0}.c-adDisplay_container_mobile-incontent-ad-plus{min-height:250px}.c-adDisplay_container_leaderboard-middle{min-height:66px}.c-adDisplay_container_mpu-top{min-height:250px}.c-adDisplay_container_leader-middle{min-height:90px} .c-globalOverlay{position:fixed;top:0;left:0;height:100%;width:100%;overflow:auto;z-index:10}.c-globalOverlay::before{content:"";position:absolute;display:block;height:100%;width:100%;top:0;left:0;background-color:rgba(32,34,42,.7)} .c-siteHeader{height:86px;box-sizing:border-box;padding:0;position:relative;background:#d0ff4b;z-index:5200000}@media(min-width: 1230px){.c-siteHeader{height:auto}} .c-siteHeaderNavigation{height:100%}.c-siteHeaderNavigation_item{display:inline-flex}.c-siteHeaderNavigation a{-webkit-tap-highlight-color:transparent}.c-siteHeaderNavigation-login{display:flex;align-items:center}.c-siteHeaderNavigation_loginButton{position:relative;display:flex;height:100%;align-items:center;-webkit-tap-highlight-color:transparent;cursor:pointer}.c-siteHeaderNavigation_loginButton svg{display:block;width:20px;height:20px;fill:#080a12}.c-siteHeaderNavigation_loginButton:hover svg{fill:#0058d5}.c-siteHeaderNavigation_buttonShelf,.c-siteHeaderNavigation_topicShelf{height:100%}.c-siteHeaderNavigation_buttonShelf{display:flex;justify-content:flex-end}.c-siteHeaderNavigation_topicShelf{display:none}.c-siteHeaderNavigation_sloganWrapper{flex-grow:1;display:flex;align-items:center}.c-siteHeaderNavigation_slogan{font-size:13px;font-weight:600;line-height:1.2;color:#080a12}.c-siteHeaderNavigation_slogan:hover{color:#0058d5}.c-siteHeaderNavigation .c-siteHeaderNavigation-more{display:none}@media(max-width: 767px){.c-siteHeaderNavigation{justify-content:space-between}.c-siteHeaderNavigation_buttonShelf{justify-content:space-between}.c-siteHeaderNavigation_sloganWrapper{visibility:hidden;overflow:hidden;width:0;flex-grow:0}}@media(max-width: 1229px){.c-siteHeaderNavigation{display:flex;grid-gap:0}.c-siteHeaderNavigation_shelves{flex:1}}@media(min-width: 768px){.c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item>div{margin-left:48px}.c-siteHeaderNavigation_slogan{margin-left:1.5rem}}@media(min-width: 1230px){.c-siteHeaderNavigation_shelves{display:flex;flex-direction:column-reverse}.c-siteHeaderNavigation_buttonShelf{height:107px}.c-siteHeaderNavigation_buttonShelf .c-sitePrimaryMenu_subNav{top:0;padding-top:70px}.c-siteHeaderNavigation_topicShelf{display:flex;justify-content:space-between;height:70px}.c-siteHeaderNavigation .c-siteHeaderNavigation-more{display:inline-flex}.c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item>div{margin-left:110px}.c-siteHeaderNavigation_slogan{margin-left:0;position:relative;z-index:4;transition:color .5s ease}.c-siteHeaderNavigation_slogan:hover{transition:none}.c-siteHeaderNavigation_loginButton svg{width:24px;height:24px;z-index:4}.c-siteHeaderNavigation .c-siteHeaderMasthead{position:relative;z-index:4}.c-siteHeaderNavigation .c-siteHeaderMasthead svg{transition:fill .5s ease}.c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon svg,.c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton svg{transition:fill .5s ease}.c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_itemIcon svg,.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation-login svg{fill:#d0ff4b}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderMasthead svg{fill:#d0ff4b}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderMasthead svg:hover{fill:#3f8eff}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan{color:#d0ff4b}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan:hover{color:#3f8eff}.c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_item::after{display:none}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_loginButton:hover svg{fill:#3f8eff}.c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon:hover svg,.c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton:hover svg{transition:none}.c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderMasthead:hover svg{transition:none}.c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu:hover .c-sitePrimaryMenu_itemIcon svg,.c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu.is-expanded .c-sitePrimaryMenu_itemIcon svg{fill:#3f8eff}} .c-siteHeaderMasthead{z-index:5800000;-webkit-tap-highlight-color:transparent;height:100%;display:flex;align-items:flex-end}.c-siteHeaderMasthead:hover svg{fill:#20222a} .c-siteLogo_image{width:100%;height:100%;display:block}.c-siteLogo_image-color-brand{fill:#d0ff4b}.c-siteLogo_image-color-text{fill:#080a12}.c-siteLogo_image-normal,.c-siteLogo_image-footer{width:66px;height:42px}@media(min-width: 1230px){.c-siteLogo_image-normal,.c-siteLogo_image-footer{height:64px;width:100px}}.c-siteLogo_image-small{height:32px;width:50px}.c-siteLogo_image-amp{width:107px;height:70px}.c-siteLogo_image-header{width:107px;height:70px}@media(min-width: 1230px){.c-siteLogo_image-header{width:220px;height:144px}} .c-sitePrimaryMenu{align-items:center;display:flex}.c-sitePrimaryMenu_text{font-weight:600;color:#080a12;font-size:18px;margin-top:-32px}.c-sitePrimaryMenu_item{background:none;text-transform:lowercase;cursor:default}.c-sitePrimaryMenu_item>svg{display:block;width:20px;height:20px;fill:#080a12}.c-sitePrimaryMenu_itemLink{cursor:pointer;-webkit-tap-highlight-color:transparent}.c-sitePrimaryMenu_item:hover{color:#0058d5}.c-sitePrimaryMenu_item:hover svg{fill:#0058d5}.c-sitePrimaryMenu_subNav{background-color:#20222a;color:#fff;position:absolute;top:100%;left:0;right:0;visibility:hidden;z-index:2;overflow:auto;max-height:100vh}@media(min-width: 768px){.c-sitePrimaryMenu_subNav{left:auto}}@media(min-width: 1230px){.c-sitePrimaryMenu_subNav{left:0}}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item{position:relative;display:flex;height:100%;align-items:center}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item::after{position:absolute;content:"";bottom:0;left:0;right:0;height:3px;background:#20222a;z-index:1;visibility:hidden;transform:scaleX(0) translateZ(0);transition:transform .1s ease,visibility 0s .1s}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_text{color:#0058d5}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item svg{fill:#0058d5}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item a::before{content:"";position:absolute;top:0;left:-20px;right:-20px;bottom:0}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item::after{visibility:visible;transform:scaleX(1) translateZ(0);transition:transform .1s ease}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_subNav{visibility:visible;clip:rect(0, 200vw, 100vh, 0);transition:clip .5s linear;z-index:3}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_subNav{visibility:hidden;clip:rect(0, 200vw, 0, 0);transition:clip .3s linear,visibility 0s .3s}@media(min-width: 1230px){.c-sitePrimaryMenu_accordion{display:none}.c-sitePrimaryMenu_item>svg{width:24px;height:24px;z-index:4}} .c-siteMenuList{position:relative;font-weight:600;padding:16px 0;line-height:22px}.c-siteMenuList_item{color:#fff;margin:32px 16px 32px 0}.c-siteMenuList_item small{font-size:inherit;font-weight:400}.c-siteMenuList_item small::before{content:" | "}.c-siteMenuList_label{color:#fff;opacity:.5}.c-siteMenuList_label:hover{color:#fff}.c-siteMenuList_link{display:block;color:inherit;cursor:pointer}.c-siteMenuList_link:hover{color:#3f8eff}.c-siteMenuList_link:hover>svg{fill:#3f8eff}.c-siteMenuList_linkIcon{width:14px;height:12px;vertical-align:middle;margin-left:5px;fill:#fff}@media(min-width: 768px)and (max-width: 1229px){.c-siteMenuList{max-width:430px}}@media(max-width: 1229px){.c-siteMenuList{display:block;margin:0 1.5rem}}@media(min-width: 1230px){.c-siteMenuList{display:grid}.c-siteMenuList_column{grid-column-end:span 2;position:relative}.c-siteMenuList_column-size-small{grid-column-end:span 1}.c-siteMenuList_column-size-large{grid-column-end:span 3}.c-siteMenuList_divider{position:absolute;top:32px;right:0;width:1px;bottom:32px;background:#383a42}} @media(min-width: 768px){.c-smartSearch{width:100%}}.c-smartSearch_form{display:flex;margin:1.5rem 0}@media(min-width: 768px){.c-smartSearch_form{margin:2rem 0 1.5rem}}@media(max-width: 1229px){.c-smartSearch-grid{display:block}}.c-smartSearch input[type=search],.c-smartSearch button[type=submit]{height:56px;line-height:54px;border-radius:3px;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;appearance:none !important}@media(min-width: 768px){.c-smartSearch input[type=search],.c-smartSearch button[type=submit]{height:54px;line-height:52px}}.c-smartSearch input[type=search]{color:#fff;border:1px solid #d1d0d3;margin:0 12px 0 0;box-shadow:none;flex-grow:1;padding:0 9px;background:transparent}@media(min-width: 768px){.c-smartSearch input[type=search]{margin:0 1rem 0 0;padding:0 20px}}.c-smartSearch input[type=search]::placeholder{color:#fff;text-transform:lowercase}.c-smartSearch button[type=submit]{flex-grow:0;background-color:#44d8ff;color:#080a12;border:none;padding:0 16px;font-weight:600;text-transform:lowercase}.c-smartSearch button[type=submit] svg{width:16px;height:16px;fill:#080a12;vertical-align:middle;margin-left:.5rem}.c-smartSearch button[type=submit]:hover{background-color:#39d2ff}.c-smartSearch button[type=submit]:active{background-color:#39d2ff}@media(min-width: 768px){.c-smartSearch button[type=submit]{padding:0 77px}}.c-smartSearch .c-smartSearch_resultContainer{min-height:288px;margin-bottom:1.5rem} .c-searchTrendingContent{display:flex;justify-content:space-between;flex-wrap:wrap}.c-searchTrendingContent-heading{padding-top:0;border-top:none}.c-searchTrendingContent_title{color:#fff;font-weight:600;margin-top:1.5rem}.c-searchTrendingContent_meta{margin-top:.5rem;color:#d1d0d3;font-size:13px}.c-searchTrendingContent_item{display:block;line-height:1.4;margin-bottom:2.5rem;width:100%}.c-searchTrendingContent_item>span{display:block}.c-searchTrendingContent_item:hover .c-searchTrendingContent_title{color:#3f8eff}.c-searchTrendingContent_item:hover img{opacity:.8}@media(min-width: 768px){.c-searchTrendingContent_item{width:calc((100% - 2 * 24px) / 3)}} .c-siteAccordionMenu{border-top:1px solid #383a42;line-height:80px;position:relative;z-index:2;font-weight:600}.c-siteAccordionMenu.c-sitePrimaryMenu_subNav{position:fixed;top:0;bottom:0}.c-siteAccordionMenu_content{width:100%;max-height:100%;overflow:auto}.c-siteAccordionMenu_section .c-siteAccordionMenu_item{opacity:0;visibility:hidden;max-height:0;line-height:20px;margin:0;transition:opacity .3s ease,max-height .3s .3s ease,margin .3s .3s ease,visibility 0s .3s}.c-siteAccordionMenu_section.is-expanded{border-bottom:1px solid #383a42}.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_sectionToggle>svg{transform:rotateX(180deg)}.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_item{visibility:visible;max-height:80px;margin:2rem 0;opacity:1;transition:opacity .3s .3s ease,max-height .3s ease,margin .3s ease}.c-siteAccordionMenu_item{color:#fff;font-size:13px;padding:0 calc(2rem / 2)}.c-siteAccordionMenu_item small{font-size:inherit;font-weight:400}.c-siteAccordionMenu_item small::before{content:" | "}.c-siteAccordionMenu_itemArrowIcon{width:15px;height:13px;vertical-align:middle;margin-left:5px;fill:#fff}.c-siteAccordionMenu_item:hover{color:#3f8eff}.c-siteAccordionMenu_item:hover svg{fill:#3f8eff}.c-siteAccordionMenu_link{-webkit-tap-highlight-color:transparent;display:block;color:inherit}.c-siteAccordionMenu_link:hover{color:#3f8eff}.c-siteAccordionMenu_closeButton{border-bottom:1px solid #383a42;line-height:84px;padding:0 calc(2rem / 2);cursor:pointer;display:block;text-align:right;box-sizing:border-box}.c-siteAccordionMenu_closeButton>svg{width:17px;height:17px;fill:#fff;vertical-align:middle}.c-siteAccordionMenu_sectionToggle{position:relative;border-bottom:1px solid #383a42;padding:0 calc(2rem / 2);font-size:18px;text-transform:lowercase;cursor:pointer;-webkit-tap-highlight-color:transparent}.c-siteAccordionMenu_sectionToggle>svg{width:13px;height:7px;position:absolute;fill:#fff;top:35px;right:calc(2rem / 2);transition:transform .3s ease}@media(min-width: 768px){.c-siteAccordionMenu{width:430px}.c-siteAccordionMenu_sectionToggle,.c-siteAccordionMenu_closeButton,.c-siteAccordionMenu_item{padding:0 2rem}.c-siteAccordionMenu_sectionToggle>svg{right:2rem}} .c-scrollPercent{position:relative}.c-scrollPercent_marker{height:0;position:absolute;width:100%} .c-pageArticleSingle{position:relative}.c-pageArticleSingle h2{scroll-margin-top:100px}.c-pageArticleSingle-nightwing .c-shortcodePinbox-single:first-of-type{display:none}@media(max-width: 1023px){.c-pageArticleSingle-review .c-pageArticleSingle_leftRail .c-adDisplay_container{display:none}}.c-pageArticleSingle_editorialLink{color:inherit;display:flex;align-items:center;font-size:.813rem;font-weight:600;line-height:1.125rem;border-top:1px solid #f1f0f3;padding-top:20px}.c-pageArticleSingle_editorialLink svg{width:13.5px;height:15.5px;margin-right:.5rem}.c-pageArticleSingle_rightRail{display:none}@media(min-width: 1024px){.c-pageArticleSingle_rightRail{display:block;position:relative}.c-pageArticleSingle_rightRail>div{margin-bottom:2rem}}.c-pageArticleSingle_body{max-width:100%}@media(max-width: 1023px){.c-pageArticleSingle_leftRail{height:initial !important}}.c-pageArticleSingle_leftRail.hide{display:none}@media(min-width: 1024px){.c-pageArticleSingle_leftRail{display:block;position:relative}.c-pageArticleSingle_leftRail.hide{display:block}}@media(max-width: 1023px){.c-pageArticleSingle-nightwing .c-pageArticleSingle_leftRail .c-adDisplay_container{display:none}}@media(max-width: 1023px){.c-pageArticleSingle-nightwingB .c-pageArticleSingle_leftRail{display:none !important}}.c-pageArticleSingle_topicHeading{display:none}@media(min-width: 1024px){.c-pageArticleSingle_topicHeading{display:block;margin-top:1.5rem}}.c-pageArticleSingle_injectedMpu{position:absolute;right:0}.c-pageArticleSingle-liveBlog .c-commerceLink a{color:inherit;font-weight:bold;text-decoration:underline}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul{margin-bottom:1.5rem}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul li{margin-bottom:.5rem}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul li::before{content:"•";margin-right:1.5rem;font-size:1rem}.c-pageArticleSingle-seamless{animation:fadeIn .4s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}} .c-contentHeader_headline{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.5px;font-weight:600}@media(min-width: 1024px){.c-contentHeader_headline{font-size:48px;line-height:1.1}}.c-contentHeader_description{font-size:1.125rem;line-height:1.375rem;font-weight:600}.c-contentHeader_divider{height:1px;background:#f1f0f3;margin:25px 0}.c-contentHeader_liveBadgeLabel{color:#eb0e33}.c-contentHeader_liveBadgeLabel::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#eb0e33;margin-right:5px;animation:liveDotPulse 2s infinite}@keyframes liveDotPulse{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}@media(min-width: 1024px){.c-contentHeader_headline{font-size:3rem;line-height:3.25rem}.c-contentHeader_description{font-size:1.375rem;line-height:1.75rem;width:65%}} .c-globalDisclosure{margin-top:calc(0.5rem / 2)}.c-globalDisclosure_title{display:inline-block;margin-bottom:calc(0.5rem / 2)}.c-globalDisclosure_message a,.c-globalDisclosure_copy a{cursor:pointer;color:#080a12;font-weight:600}.c-globalDisclosure_message a:hover,.c-globalDisclosure_copy a:hover{color:#0058d5}@media(min-width: 288px){.c-globalDisclosure_messageText{display:none}}@media(min-width: 1024px){.c-globalDisclosure_messageText{display:inline}}.c-globalDisclosure_modal{position:absolute;top:3rem;z-index:5999899;height:auto}.c-globalDisclosure_modal .c-globalModal_content{border:1px solid #080a12;height:400px;overflow-y:auto}.c-globalDisclosure_modal .c-globalModal_content::-webkit-scrollbar{display:none}.c-globalDisclosure_modal-close{float:right}.c-globalDisclosure_modal-header{clear:both;margin-right:2rem}.c-globalDisclosure_adSlot{display:flex;align-items:left}@media(min-width: 1024px){.c-globalDisclosure{width:65%;margin-top:1.5rem}.c-globalDisclosure_title{display:block;font-weight:600;margin-bottom:calc(0.5rem / 2)}.c-globalDisclosure_colon{display:none}.c-globalDisclosure_modal .c-globalModal_content{height:auto}} .c-globalModal{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:5999899}.c-globalModal_backdrop{height:100%;left:0;position:absolute;top:0;width:100%}.c-globalModal_close{position:absolute;display:block;top:1.5rem;right:1.5rem;cursor:pointer;z-index:5999899}.c-globalModal_close>svg{width:20px;height:20px;fill:#080a12}.c-globalModal_close:hover>svg{fill:#0058d5}.c-globalModal_content{background:#fff;position:relative;max-width:570px;padding:1.5rem;box-shadow:0 6px 18px rgba(0,0,0,.18);top:3rem}@media(max-width: 767px){.c-globalModal_content{margin:0 1.5rem}}.c-globalModal_contentWrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-globalModal_isOpen{display:block} .c-contentBreadcrumb{font-weight:600;margin-top:calc(0.5rem / 2)}.c-contentBreadcrumb_link{color:#080a12}.c-contentBreadcrumb_link:hover{color:#0058d5}.c-contentBreadcrumb_item+.c-contentBreadcrumb_item::before{display:inline-block;width:.45em;vertical-align:middle;content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23080A12%22%20%2F%3E%3C%2Fsvg%3E")}@media(min-width: 1024px){.c-contentBreadcrumb{margin-top:1.5rem}} .c-globalAuthor{display:flex;position:relative;font-size:1rem}.c-globalAuthor_image{cursor:pointer;display:inline-block;width:86px;height:86px;flex-shrink:0;overflow:hidden;margin-right:16px}.c-globalAuthor_image img{filter:grayscale(100%) contrast(1.2)}.c-globalAuthor_image:hover{opacity:.9}@media(max-width: 767px){.c-globalAuthor_image.-multiAuthor{display:none}}.c-globalAuthor_image+.c-globalAuthor_image{margin-left:-13px}.c-globalAuthor_link{color:#080a12;cursor:pointer;font-weight:600}.c-globalAuthor_link:hover{color:#0058d5}.c-globalAuthor_title{font-weight:400}.c-globalAuthor_meta{display:flex;align-items:center;font-size:.813rem}.c-globalAuthor_metaItem{display:inline-block;margin-right:calc(0.5rem / 3);color:#080a12}.c-globalAuthor_editor{flex:.5}@media(min-width: 1024px){.c-globalAuthor_artist{margin-top:1rem}}.c-globalAuthor_twitter{width:11px;height:11px;cursor:pointer;fill:#fff}.c-globalAuthor_twitter:hover{stroke:#0058d5}.c-globalAuthor_modal{position:absolute;top:100%;width:auto;height:auto}.c-globalAuthor_modal .c-globalModal_content{max-width:358px;top:1rem}.c-globalAuthor_modal .c-globalModal_backdrop{position:fixed}.c-globalAuthor_modal .c-globalModal_close svg{width:16px;height:16px}@media(min-width: 1024px){.c-globalAuthor_meta{flex-basis:45%;flex-shrink:0}} .c-cmsImage{display:block;width:100%;background:rgba(0,0,0,.05)}.c-cmsImage img{display:block;width:100%;height:auto}.c-cmsImage img[src=""]{visibility:hidden} .c-contentAuthorModal_head{display:flex;align-items:center;margin-bottom:1rem}.c-contentAuthorModal_image{margin-right:1rem;background:#f1f0f3;width:70px;height:70px;flex-shrink:0;overflow:hidden}.c-contentAuthorModal_image img{filter:grayscale(100%)}.c-contentAuthorModal_title{font-weight:600;margin-right:2rem}.c-contentAuthorModal_copy{clear:both;margin-bottom:1rem;line-height:1.5}.c-contentAuthorModal_link{color:#080a12;font-size:13px;cursor:pointer}.c-contentAuthorModal_link svg{width:16px;height:16px;vertical-align:middle;margin-left:.5rem}.c-contentAuthorModal_link:hover{color:#0058d5}.c-contentAuthorModal_link:hover svg{fill:#0058d5}.c-contentAuthorModal_linkDivider{font-size:13px;display:inline-block;color:#505259;margin:0 calc(0.5rem / 2)}.c-contentAuthorModal_accordionSection{margin:1rem 0}.c-contentAuthorModal_accordionSectionToggle{display:block;position:relative;cursor:pointer}.c-contentAuthorModal_accordionSectionToggle svg{position:absolute;right:0;top:20px;width:13px;height:7px}.c-contentAuthorModal_accordionSection>ul{margin-left:20px}.c-contentAuthorModal_accordionSection>ul>li{list-style:disc} .c-socialSharebar{position:relative;font-size:1.375rem}.c-socialSharebar amp-social-share{background:none;max-width:18px;max-height:18px}.c-socialSharebar_container{display:flex;padding:0;user-select:none}.c-socialSharebar_container-dropdown{visibility:hidden;position:absolute;bottom:2.5rem;padding:1.5rem;background:#fff;box-shadow:0 4px 16px rgba(8,10,18,.05);z-index:1;opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s,visibility 0s .4s}.c-socialSharebar_container-dropdownOpen{transform:none;transition:opacity .4s,transform .4s;opacity:1;visibility:visible}.c-socialSharebar_container-dropdown .c-socialSharebar_button-comments{display:none}.c-socialSharebar_button{cursor:pointer;display:flex;justify-content:center;align-items:center}.c-socialSharebar_button:not(:last-child){margin-right:2rem}.c-socialSharebar_button:hover{opacity:.7}.c-socialSharebar_button-active svg{fill:#0058d5}.c-socialSharebar_icon{display:block;width:18px;height:18px} .c-shortcodeListiclePrecap .hide{display:none}.c-shortcodeListiclePrecap-hide{position:relative}.c-shortcodeListiclePrecap-hide::before{content:" ";position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;z-index:20}.c-shortcodeListiclePrecap_more{display:block;animation:slide-down .6s ease-out}.c-shortcodeListiclePrecap_show{text-align:right;cursor:pointer}.c-shortcodeListiclePrecap_show svg{width:15px;height:15px;padding-top:8px;fill:#080a12;margin-left:10px}.c-shortcodeListiclePrecap_show:hover{color:#0058d5}.c-shortcodeListiclePrecap_show:hover svg{fill:#0058d5}@media(min-width: 1024px){.c-pageArticleSingle_topContent .c-shortcodeListiclePrecap{width:65%}}@keyframes slide-down{0%{opacity:0;transform:translateY(-10%)}100%{opacity:1;transform:translateY(0)}} .c-shortcodeListiclePrecapItem{color:#080a12}.c-shortcodeListiclePrecapItem_container{min-height:70px;padding:.5rem 0;gap:15px;border-bottom:1px solid #f1f0f3}@media(min-width: 768px){.c-shortcodeListiclePrecapItem_container{gap:20px}}.c-shortcodeListiclePrecapItem_image{width:70px;height:70px;flex:0 0 70px}.c-shortcodeListiclePrecapItem_image.credit-card-image{width:85px;height:85px;display:flex;flex:0 0 85px;align-items:center}.c-shortcodeListiclePrecapItem_image .c-cmsImage{height:100%}@media(min-width: 768px){.c-shortcodeListiclePrecapItem_image{width:85px;height:85px;flex:0 0 85px}}.c-shortcodeListiclePrecapItem_details{padding-right:1rem}.c-shortcodeListiclePrecapItem_details .g-text-small{font-weight:600}.c-shortcodeListiclePrecapItem_button{width:110px;flex:0 0 110px;text-align:right;text-transform:none}.c-shortcodeListiclePrecapItem_button svg{width:15px;height:15px;margin-left:5px;vertical-align:middle}.c-shortcodeListiclePrecapItem_button.credit-card-button{color:#006dff}.c-shortcodeListiclePrecapItem_button.credit-card-button svg{width:28px;height:20px;fill:#006dff}.c-shortcodeListiclePrecapItem_button-mobile{display:inline}.c-shortcodeListiclePrecapItem_button-desktop{display:none}@media(min-width: 768px){.c-shortcodeListiclePrecapItem_button{width:225px;flex:0 0 225px;text-align:center}.c-shortcodeListiclePrecapItem_button.credit-card-button{width:110px;flex:0 0 110px}.c-shortcodeListiclePrecapItem_button-mobile{display:none}.c-shortcodeListiclePrecapItem_button-desktop{display:inline}}.c-shortcodeListiclePrecapItem:hover{color:#0058d5}.c-shortcodeListiclePrecapItem:hover .c-button-primary-medium{color:#080a12;background:#39d2ff}.c-shortcodeListiclePrecapItem:hover .credit-card-button{color:#0058d5}.c-shortcodeListiclePrecapItem:hover .credit-card-button svg{fill:#0058d5}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_container{flex-wrap:wrap;padding:0;min-height:0;border:0}@media(max-width: 767px){.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_details>div{width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_details :first-child{font-size:16px}@media(max-width: 767px){.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_details{width:calc(100% - 90px);flex:1}}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_image{width:64px;height:64px}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_image.credit-card-image{height:64px}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_button{text-align:center;white-space:nowrap}@media(max-width: 767px){.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_button{flex:unset;width:100%}}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_button-mobile{display:none}.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem_button-desktop{display:inline}@media(max-width: 767px){.c-shortcodeListiclePrecapItem-sticky .c-shortcodeListiclePrecapItem-creditCard .c-shortcodeListiclePrecapItem_details{width:calc(100% - 104px)}}.c-shortcodeListiclePrecapItem figure{position:relative}.c-shortcodeListiclePrecapItem_callOut{display:flex;background:rgba(32,34,42,.8);position:absolute;top:0;width:100%;align-items:center;justify-content:center;padding:.5rem;color:#d0ff4b;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:lowercase;gap:.5rem} .c-commerceBuyButton{display:inline-flex;width:100%}.c-creditCardLink{display:inline-block;align-self:center;color:#006dff;width:100%}.c-creditCardLink svg{width:28px;height:20px;padding:0 0 5px 5px;vertical-align:middle;fill:#006dff}.c-creditCardLink:hover{color:#0058d5}.c-creditCardLink:hover svg{fill:#0058d5} .c-ShortcodeContent h2{font-size:1.375rem;line-height:1.75rem;margin-bottom:1rem}@media(min-width: 1024px){.c-ShortcodeContent h2{font-size:2.25rem;line-height:2.75rem}}.c-ShortcodeContent h3:not(.c-sectionHeading){font-size:1rem;line-height:1.75rem;margin-bottom:1rem}@media(min-width: 1024px){.c-ShortcodeContent h3:not(.c-sectionHeading){font-size:1.375rem;line-height:1.75rem}}.c-ShortcodeContent h3.c-shortcodePinbox_headline{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem}.c-ShortcodeContent p,.c-ShortcodeContent li{font-size:1.125rem;line-height:1.875rem}.c-ShortcodeContent p a,.c-ShortcodeContent li a{color:#080a12;text-decoration:underline}.c-ShortcodeContent p a:hover,.c-ShortcodeContent li a:hover{color:#0058d5}.c-ShortcodeContent hr{border-top:1px solid #f1f0f3}.c-ShortcodeContent>ol,.c-ShortcodeContent>ul{margin:0 0 1.5rem;padding:0 0 0 1.2rem}.c-ShortcodeContent>ol li{list-style:decimal}.c-ShortcodeContent>ul li{list-style:disc}.c-ShortcodeContent>blockquote{font-size:1.125rem;font-weight:600;border-left:1px solid #080a12;padding-left:1.5rem;margin:1.5rem 0}@media(min-width: 1024px){.c-ShortcodeContent>blockquote{margin:2rem 0}}.c-ShortcodeContent .giphy-embed{width:100%}.c-ShortcodeContent .c-avLazyStickyVideo{margin-bottom:2rem;min-height:192px}@media(min-width: 768px){.c-ShortcodeContent .c-avLazyStickyVideo{margin-bottom:1.5rem;min-height:466px}}.c-ShortcodeContent table{display:block;overflow:auto}.c-ShortcodeContent table p,.c-ShortcodeContent table li{font-size:1.125rem;line-height:1.75rem}.c-ShortcodeContent table p{margin-bottom:0}.c-ShortcodeContent table ul{padding-left:2rem;margin-bottom:1.5rem}.c-ShortcodeContent table li{list-style-type:disc;display:list-item}.c-ShortcodeContent *:first-child{margin-top:0} .c-adDisplay.skybox-inContent{margin-left:calc(50% - 50vw + 0.5 * var(--scroll-bar-width));margin-right:calc(50% - 50vw + 0.5 * var(--scroll-bar-width));width:100vw}@media(min-width: 1024px){.c-pageArticleSingle-review .c-adDisplay.skybox-inContent{width:calc(100vw - 0.5 * var(--scroll-bar-width));margin-right:0;margin-left:calc(50% - 50vw + 0.5 * var(--scroll-bar-width) - ((100% - 8 * var(--grid-gap)) * (2 / 9)))}}.c-adDisplay.rendered{min-height:0}.c-adDisplay_container{display:flex;align-items:center;justify-content:center}.c-adDisplay_container.collapsed{transition:min-height .3s ease;min-height:0}.c-adDisplay_container.rendered{min-height:0}.c-adDisplay_container_mobile-incontent-ad-plus,.c-adDisplay_container_mobile-mpu{min-height:250px}.c-adDisplay_container__mobile-sharethrough-top{min-height:255px}.c-adDisplay_container_mobile-nav-ad-plus-banner{min-height:50px}.c-adDisplay_container_mobile-incontent-banner-bottom{min-height:130px}.c-adDisplay_container_mobile-incontent-all,.c-adDisplay_container_mobile-incontent-plus{display:block;min-height:154px}.c-adDisplay_container_leaderboard-middle{min-height:66px}.c-adDisplay_container_incontent-narrow-all-top,.c-adDisplay_container_incontent-leaderboard-middle{display:block;min-height:273px}.c-adDisplay_container_mpu-top,.c-adDisplay_container_mpu-plus-top,.c-adDisplay_container_mpu-middle{min-height:250px}.c-adDisplay_container_leader-middle,.c-adDisplay_container_leader-plus-middle{min-height:90px}.c-adDisplay_container_incontent-ad-plus-bottom{min-height:200px}.c-adDisplay_container_leader-bottom{min-height:90px}.c-adDisplay_container_leaderboard-bottom{min-height:90px}.c-adDisplay_container_mobile-mpu-bottom{min-height:250px}.c-adDisplay_container_incontent-all-top,.c-adDisplay_container_incontent-ad-plus-billboard-middle,.c-adDisplay_container_incontent-plus-billboard-middle,.c-adDisplay_container_incontent-all-middle{display:block;min-height:211px;clear:both}.c-pageArticleSingle-nightwing .c-adDisplay_container_incontent-all-top>[data-ad]{background:#f5f4f7;padding:32px 0 12px;z-index:500;position:relative}.c-pageArticleSingle-nightwing .c-adDisplay_container_incontent-all-top>[data-ad].skybox-loaded-slot{padding-bottom:0}.c-pageArticleSingle-nightwing .c-adDisplay_container_incontent-all-top>[data-ad]::before{content:"Advertisement";color:#080a12;font-size:12px;line-height:16px;display:block;position:absolute;left:50%;transform:translate(-50%, -25px)}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad]{background:#f5f4f7;padding:32px 0 12px;z-index:500;position:relative}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad].skybox-loaded-slot{padding-bottom:0}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad]::before{content:"Advertisement";color:#080a12;font-size:12px;line-height:16px;display:block;position:absolute;left:50%;transform:translate(-50%, -25px)}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle.rendered:not(.blank)::before{content:" ";position:absolute;height:600px;width:25%;left:0;margin-top:-150px;z-index:20;background:linear-gradient(rgba(255, 255, 255, 0), white 10%, white 90%, rgba(255, 255, 255, 0))} .c-articleCapiData+.c-listicleDrawer-spacing{position:relative;top:-1.5rem;margin-bottom:-1.5rem}.c-shortcodeListicle{--grid-cols: 6;clear:both}.c-shortcodeListicle figcaption{text-align:left}.c-shortcodeListicle_header{display:flex;justify-content:space-between;flex-direction:column;align-items:baseline}.c-shortcodeListicle_headerText{flex:1}.c-shortcodeListicle_headerText h2{margin-bottom:.5rem;margin-top:-12px}.c-shortcodeListicle_headerText h3:not(.c-sectionHeading){margin-bottom:0}@media(min-width: 1024px){.c-shortcodeListicle_headerText h3:not(.c-sectionHeading){margin-bottom:2rem}}@media(max-width: 767px){.c-shortcodeListicle_headerText{margin-bottom:1rem}}.c-shortcodeListicle_headerLink{color:#080a12}.c-shortcodeListicle_headerLink:hover{color:#0058d5}.c-shortcodeListicle_image{width:100%;text-align:center;margin-left:0}.c-shortcodeListicle_buttonContainer{display:flex;flex-wrap:wrap;justify-content:flex-end;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:1.5rem}.c-shortcodeListicle_buttonContainer .c-shortcodeListicle_expandAll{font-weight:600;text-align:right;cursor:pointer}.c-shortcodeListicle_buttonContainer .c-shortcodeListicle_expandAll span{display:inline-block}.c-shortcodeListicle_buttonContainer .c-shortcodeListicle_expandAll svg{width:14px;height:7px;display:inline-block;vertical-align:middle;margin-left:4px}@media(min-width: 1024px){.c-shortcodeListicle_buttonContainer .c-shortcodeListicle_expandAll{display:none}}.c-shortcodeListicle_button{text-align:right;text-transform:none}@media(min-width: 768px){.c-shortcodeListicle_button{max-width:calc(0.5 * (100% - 1.5rem))}.c-shortcodeListicle_button:first-child{margin:0}}.c-shortcodeListicle_buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end;width:100%}.c-shortcodeListicle_buttons-collapsed{max-height:64px;overflow:hidden;transition:max-height .5s ease}@media(min-width: 1024px){.c-shortcodeListicle_buttons-collapsed{max-height:none}}.c-shortcodeListicle_creditCard{flex:0}.c-shortcodeListicle_supplemental{text-align:right}.c-shortcodeListicle p:last-child{margin-bottom:0}.c-shortcodeListicle ul{margin-left:1.5rem}.c-shortcodeListicle ul li{list-style-type:disc} .c-listicleDrawer{overflow:hidden}.c-listicleDrawer_header{text-transform:lowercase;display:flex;justify-content:space-between;align-items:center;line-height:1.25rem;font-size:1.125rem;font-weight:600;cursor:pointer;position:relative;border-top:1px solid #f1f0f3}.c-listicleDrawer_header svg{fill:#080a12;width:14px;height:7px;transform:rotateX(180deg);transition:transform .5s ease;margin-right:4px}.c-listicleDrawer_header:hover{color:#0058d5}.c-listicleDrawer_header:hover svg{fill:#0058d5}.c-listicleDrawer:last-of-type .c-listicleDrawer_header{border-bottom:1px solid #f1f0f3}.c-listicleDrawer_content{max-height:2000px;visibility:visible;font-size:.938rem;transition:visibility .5s,max-height .5s}.c-listicleDrawer_item{display:flex;line-height:1.375rem;padding:1rem 0;border-top:1px solid #f1f0f3}.c-listicleDrawer_item:last-child{border-bottom:0}.c-listicleDrawer_item-condensed{border:0;padding:.5rem 0 .5rem 1rem}.c-listicleDrawer_item-condensed:nth-child(odd){background:#f5f4f7}.c-listicleDrawer_item strong{width:30%;flex:none;margin-right:20px}.c-listicleDrawer_item ul{padding-left:1rem;margin-left:0}.c-listicleDrawer_item li{font-size:1rem;display:list-item;list-style:disc;line-height:1.375rem}.c-listicleDrawer.collapsed .c-listicleDrawer_content{max-height:0 !important;visibility:hidden}.c-shortcodeListicle-v2 .c-listicleDrawer.collapsed.c-listicleDrawer-details .c-listicleDrawer_content .c-ShortcodeContent{visibility:visible;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-listicleDrawer.collapsed svg{transform:rotate(0deg)}.c-shortcodeListicle-v2 .c-listicleDrawer-details .c-listicleDrawer_header{border-bottom:0}.c-shortcodeListicle-v2 .c-listicleDrawer-details .c-listicleDrawer_content{transition:none;max-height:none !important}.c-shortcodeListicle-v2 .c-listicleDrawer.collapsed.c-listicleDrawer-details .c-listicleDrawer_content{max-height:87px !important;overflow:hidden} .c-prosCons ul.c-prosCons_listElement{margin-left:0;padding-left:10px}.c-prosCons li{padding-left:10px;margin-bottom:10px;list-style-type:"+";font-size:1rem;line-height:1.375rem}.c-prosCons li::marker{content:"+"}.c-prosCons_list-cons ul.c-prosCons_listElement{padding-left:8px}.c-prosCons_list-cons li{list-style-type:"-"}.c-prosCons_list-cons li::marker{content:"-"}.c-prosCons li:last-child{margin-bottom:0}.c-prosCons-horizontal{display:flex;justify-content:space-between;gap:20px;padding-bottom:15px}@media(max-width: 767px){.c-prosCons-horizontal{flex-direction:column;align-items:baseline}}.c-prosCons-horizontal .c-prosCons_title::after{content:":"}.c-prosCons-horizontal .c-prosCons_list{width:50%}@media(max-width: 767px){.c-prosCons-horizontal .c-prosCons_list{width:100%}}.c-prosCons-vertical{display:block} .c-shortcodeCommercePromo{display:flex;justify-content:flex-end;align-items:center;color:#080a12}.c-shortcodeCommercePromo_content{flex-grow:1;text-align:right}.c-shortcodeCommercePromo_image{width:96px;height:96px;overflow:hidden;flex-shrink:0;margin-right:1.5rem}@media(min-width: 768px){.c-shortcodeCommercePromo_image{width:196px;height:115px}}.c-shortcodeCommercePromo_btn{text-transform:none}.c-shortcodeCommercePromo:hover{color:#0058d5}.c-shortcodeCommercePromo:hover img{opacity:.9}.c-shortcodeCommercePromo:hover .c-shortcodeCommercePromo_btn{background:#39d2ff}.c-shortcodeCommercePromo:hover .c-creditCardLink{color:#0058d5}.c-shortcodeCommercePromo:hover .c-creditCardLink svg{fill:#0058d5} @media(min-width: 768px){.c-shortcodePinbox-single{width:50%;max-width:306px;float:right;margin-left:1.5rem}}.c-shortcodePinbox-single h3:not(.c-sectionHeading){font-size:16px;font-weight:600;line-height:1.375rem;margin-top:1rem;margin-bottom:1.5rem}.c-shortcodePinbox-single p{font-size:.938rem;line-height:1.25rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-shortcodePinbox-single svg{display:inline-block;width:15px;height:13px;fill:#080a12;vertical-align:middle;margin-left:calc(0.5rem / 2)}.c-shortcodePinbox-single a{display:block;color:#080a12}.c-shortcodePinbox-single a span{font-weight:600}.c-shortcodePinbox-single a:hover{color:#0058d5}.c-shortcodePinbox-single a:hover img{opacity:.9}.c-shortcodePinbox-single a:hover svg{fill:#0058d5}.c-shortcodePinbox-single a:hover p{color:inherit}@media(min-width: 1024px){.c-shortcodePinbox-carousel{width:inherit;position:relative}.lg\:u-col-9 .c-shortcodePinbox-carousel{width:calc((100% - var(--grid-gap) * 8) / 9 * 12 + 11 * var(--grid-gap));margin-left:calc(-1 * ((100% - var(--grid-gap) * 8) / 9 * 3 + (3 * var(--grid-gap))))}.lg\:u-col-6 .c-shortcodePinbox-carousel{width:calc((100% - var(--grid-gap) * 5) / 6 * 12 + 11 * var(--grid-gap));margin-left:calc(-1 * ((100% - var(--grid-gap) * 5) / 6 * 3 + (3 * var(--grid-gap))))}}@media(min-width: 768px){.c-shortcodePinbox-textList_floating{width:50%;max-width:306px;float:right;margin-left:1.5rem}}.c-shortcodePinbox-textList li{line-height:1.375rem;font-size:1rem;font-weight:600;margin:1.5rem 0}.c-shortcodePinbox-textList li a{text-decoration:none;display:block} .c-listingCarouselHorizontal{border-top:1px solid #080a12}@media(min-width: 1024px){.c-listingCarouselHorizontal{width:100%}}.c-listingCarouselHorizontal .c-sectionHeading{display:inline-block;border-top:none}.c-listingCarouselHorizontal_subhead{display:none}@media(min-width: 1024px){.c-listingCarouselHorizontal_subhead{display:inline-block;margin-left:.5rem}}.c-listingCarouselHorizontal_item{margin-right:20px;display:block}.c-listingCarouselHorizontal_item.item-no-margin{margin-right:0}.c-listingCarouselHorizontal_itemLink{color:#080a12}.c-listingCarouselHorizontal_itemLink:hover{color:#0058d5}.c-listingCarouselHorizontal_mobile{width:calc(100vw - 50px);display:flex;overflow:auto;position:relative}.c-listingCarouselHorizontal_mobile ul{display:flex}.c-listingCarouselHorizontal_mobile ul li{width:306px}.c-listingCarouselHorizontal_mobile ul li:last-of-type .c-listingCarouselHorizontal_item{margin-right:0}.c-listingCarouselHorizontal_mobile ul li a{text-decoration:none}.c-listingCarouselHorizontal .c-listingCarouselHorizontal_desktop{display:none}@media(min-width: 1024px){.c-listingCarouselHorizontal_mobile{display:none}.c-listingCarouselHorizontal .c-listingCarouselHorizontal_desktop{display:flex}}.c-listingCarouselHorizontal .VueCarousel-inner{justify-content:space-between}.c-listingCarouselHorizontal .VueCarousel-inner .VueCarousel-slide-active .c-listingCarouselHorizontal_item{margin-left:20px;margin-right:0}.c-listingCarouselHorizontal .VueCarousel-inner>div:first-child.VueCarousel-slide-active .c-listingCarouselHorizontal_item{margin-left:0}.c-listingCarouselHorizontal .VueCarousel-navigation button:focus{outline:none !important}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-prev{left:70px}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-next{right:70px}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button{top:65px;width:48px;height:48px;background:#44d8ff;border-radius:.25rem}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button:hover{background-color:#39d2ff}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button svg{width:13px;height:13px;fill:#080a12}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation--disabled{display:none} .VueCarousel { display: flex; flex-direction: column; position: relative; } .VueCarousel--reverse { flex-direction: column-reverse; } .VueCarousel-wrapper { width: 100%; position: relative; overflow: hidden; } .VueCarousel-inner { display: flex; flex-direction: row; backface-visibility: hidden; } .VueCarousel-inner--center { justify-content: center; } .VueCarousel-slide { flex-basis: inherit; flex-grow: 0; flex-shrink: 0; user-select: none; backface-visibility: hidden; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none; } .VueCarousel-slide-adjustableHeight { display: table; flex-basis: auto; width: 100%; } .c-socialComments_comment-bubble{fill:#fff;height:15px;margin-right:5px;width:15px}.c-socialComments .o-button-xlarge{color:#fff;line-height:3.7}.c-socialComments_toggleButton{width:100%;height:64px}.c-socialComments_toggleButton_svg{display:inline-block}.c-socialComments_toggleButton_svg svg{display:inline-block;width:15px;height:13px;fill:#080a12;vertical-align:middle;margin-left:10px;transform:rotate(90deg)}.c-socialComments_toggleButton:hover svg{fill:#fff}@media(min-width: 1024px){.c-socialComments_toggleButton{width:416px}}.c-socialComments_postComments::before{display:block;content:"";margin-top:-50vh;height:50vh;visibility:hidden}.c-socialComments_faq-guidelines a{color:#505259;text-decoration:underline;font-size:1rem}.c-socialComments_user-dropdown{cursor:pointer;display:inline-block;position:relative;z-index:1;border:1px solid #fff;margin-left:-10px}.c-socialComments_user-dropdown:hover{background:#fff;border:1px solid #d9d9d9;border-radius:4px 4px 0 0;box-shadow:0 2px 5px rgba(0,0,0,.1)}.c-socialComments_user-dropdown_user{background:#fff;border:1px solid #d9d9d9;border-radius:0 0 3px 3px;box-shadow:0 2px 5px rgba(0,0,0,.1);display:none;list-style-type:none;margin:0;padding:0;position:absolute;text-align:left;width:100%;margin-left:-1px}.c-socialComments_user-dropdown_user li{background:none;list-style:none;padding:0}.c-socialComments_user-dropdown_user li:first-child{border-bottom:1px dotted #d9d9d9}.c-socialComments_user-dropdown_user li:hover{background-color:#f1f1f1}.c-socialComments_user-dropdown_user li a{line-height:30px;margin:0;padding:0 8px;text-decoration:none}.c-socialComments_user-dropdown:hover .c-socialComments_user-dropdown_user{display:block}.c-socialComments_user-dropdown_username{color:#44d8ff;cursor:pointer;font-weight:600;margin-left:10px;text-overflow:ellipsis;white-space:nowrap}.c-socialComments_user-dropdown_username::after{border:solid 4px;border-color:#404040 transparent transparent transparent;content:"";display:inline-block;margin:8px;position:relative;top:9px}.c-socialComments_user-dropdown_username:hover{text-decoration:none}.c-socialComments_faq-guidelines a:hover{color:#080a12}.c-socialComments_user-dropdown_user li a:hover{color:#39d2ff} .c-listingVertical{grid-column:span 2}@media(max-width: 767px){.c-listingVertical{border-bottom:none}}.c-listingVertical h4{color:#404040;text-transform:uppercase;letter-spacing:2px;font-weight:normal}.c-listingVertical_image{background:#f2f2f2;display:block;width:86px;height:86px;flex-shrink:0}.c-listingVertical_image picture{height:100%;width:100%;margin:auto 0}.c-listingVertical_image picture img{object-fit:cover;width:100%;height:100%}.c-listingVertical_image.shows{background:none}.c-listingVertical_image.shows picture{z-index:2}.c-listingVertical_image.shows::before{background:rgba(0,0,0,.5)}.c-listingVertical_image.shows img{transform:scale(0.6);object-fit:contain}.c-listingVertical_item{position:relative;margin-bottom:1.5rem}.c-listingVertical_item:last-of-type{margin-bottom:0}.c-listingVertical_item h3{font-weight:600}.c-listingVertical_item:hover h3 span{color:#0058d5}.c-listingVertical_item:hover img{opacity:.8}.c-listingVertical_data{flex-direction:column}.c-listingVertical_itemLink{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;font:0/0 serif;text-shadow:none;color:transparent} .c-globalSticky{display:initial;overflow:initial}.c-globalSticky_element{position:sticky;top:200px} .c-siteFooter{z-index:1;position:relative;background:#20222a;overflow:hidden}.c-siteFooter .c-siteFooter_background{width:0}.c-siteFooter .c-siteFooter_background img[src=""]{opacity:0}.c-siteFooter .c-siteFooter_background img,.c-siteFooter .c-siteFooter_background amp-img{transition:opacity 1s ease;opacity:1;object-fit:cover;position:absolute;width:100%;height:100%;left:0;top:0}@media(min-width: 1024px){.c-siteFooter{padding:0 3rem 3rem 3rem}}.c-siteFooter_container{position:relative}.c-siteFooter_logoLink{display:block}.c-siteFooter_logo{left:50%;margin-left:-50vw;right:50%;margin-right:-50vw;max-width:100vw;position:relative;width:100vw;fill:#fff;aspect-ratio:814/150}@media(min-width: 1024px){.c-siteFooter_logo{margin-bottom:2rem}}.c-siteFooter_site-name{visibility:hidden;height:0}.c-siteFooter_slogan{display:block;margin-top:1.5rem;margin-bottom:1rem;font-size:2.25rem;line-height:2.75rem;color:#fff;font-weight:600}.c-siteFooter_logo-connect-grid{--grid-cols: 2;grid-row-gap:1rem}@media(min-width: 768px){.c-siteFooter_logo-connect-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_logo-connect-grid{--grid-cols: 6;grid-row-gap:2rem}}.c-siteFooter_connect-column{display:block}.c-siteFooter_connect-grid{--grid-cols: 2;margin:auto}@media(min-width: 768px){.c-siteFooter_connect-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_connect-grid{--grid-cols: 5;margin-top:1rem;margin-right:3rem;grid-row-gap:2rem}}@media(min-width: 1230px){.c-siteFooter_connect-grid{--grid-cols: 7;margin:0}}.c-siteFooter_social-links-wrapper{margin:1.5rem 0 1.5rem 0}.c-siteFooter_social-links-wrapper .c-socialSharebar_container{justify-content:space-between}@media(min-width: 1024px){.c-siteFooter_social-links-wrapper .c-socialSharebar_container{justify-content:flex-start}}.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon{width:fit-content;height:fit-content}@media(min-width: 1024px){.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon{flex-grow:1;margin-right:0}}.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon svg{height:24px;width:24px;fill:#fff}.c-siteFooter_copyright-policies{--grid-cols: 2}@media(min-width: 768px){.c-siteFooter_copyright-policies{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_copyright-policies{--grid-cols: 6;text-align:initial;margin-top:1.5rem}}.c-siteFooter_column-links-grid{--grid-cols: 2}@media(min-width: 768px){.c-siteFooter_column-links-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_column-links-grid{--grid-cols: 6;margin-top:.5rem}}@media(min-width: 1024px){.c-siteFooter_slogan{margin:0;font-size:3rem;line-height:3.25rem;padding-right:3rem}}@media(min-width: 2000px){.c-siteFooter_logo{left:0;margin:0 auto;display:block;max-width:1296px;position:relative;right:0;width:1296px}} .c-siteFooterColumnLinks{margin-top:1.5rem}.c-siteFooterColumnLinks:first-child{margin-top:0}@media(min-width: 768px){.c-siteFooterColumnLinks{margin-top:0}}.c-siteFooterColumnLinks a{color:#fff;text-transform:lowercase;display:inline-block}.c-siteFooterColumnLinks a:hover{color:#3f8eff;cursor:pointer}.c-siteFooterColumnLinks a:hover svg{fill:#ff435a}.c-siteFooterColumnLinks_beta li:first-child a{text-transform:none}.c-siteFooterColumnLinks_charlie .loggedin,.c-siteFooterColumnLinks_charlie .hide{display:none}@media(min-width: 1024px){.c-siteFooterColumnLinks_charlie{text-align:left}}.c-siteFooterColumnLinks ul>li{transform:translateZ(0)}.c-siteFooterColumnLinks ul>li:last-child{margin-bottom:0}.c-siteFooterColumnLinks .c-siteFooter_link{margin-bottom:1.5rem;color:#fff}.c-siteFooterColumnLinks .c-siteFooter_link-userIcon{width:16px;height:16px;fill:#fff;margin-left:calc(0.5rem / 2);vertical-align:middle} .c-siteFooterUserMenu_authLinks{color:#fff;text-transform:lowercase;display:inline-block}.c-siteFooterUserMenu_authLinks:hover{color:#3f8eff;cursor:pointer}.c-siteFooterUserMenu_authLinks:hover svg{fill:#ff435a} .c-siteFooterCopyright{margin:0;color:#fff;font-size:.938rem;line-height:1.25rem}@media(min-width: 1024px){.c-siteFooterCopyright{display:inline-block;text-align:left}} .c-siteFooterPolicies{display:inline;color:#fff;font-size:.938rem;line-height:1.25rem;font-weight:600}.c-siteFooterPolicies div{display:inline}.c-siteFooterPolicies a,.c-siteFooterPolicies div{color:#fff;margin:0 .5rem}.c-siteFooterPolicies a:hover,.c-siteFooterPolicies div:hover{color:#3f8eff;cursor:pointer}.c-siteFooterPolicies a:first-child,.c-siteFooterPolicies div:first-child{margin:0 .5rem 0 0}</style> </head> <body> <div data-server-rendered="true" id="__nuxt"><!----><div id="__layout"><div class="c-layoutDefault" data-v-42d55d5c=""><svg class="c-globalSvgs" data-v-42d55d5c=""><symbol id="android" viewbox="0 0 24 24"><path d="M15.9591 0.697571L15.1162 2.66445C16.832 3.5964 17.999 5.41526 17.999 7.5011C17.999 7.77708 17.775 8.00108 17.499 8.00108H7.49974C7.22376 8.00108 6.99976 7.77708 6.99976 7.5011C6.99976 5.41526 8.16667 3.5964 9.88354 2.66445L9.0406 0.697571C8.93157 0.444558 9.04857 0.150578 9.30256 0.0416011C9.55356 -0.0693912 9.85054 0.0496162 9.95853 0.304599L10.8034 2.27246C11.3384 2.09847 11.9084 2.0015 12.5003 2.0015C13.0923 2.0015 13.6622 2.09847 14.1972 2.27246L15.0401 0.304599C15.1481 0.0496162 15.4451 -0.0684069 15.6961 0.0416011C15.9501 0.150625 16.0681 0.443573 15.9591 0.697571ZM9.9995 5.50122C9.9995 5.7772 10.2235 6.0012 10.4995 6.0012C10.7755 6.0012 10.9995 5.7772 10.9995 5.50122C10.9995 5.22524 10.7755 5.00124 10.4995 5.00124C10.2235 5.00124 9.9995 5.22524 9.9995 5.50122ZM13.9993 5.50122C13.9993 5.7772 14.2233 6.0012 14.4992 6.0012C14.7752 6.0012 14.9992 5.7772 14.9992 5.50122C14.9992 5.22524 14.7752 5.00124 14.4992 5.00124C14.2233 5.00124 13.9993 5.22524 13.9993 5.50122ZM7.49969 9.00073H17.499C17.775 9.00073 17.999 9.22375 17.999 9.50071V17.5002C17.999 18.7081 17.139 19.7181 15.9991 19.95V22.4998C15.9991 23.3268 15.3261 23.9997 14.4992 23.9997C13.6722 23.9997 12.9993 23.3268 12.9993 22.4998V20H11.9994V22.4998C11.9994 23.3268 11.3264 23.9997 10.4995 23.9997C9.67252 23.9997 8.99959 23.3268 8.99959 22.4998V19.95C7.85967 19.717 6.99971 18.7081 6.99971 17.5002V9.50071C6.99971 9.22473 7.22371 9.00073 7.49969 9.00073ZM20.4988 9.00073C19.6719 9.00073 18.9989 9.67367 18.9989 10.5006V15.5003C18.9989 16.3273 19.6719 17.0002 20.4988 17.0002C21.3258 17.0002 21.9987 16.3273 21.9987 15.5003V10.5006C21.9987 9.67372 21.3258 9.00073 20.4988 9.00073ZM3 10.5006C3 9.67367 3.67294 9.00073 4.4999 9.00073C5.32685 9.00073 5.99979 9.67372 5.99979 10.5006V15.5003C5.99979 16.3273 5.32685 17.0002 4.4999 17.0002C3.67294 17.0002 3 16.3273 3 15.5003V10.5006Z"></path></symbol> <symbol id="arrow-back" viewbox="0 0 24 24" fill="white"><path d="M16 4L8 12L16 20" stroke="black" stroke-width="2" stroke-linecap="round"></path></symbol> <symbol id="avatar" viewbox="0 0 200 200"><rect fill="#efefef" width="200" height="200"></rect><path fill="#bdbdbd" d="M167,199.87H32.76q-1-8.77-2-17.64c-.22-1.95-.42-3.9-.66-5.85A42.19,42.19,0,0,1,32.45,156c.67-1.76,2.15-3.23,3.25-4.88.3.1.75.38.89.28,4.45-3.66,9.75-5.13,15.25-6.55a48.58,48.58,0,0,0,23.42-13.9c.92-1,2.64-1.82,1.26-3.65-.06-18.16,0-18.16-8.09-33.51-.3-.58-.57-1.35-1.06-1.63-4.88-2.73-4.88-8-6.38-12.4A4.07,4.07,0,0,1,62.24,76c2.08-1.1,1.56-2.48,1.46-4.15-.45-7.24-1.16-14.5-1-21.74.16-8.67,2.84-16.59,9.86-22.33,1-.19,2.26,0,2.92-.61,6-5.29,13.1-8.13,20.83-9.56,2.07-.38,4.32-.87,6.31-.44,10.85,2.32,20.63,6.68,27.62,15.86.37.46,1.34.45,2,.66a24.32,24.32,0,0,1,4.88,15.2c.06,7-.54,14.09-.83,21.12-.07,1.81,0,3.62,0,5.42-.47,2.35,2.06,2.54,2.84,4a36.83,36.83,0,0,1-1.06,5.3c-.69,2-1.29,4.45-2.77,5.65-6.51,5.28-8.07,13.25-11.37,20.2-1.24,2.6-.53,6.14-.63,9.25-.08,2.47,0,5,0,7.42-1.47,1.78.29,2.59,1.15,3.62,4.28,5.11,10.11,8.1,15.76,11.31,3.58,1.13,7.1,2.48,10.74,3.35,4.7,1.12,9,2.71,12.45,6.3.33.34,1.13.21,1.69.31,5.31,7.52,5.48,16,4.54,24.65C168.78,184.51,167.88,192.2,167,199.87Z"></path><path fill="#b1b1b1" d="M132.27,33.72c-.69-.21-1.67-.2-2-.67-7-9.17-16.77-13.53-27.63-15.85-2-.43-4.23.06-6.3.44-7.73,1.43-14.83,4.27-20.83,9.56-.64.57-2,.42-2.92.6C77.24,23.15,83,20.11,89,17.67a29.22,29.22,0,0,1,20.93-.39A46.29,46.29,0,0,1,127,27.17C129,29.08,130.53,31.52,132.27,33.72Z"></path><path fill="#b2b2b2" d="M76.57,127.31c1.38,1.83-.35,2.67-1.26,3.65a48.63,48.63,0,0,1-23.42,13.9c-5.46,1.42-10.8,2.93-15.26,6.54-.13.11-.58-.17-.88-.27,3.21-4.13,7.64-5.85,12.6-7C59.51,141.52,69.27,136.48,76.57,127.31Z"></path><path fill="#b1b1b1" d="M165.08,152.2c-.56-.1-1.36,0-1.68-.31-3.43-3.59-7.76-5.18-12.46-6.3-3.63-.87-7.15-2.22-10.74-3.36l1.07-1c4.08,1.11,8.17,2.19,12.25,3.35C158.18,145.83,162.28,148,165.08,152.2Z"></path><path fill="#b4b4b4" d="M141.28,141.16l-1.07,1c-5.65-3.2-11.48-6.19-15.76-11.3-.86-1-2.62-1.84-1.15-3.62,3.54,5.08,8.61,8.3,13.82,11.36Z"></path><path fill="#b1b1b1" d="M139.14,79.45c-.78-1.45-3.31-1.65-2.84-4C138.6,75.82,139.33,77.32,139.14,79.45Z"></path></symbol> <symbol id="carat" viewbox="0 0 4 8"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8L4 3.95939L0.0804124 0L0 8Z"></path></symbol> <symbol id="caret" viewbox="0 0 16 28"><path d="M0.6,27.4c0.8,0.8,2,0.8,2.8,0l12-12c0.8-0.8,0.8-2,0-2.8l-12-12C3,0.2,2.5,0,2,0C1.5,0,1,0.2,0.6,0.6 c-0.8,0.8-0.8,2,0,2.8L11.2,14L0.6,24.6C-0.2,25.4-0.2,26.6,0.6,27.4z"></path></symbol> <symbol id="close" viewbox="0 0 224.512 224.512"><g><polygon points="224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254"></polygon></g></symbol> <symbol id="minus" viewbox="0 0 13 1"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.5C0 0.223858 0.223858 0 0.5 0H12.5C12.7761 0 13 0.223858 13 0.5C13 0.776143 12.7761 1 12.5 1H0.5C0.223858 1 0 0.776143 0 0.5Z" fill="#080A12"></path></symbol> <symbol id="plus" viewbox="0 0 13 13"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 6.5C0 6.22386 0.223858 6 0.5 6H12.5C12.7761 6 13 6.22386 13 6.5C13 6.77614 12.7761 7 12.5 7H0.5C0.223858 7 0 6.77614 0 6.5Z" fill="#080A12"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 13C6.22386 13 6 12.7761 6 12.5V0.5C6 0.223858 6.22386 0 6.5 0C6.77614 0 7 0.223858 7 0.5V12.5C7 12.7761 6.77614 13 6.5 13Z" fill="#080A12"></path></symbol> <symbol id="arrowNavigation" viewbox="0 0 12 21"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path id="next-arrow" d="M-5.88468462,4.30628135 L-5.88468462,3.33793528 L8.61614419,3.33793528 L8.61614419,5.27462742 L-3.95902124,5.27462742 L-3.95902124,17.8776664 L-5.88468462,17.8776664 L-5.88468462,4.30628135 Z" fill="#000" transform="translate(1.365730, 10.607801) rotate(-225.000000) translate(-1.365730, -10.607801) "></path></g></symbol> <symbol id="cnet" viewbox="0 0 67 48"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.3711 0H16.3711V48H19.3711V0ZM4.11172 17.4843C4.14876 14.4547 9.48203 14.3452 9.48203 17.3383L9.51907 19.9299H13.5931V17.5208C13.8524 9.49041 -0.11045 9.49041 0.000659638 17.3383V31.1725C-0.11045 39.0204 13.8894 39.2029 13.6301 31.1725V28.2889H9.48203V31.3915C9.48203 34.3847 4.1858 34.4577 4.11172 31.3915V17.4843ZM29.8891 12.3012C28.0373 13.3233 27.3336 14.3453 27.3336 14.3453V12.1187H21.5188V15.1119L23.7781 15.1484V33.5088H21.8522V36.502H27.8891V17.083C27.9262 14.1628 32.815 14.0898 32.815 16.937V36.502H39.5557V33.5088H36.9261V17.1195C36.778 14.9309 36.0753 12.9611 34.2265 12.157C34.5364 12.2905 32.2495 11.029 29.8891 12.3012ZM57.815 31.0998C57.9628 33.2849 58.6637 35.252 60.506 36.0585C60.2195 35.9347 61.4617 36.5381 62.7039 36.5021H66.6668V33.5089C66.6668 33.5089 65.0001 33.4724 64.1113 33.5089C63.0002 33.5089 62.0372 32.9979 61.9631 31.4283V15.185V15.1485H65.9261V12.1918H61.9631V12.1553V5.84048H57.815V31.0998ZM50.3336 31.355V28.2889H54.4817V31.1725C54.741 39.2029 40.7411 39.0204 40.8522 31.1725V17.3383C40.7411 9.49041 54.7039 9.49041 54.4447 17.5208V24.1642C54.4447 24.5657 54.1113 24.8942 53.7039 24.8942H44.9633V31.355C45.0003 34.4212 50.3336 34.3482 50.3336 31.355ZM50.3336 17.3383C50.3336 14.3087 45.0374 14.3087 44.9633 17.3018H45.0003V21.8645H50.3336V17.3383Z" fill="black"></path></symbol> <symbol id="bell" viewbox="0 0 24 24"><g><path d="M15.137 3.945c-.644-.374-1.042-1.07-1.041-1.82v-.003c.001-1.172-.938-2.122-2.096-2.122s-2.097.95-2.097 2.122v.003c.001.751-.396 1.446-1.041 1.82-4.667 2.712-1.985 11.715-6.862 13.306v1.749h20v-1.749c-4.877-1.591-2.195-10.594-6.863-13.306zm-3.137-2.945c.552 0 1 .449 1 1 0 .552-.448 1-1 1s-1-.448-1-1c0-.551.448-1 1-1zm3 20c0 1.598-1.392 3-2.971 3s-3.029-1.402-3.029-3h6z"></path></g></symbol> <svg id="closed-captions" viewbox="0 0 17 12"><path d="M8.08596 4.47399C7.49663 3.75465 6.76863 3.39499 5.90196 3.39499C5.52063 3.39499 5.16529 3.46432 4.83596 3.60299C4.51529 3.74165 4.23796 3.93232 4.00396 4.17499C3.76996 4.40899 3.58363 4.69065 3.44496 5.01999C3.31496 5.34932 3.24996 5.70465 3.24996 6.08599C3.24996 6.47599 3.31496 6.83565 3.44496 7.16499C3.58363 7.49432 3.76996 7.78032 4.00396 8.02299C4.24663 8.26565 4.52829 8.45632 4.84896 8.59499C5.16963 8.73365 5.51629 8.80299 5.88896 8.80299C6.70363 8.80299 7.43596 8.45632 8.08596 7.76299V10.779L7.82596 10.87C7.43596 11.0087 7.07196 11.1083 6.73396 11.169C6.39596 11.2383 6.06229 11.273 5.73296 11.273C5.05696 11.273 4.40696 11.1473 3.78296 10.896C3.16763 10.636 2.62163 10.2763 2.14496 9.81699C1.67696 9.34899 1.29996 8.79865 1.01396 8.16599C0.727961 7.52465 0.584961 6.82699 0.584961 6.07299C0.584961 5.31899 0.723628 4.62999 1.00096 4.00599C1.28696 3.37332 1.66396 2.83165 2.13196 2.38099C2.60863 1.92165 3.15896 1.56632 3.78296 1.31499C4.40696 1.05499 5.06129 0.924988 5.74596 0.924988C6.13596 0.924988 6.51729 0.968321 6.88996 1.05499C7.27129 1.13299 7.66996 1.25865 8.08596 1.43199V4.47399Z" fill="white"></path> <path d="M16.7569 4.47399C16.1675 3.75465 15.4395 3.39499 14.5729 3.39499C14.1915 3.39499 13.8362 3.46432 13.5069 3.60299C13.1862 3.74165 12.9089 3.93232 12.6749 4.17499C12.4409 4.40899 12.2545 4.69065 12.1159 5.01999C11.9859 5.34932 11.9209 5.70465 11.9209 6.08599C11.9209 6.47599 11.9859 6.83565 12.1159 7.16499C12.2545 7.49432 12.4409 7.78032 12.6749 8.02299C12.9175 8.26565 13.1992 8.45632 13.5199 8.59499C13.8405 8.73365 14.1872 8.80299 14.5599 8.80299C15.3745 8.80299 16.1069 8.45632 16.7569 7.76299V10.779L16.4969 10.87C16.1069 11.0087 15.7429 11.1083 15.4049 11.169C15.0669 11.2383 14.7332 11.273 14.4039 11.273C13.7279 11.273 13.0779 11.1473 12.4539 10.896C11.8385 10.636 11.2925 10.2763 10.8159 9.81699C10.3479 9.34899 9.97086 8.79865 9.68486 8.16599C9.39886 7.52465 9.25586 6.82699 9.25586 6.07299C9.25586 5.31899 9.39453 4.62999 9.67186 4.00599C9.95786 3.37332 10.3349 2.83165 10.8029 2.38099C11.2795 1.92165 11.8299 1.56632 12.4539 1.31499C13.0779 1.05499 13.7322 0.924988 14.4169 0.924988C14.8069 0.924988 15.1882 0.968321 15.5609 1.05499C15.9422 1.13299 16.3409 1.25865 16.7569 1.43199V4.47399Z" fill="white"></path></svg> <symbol id="comments" viewbox="0 0 21.5 24"><path d="M18.2 0h-15C1.5 0 0 1.5 0 3.3v11c0 1.8 1.5 3.3 3.3 3.3h1.9l.7 5.4.1 1 .7-.8 4.9-5.7h6.6c1.8 0 3.3-1.5 3.3-3.3v-11C21.5 1.5 20 0 18.2 0zm2.4 14.2c0 1.3-1 2.3-2.3 2.3h-7l-.3.2-4.3 5.1-.6-4.8-.1-.4H3.3c-1.3 0-2.3-1-2.3-2.3v-11C1 2 2 1 3.3 1h15c1.3 0 2.3 1 2.3 2.3v10.9z"></path></symbol> <symbol id="comment-bubble" viewbox="0 0 15 13"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.349 1C3.77 1 1.09 3.248 1.09 5.78c0 .845.289 1.645.808 2.345.205.277.276.656.133 1.004l-1.028 2.507 3.602-1.334c.205-.075.423-.08.624-.024a7.969 7.969 0 0 0 2.12.282c3.578 0 6.258-2.248 6.258-4.78S10.927 1 7.35 1zM.09 5.78C.09 2.48 3.462 0 7.35 0c3.887 0 7.258 2.48 7.258 5.78 0 3.3-3.371 5.78-7.258 5.78a8.97 8.97 0 0 1-2.387-.319h-.01L1.35 12.572c-.817.303-1.603-.511-1.273-1.317l1.029-2.507v-.004a.055.055 0 0 0-.01-.024C.461 7.867.09 6.861.09 5.78z"></path></symbol> <symbol id="copy" viewbox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.75 1.25C1.92157 1.25 1.25 1.92157 1.25 2.75V9.5C1.25 10.1904 1.80964 10.75 2.5 10.75C2.77614 10.75 3 10.9739 3 11.25C3 11.5261 2.77614 11.75 2.5 11.75C1.25736 11.75 0.25 10.7426 0.25 9.5V2.75C0.25 1.36929 1.36929 0.25 2.75 0.25H9.5C10.7426 0.25 11.75 1.25736 11.75 2.5C11.75 2.77614 11.5261 3 11.25 3C10.9739 3 10.75 2.77614 10.75 2.5C10.75 1.80964 10.1904 1.25 9.5 1.25H2.75Z" fill="white"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.75 5.25C5.92157 5.25 5.25 5.92157 5.25 6.75V13.25C5.25 14.0784 5.92157 14.75 6.75 14.75H13.25C14.0784 14.75 14.75 14.0784 14.75 13.25V6.75C14.75 5.92157 14.0784 5.25 13.25 5.25H6.75ZM4.25 6.75C4.25 5.36929 5.36929 4.25 6.75 4.25H13.25C14.6307 4.25 15.75 5.36929 15.75 6.75V13.25C15.75 14.6307 14.6307 15.75 13.25 15.75H6.75C5.36929 15.75 4.25 14.6307 4.25 13.25V6.75Z" fill="white"></path></symbol> <symbol id="email" viewbox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><path d="M20.242 4H3.758A1.76 1.76 0 002 5.758v11.719a1.76 1.76 0 001.758 1.757h16.484A1.76 1.76 0 0022 17.477V5.757A1.76 1.76 0 0020.242 4zM20 5.172l-7.962 7.962-8.03-7.962h15.992zM3.172 17.234V5.994l5.644 5.596-5.644 5.644zm.829.829l5.647-5.648 1.979 1.962c.229.227.598.226.826-.002l1.93-1.93 5.616 5.618H4.001zm16.827-.83l-5.617-5.616L20.828 6v11.234z" fill="#000" fill-rule="nonzero"></path></g></symbol> <symbol id="embed" viewbox="0 0 18 14"><g clip-path="url(#clip0_284:1096)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.6464 0.646447C10.8417 0.451184 11.1583 0.451184 11.3536 0.646447L17.3536 6.64645C17.5488 6.84171 17.5488 7.15829 17.3536 7.35355L11.3536 13.3536C11.1583 13.5488 10.8417 13.5488 10.6464 13.3536C10.4512 13.1583 10.4512 12.8417 10.6464 12.6464L16.2929 7L10.6464 1.35355C10.4512 1.15829 10.4512 0.841709 10.6464 0.646447Z" fill="white"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.35355 0.646447C7.15829 0.451184 6.84171 0.451184 6.64645 0.646447L0.646446 6.64645C0.451184 6.84171 0.451184 7.15829 0.646446 7.35355L6.64645 13.3536C6.84171 13.5488 7.15829 13.5488 7.35355 13.3536C7.54882 13.1583 7.54882 12.8417 7.35355 12.6464L1.70711 7L7.35355 1.35355C7.54882 1.15829 7.54882 0.841709 7.35355 0.646447Z" fill="white"></path></g> <defs><clippath id="clip0_284:1096"><rect width="14" height="18" fill="white" transform="translate(18) rotate(90)"></rect></clippath></defs></symbol> <symbol id="facebook" viewbox="0 0 12 24"><path d="M3 8H0V12H3V24H8V12H11.642L12 8H8V6.333C8 5.378 8.192 5 9.115 5H12V0H8.192C4.596 0 3 1.583 3 4.615V8Z"></path></symbol> <symbol id="gallery" viewbox="0 0 36 22"><g fill="none" fill-rule="evenodd"><path d="M0 29h36V-7H0z"></path> <g fill="#000"><path d="M34 3H5c-1.104 0-2 .896-2 2v15c0 1.104.896 2 2 2h29c1.104 0 2-.896 2-2V5c0-1.104-.896-2-2-2m0 1c.551 0 1 .449 1 1v15c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1V5c0-.551.449-1 1-1h29"></path> <path d="M.5 20c-.276 0-.5-.224-.5-.5v-17C0 1.122 1.122 0 2.5 0h31c.276 0 .5.224.5.5s-.224.5-.5.5h-31C1.673 1 1 1.673 1 2.5v17c0 .276-.224.5-.5.5"></path> <path d="M32.5 19c-.128 0-.256-.049-.354-.146l-7.585-7.586c-.567-.567-1.555-.567-2.122 0l-4.171 4.171c-.975.975-2.561.975-3.536 0l-1.171-1.171c-.567-.567-1.555-.567-2.122 0l-4.585 4.586c-.196.195-.512.195-.708 0-.195-.196-.195-.512 0-.708l4.586-4.585c.945-.945 2.591-.945 3.536 0l1.171 1.171c.567.567 1.555.567 2.122 0l4.171-4.171c.945-.945 2.591-.945 3.536 0l7.586 7.585c.195.196.195.512 0 .708-.098.097-.226.146-.354.146M10 7c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2m0 1c.551 0 1 .449 1 1 0 .551-.449 1-1 1-.551 0-1-.449-1-1 0-.551.449-1 1-1"></path></g></g></symbol> <symbol id="file" viewbox="0 0 14 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0C1.11929 0 0 1.11929 0 2.5V13C0 14.3807 1.11929 15.5 2.5 15.5H11C12.3807 15.5 13.5 14.3807 13.5 13V4.75C13.5 4.61739 13.4473 4.49021 13.3536 4.39645L9.10355 0.146447C9.00979 0.0526784 8.88261 0 8.75 0H2.5ZM1 2.5C1 1.67157 1.67157 1 2.5 1H8V5C8 5.27614 8.22386 5.5 8.5 5.5H12.5V13C12.5 13.8285 11.8285 14.5 11 14.5H2.5C1.67157 14.5 1 13.8285 1 13V2.5ZM12.0429 4.5L9 1.45711V4.5H12.0429ZM4 11C4 10.7239 4.22386 10.5 4.5 10.5H9C9.27614 10.5 9.5 10.7239 9.5 11C9.5 11.2761 9.27614 11.5 9 11.5H4.5C4.22386 11.5 4 11.2761 4 11ZM4.5 7.5C4.22386 7.5 4 7.72386 4 8C4 8.27614 4.22386 8.5 4.5 8.5H9C9.27614 8.5 9.5 8.27614 9.5 8C9.5 7.72386 9.27614 7.5 9 7.5H4.5Z" fill="#080A12"></path></symbol> <symbol id="flipboard" viewbox="0 0 448 512"><path d="M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"></path></symbol> <symbol id="fullscreen" viewbox="0 0 16 16"><path d="M16 6H14.6667V1.33333H10V0H16V6ZM10 16V14.6667H14.6667V10H16V16H10ZM0 10H1.33333V14.6667H6V16H0V10ZM6 0V1.33333H1.33333V6H0V0H6Z" fill="white"></path></symbol> <symbol id="galleryIcon" viewbox="0 0 19 12"><path d="M17.9444 1.63636C18.5271 1.63636 19 2.12509 19 2.72727V10.9091C19 11.5113 18.5271 12 17.9444 12H2.63889C2.05622 12 1.58333 11.5113 1.58333 10.9091V2.72727C1.58333 2.12509 2.05622 1.63636 2.63889 1.63636H17.9444ZM17.9444 2.18182H2.63889C2.34808 2.18182 2.11111 2.42673 2.11111 2.72727V10.9091C2.11111 11.2096 2.34808 11.4545 2.63889 11.4545H17.9444C18.2353 11.4545 18.4722 11.2096 18.4722 10.9091V2.72727C18.4722 2.42673 18.2353 2.18182 17.9444 2.18182ZM17.6806 0C17.8262 0 17.9444 0.122182 17.9444 0.272727C17.9444 0.423273 17.8262 0.545455 17.6806 0.545455H1.31944C0.882972 0.545455 0.527778 0.912546 0.527778 1.36364V10.6364C0.527778 10.7869 0.409555 10.9091 0.263889 10.9091C0.118222 10.9091 0 10.7869 0 10.6364V1.36364C0 0.612 0.592167 0 1.31944 0H17.6806ZM13.3359 5.76055L17.3396 9.89782C17.4425 10.0047 17.4425 10.1771 17.3396 10.284C17.2879 10.3369 17.2203 10.3636 17.1528 10.3636C17.0852 10.3636 17.0177 10.3369 16.9659 10.284L12.9628 6.14618C12.6635 5.83691 12.1421 5.83691 11.8428 6.14618L9.64144 8.42127C9.12686 8.95309 8.28981 8.95309 7.77522 8.42127L7.15719 7.78255C6.85794 7.47327 6.3365 7.47327 6.03725 7.78255L3.61739 10.284C3.51394 10.3904 3.34717 10.3904 3.24372 10.284C3.14081 10.1771 3.14081 10.0047 3.24372 9.89782L5.66411 7.39691C6.16286 6.88145 7.03158 6.88145 7.53033 7.39691L8.14836 8.03564C8.44761 8.34491 8.96906 8.34491 9.26831 8.03564L11.4697 5.76055C11.9684 5.24509 12.8371 5.24509 13.3359 5.76055ZM5.27778 3.81818C5.86044 3.81818 6.33333 4.30691 6.33333 4.90909C6.33333 5.51127 5.86044 6 5.27778 6C4.69511 6 4.22222 5.51127 4.22222 4.90909C4.22222 4.30691 4.69511 3.81818 5.27778 3.81818ZM5.27778 4.36364C4.98697 4.36364 4.75 4.60855 4.75 4.90909C4.75 5.20964 4.98697 5.45455 5.27778 5.45455C5.56858 5.45455 5.80556 5.20964 5.80556 4.90909C5.80556 4.60855 5.56858 4.36364 5.27778 4.36364Z" fill="#666666"></path></symbol> <symbol id="galleryOverlay" viewbox="0 0 70 70"><circle cx="35" cy="35" r="33"></circle> <path d="M35,2c18.2,0,33,14.8,33,33S53.2,68,35,68S2,53.2,2,35S16.8,2,35,2 M35,0C15.7,0,0,15.7,0,35s15.7,35,35,35 s35-15.7,35-35S54.3,0,35,0L35,0z" class="overlayBorder"></path> <circle cx="30.5" cy="34.2" r="1.8" class="overlayIcon"></circle> <polygon points="21.2,41.3 19.1,41.3 19.1,22.9 45.5,22.9 45.5,25 21.2,25 " class="overlayIcon"></polygon> <path d="M48.9,30v15.1h-23V30H48.9 M50.9,28h-27v19.1h27V28L50.9,28z" class="overlayIcon"></path> <polygon points="29,42.8 33.1,37.5 35.7,40 40.4,33.6 46.6,42.8 " class="overlayIcon"></polygon></symbol> <symbol id="googleplus" viewbox="0 0 32 32"><path d="M18.8,1c1.1-0.6,1.6-1,1.6-1H9.9C7.8,0,2,2.4,2,7.9c0,5.5,6,6.7,8.2,6.6C9,16,10,17.4,10.7,18.1 c0.7,0.7,0.5,0.9-0.3,0.9C9.7,19,0,19.1,0,26s12.8,7.4,17.1,3.7s3.3-8.9,0-11.2c-3.3-2.3-4.5-3.4-2.4-5.3 c2.1-1.8,3.7-3.3,3.7-6.8s-2.8-5.2-2.8-5.2S17.7,1.6,18.8,1z M17.1,25.7c0,3-2.5,4.4-6.8,4.4c-4.3,0-6.6-2.1-6.6-5.4 c0-3.2,3.1-4.8,9-4.8C14.3,21.2,17.1,22.7,17.1,25.7z M10.9,13.2c-5.2,0-7.5-12.1-1.4-12.1C14.2,0.9,17.8,13.2,10.9,13.2z M28.1,4V0.1h-2V4h-4v2h4V10h2V6.1H32V4H28.1z"></path></symbol> <symbol id="hamburgerMenu" viewbox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5C20 5.55228 19.5523 6 19 6H5C4.44772 6 4 5.55228 4 5ZM4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12ZM5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18H5Z"></path></symbol> <symbol id="hamburgerMenu-closed" viewbox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.70711 18.0208C4.31658 18.4113 4.31658 19.0445 4.70711 19.435C5.09763 19.8256 5.7308 19.8256 6.12132 19.435L11.5 14.0563L17.0208 19.5772C17.4113 19.9677 18.0445 19.9677 18.435 19.5772C18.8256 19.1866 18.8256 18.5535 18.435 18.1629L12.9142 12.6421L18.8492 6.7071C19.2398 6.31658 19.2398 5.68342 18.8492 5.29289C18.4587 4.90237 17.8256 4.90237 17.435 5.29289L11.5 11.2279L5.70711 5.43503C5.31658 5.0445 4.68342 5.0445 4.29289 5.43503C3.90237 5.82555 3.90237 6.45872 4.29289 6.84924L10.0858 12.6421L4.70711 18.0208Z"></path></symbol> <symbol id="hamburger" viewbox="0 0 40 36"><rect y="0" width="40" height="4"></rect> /&gt;<rect y="16" width="40" height="4"></rect><rect y="32" width="40" height="4"></rect></symbol> <symbol id="instagram" viewbox="0 0 24 24"><path d="M12 2.163C15.204 2.163 15.584 2.175 16.85 2.233C20.102 2.381 21.621 3.924 21.769 7.152C21.827 8.417 21.838 8.797 21.838 12.001C21.838 15.206 21.826 15.585 21.769 16.85C21.62 20.075 20.105 21.621 16.85 21.769C15.584 21.827 15.206 21.839 12 21.839C8.796 21.839 8.416 21.827 7.151 21.769C3.891 21.62 2.38 20.07 2.232 16.849C2.174 15.584 2.162 15.205 2.162 12C2.162 8.796 2.175 8.417 2.232 7.151C2.381 3.924 3.896 2.38 7.151 2.232C8.417 2.175 8.796 2.163 12 2.163ZM12 0C8.741 0 8.333 0.014 7.053 0.072C2.695 0.272 0.273 2.69 0.073 7.052C0.014 8.333 0 8.741 0 12C0 15.259 0.014 15.668 0.072 16.948C0.272 21.306 2.69 23.728 7.052 23.928C8.333 23.986 8.741 24 12 24C15.259 24 15.668 23.986 16.948 23.928C21.302 23.728 23.73 21.31 23.927 16.948C23.986 15.668 24 15.259 24 12C24 8.741 23.986 8.333 23.928 7.053C23.732 2.699 21.311 0.273 16.949 0.073C15.668 0.014 15.259 0 12 0ZM12 5.838C8.597 5.838 5.838 8.597 5.838 12C5.838 15.403 8.597 18.163 12 18.163C15.403 18.163 18.162 15.404 18.162 12C18.162 8.597 15.403 5.838 12 5.838ZM12 16C9.791 16 8 14.21 8 12C8 9.791 9.791 8 12 8C14.209 8 16 9.791 16 12C16 14.21 14.209 16 12 16ZM18.406 4.155C17.61 4.155 16.965 4.8 16.965 5.595C16.965 6.39 17.61 7.035 18.406 7.035C19.201 7.035 19.845 6.39 19.845 5.595C19.845 4.8 19.201 4.155 18.406 4.155Z"></path></symbol> <symbol id="ios" viewbox="0 0 24 24"><path d="M6.54545 0C2.93702 0 0 2.93702 0 6.54545V17.4545C0 21.063 2.93702 24 6.54545 24H17.4545C21.063 24 24 21.063 24 17.4545V6.54545C24 2.93702 21.063 0 17.4545 0H6.54545ZM6.54545 1.09091H17.4545C20.4734 1.09091 22.9091 3.52662 22.9091 6.54545V17.4545C22.9091 20.4734 20.4734 22.9091 17.4545 22.9091H6.54545C3.52662 22.9091 1.09091 20.4734 1.09091 17.4545V6.54545C1.09091 3.52662 3.52662 1.09091 6.54545 1.09091ZM4.69922 8.21804C4.31576 8.21804 4.03338 8.4914 4.03338 8.85085C4.03338 9.2054 4.31576 9.47834 4.69922 9.47834C5.08267 9.47834 5.36612 9.2054 5.36612 8.85085C5.36612 8.4914 5.08267 8.21804 4.69922 8.21804ZM10.3839 8.52912C8.39897 8.52912 7.1527 9.91923 7.1527 12.1534C7.1527 14.3827 8.37497 15.782 10.3839 15.782C12.3879 15.782 13.6055 14.3778 13.6055 12.1534C13.6055 9.92414 12.3781 8.52966 10.3839 8.52912ZM17.4364 8.52912C15.9266 8.52912 14.919 9.34878 14.919 10.581C14.919 11.5971 15.4895 12.202 16.7408 12.4943L17.6325 12.7106C18.5483 12.926 18.9513 13.2421 18.9513 13.7695C18.9513 14.3832 18.3185 14.8285 17.4556 14.8285C16.531 14.8285 15.8885 14.4118 15.7969 13.7557H14.7315C14.8084 14.9928 15.8387 15.783 17.3725 15.783C19.0122 15.783 20.038 14.9543 20.038 13.631C20.038 12.5909 19.4534 12.0152 18.0341 11.6847L17.2724 11.4972C16.3713 11.2861 16.0067 11.0032 16.0067 10.5096C16.0067 9.88613 16.5728 9.4794 17.4215 9.4794C18.2272 9.4794 18.7823 9.87621 18.8832 10.5139H19.9283C19.8661 9.34876 18.841 8.52912 17.4364 8.52912ZM10.3839 9.53054C11.6979 9.53054 12.5082 10.5476 12.5082 12.1534C12.5082 13.7494 11.6973 14.7805 10.3839 14.7805C9.05624 14.7805 8.25107 13.75 8.25107 12.1534C8.25107 10.5476 9.0797 9.53109 10.3839 9.53054ZM4.18679 10.3945V15.6147H5.21271V10.3945H4.18679Z"></path></symbol> <symbol id="linkedin" viewbox="0 0 17 16"><path d="M3.927 1.667c0 .92-.74 1.666-1.653 1.666A1.66 1.66 0 0 1 .621 1.667C.62.747 1.36 0 2.274 0a1.66 1.66 0 0 1 1.653 1.667zm.014 3H.607v10.666h3.334V4.667zm5.321 0H5.95v10.666h3.313V9.734c0-3.113 4.02-3.368 4.02 0v5.6h3.324V8.578c0-5.253-5.948-5.062-7.345-2.476V4.667z"></path></symbol> <symbol id="mac" viewbox="0 0 24 24"><path d="M16.5474 0C16.7021 1.40677 16.1353 2.81875 15.2989 3.83253C14.4624 4.84457 13.0852 5.63577 11.7393 5.52969C11.5585 4.15075 12.2349 2.71616 13.0122 1.81715C13.8799 0.801632 15.3388 0.0486891 16.5474 0ZM20.8926 8.19374C20.6335 8.35506 18.2908 9.81311 18.3211 12.7514C18.353 16.2565 21.2889 17.5009 21.5266 17.6016C21.5351 17.6052 21.5402 17.6074 21.5415 17.6081C21.5394 17.6138 21.5352 17.6272 21.5287 17.6476C21.442 17.9194 20.9545 19.4479 19.8774 21.0216C18.8775 22.4822 17.8429 23.9377 16.2066 23.969C15.4219 23.9834 14.8972 23.7561 14.3516 23.5196C13.7801 23.272 13.1857 23.0143 12.2454 23.0143C11.2601 23.0143 10.6382 23.2796 10.039 23.5352C9.52038 23.7564 9.01887 23.9703 8.31372 23.9986C6.73654 24.0559 5.53322 22.4196 4.52466 20.9624C2.46233 17.9802 0.888628 12.541 3.00487 8.86841C4.05516 7.04604 5.93143 5.89142 7.96942 5.86012C8.8476 5.84435 9.6984 6.1822 10.443 6.47787C11.0121 6.70385 11.5191 6.90519 11.9289 6.90519C12.2978 6.90519 12.7919 6.71039 13.3678 6.48339C14.2739 6.12619 15.3822 5.68925 16.5231 5.80621C17.3073 5.83751 19.5018 6.12095 20.912 8.18154C20.9083 8.18402 20.9017 8.18808 20.8926 8.19374Z"></path></symbol> <symbol id="mag" viewbox="0 0 18 18"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.73242 1.23218C4.86643 1.23218 1.73242 4.36618 1.73242 8.23218C1.73242 12.0982 4.86643 15.2322 8.73242 15.2322C12.5984 15.2322 15.7324 12.0982 15.7324 8.23218C15.7324 4.36618 12.5984 1.23218 8.73242 1.23218ZM0.732422 8.23218C0.732422 3.8139 4.31414 0.232178 8.73242 0.232178C13.1507 0.232178 16.7324 3.8139 16.7324 8.23218C16.7324 12.6505 13.1507 16.2322 8.73242 16.2322C4.31414 16.2322 0.732422 12.6505 0.732422 8.23218Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.0356 13.5356C14.2309 13.3403 14.5475 13.3403 14.7427 13.5356L17.5711 16.364C17.7664 16.5592 17.7664 16.8758 17.5711 17.0711C17.3759 17.2664 17.0593 17.2664 16.864 17.0711L14.0356 14.2427C13.8403 14.0474 13.8403 13.7308 14.0356 13.5356Z"></path></symbol> <symbol id="more" viewbox="0 0 32 7.3"><circle cx="3.7" cy="3.7" r="3.7"></circle> <circle cx="16" cy="3.7" r="3.7"></circle> <circle cx="28.3" cy="3.7" r="3.7"></circle></symbol> <symbol id="pause" viewbox="0 0 26.6 32"><g><polygon points="16,32 26.5,32 26.5,8.8 26.5,0 16,0"></polygon> <rect x="0.1" y="0" width="10.6" height="32"></rect></g></symbol> <symbol id="phone" viewbox="0 0 17 16"><path d="M15.5813 12.3435L12.3426 10.1836C11.9316 9.91174 11.3806 10.0012 11.0768 10.3892L10.1334 11.6022C10.0122 11.762 9.79177 11.8084 9.61637 11.711L9.43692 11.612C8.84203 11.2878 8.10183 10.8841 6.61048 9.39221C5.11913 7.90033 4.71463 7.15957 4.39037 6.56578L4.29197 6.38632C4.1932 6.21096 4.23869 5.98963 4.39862 5.86742L5.61078 4.92431C5.99862 4.62043 6.08821 4.06966 5.81664 3.65853L3.6568 0.419844C3.37848 0.00118926 2.82008 -0.124489 2.38921 0.134523L1.03491 0.948054C0.60938 1.19822 0.297186 1.60338 0.16379 2.07862C-0.323891 3.85555 0.0429864 6.92225 4.56051 11.4403C8.15411 15.0336 10.8294 16 12.6682 16C13.0914 16.0018 13.5129 15.9467 13.9214 15.8362C14.3968 15.703 14.802 15.3908 15.052 14.9651L15.8663 13.6116C16.1257 13.1807 16.0001 12.6219 15.5813 12.3435ZM15.4069 13.338L14.5944 14.6923C14.4149 14.9996 14.1234 15.2255 13.7811 15.3227C12.1407 15.7731 9.27481 15.4 4.9378 11.063C0.600788 6.72601 0.227785 3.86036 0.678156 2.21971C0.775524 1.87698 1.00169 1.58516 1.3093 1.40536L2.6636 0.592894C2.85055 0.480402 3.09291 0.534929 3.21368 0.716603L4.38693 2.47806L5.37167 3.95501C5.4896 4.13334 5.45085 4.37235 5.28261 4.50431L4.07018 5.44743C3.7012 5.72956 3.59584 6.24005 3.82301 6.64521L3.91928 6.82013C4.26007 7.44515 4.68375 8.22268 6.23057 9.76925C7.77739 11.3158 8.55467 11.7395 9.17941 12.0803L9.35458 12.1768C9.75971 12.4039 10.2702 12.2986 10.5524 11.9296L11.4955 10.7172C11.6275 10.549 11.8664 10.5103 12.0448 10.6281L15.2832 12.788C15.465 12.9086 15.5195 13.1511 15.4069 13.338Z"></path></symbol> <symbol id="pinterest" viewbox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><path d="M11.959 2C6.459 2 2 6.459 2 11.959a9.962 9.962 0 006.328 9.279c-.09-.787-.164-2 .033-2.861.18-.779 1.164-4.95 1.164-4.95s-.295-.6-.295-1.476c0-1.385.803-2.418 1.803-2.418.852 0 1.262.64 1.262 1.401 0 .853-.54 2.132-.828 3.32-.238.992.5 1.803 1.476 1.803 1.77 0 3.13-1.868 3.13-4.557 0-2.385-1.712-4.05-4.163-4.05-2.836 0-4.5 2.124-4.5 4.32 0 .853.328 1.771.738 2.271.082.098.09.188.065.287-.074.311-.246.992-.279 1.131-.04.18-.147.221-.336.131-1.246-.582-2.024-2.393-2.024-3.86 0-3.14 2.278-6.025 6.582-6.025 3.45 0 6.14 2.459 6.14 5.754 0 3.434-2.165 6.197-5.165 6.197-1.008 0-1.959-.525-2.279-1.148l-.623 2.369c-.22.869-.827 1.95-1.237 2.615.934.287 1.918.442 2.95.442 5.5 0 9.96-4.459 9.96-9.959A9.939 9.939 0 0011.959 2z" fill="#000" fill-rule="nonzero"></path></g></symbol> <symbol id="play" viewbox="0 0 27 36"><path d="M25.7687 17.1706C26.3571 17.567 26.3571 18.433 25.7687 18.8294L1.55866 35.1367C0.894432 35.5841 -1.66576e-06 35.1081 -1.63075e-06 34.3073L-2.05126e-07 1.69274C-1.7012e-07 0.891883 0.894433 0.415934 1.55866 0.863341L25.7687 17.1706Z"></path></symbol> <symbol id="reddit" viewbox="0 0 32 26.7"><path d="M22.9,14.5C23,14.7,23,15,23,15.2c0,0.4-0.2,0.9-0.4,1.2c-0.3,0.3-0.6,0.6-1,0.7h0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.2,0.1-0.4,0.1-0.6,0.1c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.3-0.6-0.7-0.7-1.2c0,0,0,0,0,0c0,0,0,0,0,0h0c0-0.1,0-0.2,0-0.4 c0-0.4,0.1-0.8,0.4-1.2c0.2-0.3,0.6-0.6,1-0.7c0,0,0,0,0,0c0,0,0,0,0,0c0.2-0.1,0.5-0.1,0.7-0.1c0.4,0,0.8,0.1,1.2,0.4 C22.5,13.8,22.7,14.1,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5L22.9,14.5z M21.6,19.7 c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2,0-0.3,0-0.5,0.1c-1.4,0.8-3.1,1.3-4.7,1.3c-1.2,0-2.5-0.3-3.6-0.8l0,0l0,0 c-0.2-0.1-0.4-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.4,0.1c0,0,0,0,0,0 c-0.2,0.1-0.3,0.2-0.4,0.4c-0.1,0.2-0.2,0.4-0.2,0.6c0,0.2,0,0.3,0.1,0.5c0.1,0.1,0.2,0.3,0.4,0.4c1.6,1.1,3.5,1.6,5.4,1.6 c1.7,0,3.4-0.4,4.9-1.1l0,0l0,0c0.2-0.1,0.5-0.2,0.7-0.4c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.2-0.3,0.2-0.4c0-0.1,0-0.2,0-0.2 c0-0.1,0-0.3-0.1-0.4C21.9,19.9,21.8,19.8,21.6,19.7L21.6,19.7z M10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1 c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.6c0.4-0.3,0.6-0.8,0.6-1.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.6-0.3-1-0.6-1.4 c-0.4-0.3-0.9-0.6-1.4-0.6c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0h0c-0.7,0.1-1.3,0.7-1.5,1.4c0,0,0,0,0,0C9,14.8,9,15,9,15.2 c0,0.4,0.1,0.9,0.4,1.2C9.6,16.7,10,17,10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1L10.4,17.1z M32,12.1L32,12.1c0,0.1,0,0.1,0,0.2 c0,0.8-0.2,1.5-0.7,2.2c-0.4,0.6-0.9,1.1-1.5,1.4c0,0.3,0.1,0.6,0.1,0.9c0,1.7-0.6,3.3-1.6,4.6v0h0c-1.9,2.5-4.7,3.9-7.6,4.7l0,0 c-1.5,0.4-3.1,0.6-4.7,0.6c-2.4,0-4.7-0.4-6.9-1.3v0h0c-2.3-0.9-4.5-2.4-5.8-4.6c-0.7-1.2-1.1-2.5-1.1-3.9c0-0.3,0-0.6,0.1-0.9 c-0.6-0.3-1.1-0.8-1.5-1.4C0.3,13.9,0,13.2,0,12.4v0c0-1.1,0.5-2.1,1.2-2.8c0.7-0.7,1.7-1.2,2.8-1.2h0c0.1,0,0.2,0,0.3,0 c0.5,0,1.1,0.1,1.6,0.3l0,0h0C6.3,8.8,6.8,9,7.1,9.3c0.1-0.1,0.3-0.1,0.4-0.2c2.3-1.4,5-1.9,7.6-2c0-1.3,0.2-2.7,0.8-3.8 c0.5-1,1.4-1.8,2.5-2l0,0h0c0.4-0.1,0.8-0.1,1.2-0.1c1.1,0,2.2,0.3,3.2,0.7c0.5-0.7,1.1-1.2,1.9-1.5l0,0l0,0 C25.3,0.1,25.8,0,26.2,0c0.5,0,1,0.1,1.5,0.3v0c0,0,0,0,0,0c0,0,0,0,0,0C28.4,0.6,29,1,29.4,1.6C29.8,2.2,30,3,30,3.7 c0,0.1,0,0.3,0,0.4l0,0c0,0,0,0,0,0c-0.1,1-0.6,1.8-1.2,2.4c-0.7,0.6-1.6,1-2.5,1c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.8-0.5-2.4-1.2 c-0.6-0.7-1-1.5-1-2.5c0,0,0-0.1,0-0.1C21.6,3.3,20.7,3,19.8,3c-0.1,0-0.3,0-0.4,0h0c-0.7,0.1-1.3,0.5-1.6,1.1v0 c-0.5,0.9-0.6,1.9-0.6,3c2.6,0.2,5.2,0.8,7.4,2.1h0l0,0c0,0,0.1,0.1,0.2,0.1C25,9.2,25.2,9,25.4,8.9c0.7-0.5,1.5-0.7,2.3-0.7 c0.4,0,0.7,0,1.1,0.1h0l0,0c0,0,0,0,0,0c0.8,0.2,1.6,0.7,2.2,1.3C31.5,10.4,31.9,11.2,32,12.1L32,12.1L32,12.1z M24.4,3.6 c0,0,0,0.1,0,0.1v0c0,0.4,0.2,0.9,0.6,1.2c0.3,0.3,0.8,0.5,1.2,0.5h0c0,0,0.1,0,0.1,0c0.4,0,0.9-0.2,1.2-0.5 C27.8,4.6,28,4.2,28,3.8v0c0,0,0-0.1,0-0.1c0-0.5-0.2-0.9-0.6-1.2c-0.3-0.3-0.8-0.5-1.2-0.5c-0.1,0-0.3,0-0.4,0.1h0l0,0 c-0.4,0.1-0.7,0.3-1,0.6C24.6,2.9,24.4,3.2,24.4,3.6L24.4,3.6z M5.4,10.5c-0.3-0.2-0.7-0.3-1.1-0.3c-0.1,0-0.1,0-0.2,0h0l0,0 c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.8-0.7,1.4v0l0,0c0,0,0,0.1,0,0.1c0,0.3,0.1,0.6,0.3,0.9c0.1,0.2,0.3,0.4,0.5,0.6 C3.4,12.6,4.3,11.5,5.4,10.5L5.4,10.5z M27.8,16.9c0-1.2-0.4-2.3-1.1-3.2c-1.3-1.9-3.4-3.1-5.6-3.8l0,0c-0.4-0.1-0.8-0.2-1.3-0.3 c-1.3-0.3-2.6-0.4-3.9-0.4c-1.7,0-3.5,0.3-5.2,0.8c-2.2,0.7-4.3,1.9-5.6,3.8v0c-0.7,0.9-1.1,2.1-1.1,3.3c0,0.4,0.1,0.9,0.2,1.3 l0,0c0.2,0.9,0.7,1.8,1.3,2.5c0.6,0.7,1.4,1.3,2.2,1.8c0.2,0.1,0.4,0.2,0.5,0.3c2.3,1.3,5,1.9,7.6,1.9c0.4,0,0.9,0,1.3,0 c2.7-0.2,5.3-1,7.5-2.6v0c0.7-0.5,1.3-1.1,1.8-1.8c0.5-0.7,0.9-1.5,1-2.3v0C27.8,17.5,27.8,17.2,27.8,16.9L27.8,16.9z M29.9,12.3 c0-0.3-0.1-0.6-0.2-0.8l0,0l0,0c-0.2-0.4-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.3-1.2-0.3c-0.4,0-0.7,0.1-1.1,0.3c1.1,0.9,2,2,2.6,3.3 c0.2-0.2,0.4-0.4,0.5-0.6C29.8,13,29.9,12.6,29.9,12.3L29.9,12.3z M29.9,12.3"></path></symbol> <symbol id="rss" viewbox="0 0 36 36"><path d="M0 14.4v7.2c8 0 14.4 6.4 14.4 14.4h7.2c0-11.9-9.7-21.6-21.6-21.6z"></path> <path d="M0 0v7.2c15.9 0 28.8 12.9 28.8 28.8H36C36 16.1 19.9 0 0 0z"></path> <circle cx="3.6" cy="32.4" r="3.6"></circle></symbol> <symbol id="cc-share" viewbox="0 0 24 24"><path d="M6 17c2.269-9.881 11-11.667 11-11.667v-3.333l7 6.637-7 6.696v-3.333s-6.17-.171-11 5zm12 .145v2.855h-16v-12h6.598c.768-.787 1.561-1.449 2.339-2h-10.937v16h20v-6.769l-2 1.914z"></path></symbol> <symbol id="share" viewbox="0 0 16 16"><path d="M14.61,6.37,8,1.57V3.79a9.94,9.94,0,0,0-6.62,9.36,9.07,9.07,0,0,0,.09,1.28A6.62,6.62,0,0,1,8,8.85v2.32Z"></path></symbol> <symbol id="share" viewbox="0 0 18 12"><path d="M10.5 10.5L18 5.184L10.5 0V2.2815C10.5 2.2815 1.7865 4.21875 0 12C3.804 7.92675 10.5 8.0865 10.5 8.0865V10.5Z" fill="white"></path></symbol> <symbol id="sms" viewbox="0 0 72 72"><path d="M38,58 L24,72 L24,58 L9.99237268,58 C4.47373763,58 0,53.5215031 0,48.0046567 L0,15.9953433 C0,10.4750676 4.47671884, 6 9.99237268,6 L62.0076273,6 C67.5262624,6 72,10.4784969 72,15.9953433 L72,48.0046567 C72,53.5249324 67.5232812,58 62.0076273, 58 L38,58 Z M9.9,28.475 C9.9,33.075 13.825,33.575 16.825,33.925 C18.675,34.125 20.2,34.475 20.2,35.725 C20.2,37.15 19,37.7 16.875, 37.7 C15.275,37.7 14.15,37.05 13.65,35.975 C13.325,35.225 13.05,35.1 12.325,35.375 L10.5,36.025 C9.8,36.275 9.6,36.6 9.85,37.325 C10.825, 39.95 12.975,41.375 16.875,41.375 C21.475,41.375 24.3,39.075 24.3,35.65 C24.3,31.25 20.75,30.5 17.825,30.15 C15.8,29.925 14.075,29.65 14.075, 28.3 C14.075,27.1 14.975,26.575 17.025,26.575 C18.6,26.575 19.45,27.175 19.975,28.225 C20.35,28.9 20.625,29.025 21.275,28.725 L23.175, 27.9 C23.875,27.6 24.075,27.25 23.725,26.55 C22.575,24.1 20.675,22.875 17.025,22.875 C12.35,22.875 9.9,25.25 9.9,28.475 Z M43.875,23.25 L42.1, 23.25 C41.325,23.25 41.125,23.375 40.75,24.025 L36.15,32.45 L31.575,24 C31.225,23.4 30.975,23.25 30.15,23.25 L28.525,23.25 C27.775,23.25 27.5, 23.5 27.5,24.25 L27.5,40 C27.5,40.75 27.775,41 28.525,41 L30.3,41 C31.05,41 31.3,40.75 31.3,40 L31.3,34.35 C31.3,32.675 31.15,31.25 30.55,28.7 L30.775, 28.7 C31.275,30.525 31.825,32 32.625,33.35 L34.425,36.525 C34.725,37.1 34.95,37.25 35.575,37.25 L36.725,37.25 C37.35,37.25 37.575,37.05 37.85, 36.525 L39.625,33.35 C40.375,32 41.075,30.4 41.6,28.7 L41.825,28.7 C41.2,31.15 41,32.8 41,34.325 L41,40 C41,40.75 41.25,41 42,41 L43.875,41 C44.65, 41 44.9,40.75 44.9,40 L44.9,24.25 C44.9,23.5 44.65,23.25 43.875,23.25 Z M48.325,28.475 C48.325,33.075 52.25,33.575 55.25,33.925 C57.1,34.125 58.625, 34.475 58.625,35.725 C58.625,37.15 57.425,37.7 55.3,37.7 C53.7,37.7 52.575,37.05 52.075,35.975 C51.75,35.225 51.475,35.1 50.75,35.375 L48.925,36.025 C48.225, 36.275 48.025,36.6 48.275,37.325 C49.25,39.95 51.4,41.375 55.3,41.375 C59.9,41.375 62.725,39.075 62.725,35.65 C62.725,31.25 59.175,30.5 56.25, 30.15 C54.225,29.925 52.5,29.65 52.5,28.3 C52.5,27.1 53.4,26.575 55.45,26.575 C57.025,26.575 57.875,27.175 58.4,28.225 C58.775,28.9 59.05, 29.025 59.7,28.725 L61.6,27.9 C62.3,27.6 62.5,27.25 62.15,26.55 C61,24.1 59.1,22.875 55.45,22.875 C50.775,22.875 48.325,25.25 48.325,28.475 Z"></path></symbol> <symbol id="stars-full" viewbox="0 0 14 14"><polygon points="7,0 8.8,5.1 14,5.3 9.9,8.7 11.3,14 7,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"></polygon></symbol> <symbol id="stars-half" viewbox="0 0 14 14"><polygon points="7.1,0 7.1,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"></polygon></symbol> <symbol id="stumble" viewbox="0 0 32 24"><path d="M17.8,8.6l2.1,1.5l3.3-1.5l0-1.6C23,3.3,19.9,0,16,0c-3.8,0-7,3.2-7.1,6.9v9.9c0,0.9-0.8,1.6-1.7,1.6 c-0.9,0-1.9-0.4-1.9-1.3V12H0c0,0,0,5.1,0,5.1C0,20.9,3.2,24,7.1,24c3.9,0,7.1-3.1,7.1-6.9V6.9c0-0.9,0.8-1.7,1.8-1.7 c0.9,0,1.8,0.8,1.8,1.7V8.6z M26.7,12v5.1c0,0.9-1,1.5-1.9,1.5c-0.9,0-1.7-0.7-1.7-1.6l0-5l-3.3,1.6L17.8,12v5.1 c0,3.8,3.2,6.9,7.1,6.9c3.9,0,7.1-3.1,7.1-6.9c0,0,0-5.1,0-5.1H26.7z"></path></symbol> <symbol id="tumblr" viewbox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><path d="M13.32 15.984c0 1.547.758 2.082 1.966 2.082H17V22h-3.245c-2.922 0-5.1-1.548-5.1-5.25v-5.929H6v-3.21C8.922 6.83 10.144 4.241 10.285 2h3.034v5.09h3.54v3.731h-3.54v5.163z" fill="#000"></path></g></symbol> <symbol id="twitter" viewbox="0 0 24 24"><g fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><path d="M8.275 20c7.552 0 11.682-6.157 11.682-11.493 0-.176 0-.352-.009-.52A8.337 8.337 0 0022 5.893a8.44 8.44 0 01-2.358.637 4.05 4.05 0 001.805-2.237 8.398 8.398 0 01-2.606.98A4.117 4.117 0 0015.844 4C13.58 4 11.74 5.81 11.74 8.038c0 .318.034.628.111.921a11.711 11.711 0 01-8.463-4.222 4.002 4.002 0 00-.554 2.027c0 1.4.724 2.64 1.831 3.36a4.084 4.084 0 01-1.856-.503v.05c0 1.96 1.413 3.586 3.295 3.963a4.153 4.153 0 01-1.856.066c.52 1.609 2.035 2.773 3.831 2.807A8.34 8.34 0 012 18.174 11.574 11.574 0 008.275 20z" fill-rule="nonzero"></path></g></symbol> <symbol id="videoIcon" viewbox="0 0 14 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.43996 0.135134C0.803637 -0.244871 0 0.221801 0 0.971144V8.00057V15.03C0 15.7793 0.803637 16.2447 1.43996 15.8647L13.2422 8.83525C13.8717 8.46191 13.8717 7.53923 13.2422 7.16456L1.43996 0.135134Z" fill="#666666"></path></symbol> <symbol id="website" viewbox="0 0 16 16"><path d="M13.6556 2.34442C10.53 -0.781222 5.4705 -0.781722 2.34443 2.34442C-0.781242 5.47005 -0.78171 10.5295 2.34443 13.6556C5.47 16.7812 10.5295 16.7817 13.6556 13.6556C16.7812 10.53 16.7817 5.47052 13.6556 2.34442ZM13.3213 12.5155C12.9476 12.1813 12.5479 11.8856 12.1265 11.6307C12.405 10.6687 12.57 9.61012 12.609 8.5097H14.9605C14.8542 9.99296 14.2843 11.3844 13.3213 12.5155ZM1.03949 8.5097H3.39098C3.42998 9.61012 3.59497 10.6687 3.87346 11.6307C3.45212 11.8856 3.05238 12.1813 2.67869 12.5155C1.71572 11.3844 1.14584 9.99296 1.03949 8.5097ZM2.67872 3.48455C3.05241 3.81871 3.45215 4.11444 3.87349 4.3693C3.595 5.33129 3.43001 6.3899 3.39101 7.49031H1.03949C1.14584 6.00708 1.71572 4.61569 2.67872 3.48455ZM7.49032 4.47465C6.65906 4.4152 5.85756 4.21046 5.11451 3.8727C5.54666 2.75989 6.34332 1.4252 7.49032 1.09444V4.47465ZM7.49032 5.49594V7.49034H4.4108C4.44609 6.55948 4.57798 5.66561 4.79733 4.84775C5.64174 5.21689 6.54987 5.43733 7.49032 5.49594ZM7.49032 8.5097V10.5041C6.54987 10.5627 5.64174 10.7832 4.79733 11.1523C4.57798 10.3344 4.44609 9.44057 4.4108 8.5097H7.49032ZM7.49032 11.5254V14.9056C6.34338 14.5748 5.54672 13.2403 5.11451 12.1273C5.85756 11.7896 6.65906 11.5848 7.49032 11.5254ZM8.50968 11.5254C9.34094 11.5848 10.1424 11.7896 10.8855 12.1273C10.4533 13.2402 9.65668 14.5748 8.50968 14.9056V11.5254ZM8.50968 10.5041V8.5097H11.5892C11.5539 9.44057 11.422 10.3344 11.2027 11.1523C10.3583 10.7832 9.45013 10.5627 8.50968 10.5041ZM8.50968 7.49034V5.49594C9.45013 5.43733 10.3583 5.21689 11.2027 4.84775C11.422 5.66561 11.5539 6.55948 11.5892 7.49034H8.50968ZM8.50968 4.47465V1.09447C9.65668 1.42523 10.4533 2.75992 10.8855 3.87273C10.1424 4.21046 9.34094 4.4152 8.50968 4.47465ZM10.7991 1.60333C11.4515 1.88904 12.0602 2.27644 12.6058 2.75711C12.3461 2.98611 12.0721 3.19375 11.7859 3.37945C11.5317 2.75021 11.2071 2.13871 10.7991 1.60333ZM4.21409 3.37945C3.92792 3.19375 3.65389 2.98611 3.39413 2.75711C3.93978 2.27644 4.54847 1.88904 5.20091 1.60333C4.79287 2.13877 4.46823 2.75027 4.21409 3.37945ZM4.21412 12.6206C4.46823 13.2498 4.79293 13.8613 5.20094 14.3967C4.5485 14.111 3.93981 13.7236 3.39417 13.2429C3.65389 13.0139 3.92795 12.8063 4.21412 12.6206ZM11.7859 12.6206C12.0721 12.8063 12.3461 13.0139 12.6058 13.2429C12.0602 13.7236 11.4515 14.111 10.7991 14.3967C11.2071 13.8614 11.5317 13.2498 11.7859 12.6206ZM12.609 7.49034C12.57 6.38993 12.405 5.33129 12.1265 4.36933C12.5479 4.11447 12.9476 3.81874 13.3213 3.48458C14.2843 4.61569 14.8542 6.00708 14.9605 7.49034H12.609Z"></path></symbol> <symbol id="windows" viewbox="0 0 24 24"><path d="M12 11.5V2.5L24 1V11.5H12ZM0 11.5V4L10.5 2.6875V11.5H0ZM12 13V22L24 23.5V13H12ZM0 20.5V13H10.5V21.8125L0 20.5Z"></path></symbol> <symbol id="yahoo" viewbox="-133 141 30.3 20"><path d="M-107.7,146.7c0,0,1.2-0.7,2.1-0.7s2.1,0,2.1,0l0.8-1.9h-12.9l0.1,1.4l0.8,0.4l3.3,0.1c0,0,0.2,0.7-0.3,1.1 c-0.6,0.4-5.4,4.7-5.4,4.7l-6.2-7.5c0,0,0.1-0.2,1-0.2c0.9,0,3.5,0,3.5,0V141H-133v3.1c0,0,1.8,0,2.7,0c0.9,0,1.9,1,2.8,1.8 c0.9,0.9,7.1,7.4,7.1,7.4v5.4c0,0-0.5,0.8-2.2,0.8c-1.8,0-2.5,0.1-2.5,0.1v1.4h14.1v-1c0,0-0.4-0.6-0.8-0.6h-3.4 c-0.4,0-0.5-0.5-0.5-1.1c0-0.6,0-4.7,0-4.7L-107.7,146.7z"></path></symbol> <symbol id="youtube" viewbox="0 0 24 24"><path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"></path></symbol> <symbol id="rightArrow" viewbox="0 0 16 14"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.646.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L14.293 7 8.646 1.354a.5.5 0 0 1 0-.708z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 7a.5.5 0 0 1 .5-.5h14a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 7z"></path></symbol> <symbol id="rightArrowAlt" viewbox="0 0 41 13"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.6464 0.146447C33.8417 -0.0488155 34.1583 -0.0488155 34.3536 0.146447L40.3536 6.14645C40.5488 6.34171 40.5488 6.65829 40.3536 6.85355L34.3536 12.8536C34.1583 13.0488 33.8417 13.0488 33.6464 12.8536C33.4512 12.6583 33.4512 12.3417 33.6464 12.1464L39.2929 6.5L33.6464 0.853553C33.4512 0.658291 33.4512 0.341709 33.6464 0.146447Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 6.5C0.5 6.22386 0.723858 6 1 6H40C40.2761 6 40.5 6.22386 40.5 6.5C40.5 6.77614 40.2761 7 40 7H1C0.723858 7 0.5 6.77614 0.5 6.5Z"></path></symbol> <symbol id="leftArrow" viewbox="63 -9 150 150"><path d="M10.3342 1.79974L1.68336 10.4506L10.3342 19.1014" stroke-width="2" stroke-linecap="round"></path></symbol> <symbol id="stars-half" viewbox="0 0 14 14"><polygon points="7.1,0 7.1,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"></polygon></symbol> <symbol id="search" viewbox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.71687 11.5313C4.11032 11.5313 2.10529 9.42603 2.10529 6.81948C2.10529 4.21294 4.21058 2.10765 6.71687 2.10765C9.32342 2.10765 11.3285 4.21294 11.3285 6.81948C11.3285 9.42603 9.32342 11.5313 6.71687 11.5313ZM15.94 14.38L12.4312 10.8362C13.133 9.72245 13.534 8.40619 13.534 6.98868C13.534 3.14116 10.5264 0.00238281 6.81712 0.00238281C3.00756 -0.0988679 0 3.03991 0 6.88743C0 10.735 3.00756 13.8737 6.71687 13.8737C8.3209 13.8737 9.72443 13.3675 10.8272 12.355L14.336 15.8987C14.4363 16 14.5365 16 14.6368 16C14.737 16 14.9375 15.8987 14.9375 15.7975L15.7395 14.8862C16.0403 14.8862 16.0403 14.5825 15.94 14.38Z"></path></symbol> <symbol id="menu" viewbox="0 0 25 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.7368 1H15.7368V9H23.7368V1ZM15.7368 0C15.1845 0 14.7368 0.447716 14.7368 1V9C14.7368 9.55229 15.1845 10 15.7368 10H23.7368C24.2891 10 24.7368 9.55228 24.7368 9V1C24.7368 0.447715 24.2891 0 23.7368 0H15.7368Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.73682 1H1.73682V9H9.73682V1ZM1.73682 0C1.18453 0 0.736816 0.447716 0.736816 1V9C0.736816 9.55229 1.18453 10 1.73682 10H9.73682C10.2891 10 10.7368 9.55228 10.7368 9V1C10.7368 0.447715 10.2891 0 9.73682 0H1.73682Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M23.7368 15H15.7368V23H23.7368V15ZM15.7368 14C15.1845 14 14.7368 14.4477 14.7368 15V23C14.7368 23.5523 15.1845 24 15.7368 24H23.7368C24.2891 24 24.7368 23.5523 24.7368 23V15C24.7368 14.4477 24.2891 14 23.7368 14H15.7368Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.73682 15H1.73682V23H9.73682V15ZM1.73682 14C1.18453 14 0.736816 14.4477 0.736816 15V23C0.736816 23.5523 1.18453 24 1.73682 24H9.73682C10.2891 24 10.7368 23.5523 10.7368 23V15C10.7368 14.4477 10.2891 14 9.73682 14H1.73682Z"></path></symbol> <symbol id="caretdown" viewbox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.333332L3.36718 3.66667L6.66667 0.400342L0 0.333332Z"></path></symbol> <symbol id="check" viewbox="0 0 24 24"><polygon fill-rule="evenodd" points="9.317 16.622 3.547 10.471 2.453 11.498 9.283 18.778 21.53 6.53 20.47 5.47"></polygon></symbol> <symbol id="location" viewbox="0 0 10 12"><path d="M4.95666 6.00004C5.64822 6.00004 6.20884 5.43942 6.20884 4.74785C6.20884 4.05629 5.64822 3.49567 4.95666 3.49567C4.26509 3.49567 3.70447 4.05629 3.70447 4.74785C3.70447 5.43942 4.26509 6.00004 4.95666 6.00004Z" fill="#262626"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.95658 1.56523C3.10008 1.56523 1.56523 3.10939 1.56523 5.05144C1.56523 6.40352 2.43269 7.75624 3.44374 8.84771C3.9343 9.3773 4.42739 9.81182 4.7986 10.1141C4.85429 10.1595 4.90709 10.2017 4.95657 10.2408C5.00606 10.2017 5.05887 10.1595 5.11455 10.1141C5.48576 9.81182 5.97885 9.3773 6.46941 8.84771C7.48046 7.75624 8.34792 6.40352 8.34792 5.05144C8.34792 3.10939 6.81308 1.56523 4.95658 1.56523ZM4.95658 11.2175C4.5157 11.8641 4.51551 11.864 4.51531 11.8639L4.51356 11.8627L4.5099 11.8602L4.49811 11.852L4.45734 11.8234C4.42276 11.7989 4.37371 11.7637 4.31225 11.7183C4.1894 11.6275 4.0165 11.4958 3.81019 11.3278C3.39878 10.9928 2.84838 10.5083 2.29545 9.91139C1.21953 8.74987 0 7.01955 0 5.05144C0 2.27828 2.20265 0 4.95658 0C7.71051 0 9.91315 2.27828 9.91315 5.05144C9.91315 7.01955 8.69363 8.74987 7.6177 9.91139C7.06477 10.5083 6.51437 10.9928 6.10296 11.3278C5.89666 11.4958 5.72376 11.6275 5.60091 11.7183C5.53944 11.7637 5.49039 11.7989 5.45582 11.8234L5.41504 11.852L5.40325 11.8602L5.39959 11.8627L5.39833 11.8635C5.39813 11.8637 5.39745 11.8641 4.95658 11.2175ZM4.95658 11.2175L5.39745 11.8641C5.1315 12.0455 4.78126 12.0452 4.51531 11.8639L4.95658 11.2175Z" fill="#262626"></path></symbol> <symbol id="cardLoader" viewbox="0 0 64 64"><rect width="64" height="4"></rect><rect y="48" width="32" height="4"></rect><rect y="56" width="32" height="4"></rect><rect y="8" width="64" height="36"></rect> <clippath id="cardClip" clippathunits="objectBoundingBox" transform="scale(0.015625 0.015625)"><rect width="64" height="4"></rect><rect y="48" width="32" height="4"></rect><rect y="56" width="32" height="4"></rect><rect y="8" width="64" height="36"></rect></clippath></symbol> <symbol id="cardLoaderOneRow" viewbox="0 0 64 30"><rect width="64" height="4"></rect><rect y="6" width="64" height="4"></rect><rect y="12" width="64" height="4"></rect><rect y="20" width="32" height="2"></rect><rect y="24" width="32" height="2"></rect> <clippath id="cardClipRow" clippathunits="objectBoundingBox" transform="scale(0.015625 0.03333333333)"><rect width="64" height="4"></rect><rect y="6" width="64" height="4"></rect><rect y="12" width="64" height="4"></rect><rect y="20" width="32" height="2"></rect><rect y="24" width="32" height="2"></rect></clippath></symbol> <symbol id="media-gallery-icon" viewbox="0 0 36 22"><g fill="none" fill-rule="evenodd"><path d="M0 29h36V-7H0z"></path> <g fill="#000"><path d="M34 3H5c-1.104 0-2 .896-2 2v15c0 1.104.896 2 2 2h29c1.104 0 2-.896 2-2V5c0-1.104-.896-2-2-2m0 1c.551 0 1 .449 1 1v15c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1V5c0-.551.449-1 1-1h29"></path> <path d="M.5 20c-.276 0-.5-.224-.5-.5v-17C0 1.122 1.122 0 2.5 0h31c.276 0 .5.224.5.5s-.224.5-.5.5h-31C1.673 1 1 1.673 1 2.5v17c0 .276-.224.5-.5.5"></path> <path d="M32.5 19c-.128 0-.256-.049-.354-.146l-7.585-7.586c-.567-.567-1.555-.567-2.122 0l-4.171 4.171c-.975.975-2.561.975-3.536 0l-1.171-1.171c-.567-.567-1.555-.567-2.122 0l-4.585 4.586c-.196.195-.512.195-.708 0-.195-.196-.195-.512 0-.708l4.586-4.585c.945-.945 2.591-.945 3.536 0l1.171 1.171c.567.567 1.555.567 2.122 0l4.171-4.171c.945-.945 2.591-.945 3.536 0l7.586 7.585c.195.196.195.512 0 .708-.098.097-.226.146-.354.146M10 7c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2m0 1c.551 0 1 .449 1 1 0 .551-.449 1-1 1-.551 0-1-.449-1-1 0-.551.449-1 1-1"></path></g></g></symbol> <symbol id="thumb" viewbox="0 0 15 18"><path d="M10.0725 6.6105C10.6785 4.14825 11.0115 0 8.42475 0C7.029 0 6.66225 1.251 6.3 2.49675C4.82175 7.58775 2.3145 8.00325 0 8.304V15.75C2.62725 15.75 4.188 16.2967 6.12675 17.1315C7.0695 17.5372 8.4165 18 10.1288 18C12.0323 18 13.35 17.2522 13.8855 15.2355C14.2605 13.8277 15 9.798 15 9.048C15 7.81125 14.124 7.2135 13.0545 7.16775C12.147 7.1295 10.902 6.96 10.0725 6.6105V6.6105ZM12.861 9.85125L11.8155 9.9765C11.8155 9.9765 11.3588 10.8082 11.9213 10.8127C11.9213 10.8127 12.072 10.8203 12.723 10.7925C13.5345 10.758 13.5113 11.8943 12.726 11.9648L11.4053 12.039C10.8548 12.1095 10.9133 12.9413 11.511 12.918C11.511 12.918 12.0255 12.9053 12.3683 12.8873C13.1693 12.8453 13.1303 13.959 12.3983 14.0505C12.0803 14.0902 11.0895 14.1368 11.0895 14.1368C10.4813 14.1908 10.56 15.063 11.1713 14.9925L11.7495 14.9692C12.366 14.9137 12.5018 15.588 11.5305 16.215C10.3553 16.8758 8.01675 16.3133 6.7185 15.7545C5.04 15.0308 3.39075 14.304 1.5 14.25V9.75C3.94725 9.18825 6.24675 8.0595 7.74075 2.91525C8.41425 0.59625 9 1.467 9 3.34575C9 4.899 8.6325 6.18525 8.30925 7.4955C9.105 7.90275 10.8375 8.547 12.8993 8.6625C13.6905 8.70675 13.668 9.75375 12.861 9.85125V9.85125Z"></path></symbol> <symbol id="expand" viewbox="0 0 16 16"><path d="M4.79245 0H0.603774C0.269811 0 0 0.269811 0 0.603774V4.83019C0 4.99623 0.135849 5.13208 0.301887 5.13208H1.20755C1.37358 5.13208 1.50943 4.99623 1.50943 4.83019V1.50943H4.79245C4.95849 1.50943 5.09434 1.37358 5.09434 1.20755V0.301887C5.09434 0.135849 4.95849 0 4.79245 0ZM15.6981 10.8679H14.7925C14.6264 10.8679 14.4906 11.0038 14.4906 11.1698V14.4906H11.2075C11.0415 14.4906 10.9057 14.6264 10.9057 14.7925V15.6981C10.9057 15.8642 11.0415 16 11.2075 16H15.3962C15.7302 16 16 15.7302 16 15.3962V11.1698C16 11.0038 15.8642 10.8679 15.6981 10.8679ZM4.79245 14.4906H1.50943V11.1698C1.50943 11.0038 1.37358 10.8679 1.20755 10.8679H0.301887C0.135849 10.8679 0 11.0038 0 11.1698V15.3962C0 15.7302 0.269811 16 0.603774 16H4.79245C4.95849 16 5.09434 15.8642 5.09434 15.6981V14.7925C5.09434 14.6264 4.95849 14.4906 4.79245 14.4906ZM15.3962 0H11.2075C11.0415 0 10.9057 0.135849 10.9057 0.301887V1.20755C10.9057 1.37358 11.0415 1.50943 11.2075 1.50943H14.4906V4.83019C14.4906 4.99623 14.6264 5.13208 14.7925 5.13208H15.6981C15.8642 5.13208 16 4.99623 16 4.83019V0.603774C16 0.269811 15.7302 0 15.3962 0Z"></path></symbol></svg> <svg class="c-globalSvgs c-siteSvgs" data-v-42d55d5c=""><symbol id="logo" viewbox="0 0 1042 682"><g><path d="M359.25 358V430V483.54V555.54V610V682H431.25H683.25V610H431.25V555.54H629.17V483.54H431.25V430H683.25V358H431.25H359.25Z"></path> <path d="M916 358H844H718V430H844V682H916V430H1042V358H916Z"></path> <path d="M324 252H11.87L324 143.91V72V67.72V0H0V72H311.64L0 179.91V252V256.11V324H324V252Z"></path> <path d="M252.5 670.13L144.41 358H72.5H68.22H0.5V682H72.5V370.36L180.41 682H252.5H256.61H324.5V358H252.5V670.13Z"></path> <path d="M682.75 162.2V161.83C682.75 72.6 610.16 -1.52588e-05 520.92 -1.52588e-05H358.75V324H520.96C610.17 324 682.75 251.42 682.75 162.2ZM430.75 72H520.92C544.736 72.0265 567.57 81.4991 584.41 98.3398C601.251 115.18 610.724 138.014 610.75 161.83V162.2C610.726 186.007 601.259 208.833 584.425 225.668C567.592 242.504 544.767 251.974 520.96 252H430.75V72Z"></path></g></symbol> <symbol id="logo-horizontal" viewbox="0 0 1759 324" preserveaspectratio="xMinYMid slice"><g><path d="M1076.25 0V72V125.54V197.54V252V324H1148.25H1400.25V252H1148.25V197.54H1346.17V125.54H1148.25V72H1400.25V0H1148.25H1076.25Z"></path> <path d="M1633 0H1561H1435V72H1561V324H1633V72H1759V0H1633Z"></path> <path d="M0 72H311.64L0 179.91V252V256.11V324H324V252H11.87L324 143.91V72V67.72V0H0V72Z"></path> <path d="M969.5 312.13L861.41 0H789.5H785.22H717.5V324H789.5V12.36L897.41 324H969.5H973.61H1041.5V0H969.5V312.13Z"></path> <path d="M520.92 0H358.75V324H520.96C610.17 324 682.75 251.42 682.75 162.2V161.83C682.75 72.6 610.17 0 520.92 0ZM610.75 162.2C610.726 186.007 601.259 208.833 584.425 225.668C567.592 242.504 544.767 251.974 520.96 252H430.75V72H520.92C544.736 72.0265 567.57 81.4992 584.41 98.3398C601.251 115.181 610.724 138.014 610.75 161.83V162.2Z"></path></g></symbol> <svg id="logo-boxed" viewbox="0 0 1274 1274"><g><path d="M0 0V1274H1274V0H0ZM116 724.57V648.37L427.64 540.46H116V468.46H440V612.37L127.86 720.46H440V792.46H116V724.57ZM440.5 1150.46H296.41L188.5 838.82V1150.46H116.5V826.46H260.41L368.5 1138.59V826.46H440.5V1150.46ZM474.75 468.46H636.92C726.15 468.46 798.75 541.06 798.75 630.29V630.66C798.75 719.88 726.17 792.46 636.95 792.46H474.75V468.46ZM799.25 898.46H547.25V952H745.16V1024H547.25V1078.46H799.25V1150.46H475.25V826.46H799.25V898.46ZM1158 898.46H1032V1150.46H960V898.46H834V826.46H1158V898.46Z"></path> <path d="M726.75 630.66V630.29C726.724 606.474 717.251 583.64 700.41 566.8C683.57 549.959 660.736 540.486 636.92 540.46H546.75V720.46H636.95C660.758 720.433 683.584 710.964 700.419 694.129C717.254 677.294 726.724 654.468 726.75 630.66Z"></path></g></svg> <svg id="logo-deep-dive-blank" viewbox="0 0 171 86"><path fill-rule="evenodd" clip-rule="evenodd" d="M170 1H86V85H170V1ZM85 0V86H171V0H85Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M85 1H1V85H85V1ZM0 0V86H86V0H0Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M24.4699 39.9765H36.827V42.827H24V40.1393V39.9765V37.1225L36.3377 32.8504H24V30H36.827V32.681V32.8504V35.6973L24.4699 39.9765ZM38.2225 44.173V47.0235V49.1431V51.9935V54.1496V57H41.0729H51.0495V54.1496H41.0729V51.9935H48.9085V49.1431H41.0729V47.0235H51.0495V44.173H41.0729H38.2225ZM60.2639 44.173H57.4135H52.4252V47.0235H57.4135V57H60.2639V47.0235H65.2522V44.173H60.2639ZM33.9963 56.5301L29.7171 44.173H26.8702H26.7008H24.0198V57H26.8702V44.6623L31.1423 57H33.9963H34.159H36.8468V44.173H33.9963V56.5301ZM51.0297 36.4068V36.4214C51.0297 39.9536 48.1563 42.827 44.6245 42.827H38.2027V30H44.6229C48.1559 30 51.0297 32.8742 51.0297 36.4068ZM44.6229 32.8504H41.0532V39.9765H44.6245C45.567 39.9755 46.4707 39.6006 47.1371 38.9341C47.8035 38.2676 48.1783 37.3639 48.1793 36.4214V36.4068C48.1782 35.4639 47.8032 34.5599 47.1365 33.8932C46.4698 33.2265 45.5658 32.8515 44.6229 32.8504Z"></path></svg> <svg id="logo-deep-dive-in-depth" viewbox="0 0 171 86"><path fill-rule="evenodd" clip-rule="evenodd" d="M171 1H87V85H171V1ZM86 0V86H172V0H86Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M86 0H0V86H86V0ZM37.827 39.9765H25.4699L37.827 35.6973V32.8504V32.681V30H25V32.8504H37.3377L25 37.1225V39.9765V40.1393V42.827H37.827V39.9765ZM39.2225 47.0235V44.173H42.0729H52.0495V47.0235H42.0729V49.1431H49.9085V51.9935H42.0729V54.1496H52.0495V57H42.0729H39.2225V54.1496V51.9935V49.1431V47.0235ZM58.4135 44.173H61.2639H66.2522V47.0235H61.2639V57H58.4135V47.0235H53.4252V44.173H58.4135ZM30.7171 44.173L34.9963 56.5301V44.173H37.8468V57H35.159H34.9963H32.1423L27.8702 44.6623V57H25.0198V44.173H27.7008H27.8702H30.7171ZM52.0297 36.4214V36.4068C52.0297 32.8742 49.1559 30 45.6229 30H39.2027V42.827H45.6245C49.1563 42.827 52.0297 39.9536 52.0297 36.4214ZM42.0532 32.8504H45.6229C46.5658 32.8515 47.4698 33.2265 48.1365 33.8932C48.8032 34.5599 49.1782 35.4639 49.1793 36.4068V36.4214C49.1783 37.3639 48.8035 38.2676 48.1371 38.9341C47.4706 39.6006 46.567 39.9755 45.6245 39.9765H42.0532V32.8504Z"></path> <g clip-path="url(#clip0_10038_12573)"><path d="M97 46.2456H106.177L108.73 48.7989V54.4373L106.177 57.0046H97V46.2456ZM98.3443 55.7559H105.537L107.301 53.9916V49.2866L105.537 47.4872H98.3419L98.3443 55.7559Z"></path> <path d="M121.11 46.2456L122.555 47.6739L121.622 48.6308L120.455 47.4639H114.067V50.9366H120.856V52.2622H114.067V55.7629H120.513L121.68 54.6217L122.613 55.5553L121.169 56.9999H112.734V46.2456H121.11Z"></path> <path d="M125.852 57.0046V46.2456H133.616L135.581 48.178V51.2353L133.616 53.2027H127.196V57.0046H125.852ZM127.196 51.9798H133.012L134.179 50.8129V48.6961L133.012 47.5012H127.196V51.9798Z"></path> <path d="M142.539 57.0048V47.4921H139.244L138.018 48.7197L137.043 47.7628L138.539 46.2505H147.874L149.368 47.7628L148.395 48.7197L147.183 47.4921H143.874V57.0048H142.539Z"></path> <path d="M160.375 57.0046V52.2319H152.51V57.0046H151.166V46.2456H152.51V50.9506H160.375V46.2456H161.72V57.0046H160.375Z"></path> <path d="M98.3423 30V40.7543H96.998V30H98.3423Z"></path> <path d="M114.039 30.0002V40.4697L112.93 41.4266L104.108 31.8579V40.7474H102.797V29.9932H104.293L112.73 39.1674V29.9932L114.039 30.0002Z"></path></g> <defs><clippath id="clip0_10038_12573"><rect width="64.7192" height="27" fill="white" transform="translate(97 30)"></rect></clippath></defs></svg> <svg id="logo-in-depth" width="248" height="19" viewbox="0 0 248 19" fill="none"><path d="M132.354 17.4925V0.99981L130.264 0.98877V15.441L116.826 0.98877H114.442V17.93H116.532V3.92627L130.588 18.9998L132.354 17.4925Z" fill="#D0FF4B"></path> <path d="M217.438 17.9412V2.95226H212.192L210.236 4.88241L208.682 3.37502L211.065 0.992676H225.939L228.322 3.37502L226.768 4.88241L224.838 2.95226H219.565V17.9339L217.438 17.9412Z" fill="#D0FF4B"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5496 0.999978H18.9675V17.9412H27.5459C29.8141 17.9412 31.9894 17.0503 33.5933 15.4645C35.1971 13.8787 36.0982 11.7279 36.0982 9.4853V9.4669C36.0997 8.35584 35.8796 7.2554 35.4507 6.22845C35.0218 5.2015 34.3924 4.26819 33.5985 3.48187C32.8046 2.69554 31.8617 2.07164 30.8238 1.64578C29.7859 1.21993 28.6733 1.00046 27.5496 0.999978ZM32.3017 9.48162C32.2998 10.7262 31.7988 11.9192 30.9088 12.7992C30.0187 13.6793 28.8121 14.1745 27.5533 14.1765H22.7826V4.76468H27.5496C28.8096 4.76565 30.0178 5.26099 30.9088 6.14192C31.7998 7.02286 32.3007 8.21739 32.3017 9.46322V9.48162Z" fill="#D0FF4B"></path> <path d="M0 4.76471H16.4836L0 10.4081V17.9412H17.1344V14.1765H0.628409L17.1344 8.52573V1H0V4.76471Z" fill="#D0FF4B"></path> <path d="M56.9212 1H74.0555V4.76471H60.7288V7.56618H71.1961V11.3309H60.7288V14.1765H74.0555V17.9412H56.9212V1Z" fill="#D0FF4B"></path> <path d="M93.0305 1V4.76471H86.3671V17.9412H82.5595V4.76471H75.8961V1H93.0305Z" fill="#D0FF4B"></path> <path d="M45.5578 1L51.2766 17.3235V1H55.0843V17.9412H47.4616L41.7538 1.64706V17.9412H37.9462V1H45.5578Z" fill="#D0FF4B"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M159.502 1H144.882V17.9412H159.502L163.57 13.9192V5.02204L159.502 1ZM158.484 15.9816H147.024V2.95959H158.484L161.295 5.79045V13.2022L158.484 15.9816Z" fill="#D0FF4B"></path> <path d="M183.297 1L185.598 3.25004L184.111 4.75734L182.252 2.91911H172.078V8.37134H182.888V10.4632H172.071V15.9963H182.352L184.211 14.1949L185.699 15.6655L183.393 17.9412H169.955V1H183.297Z" fill="#D0FF4B"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M190.849 1V17.9412H192.99V11.9596H203.22L206.354 8.86034V4.04413L203.22 1H190.849ZM202.257 10.0258H192.99V2.97431H202.257L204.116 4.85293V8.18752L202.257 10.0258Z" fill="#D0FF4B"></path> <path d="M245.855 10.4228V17.9412H248V1H245.855V8.41182H233.327V1H231.186V17.9412H233.327V10.4228H245.855Z" fill="#D0FF4B"></path> <path d="M107.348 1V17.9412H105.206V1H107.348Z" fill="#D0FF4B"></path></svg> <svg id="logo-longform" width="86" height="86" viewbox="0 0 86 86" fill="none"><g clip-path="url(#clip0_9590_9948)"><rect width="86" height="86" fill="white"></rect> <rect width="86" height="86" fill="#080A12"></rect> <path fill-rule="evenodd" clip-rule="evenodd" d="M22.5221 39.0847H36.2518V42.2518H22V39.2655V39.0847V35.9137L35.7081 31.1671H22V28H36.2518V30.9788V31.1671V34.3302L22.5221 39.0847ZM62.2927 43.7461H59.1256H53.5833V46.9131H59.1256V57.9978H62.2927V46.9131H67.835V43.7461H62.2927ZM37.8025 43.7482V46.9153V49.2703V52.4374V54.8329V58H40.9695H52.0543V54.8329H40.9695V52.4374H49.6754V49.2703H40.9695V46.9153H52.0543V43.7482H40.9695H37.8025ZM33.1064 57.4757L28.3519 43.7461H25.1888H25.0005H22.0217V57.9978H25.1888V44.2897L29.9354 57.9978H33.1064H33.2872H36.2735V43.7461H33.1064V57.4757ZM52.0325 35.1184V35.1347C52.0325 39.0592 48.84 42.2518 44.9159 42.2518H37.7808V28H44.9141C48.8395 28 52.0325 31.1935 52.0325 35.1184ZM44.9141 31.1671H40.9478V39.0847H44.9159C45.9631 39.0835 46.9671 38.667 47.7076 37.9265C48.448 37.1859 48.8644 36.1819 48.8655 35.1347V35.1184C48.8643 34.0708 48.4477 33.0664 47.7069 32.3257C46.9661 31.5849 45.9617 31.1682 44.9141 31.1671Z" fill="white"></path></g> <defs><clippath id="clip0_9590_9948"><rect width="86" height="86" fill="white"></rect></clippath></defs></svg> <svg id="logo-deep-dive-special-feature" viewbox="0 0 171 86"><path fill-rule="evenodd" clip-rule="evenodd" d="M171 1H87V85H171V1ZM86 0V86H172V0H86Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M86 0H0V86H86V0ZM37.827 39.9765H25.4699L37.827 35.6973V32.8504V32.681V30H25V32.8504H37.3377L25 37.1225V39.9765V40.1393V42.827H37.827V39.9765ZM39.2225 47.0235V44.173H42.0729H52.0495V47.0235H42.0729V49.1431H49.9085V51.9935H42.0729V54.1496H52.0495V57H42.0729H39.2225V54.1496V51.9935V49.1431V47.0235ZM58.4135 44.173H61.2639H66.2522V47.0235H61.2639V57H58.4135V47.0235H53.4252V44.173H58.4135ZM30.7171 44.173L34.9963 56.5301V44.173H37.8468V57H35.159H34.9963H32.1423L27.8702 44.6623V57H25.0198V44.173H27.7008H27.8702H30.7171ZM52.0297 36.4214V36.4068C52.0297 32.8742 49.1559 30 45.6229 30H39.2027V42.827H45.6245C49.1563 42.827 52.0297 39.9536 52.0297 36.4214ZM42.0532 32.8504H45.6229C46.5658 32.8515 47.4698 33.2265 48.1365 33.8932C48.8032 34.5599 49.1782 35.4639 49.1793 36.4068V36.4214C49.1783 37.3639 48.8035 38.2676 48.1371 38.9341C47.4706 39.6006 46.567 39.9755 45.6245 39.9765H42.0532V32.8504Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M145.308 38.7667V41.4109H146.34V36.3662L142.999 33H141.851L138.497 36.3662V41.4109H139.516V38.7667H145.308ZM139.516 36.7155L142.419 33.8384L145.308 36.7155V37.8369H139.516V36.7155Z"></path> <path d="M98.6536 40.4955L97.7131 39.5783L97 40.2841L98.161 41.445H103.204L104.583 39.6911L98.4923 34.6858L98.9815 34.0677H102.684L103.6 34.9832L104.316 34.2666L103.182 33.1183H98.4101L97.0539 34.8595L103.131 39.8756L102.654 40.4955H98.6536Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M106.199 33.154V41.4109H107.24V38.4944H112.159L113.668 36.986V34.6374L112.159 33.154H106.199ZM111.695 37.5539H107.231L107.24 34.1161H111.695L112.591 35.0316V36.6581L111.695 37.5539Z"></path> <path d="M121.833 33.154L122.942 34.2504L122.225 34.9868L121.33 34.0911H116.428V36.7477H121.64V37.7653H116.428V40.4614H121.382L122.277 39.5836L122.994 40.3002L121.883 41.4091H115.409V33.1523L121.833 33.154Z"></path> <path d="M131.348 34.0785L132.423 35.1533L133.18 34.4081L131.878 33.1183H126.434L124.472 35.0781V39.4923L126.434 41.4521H131.878L133.168 40.1623L132.431 39.4277L131.374 40.5026H126.91L125.531 39.134V35.4328L126.898 34.0785H131.348Z"></path> <path d="M136.227 33.154V41.4109H135.196V33.154H136.227Z"></path> <path d="M155.729 40.1337L154.452 41.4109H148.61V33.154H149.642V40.4525H153.951L154.995 39.4207L155.729 40.1337Z"></path> <path d="M97 44.9727V53.2296L98.0318 53.226V49.6269H103.139V48.6076H98.0318V45.9204H102.624L103.308 46.637L104.055 45.8899L103.139 44.9727H97Z"></path> <path d="M111.817 44.9727L112.926 46.0708L112.209 46.8054L111.313 45.9096H106.412V48.5664H111.623V49.5857H106.412V52.2729H111.366L112.261 51.3968L112.978 52.1134L111.867 53.2224H105.393V44.9655L111.817 44.9727Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M121.491 50.5889V53.2296L122.523 53.2331V48.1884L119.182 44.8222H118.034L114.68 48.1884V53.2331H115.697V50.5889H121.491ZM115.697 48.5341L118.601 45.6571L121.491 48.5341V49.6556H115.697V48.5341Z"></path> <path d="M127.156 53.2296V45.9311H124.628L123.686 46.8734L122.939 46.1371L124.087 44.9763H131.253L132.401 46.1371L131.653 46.8734L130.724 45.9311H128.182V53.2331L127.156 53.2296Z"></path> <path d="M141.668 51.4112V44.9727H140.633V51.0243L139.356 52.2997H135.871L134.569 50.9974V44.9727H133.541V51.4112L135.398 53.2672H139.823L141.668 51.4112Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M144.13 53.2296V44.9727H150.296L151.883 46.5599V48.5072L150.296 50.107H149.341L152.114 52.8426L151.367 53.5395L148.014 50.159H145.162V53.2296H144.13ZM145.162 49.231H149.78L150.824 48.1992V46.9218L149.792 45.9025H145.162V49.231Z"></path> <path d="M161.673 46.0708L160.563 44.9727L154.135 44.9655V53.2224H160.611L161.72 52.1134L161.003 51.3968L160.108 52.2729H155.154V49.5857H160.366V48.5664H155.159V45.9096H160.061L160.957 46.8054L161.673 46.0708Z"></path></svg> <symbol id="globe" viewbox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.1166 22.4959C10.2925 22.6549 10.4742 22.7975 10.6597 22.9192C5.21675 22.258 1 17.6214 1 12C1 12.2761 1.22386 12.5 1.5 12.5H6.63043C6.70062 15.7182 7.44359 18.3424 8.42097 20.2014C8.93405 21.1773 9.51853 21.9552 10.1166 22.4959ZM6.63043 11.5H1.5C1.22386 11.5 1 11.7239 1 12C1 6.37856 5.21675 1.742 10.6597 1.08083C10.4742 1.20254 10.2925 1.34509 10.1166 1.50411C9.51853 2.04484 8.93405 2.82266 8.42097 3.79858C7.44359 5.65764 6.70062 8.28181 6.63043 11.5ZM7.63068 11.5C7.7007 8.43016 8.41024 5.96793 9.3061 4.26392C9.77879 3.36484 10.2966 2.68953 10.7873 2.24589C11.2882 1.79305 11.7105 1.625 12 1.625C12.2895 1.625 12.7118 1.79305 13.2127 2.24589C13.7034 2.68953 14.2212 3.36484 14.6939 4.26392C15.5898 5.96793 16.2993 8.43016 16.3693 11.5H12H7.63068ZM7.63068 12.5H12H16.3693C16.2993 15.5698 15.5898 18.0321 14.6939 19.7361C14.2212 20.6352 13.7034 21.3105 13.2127 21.7541C12.7118 22.207 12.2895 22.375 12 22.375C11.7105 22.375 11.2882 22.207 10.7873 21.7541C10.2966 21.3105 9.77879 20.6352 9.3061 19.7361C8.41024 18.0321 7.7007 15.5698 7.63068 12.5ZM17.3696 12.5C17.2994 15.7182 16.5564 18.3424 15.579 20.2014C15.0659 21.1773 14.4815 21.9552 13.8834 22.4959C13.7075 22.6549 13.5258 22.7975 13.3403 22.9192C18.7832 22.258 23 17.6214 23 12C23 6.37856 18.7832 1.742 13.3403 1.08083C13.5258 1.20254 13.7075 1.34509 13.8834 1.50411C14.4815 2.04484 15.0659 2.82266 15.579 3.79858C16.5564 5.65764 17.2994 8.28181 17.3696 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.3696ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z"></path></symbol> <symbol id="user" viewbox="0 0 18 19"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zM4.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zM3.395 12.793C4.723 12.023 6.535 11.5 9 11.5c2.465 0 4.277.522 5.605 1.293a6.902 6.902 0 0 1 2.646 2.692c.418.767.28 1.555-.189 2.127-.453.553-1.196.888-2 .888H2.938c-.805 0-1.548-.335-2.001-.888-.469-.572-.606-1.36-.19-2.127l.44.239-.44-.239a6.902 6.902 0 0 1 2.647-2.692zm.501.865c-1.149.666-1.845 1.525-2.269 2.305-.21.386-.144.737.084 1.015.243.296.69.522 1.228.522H15.06c.54 0 .985-.226 1.228-.522.228-.278.294-.629.084-1.015-.424-.78-1.12-1.639-2.27-2.305C12.954 12.99 11.322 12.5 9 12.5c-2.32 0-3.953.49-5.104 1.158z"></path></symbol> <symbol id="user-filled" viewbox="0 0 18 19"><path d="M9 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM2.939 18H15.06c1.344 0 2.378-1.122 1.751-2.276C15.89 14.026 13.785 12 9 12c-4.786 0-6.89 2.026-7.812 3.724C.56 16.878 1.595 18 2.938 18z" stroke-linecap="round" stroke-linejoin="round"></path></symbol> <symbol id="arrow-dropdown" width="13" height="7" viewbox="0 0 13 7"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.854.146a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0l-6-6A.5.5 0 0 1 .854.146L6.5 5.793 12.146.146a.5.5 0 0 1 .708 0z"></path></symbol> <symbol id="arrow-thin" viewbox="0 0 14 13"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.64645 0.146447C6.84171 -0.0488155 7.15829 -0.0488155 7.35355 0.146447L13.3536 6.14645C13.5488 6.34171 13.5488 6.65829 13.3536 6.85355L7.35355 12.8536C7.15829 13.0488 6.84171 13.0488 6.64645 12.8536C6.45118 12.6583 6.45118 12.3417 6.64645 12.1464L12.2929 6.5L6.64645 0.853553C6.45118 0.658291 6.45118 0.341709 6.64645 0.146447Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 6.5C0.5 6.22386 0.723858 6 1 6H13C13.2761 6 13.5 6.22386 13.5 6.5C13.5 6.77614 13.2761 7 13 7H1C0.723858 7 0.5 6.77614 0.5 6.5Z"></path></symbol> <symbol id="about-values-icon-1" width="60" height="45" viewbox="0 0 60 45"><g><path d="M0.885706 13.0888C6.2542 8.60369 17.1732 1.08003 30.0096 1.08003C42.8459 1.08003 53.7552 8.60369 59.1334 13.0888C59.2437 13.1748 59.3832 13.2146 59.5224 13.1997C59.6615 13.1848 59.7894 13.1163 59.8789 13.0088C59.9685 12.9013 60.0127 12.7631 60.0022 12.6236C59.9917 12.4841 59.9273 12.3541 59.8227 12.2611C54.3426 7.68142 43.1833 0 30.0168 0C16.8504 0 5.69114 7.68142 0.210996 12.2611C0.156655 12.3066 0.111806 12.3623 0.0789814 12.425C0.0461571 12.4878 0.0260391 12.5564 0.0197288 12.6269C0.0134185 12.6975 0.0210211 12.7685 0.0421855 12.8361C0.06335 12.9037 0.0976164 12.9665 0.143034 13.0208C0.188451 13.0751 0.244171 13.12 0.306926 13.1528C0.369682 13.1857 0.43826 13.2058 0.5088 13.2121C0.57934 13.2184 0.650436 13.2108 0.718021 13.1896C0.785606 13.1684 0.84837 13.1342 0.902712 13.0888H0.885706Z" fill="#080A12"></path> <path d="M59.8566 20.0421C59.7255 19.9037 47.144 6.61594 31.5336 5.77135C30.5138 5.66456 29.4857 5.66456 28.4659 5.77135C12.8556 6.61594 0.274003 19.9037 0.145373 20.0421C0.0537775 20.1412 0.00292969 20.2711 0.00292969 20.4061C0.00292969 20.541 0.0537775 20.671 0.145373 20.7701C0.274003 20.9085 12.8556 34.1938 28.4659 35.0384C29.4857 35.1452 30.5138 35.1452 31.5336 35.0384C47.144 34.1938 59.7255 20.9085 59.8566 20.7701C59.9471 20.6705 59.9973 20.5407 59.9973 20.4061C59.9973 20.2715 59.9471 20.1417 59.8566 20.0421ZM1.29333 20.4085C3.10387 18.5956 11.5741 10.5962 22.4955 7.77118C20.2987 9.06882 18.4782 10.9168 17.2135 13.1327C15.9488 15.3486 15.2837 17.8559 15.2837 20.4073C15.2837 22.9587 15.9488 25.4661 17.2135 27.682C18.4782 29.8979 20.2987 31.7458 22.4955 33.0434C11.5765 30.216 3.10387 22.2215 1.29333 20.4085ZM29.9998 6.76884C32.6974 6.76884 35.3345 7.5688 37.5776 9.06754C39.8206 10.5663 41.5688 12.6965 42.6012 15.1888C43.6335 17.6812 43.9036 20.4236 43.3773 23.0695C42.8511 25.7153 41.552 28.1457 39.6445 30.0532C37.7369 31.9608 35.3066 33.2598 32.6607 33.7861C30.0149 34.3124 27.2724 34.0423 24.7801 33.0099C22.2877 31.9776 20.1575 30.2293 18.6588 27.9863C17.1601 25.7433 16.3601 23.1062 16.3601 20.4085C16.3665 16.7939 17.8059 13.3293 20.3627 10.7743C22.9195 8.21934 26.3852 6.7824 29.9998 6.77856V6.76884ZM37.5089 33.0458C39.7056 31.7479 41.5261 29.8997 42.7907 27.6836C44.0553 25.4675 44.7204 22.9601 44.7204 20.4085C44.7204 17.857 44.0553 15.3495 42.7907 13.1334C41.5261 10.9173 39.7056 9.06914 37.5089 7.77118C48.4303 10.5986 56.8981 18.5956 58.7086 20.4085C56.8956 22.2239 48.4231 30.2184 37.5089 33.0458Z" fill="#080A12"></path> <path d="M20.4595 24.4956C20.5095 24.5456 20.5689 24.5854 20.6343 24.6124C20.6996 24.6395 20.7697 24.6534 20.8405 24.6534C20.9112 24.6534 20.9813 24.6395 21.0467 24.6124C21.1121 24.5854 21.1715 24.5456 21.2215 24.4956L26.2284 19.4912L31.2814 24.5393C31.3312 24.5893 31.3904 24.6289 31.4556 24.656C31.5207 24.683 31.5906 24.6969 31.6612 24.6969C31.7317 24.6969 31.8017 24.683 31.8668 24.656C31.932 24.6289 31.9912 24.5893 32.041 24.5393L38.623 17.9597V20.2023C38.623 20.3452 38.6798 20.4822 38.7808 20.5832C38.8819 20.6843 39.0189 20.7411 39.1618 20.7411C39.3047 20.7411 39.4417 20.6843 39.5428 20.5832C39.6438 20.4822 39.7006 20.3452 39.7006 20.2023V16.6588C39.7009 16.588 39.6872 16.5178 39.6602 16.4523C39.6333 16.3868 39.5936 16.3273 39.5435 16.2772C39.4934 16.2271 39.4339 16.1874 39.3684 16.1604C39.3029 16.1334 39.2326 16.1197 39.1618 16.1201H35.6184C35.4755 16.1201 35.3385 16.1768 35.2374 16.2779C35.1364 16.3789 35.0796 16.5159 35.0796 16.6588C35.0796 16.8017 35.1364 16.9388 35.2374 17.0398C35.3385 17.1409 35.4755 17.1977 35.6184 17.1977H37.861L31.66 23.3962L26.6094 18.3456C26.508 18.2451 26.3711 18.1887 26.2284 18.1887C26.0857 18.1887 25.9487 18.2451 25.8474 18.3456L20.4595 23.736C20.4092 23.7856 20.3693 23.8447 20.342 23.9099C20.3148 23.9751 20.3008 24.0451 20.3008 24.1158C20.3008 24.1865 20.3148 24.2564 20.342 24.3216C20.3693 24.3868 20.4092 24.4459 20.4595 24.4956Z" fill="#080A12"></path> <path d="M20.3548 38.5551H19.1413C18.9984 38.5551 18.8614 38.6119 18.7604 38.7129C18.6593 38.814 18.6025 38.951 18.6025 39.0939C18.6025 39.2368 18.6593 39.3739 18.7604 39.4749C18.8614 39.5759 18.9984 39.6327 19.1413 39.6327H20.3548C20.4977 39.6327 20.6348 39.5759 20.7358 39.4749C20.8369 39.3739 20.8936 39.2368 20.8936 39.0939C20.8936 38.951 20.8369 38.814 20.7358 38.7129C20.6348 38.6119 20.4977 38.5551 20.3548 38.5551Z" fill="#080A12"></path> <path d="M25.4808 38.5551H24.2673C24.1244 38.5551 23.9873 38.6119 23.8863 38.7129C23.7853 38.814 23.7285 38.951 23.7285 39.0939C23.7285 39.2368 23.7853 39.3739 23.8863 39.4749C23.9873 39.5759 24.1244 39.6327 24.2673 39.6327H25.4808C25.6237 39.6327 25.7607 39.5759 25.8618 39.4749C25.9628 39.3739 26.0196 39.2368 26.0196 39.0939C26.0196 38.951 25.9628 38.814 25.8618 38.7129C25.7607 38.6119 25.6237 38.5551 25.4808 38.5551Z" fill="#080A12"></path> <path d="M30.6068 38.5551H29.3933C29.2504 38.5551 29.1134 38.6119 29.0123 38.7129C28.9113 38.814 28.8545 38.951 28.8545 39.0939C28.8545 39.2368 28.9113 39.3739 29.0123 39.4749C29.1134 39.5759 29.2504 39.6327 29.3933 39.6327H30.6068C30.7497 39.6327 30.8867 39.5759 30.9878 39.4749C31.0888 39.3739 31.1456 39.2368 31.1456 39.0939C31.1456 38.951 31.0888 38.814 30.9878 38.7129C30.8867 38.6119 30.7497 38.5551 30.6068 38.5551Z" fill="#080A12"></path> <path d="M35.7249 38.5551H34.5114C34.3685 38.5551 34.2315 38.6119 34.1304 38.7129C34.0294 38.814 33.9727 38.951 33.9727 39.0939C33.9727 39.2368 34.0294 39.3739 34.1304 39.4749C34.2315 39.5759 34.3685 39.6327 34.5114 39.6327H35.7249C35.8678 39.6327 36.0049 39.5759 36.1059 39.4749C36.207 39.3739 36.2637 39.2368 36.2637 39.0939C36.2637 38.951 36.207 38.814 36.1059 38.7129C36.0049 38.6119 35.8678 38.5551 35.7249 38.5551Z" fill="#080A12"></path> <path d="M40.8558 38.5551H39.6423C39.4994 38.5551 39.3624 38.6119 39.2614 38.7129C39.1603 38.814 39.1035 38.951 39.1035 39.0939C39.1035 39.2368 39.1603 39.3739 39.2614 39.4749C39.3624 39.5759 39.4994 39.6327 39.6423 39.6327H40.8558C40.9987 39.6327 41.1357 39.5759 41.2368 39.4749C41.3378 39.3739 41.3946 39.2368 41.3946 39.0939C41.3946 38.951 41.3378 38.814 41.2368 38.7129C41.1357 38.6119 40.9987 38.5551 40.8558 38.5551Z" fill="#080A12"></path> <path d="M20.3552 43.0596H19.1417C19.0047 43.0688 18.8764 43.1297 18.7826 43.2299C18.6888 43.3302 18.6367 43.4624 18.6367 43.5996C18.6367 43.7369 18.6888 43.869 18.7826 43.9693C18.8764 44.0696 19.0047 44.1304 19.1417 44.1396H20.3552C20.4291 44.1446 20.5033 44.1343 20.5732 44.1094C20.643 44.0845 20.707 44.0456 20.7611 43.9949C20.8152 43.9443 20.8584 43.8831 20.8879 43.8151C20.9174 43.7471 20.9326 43.6737 20.9326 43.5996C20.9326 43.5255 20.9174 43.4522 20.8879 43.3842C20.8584 43.3162 20.8152 43.2549 20.7611 43.2043C20.707 43.1537 20.643 43.1147 20.5732 43.0898C20.5033 43.065 20.4291 43.0547 20.3552 43.0596Z" fill="#080A12"></path> <path d="M25.4812 43.0596H24.2677C24.1307 43.0688 24.0024 43.1297 23.9086 43.2299C23.8149 43.3302 23.7627 43.4623 23.7627 43.5996C23.7627 43.7369 23.8149 43.869 23.9086 43.9693C24.0024 44.0696 24.1307 44.1304 24.2677 44.1396H25.4812C25.6182 44.1304 25.7465 44.0696 25.8403 43.9693C25.934 43.869 25.9862 43.7369 25.9862 43.5996C25.9862 43.4623 25.934 43.3302 25.8403 43.2299C25.7465 43.1297 25.6182 43.0688 25.4812 43.0596Z" fill="#080A12"></path> <path d="M30.6063 43.0596H29.3928C29.3189 43.0547 29.2447 43.065 29.1749 43.0898C29.1051 43.1147 29.0411 43.1537 28.987 43.2043C28.9328 43.2549 28.8897 43.3162 28.8602 43.3842C28.8307 43.4522 28.8154 43.5255 28.8154 43.5996C28.8154 43.6737 28.8307 43.7471 28.8602 43.8151C28.8897 43.8831 28.9328 43.9443 28.987 43.9949C29.0411 44.0456 29.1051 44.0845 29.1749 44.1094C29.2447 44.1343 29.3189 44.1446 29.3928 44.1396H30.6063C30.7433 44.1304 30.8717 44.0696 30.9654 43.9693C31.0592 43.869 31.1114 43.7369 31.1114 43.5996C31.1114 43.4624 31.0592 43.3302 30.9654 43.2299C30.8717 43.1297 30.7433 43.0688 30.6063 43.0596Z" fill="#080A12"></path> <path d="M35.7255 43.0596H34.512C34.438 43.0547 34.3638 43.065 34.294 43.0898C34.2242 43.1147 34.1602 43.1537 34.1061 43.2043C34.052 43.2549 34.0088 43.3162 33.9793 43.3842C33.9498 43.4522 33.9346 43.5255 33.9346 43.5996C33.9346 43.6737 33.9498 43.7471 33.9793 43.8151C34.0088 43.8831 34.052 43.9443 34.1061 43.9949C34.1602 44.0456 34.2242 44.0845 34.294 44.1094C34.3638 44.1343 34.438 44.1446 34.512 44.1396H35.7255C35.7994 44.1446 35.8737 44.1343 35.9435 44.1094C36.0133 44.0845 36.0772 44.0456 36.1314 43.9949C36.1855 43.9443 36.2287 43.8831 36.2582 43.8151C36.2877 43.7471 36.3029 43.6737 36.3029 43.5996C36.3029 43.5255 36.2877 43.4522 36.2582 43.3842C36.2287 43.3162 36.1855 43.2549 36.1314 43.2043C36.0772 43.1537 36.0133 43.1147 35.9435 43.0898C35.8737 43.065 35.7994 43.0547 35.7255 43.0596Z" fill="#080A12"></path> <path d="M40.8563 43.0596H39.6428C39.5689 43.0547 39.4947 43.065 39.4249 43.0898C39.3551 43.1147 39.2911 43.1537 39.237 43.2043C39.1828 43.2549 39.1397 43.3162 39.1102 43.3842C39.0807 43.4522 39.0654 43.5255 39.0654 43.5996C39.0654 43.6737 39.0807 43.7471 39.1102 43.8151C39.1397 43.8831 39.1828 43.9443 39.237 43.9949C39.2911 44.0456 39.3551 44.0845 39.4249 44.1094C39.4947 44.1343 39.5689 44.1446 39.6428 44.1396H40.8563C40.9303 44.1446 41.0045 44.1343 41.0743 44.1094C41.1442 44.0845 41.2081 44.0456 41.2623 43.9949C41.3164 43.9443 41.3596 43.8831 41.3891 43.8151C41.4186 43.7471 41.4338 43.6737 41.4338 43.5996C41.4338 43.5255 41.4186 43.4522 41.3891 43.3842C41.3596 43.3162 41.3164 43.2549 41.2623 43.2043C41.2081 43.1537 41.1442 43.1147 41.0743 43.0898C41.0045 43.065 40.9303 43.0547 40.8563 43.0596Z" fill="#080A12"></path></g></symbol> <symbol id="about-values-icon-2" width="60" height="61" viewbox="0 0 60 61"><g><path d="M35.8549 11.172C35.8525 10.0176 35.5082 8.88993 34.8654 7.93116C34.2226 6.97239 33.3101 6.22554 32.2432 5.78492C31.1763 5.3443 30.0028 5.22965 28.8708 5.45543C27.7388 5.68122 26.699 6.23733 25.8828 7.05355C25.0666 7.86977 24.5105 8.90952 24.2847 10.0415C24.0589 11.1735 24.1735 12.3471 24.6142 13.414C25.0548 14.4809 25.8017 15.3933 26.7604 16.0361C27.7192 16.6789 28.8469 17.0233 30.0013 17.0257C31.5532 17.0238 33.0409 16.4064 34.1383 15.309C35.2357 14.2117 35.853 12.7239 35.8549 11.172ZM25.2282 11.172C25.2277 10.2278 25.5072 9.30478 26.0314 8.51954C26.5556 7.7343 27.3009 7.12215 28.173 6.76052C29.0451 6.39889 30.0049 6.30402 30.9309 6.48791C31.857 6.67181 32.7077 7.1262 33.3754 7.79362C34.0432 8.46105 34.498 9.31152 34.6824 10.2375C34.8667 11.1634 34.7724 12.1232 34.4112 12.9955C34.05 13.8678 33.4382 14.6134 32.6533 15.138C31.8683 15.6626 30.9454 15.9426 30.0013 15.9426C28.7366 15.9406 27.5243 15.4374 26.63 14.5431C25.7358 13.6489 25.2326 12.4366 25.2306 11.172H25.2282Z" fill="#080A12"></path> <path d="M27.3527 54.6866C27.6455 54.2509 28.0413 53.8942 28.505 53.6482C28.9687 53.4022 29.486 53.2745 30.0109 53.2764C30.5359 53.2784 31.0522 53.4099 31.5141 53.6593C31.976 53.9087 32.3692 54.2682 32.6588 54.7061C33.5047 54.7048 34.3156 54.3682 34.9137 53.7701C35.5118 53.1719 35.8484 52.361 35.8497 51.5151V36.4415C36.8881 36.3289 37.8486 35.8374 38.5474 35.0609C39.2461 34.2845 39.6341 33.2777 39.637 32.2332V24.6099C39.635 23.1432 39.0515 21.7372 38.0144 20.7001C36.9773 19.6629 35.5712 19.0794 34.1045 19.0775H25.8947C24.428 19.0794 23.022 19.6629 21.9849 20.7001C20.9477 21.7372 20.3642 23.1432 20.3623 24.6099V32.238C20.3659 33.2832 20.7547 34.2903 21.4543 35.0668C22.154 35.8432 23.1153 36.3344 24.1545 36.4464V51.5005C24.157 52.3468 24.4952 53.1576 25.0948 53.7549C25.6944 54.3522 26.5064 54.6873 27.3527 54.6866ZM21.4454 32.2332V24.6099C21.4467 23.4301 21.9158 22.2989 22.7499 21.4644C23.5839 20.6299 24.7149 20.1601 25.8947 20.1582H34.1045C35.2846 20.1601 36.4158 20.6298 37.2503 21.4642C38.0847 22.2987 38.5544 23.4299 38.5563 24.6099V32.238C38.5549 32.997 38.2808 33.7301 37.784 34.3038C37.2871 34.8775 36.6006 35.2535 35.8497 35.3633V24.8753C35.8547 24.8011 35.8444 24.7267 35.8194 24.6566C35.7945 24.5866 35.7553 24.5225 35.7046 24.4682C35.6538 24.4139 35.5924 24.3706 35.5242 24.341C35.456 24.3114 35.3825 24.2961 35.3082 24.2961C35.2338 24.2961 35.1603 24.3114 35.0921 24.341C35.0239 24.3706 34.9625 24.4139 34.9117 24.4682C34.8609 24.5225 34.8218 24.5866 34.7969 24.6566C34.7719 24.7267 34.7616 24.8011 34.7666 24.8753V51.5151C34.7666 52.0755 34.544 52.6128 34.1478 53.009C33.7516 53.4052 33.2142 53.6278 32.6539 53.6278C32.0936 53.6278 31.5562 53.4052 31.16 53.009C30.7638 52.6128 30.5412 52.0755 30.5412 51.5151V34.7207C30.5412 34.5774 30.4842 34.4399 30.3829 34.3386C30.2816 34.2373 30.1442 34.1803 30.0009 34.1803C29.8576 34.1803 29.7201 34.2373 29.6188 34.3386C29.5175 34.4399 29.4605 34.5774 29.4605 34.7207V51.5151C29.4605 52.0755 29.2379 52.6128 28.8417 53.009C28.4455 53.4052 27.9081 53.6278 27.3478 53.6278C26.7875 53.6278 26.2501 53.4052 25.8539 53.009C25.4577 52.6128 25.2351 52.0755 25.2351 51.5151V24.8533C25.2351 24.71 25.1782 24.5726 25.0769 24.4713C24.9756 24.3699 24.8381 24.313 24.6948 24.313C24.5515 24.313 24.414 24.3699 24.3127 24.4713C24.2114 24.5726 24.1545 24.71 24.1545 24.8533V35.356C23.4035 35.2468 22.7167 34.8714 22.2195 34.2981C21.7222 33.7249 21.4474 32.992 21.4454 32.2332Z" fill="#080A12"></path> <path d="M57.8755 39.6154C57.7405 39.5681 57.5923 39.5755 57.4627 39.636C57.333 39.6965 57.2322 39.8053 57.1818 39.9392C55.1433 45.5084 51.4431 50.317 46.582 53.7143C41.7208 57.1115 35.9333 58.9335 30.0027 58.9335C24.0721 58.9335 18.2847 57.1115 13.4235 53.7143C8.56237 50.317 4.86219 45.5084 2.82371 39.9392C2.77327 39.8053 2.67245 39.6965 2.54282 39.636C2.41318 39.5755 2.26506 39.5681 2.13006 39.6154C2.06318 39.6396 2.00173 39.6768 1.94924 39.7248C1.89675 39.7728 1.85422 39.8306 1.82415 39.8951C1.79407 39.9595 1.777 40.0293 1.77394 40.1003C1.77088 40.1714 1.7819 40.2423 1.80632 40.3091C3.92204 46.0859 7.76108 51.0735 12.8041 54.5971C17.8471 58.1207 23.8507 60.0104 30.0027 60.0104C36.1548 60.0104 42.1584 58.1207 47.2014 54.5971C52.2444 51.0735 56.0834 46.0859 58.1992 40.3091C58.2478 40.1742 58.2411 40.0255 58.1804 39.8955C58.1198 39.7655 58.0101 39.6648 57.8755 39.6154Z" fill="#080A12"></path> <path d="M2.13494 20.3919C2.26991 20.4398 2.41831 20.4328 2.54811 20.3722C2.67792 20.3116 2.77868 20.2024 2.82859 20.0682C4.86944 14.503 8.56987 9.6986 13.4296 6.30456C18.2893 2.91051 24.074 1.09046 30.0016 1.09046C35.9292 1.09046 41.7138 2.91051 46.5735 6.30456C51.4332 9.6986 55.1336 14.503 57.1745 20.0682C57.2128 20.1723 57.2821 20.2622 57.3731 20.3257C57.464 20.3892 57.5722 20.4234 57.6832 20.4235C57.7461 20.4225 57.8085 20.4118 57.8682 20.3919C57.9351 20.3677 57.9965 20.3305 58.0489 20.2825C58.1014 20.2346 58.144 20.1767 58.174 20.1122C58.2041 20.0478 58.2212 19.978 58.2242 19.907C58.2273 19.8359 58.2163 19.765 58.1919 19.6982C56.0748 13.9244 52.236 8.93988 47.1943 5.41856C42.1526 1.89723 36.1512 0.00891113 30.0016 0.00891113C23.8519 0.00891113 17.8505 1.89723 12.8088 5.41856C7.76709 8.93988 3.92823 13.9244 1.81121 19.6982C1.78678 19.765 1.77576 19.8359 1.77882 19.907C1.78188 19.978 1.79896 20.0478 1.82903 20.1122C1.85911 20.1767 1.90163 20.2346 1.95412 20.2825C2.00661 20.3305 2.06806 20.3677 2.13494 20.3919Z" fill="#080A12"></path> <path d="M14.3167 45.6979C11.8312 43.2099 9.97285 40.1665 8.89483 36.819C7.81681 33.4714 7.55004 29.9155 8.11656 26.4446C8.68308 22.9736 10.0666 19.6871 12.1531 16.856C14.2396 14.025 16.9693 11.7305 20.1169 10.1619C20.246 10.0973 20.3442 9.98411 20.3898 9.84718C20.4355 9.71024 20.4249 9.56078 20.3603 9.43167C20.2958 9.30257 20.1825 9.20439 20.0456 9.15874C19.9087 9.1131 19.7592 9.12372 19.6301 9.18828C15.7564 11.1175 12.4973 14.0887 10.2193 17.7682C7.94119 21.4476 6.73438 25.6895 6.73438 30.017C6.73438 34.3446 7.94119 38.5864 10.2193 42.2659C12.4973 45.9453 15.7564 48.9166 19.6301 50.8458C19.7592 50.9104 19.9087 50.921 20.0456 50.8753C20.1825 50.8297 20.2958 50.7315 20.3603 50.6024C20.4249 50.4733 20.4355 50.3238 20.3898 50.1869C20.3442 50.05 20.246 49.9368 20.1169 49.8722C17.97 48.8045 16.011 47.3947 14.3167 45.6979Z" fill="#080A12"></path> <path d="M40.1894 50.8653C40.274 50.8651 40.3574 50.8451 40.4328 50.8069C44.29 48.8717 47.5331 45.9018 49.7993 42.2293C52.0656 38.5568 53.2659 34.3264 53.2659 30.0109C53.2659 25.6955 52.0656 21.465 49.7993 17.7926C47.5331 14.1201 44.29 11.1502 40.4328 9.21503C40.369 9.18254 40.2993 9.16306 40.2279 9.15772C40.1565 9.15238 40.0847 9.16131 40.0168 9.18396C39.9488 9.2066 39.8861 9.24253 39.8322 9.28966C39.7782 9.33678 39.7342 9.39414 39.7026 9.45843C39.6383 9.58758 39.6279 9.73695 39.6735 9.87382C39.7191 10.0107 39.8171 10.1239 39.946 10.1886C43.6241 12.0332 46.7166 14.8645 48.8778 18.366C51.0389 21.8675 52.1834 25.9011 52.1834 30.0158C52.1834 34.1305 51.0389 38.1641 48.8778 41.6656C46.7166 45.1671 43.6241 47.9984 39.946 49.843C39.8372 49.898 39.7501 49.9881 39.6988 50.0987C39.6474 50.2092 39.6347 50.3339 39.6628 50.4525C39.6909 50.5712 39.7582 50.6769 39.8537 50.7526C39.9493 50.8284 40.0675 50.8698 40.1894 50.8701V50.8653Z" fill="#080A12"></path> <path d="M40.1629 42.8792C40.2887 42.8794 40.4105 42.8345 40.506 42.7526C40.9101 42.4192 41.302 42.0638 41.6768 41.6865C44.7698 38.588 46.507 34.3888 46.507 30.0107C46.507 25.6327 44.7698 21.4335 41.6768 18.3349C41.2849 17.9431 40.8809 17.578 40.4598 17.2348C40.405 17.1897 40.3418 17.1559 40.2739 17.1352C40.206 17.1146 40.1347 17.1075 40.0641 17.1144C39.9935 17.1213 39.9249 17.142 39.8623 17.1754C39.7997 17.2088 39.7442 17.2542 39.6992 17.309C39.6541 17.3638 39.6202 17.427 39.5996 17.4949C39.5789 17.5628 39.5718 17.6341 39.5787 17.7047C39.5856 17.7753 39.6064 17.8439 39.6398 17.9065C39.6732 17.9692 39.7186 18.0246 39.7734 18.0696C40.1653 18.3934 40.5425 18.7341 40.9076 19.0968C43.7982 21.9934 45.4216 25.9185 45.4216 30.0107C45.4216 34.103 43.7982 38.028 40.9076 40.9247C40.5555 41.2784 40.1904 41.6103 39.8123 41.9202C39.727 41.9916 39.6657 42.0874 39.6367 42.1948C39.6077 42.3021 39.6124 42.4158 39.6501 42.5204C39.6878 42.6251 39.7567 42.7156 39.8476 42.7797C39.9384 42.8439 40.0468 42.8786 40.158 42.8792H40.1629Z" fill="#080A12"></path> <path d="M20.2602 41.9837C19.8562 41.6592 19.4651 41.3062 19.087 40.9249C16.1966 38.0287 14.5732 34.104 14.5732 30.0122C14.5732 25.9204 16.1966 21.9957 19.087 19.0994C19.4497 18.7368 19.8172 18.3936 20.2164 18.0747C20.3271 17.9837 20.3971 17.8524 20.411 17.7098C20.425 17.5672 20.3817 17.4248 20.2907 17.3141C20.1996 17.2034 20.0683 17.1334 19.9257 17.1195C19.783 17.1055 19.6407 17.1488 19.53 17.2399C19.1059 17.5839 18.6997 17.9495 18.3131 18.3352C15.2168 21.4349 13.4775 25.637 13.4775 30.0182C13.4775 34.3995 15.2168 38.6016 18.3131 41.7013C18.7171 42.103 19.1333 42.4778 19.5641 42.8307C19.6191 42.8758 19.6824 42.9096 19.7504 42.9302C19.8185 42.9508 19.8899 42.9578 19.9606 42.9508C20.0314 42.9438 20.1 42.9229 20.1627 42.8894C20.2254 42.8558 20.2809 42.8102 20.326 42.7553C20.371 42.7003 20.4048 42.637 20.4254 42.5689C20.446 42.5009 20.453 42.4295 20.446 42.3587C20.439 42.288 20.4181 42.2193 20.3845 42.1566C20.351 42.094 20.3055 42.0385 20.2505 41.9934L20.2602 41.9837Z" fill="#080A12"></path> <path d="M59.4599 32.8855H55.899C55.7617 32.8947 55.633 32.9558 55.5389 33.0563C55.4449 33.1569 55.3926 33.2894 55.3926 33.427C55.3926 33.5647 55.4449 33.6972 55.5389 33.7978C55.633 33.8983 55.7617 33.9594 55.899 33.9686H59.4527C59.5268 33.9736 59.6012 33.9633 59.6712 33.9383C59.7413 33.9133 59.8054 33.8743 59.8597 33.8235C59.914 33.7727 59.9573 33.7113 59.9869 33.6431C60.0165 33.5749 60.0318 33.5014 60.0318 33.427C60.0318 33.3527 60.0165 33.2791 59.9869 33.211C59.9573 33.1428 59.914 33.0814 59.8597 33.0306C59.8054 32.9798 59.7413 32.9407 59.6712 32.9158C59.6012 32.8908 59.5268 32.8805 59.4527 32.8855H59.4599Z" fill="#080A12"></path> <path d="M59.4599 29.4779H55.899C55.7617 29.4871 55.633 29.5482 55.5389 29.6487C55.4449 29.7493 55.3926 29.8818 55.3926 30.0195C55.3926 30.1571 55.4449 30.2897 55.5389 30.3902C55.633 30.4908 55.7617 30.5518 55.899 30.561H59.4527C59.5268 30.566 59.6012 30.5557 59.6712 30.5307C59.7413 30.5058 59.8054 30.4667 59.8597 30.4159C59.914 30.3651 59.9573 30.3037 59.9869 30.2355C60.0165 30.1674 60.0318 30.0938 60.0318 30.0195C60.0318 29.9451 60.0165 29.8716 59.9869 29.8034C59.9573 29.7352 59.914 29.6738 59.8597 29.623C59.8054 29.5723 59.7413 29.5332 59.6712 29.5082C59.6012 29.4833 59.5268 29.4729 59.4527 29.4779H59.4599Z" fill="#080A12"></path> <path d="M55.3652 26.6009C55.3652 26.7443 55.4221 26.8817 55.5235 26.983C55.6248 27.0844 55.7623 27.1413 55.9056 27.1413H59.4591C59.6025 27.1413 59.7399 27.0844 59.8412 26.983C59.9426 26.8817 59.9995 26.7443 59.9995 26.6009C59.9995 26.4576 59.9426 26.3202 59.8412 26.2189C59.7399 26.1175 59.6025 26.0606 59.4591 26.0606H55.8983C55.7562 26.0625 55.6206 26.1203 55.5209 26.2214C55.4211 26.3225 55.3652 26.4589 55.3652 26.6009Z" fill="#080A12"></path> <path d="M4.63692 33.421C4.63692 33.2777 4.58001 33.1402 4.47867 33.0389C4.37734 32.9375 4.23989 32.8806 4.09658 32.8806H0.543007C0.468835 32.8756 0.39441 32.8859 0.324388 32.9109C0.254367 32.9359 0.190253 32.975 0.135957 33.0257C0.0816611 33.0765 0.0383259 33.1379 0.00873178 33.2061C-0.0208624 33.2743 -0.0361328 33.3478 -0.0361328 33.4222C-0.0361328 33.4965 -0.0208624 33.5701 0.00873178 33.6383C0.0383259 33.7064 0.0816611 33.7678 0.135957 33.8186C0.190253 33.8694 0.254367 33.9085 0.324388 33.9334C0.39441 33.9584 0.468835 33.9687 0.543007 33.9637H4.09658C4.16774 33.9637 4.23825 33.9497 4.30397 33.9224C4.36968 33.8951 4.42936 33.855 4.47956 33.8046C4.52977 33.7542 4.5695 33.6943 4.59651 33.6285C4.62352 33.5626 4.63724 33.4921 4.63692 33.421Z" fill="#080A12"></path> <path d="M0.543007 30.5537H4.09658C4.23394 30.5445 4.36265 30.4834 4.45668 30.3829C4.55071 30.2823 4.60304 30.1498 4.60304 30.0122C4.60304 29.8745 4.55071 29.742 4.45668 29.6414C4.36265 29.5409 4.23394 29.4798 4.09658 29.4706H0.543007C0.468835 29.4656 0.39441 29.4759 0.324388 29.5009C0.254367 29.5259 0.190253 29.565 0.135957 29.6157C0.0816611 29.6665 0.0383259 29.7279 0.00873178 29.7961C-0.0208624 29.8643 -0.0361328 29.9378 -0.0361328 30.0122C-0.0361328 30.0865 -0.0208624 30.1601 0.00873178 30.2282C0.0383259 30.2964 0.0816611 30.3578 0.135957 30.4086C0.190253 30.4594 0.254367 30.4985 0.324388 30.5234C0.39441 30.5484 0.468835 30.5587 0.543007 30.5537Z" fill="#080A12"></path> <path d="M0.543266 27.1413H4.09684C4.24015 27.1413 4.3776 27.0844 4.47893 26.983C4.58026 26.8817 4.63717 26.7443 4.63717 26.6009C4.63717 26.4576 4.58026 26.3202 4.47893 26.2189C4.3776 26.1175 4.24015 26.0606 4.09684 26.0606H0.543266C0.399958 26.0606 0.262508 26.1175 0.161174 26.2189C0.0598399 26.3202 0.00292969 26.4576 0.00292969 26.6009C0.00292969 26.7443 0.0598399 26.8817 0.161174 26.983C0.262508 27.0844 0.399958 27.1413 0.543266 27.1413Z" fill="#080A12"></path></g></symbol> <symbol id="about-values-icon-3" width="54" height="74" viewbox="0 0 54 74"><g><path d="M49.568 28.468C49.0508 28.468 48.5388 28.5707 48.0613 28.7702C47.5838 28.9698 47.1503 29.2621 46.7857 29.6306C46.4212 29.999 46.1327 30.4362 45.937 30.917C45.7413 31.3979 45.6421 31.9128 45.6453 32.4323L45.7201 42.4586C45.7262 43.3829 45.6084 44.3038 45.37 45.1966C45.2281 44.8444 45.0367 44.5144 44.8015 44.2168C44.42 43.7385 43.9396 43.3491 43.3935 43.0756C42.8474 42.8022 42.2487 42.6511 41.6388 42.6329C41.0436 42.598 40.4484 42.7004 39.8986 42.9322C39.3489 43.164 38.8592 43.5192 38.4672 43.9704L30.541 51.0783C28.7859 52.6506 27.4759 54.6611 26.7439 56.906C26.0131 54.6606 24.703 52.6498 22.9469 51.0783L15.0716 44.0244C14.6766 43.5599 14.1805 43.1928 13.6217 42.9515C13.063 42.7103 12.4565 42.6012 11.8491 42.6329C11.2394 42.6499 10.6407 42.8005 10.0949 43.0741C9.54918 43.3477 9.06948 43.7376 8.68937 44.2168C8.45239 44.5137 8.25985 44.8438 8.11787 45.1966C7.87929 44.3038 7.76153 43.3829 7.76779 42.4586L7.84259 32.4323C7.85858 31.906 7.76939 31.3818 7.58029 30.8907C7.3912 30.3996 7.10602 29.9516 6.74163 29.5731C6.37724 29.1946 5.94101 28.8933 5.45873 28.687C4.97645 28.4807 4.45789 28.3735 3.9337 28.3719C3.4095 28.3703 2.8903 28.4743 2.40677 28.6776C1.92324 28.881 1.4852 29.1796 1.11851 29.5558C0.751822 29.9321 0.463935 30.3784 0.271856 30.8683C0.0797769 31.3582 -0.0125971 31.8818 0.000190969 32.4082V45.4941C-0.00720213 49.5283 1.28024 53.4574 3.67155 56.6986L10.5535 66.0637C11.3665 67.1839 11.8064 68.5335 11.8102 69.9197L11.8521 73.2258C11.8536 73.4017 11.9243 73.5699 12.0487 73.6937C12.1731 73.8175 12.3412 73.887 12.5163 73.887C12.6922 73.8838 12.8598 73.811 12.9825 73.6844C13.1052 73.5577 13.1732 73.3875 13.1716 73.2108L13.1327 69.9047C13.1296 68.2355 12.6007 66.6101 11.6217 65.2612L4.73974 55.8901C2.51824 52.8796 1.32302 49.2294 1.33169 45.4821V32.3962C1.32114 32.0472 1.38064 31.6996 1.50662 31.3741C1.6326 31.0486 1.82248 30.7519 2.06499 30.5017C2.30749 30.2515 2.59765 30.0529 2.91817 29.9176C3.23869 29.7824 3.58302 29.7133 3.93067 29.7145C4.27832 29.7157 4.62218 29.7872 4.94176 29.9247C5.26134 30.0621 5.55011 30.2628 5.79088 30.5147C6.03165 30.7666 6.21949 31.0646 6.34322 31.3909C6.46695 31.7173 6.52405 32.0653 6.51109 32.4142L6.43928 42.4375C6.41983 44.8371 7.14569 47.183 8.51582 49.1488C8.64408 49.3515 8.7871 49.5444 8.9437 49.7259C9.08732 49.9092 9.24291 50.0835 9.39252 50.2578L15.0477 56.5694C15.1328 56.6577 15.2393 56.7225 15.3568 56.7572C15.4742 56.792 15.5986 56.7956 15.7179 56.7677C15.831 56.7419 15.9353 56.6866 16.0203 56.6075C16.1054 56.5283 16.1683 56.4281 16.2026 56.3169C16.2378 56.2068 16.2433 56.0892 16.2186 55.9763C16.1939 55.8633 16.1399 55.7589 16.062 55.6737L9.97001 48.8753C9.85032 48.722 9.73363 48.5748 9.62292 48.4065C9.29675 47.9036 9.13217 47.3122 9.15143 46.7124C9.1707 46.1125 9.37287 45.533 9.73063 45.0523C9.99181 44.7198 10.323 44.4494 10.7005 44.2607C11.078 44.0719 11.4924 43.9694 11.914 43.9605C12.3355 43.9516 12.7539 44.0365 13.1389 44.2092C13.524 44.3818 13.8662 44.6379 14.1411 44.9592L22.0702 52.0671C23.3343 53.201 24.3454 54.5904 25.0374 56.1443C25.7294 57.6981 26.0867 59.3814 26.0857 61.0836V73.2138C26.0857 73.3907 26.1557 73.5604 26.2802 73.6856C26.4048 73.8107 26.5738 73.881 26.7499 73.881C26.9261 73.881 27.0951 73.8107 27.2196 73.6856C27.3442 73.5604 27.4142 73.3907 27.4142 73.2138V61.0686C27.4132 59.366 27.7707 57.6825 28.4633 56.1286C29.1558 54.5747 30.1678 53.1854 31.4326 52.0521L39.4097 44.893C39.6832 44.581 40.0225 44.3342 40.4029 44.1704C40.7834 44.0066 41.1953 43.9301 41.6089 43.9463C42.0269 43.9564 42.4375 44.0595 42.811 44.2482C43.1846 44.4368 43.5118 44.7063 43.7692 45.0373C44.1278 45.5177 44.3305 46.0972 44.3497 46.6973C44.369 47.2974 44.2039 47.8888 43.8769 48.3914C43.7662 48.5507 43.6496 48.692 43.5299 48.8603L37.4349 55.6707C37.3588 55.7582 37.307 55.8643 37.285 55.9783C37.2629 56.0923 37.2713 56.2102 37.3092 56.3199C37.3462 56.4317 37.4114 56.5321 37.4984 56.6111C37.5855 56.6901 37.6914 56.7451 37.8059 56.7707C37.9215 56.7988 38.0425 56.7946 38.1559 56.7586C38.2693 56.7226 38.3707 56.6561 38.4492 56.5664L44.1044 50.2548C44.2599 50.0805 44.4036 49.9062 44.5532 49.7259C44.7091 49.5428 44.8521 49.349 44.981 49.1458C46.3561 47.1815 47.0882 44.8358 47.0755 42.4345L47.0007 32.4112C46.9878 32.0623 47.0449 31.7143 47.1686 31.3879C47.2923 31.0616 47.4802 30.7636 47.721 30.5117C47.9617 30.2598 48.2505 30.0591 48.5701 29.9216C48.8897 29.7842 49.2335 29.7127 49.5812 29.7115C49.9288 29.7103 50.2731 29.7794 50.5937 29.9146C50.9142 30.0498 51.2043 30.2485 51.4468 30.4987C51.6893 30.7489 51.8792 31.0456 52.0052 31.3711C52.1312 31.6966 52.1907 32.0442 52.1801 32.3932V45.4791C52.1888 49.2264 50.9936 52.8766 48.7721 55.8871L41.8902 65.2612C40.9131 66.6055 40.3833 68.2253 40.3761 69.8897L40.3372 73.1957C40.3356 73.373 40.404 73.5436 40.5274 73.6704C40.6507 73.7971 40.8191 73.8696 40.9955 73.872C41.1709 73.872 41.3393 73.8026 41.4642 73.6789C41.5891 73.5551 41.6604 73.387 41.6628 73.2108L41.7017 69.8867C41.7055 68.5023 42.1454 67.1546 42.9584 66.0367L49.8403 56.6685C52.2307 53.4271 53.5171 49.4979 53.5087 45.4641V32.3962C53.5067 31.8784 53.4032 31.366 53.2041 30.8883C53.005 30.4107 52.7142 29.9771 52.3483 29.6123C51.9823 29.2476 51.5485 28.9588 51.0714 28.7624C50.5944 28.5661 50.0835 28.466 49.568 28.468Z" fill="#080A12"></path> <path d="M19.835 30.8153V35.1372C19.8358 35.3139 19.9061 35.4832 20.0305 35.6081C20.1549 35.7331 20.3234 35.8036 20.4993 35.8044H32.9885C33.0757 35.8044 33.1621 35.7872 33.2427 35.7536C33.3233 35.7201 33.3965 35.6709 33.4582 35.609C33.5199 35.547 33.5688 35.4735 33.6022 35.3925C33.6356 35.3116 33.6527 35.2248 33.6527 35.1372V30.8183C33.6527 28.2456 34.7718 25.6579 36.8035 23.53C39.2712 20.9613 40.6488 17.5301 40.6454 13.9605C40.6491 11.8807 40.1887 9.82647 39.2981 7.94887C38.4075 6.07127 37.1093 4.41803 35.4989 3.11068C33.87 1.79186 31.968 0.85582 29.9323 0.371138C27.8966 -0.113544 25.7787 -0.134588 23.7338 0.309557C21.3297 0.84071 19.1099 2.00539 17.3025 3.68387C15.495 5.36236 14.1653 7.49407 13.4498 9.85984C12.7344 12.2256 12.6592 14.7401 13.2319 17.1448C13.8045 19.5494 15.0044 21.7575 16.7082 23.542C18.719 25.6579 19.835 28.2426 19.835 30.8153ZM14.4043 11.49C14.8723 9.08276 16.0308 6.86554 17.7374 5.11132C19.4439 3.35709 21.624 2.14244 24.0091 1.61694C25.8601 1.21372 27.7774 1.23172 29.6206 1.6696C31.4638 2.10749 33.186 2.95418 34.6611 4.14757C36.118 5.32967 37.2925 6.82483 38.0983 8.52304C38.904 10.2212 39.3204 12.0793 39.3169 13.9605C39.3222 17.1839 38.0822 20.2837 35.858 22.6073C33.5869 24.9846 32.3392 27.9 32.3392 30.8183V34.479H27.4081V20.2841H30.1968C30.3657 20.2727 30.5239 20.1973 30.6395 20.0731C30.7551 19.949 30.8194 19.7853 30.8194 19.6153C30.8194 19.4453 30.7551 19.2817 30.6395 19.1575C30.5239 19.0334 30.3657 18.958 30.1968 18.9466H23.291C23.1998 18.9405 23.1083 18.9532 23.0222 18.984C22.9362 19.0149 22.8573 19.0631 22.7905 19.1258C22.7238 19.1885 22.6706 19.2643 22.6342 19.3485C22.5978 19.4327 22.5791 19.5235 22.5791 19.6153C22.5791 19.7071 22.5978 19.7979 22.6342 19.8821C22.6706 19.9663 22.7238 20.0422 22.7905 20.1049C22.8573 20.1676 22.9362 20.2158 23.0222 20.2466C23.1083 20.2775 23.1998 20.2902 23.291 20.2841H26.0766V34.479H21.1665V30.8153C21.1665 27.894 19.9188 24.9846 17.6538 22.6163C16.2564 21.1642 15.2307 19.3931 14.6647 17.4552C14.0987 15.5172 14.0094 13.4703 14.4043 11.49Z" fill="#080A12"></path> <path d="M32.2945 38.5394C32.2945 38.3617 32.2242 38.1912 32.099 38.0655C31.9739 37.9398 31.8042 37.8692 31.6272 37.8692H21.8609C21.692 37.8806 21.5338 37.956 21.4182 38.0801C21.3026 38.2043 21.2383 38.3679 21.2383 38.5379C21.2383 38.7079 21.3026 38.8715 21.4182 38.9957C21.5338 39.1199 21.692 39.1953 21.8609 39.2066H31.6272C31.8037 39.2066 31.9729 39.1364 32.098 39.0114C32.223 38.8864 32.2937 38.7167 32.2945 38.5394Z" fill="#080A12"></path> <path d="M31.6124 42.0558C31.6128 41.9681 31.5959 41.8812 31.5627 41.8C31.5294 41.7189 31.4805 41.6452 31.4187 41.5832C31.357 41.5211 31.2836 41.472 31.2028 41.4386C31.1221 41.4052 31.0355 41.3882 30.9482 41.3886H22.5402C22.3641 41.3886 22.1951 41.4589 22.0705 41.584C21.946 41.7092 21.876 41.8789 21.876 42.0558C21.876 42.2328 21.946 42.4025 22.0705 42.5276C22.1951 42.6528 22.3641 42.7231 22.5402 42.7231H30.9482C31.0355 42.7235 31.1221 42.7065 31.2028 42.6731C31.2836 42.6397 31.357 42.5906 31.4187 42.5285C31.4805 42.4665 31.5294 42.3928 31.5627 42.3116C31.5959 42.2305 31.6128 42.1436 31.6124 42.0558Z" fill="#080A12"></path> <path d="M29.2329 45.3228C28.9954 45.8014 28.6297 46.2041 28.177 46.4855C27.7243 46.7669 27.2025 46.916 26.6701 46.916C26.1377 46.916 25.6159 46.7669 25.1632 46.4855C24.7105 46.2041 24.3448 45.8014 24.1073 45.3228C24.068 45.2439 24.0136 45.1735 23.9473 45.1157C23.8809 45.0578 23.8038 45.0137 23.7205 44.9858C23.6371 44.9579 23.5491 44.9468 23.4615 44.953C23.3738 44.9593 23.2883 44.9828 23.2097 45.0223C23.1311 45.0618 23.061 45.1164 23.0035 45.183C22.9459 45.2497 22.902 45.3271 22.8742 45.4108C22.8464 45.4946 22.8353 45.583 22.8415 45.671C22.8478 45.7591 22.8712 45.845 22.9105 45.9239C23.2573 46.6257 23.7923 47.2163 24.4552 47.6291C25.1181 48.042 25.8826 48.2607 26.6626 48.2607C27.4426 48.2607 28.2071 48.042 28.87 47.6291C29.533 47.2163 30.068 46.6257 30.4148 45.9239C30.4541 45.845 30.4775 45.7591 30.4837 45.671C30.4899 45.583 30.4789 45.4946 30.4511 45.4108C30.4233 45.3271 30.3794 45.2497 30.3218 45.183C30.2642 45.1164 30.1941 45.0618 30.1156 45.0223C30.037 44.9828 29.9514 44.9593 29.8638 44.953C29.7761 44.9468 29.6881 44.9579 29.6048 44.9858C29.5214 45.0137 29.4443 45.0578 29.378 45.1157C29.3116 45.1735 29.2572 45.2439 29.2179 45.3228H29.2329Z" fill="#080A12"></path> <path d="M18.8322 11.3758C18.9115 11.4064 18.9956 11.4227 19.0806 11.4239C19.2134 11.4237 19.3432 11.3835 19.453 11.3085C19.5629 11.2335 19.6479 11.1271 19.6969 11.0031C20.1506 9.86752 20.8725 8.85985 21.8004 8.0671C22.7283 7.27434 23.8343 6.7203 25.023 6.45278C25.1952 6.41293 25.3446 6.30599 25.4383 6.1555C25.532 6.00501 25.5623 5.82329 25.5226 5.65032C25.483 5.47735 25.3765 5.32729 25.2267 5.23316C25.0769 5.13903 24.896 5.10854 24.7237 5.14839C23.3241 5.46285 22.0218 6.11517 20.9295 7.04889C19.8373 7.98262 18.988 9.16962 18.4552 10.5072C18.4228 10.589 18.4069 10.6765 18.4083 10.7646C18.4097 10.8527 18.4285 10.9396 18.4636 11.0204C18.4986 11.1011 18.5492 11.1741 18.6125 11.2351C18.6758 11.2961 18.7505 11.3439 18.8322 11.3758Z" fill="#080A12"></path></g></symbol> <symbol id="about-values-icon-4" width="60" height="56" viewbox="0 0 60 56"><g><path d="M45.4677 21.1403C45.3967 21.1399 45.3263 21.1537 45.2606 21.1807C45.195 21.2077 45.1353 21.2475 45.0851 21.2977C45.0349 21.3479 44.9951 21.4076 44.968 21.4733C44.941 21.539 44.9273 21.6094 44.9276 21.6804V53.3092C44.927 53.6069 44.8082 53.8922 44.5975 54.1025C44.3868 54.3128 44.1012 54.4309 43.8036 54.4309H2.19941C1.90171 54.4309 1.61618 54.3128 1.40545 54.1025C1.19472 53.8922 1.076 53.6069 1.07535 53.3092V2.24077C1.076 1.94308 1.19472 1.6578 1.40545 1.44753C1.61618 1.23725 1.90171 1.11917 2.19941 1.11917H43.8036C44.1012 1.11917 44.3868 1.23725 44.5975 1.44753C44.8082 1.6578 44.927 1.94308 44.9276 2.24077V7.35005C44.9276 7.4933 44.9845 7.6307 45.0858 7.73199C45.1871 7.83328 45.3245 7.89017 45.4677 7.89017C45.611 7.89017 45.7483 7.83328 45.8496 7.73199C45.9509 7.6307 46.0078 7.4933 46.0078 7.35005V2.24077C46.0072 1.65636 45.7748 1.09607 45.3615 0.682822C44.9483 0.269577 44.388 0.037143 43.8036 0.036499H2.19941C1.61499 0.037143 1.05468 0.269577 0.64144 0.682822C0.228195 1.09607 -0.00423883 1.65636 -0.00488281 2.24077V53.3092C-0.00423883 53.8937 0.228195 54.454 0.64144 54.8672C1.05468 55.2804 1.61499 55.5129 2.19941 55.5135H43.8036C44.388 55.5129 44.9483 55.2804 45.3615 54.8672C45.7748 54.454 46.0072 53.8937 46.0078 53.3092V21.6804C46.0082 21.6094 45.9944 21.539 45.9674 21.4733C45.9403 21.4076 45.9006 21.3479 45.8504 21.2977C45.8001 21.2475 45.7405 21.2077 45.6748 21.1807C45.6091 21.1537 45.5387 21.1399 45.4677 21.1403Z" fill="#080A12"></path> <path d="M38.4895 11.6905C38.4899 11.6195 38.4761 11.5491 38.4491 11.4834C38.4221 11.4178 38.3823 11.3581 38.3321 11.3079C38.2818 11.2577 38.2222 11.2179 38.1565 11.1909C38.0908 11.1638 38.0205 11.1501 37.9494 11.1504H8.05769C7.91445 11.1504 7.77707 11.2073 7.67577 11.3086C7.57448 11.4099 7.51758 11.5473 7.51758 11.6905C7.51758 11.8338 7.57448 11.9712 7.67577 12.0724C7.77707 12.1737 7.91445 12.2307 8.05769 12.2307H37.9421C38.0138 12.232 38.0849 12.2189 38.1514 12.1923C38.218 12.1657 38.2785 12.1261 38.3295 12.0758C38.3805 12.0255 38.4209 11.9655 38.4484 11.8993C38.4759 11.8332 38.4899 11.7622 38.4895 11.6905Z" fill="#080A12"></path> <path d="M31.4825 19.7267C31.4829 19.6557 31.4691 19.5853 31.4421 19.5196C31.415 19.454 31.3753 19.3943 31.3251 19.3441C31.2748 19.2938 31.2152 19.2541 31.1495 19.227C31.0838 19.2 31.0134 19.1863 30.9424 19.1866H8.05769C7.91445 19.1866 7.77707 19.2435 7.67577 19.3448C7.57448 19.4461 7.51758 19.5835 7.51758 19.7267C7.51758 19.87 7.57448 20.0074 7.67577 20.1086C7.77707 20.2099 7.91445 20.2669 8.05769 20.2669H30.9424C31.0134 20.2672 31.0838 20.2534 31.1495 20.2264C31.2152 20.1993 31.2748 20.1596 31.3251 20.1094C31.3753 20.0591 31.415 19.9995 31.4421 19.9338C31.4691 19.8681 31.4829 19.7977 31.4825 19.7267Z" fill="#080A12"></path> <path d="M22.9963 27.2227H8.0577C7.91445 27.2227 7.77707 27.2796 7.67577 27.3809C7.57448 27.4822 7.51758 27.6196 7.51758 27.7629C7.51758 27.9061 7.57448 28.0435 7.67577 28.1448C7.77707 28.2461 7.91445 28.303 8.0577 28.303H22.9963C23.1395 28.303 23.2769 28.2461 23.3782 28.1448C23.4795 28.0435 23.5364 27.9061 23.5364 27.7629C23.5364 27.6196 23.4795 27.4822 23.3782 27.3809C23.2769 27.2796 23.1395 27.2227 22.9963 27.2227Z" fill="#080A12"></path> <path d="M37.9425 36.3391C38.0857 36.3391 38.2231 36.2822 38.3244 36.1809C38.4257 36.0796 38.4826 35.9423 38.4826 35.799C38.4826 35.6558 38.4257 35.5184 38.3244 35.4171C38.2231 35.3158 38.0857 35.2589 37.9425 35.2589H32.2979C32.1547 35.2589 32.0173 35.3158 31.916 35.4171C31.8147 35.5184 31.7578 35.6558 31.7578 35.799C31.7578 35.9423 31.8147 36.0796 31.916 36.1809C32.0173 36.2822 32.1547 36.3391 32.2979 36.3391H37.9425Z" fill="#080A12"></path> <path d="M8.0577 36.3391H19.4928C19.636 36.3391 19.7734 36.2822 19.8747 36.1809C19.976 36.0796 20.0329 35.9423 20.0329 35.799C20.0329 35.6558 19.976 35.5184 19.8747 35.4171C19.7734 35.3158 19.636 35.2589 19.4928 35.2589H8.0577C7.91445 35.2589 7.77707 35.3158 7.67577 35.4171C7.57448 35.5184 7.51758 35.6558 7.51758 35.799C7.51758 35.9423 7.57448 36.0796 7.67577 36.1809C7.77707 36.2822 7.91445 36.3391 8.0577 36.3391Z" fill="#080A12"></path> <path d="M7.53028 43.8376C7.52996 43.9086 7.54372 43.979 7.57075 44.0447C7.59777 44.1104 7.63754 44.17 7.68776 44.2202C7.73798 44.2705 7.79765 44.3102 7.86333 44.3373C7.92901 44.3643 7.99938 44.3781 8.0704 44.3777H37.9427C38.08 44.3685 38.2086 44.3075 38.3026 44.207C38.3966 44.1065 38.4489 43.974 38.4489 43.8364C38.4489 43.6988 38.3966 43.5663 38.3026 43.4658C38.2086 43.3653 38.08 43.3043 37.9427 43.295H8.05823C7.91668 43.2982 7.78205 43.3569 7.68331 43.4584C7.58456 43.5598 7.52961 43.696 7.53028 43.8376Z" fill="#080A12"></path> <path d="M60.0001 2.97798C59.9999 2.38865 59.825 1.81261 59.4975 1.32267C59.17 0.83273 58.7046 0.450889 58.1601 0.225391C57.6156 -0.000106864 57.0165 -0.0591404 56.4385 0.0557767C55.8605 0.170694 55.3295 0.454384 54.9127 0.871001L53.2948 2.49138L28.0233 27.7604C27.4693 28.3161 27.0077 28.9568 26.6559 29.6582L23.7145 35.5582C23.6726 35.6407 23.6527 35.7326 23.6568 35.8251C23.6608 35.9175 23.6886 36.0073 23.7376 36.0858C23.7865 36.1644 23.8549 36.229 23.9361 36.2733C24.0173 36.3177 24.1085 36.3404 24.2011 36.3391C24.2853 36.3386 24.3684 36.3195 24.4444 36.2832L30.3419 33.3417C31.0454 32.9912 31.6872 32.5285 32.2421 31.9719L57.5111 6.7029L59.1291 5.08496C59.4064 4.80882 59.6262 4.48041 59.7757 4.11874C59.9252 3.75707 60.0015 3.36933 60.0001 2.97798ZM29.8553 32.3734L25.403 34.5947L27.6243 30.1423C27.8178 29.7661 28.0493 29.4106 28.3153 29.0815L30.9161 31.6873C30.5872 31.952 30.2317 32.1819 29.8553 32.3734ZM31.7214 30.9598L29.0451 28.2835L53.6767 3.63487L56.353 6.31116L31.7214 30.9598ZM58.3627 4.32099L57.1267 5.55694L54.4504 2.88065L55.6864 1.64471C56.0507 1.34094 56.5153 1.1844 56.9891 1.2058C57.4629 1.22721 57.9116 1.42501 58.247 1.76038C58.5824 2.09576 58.7802 2.54445 58.8016 3.01825C58.823 3.49206 58.6665 3.95674 58.3627 4.32099Z" fill="#080A12"></path></g></symbol> <symbol id="padlock" viewbox="0 0 1792 1792"><path d="M640 768h512v-192q0-106-75-181t-181-75-181 75-75 181v192zm832 96v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h32v-192q0-184 132-316t316-132 316 132 132 316v192h32q40 0 68 28t28 68z"></path></symbol> <symbol id="envelope-open-outline" viewbox="0 0 24 24"><path d="M11.99 0l-11.99 8.723v15.277h24v-15.277l-12.01-8.723zm.001 2.472l9.793 7.113-6.735 4.588-3.049-2.47-3.049 2.471-6.737-4.589 9.777-7.113zm-9.991 9.386l5.329 3.63-5.329 4.318v-7.948zm.474 10.142l9.526-7.723 9.526 7.723h-19.052zm19.526-2.194l-5.329-4.317 5.329-3.631v7.948z"></path></symbol> <symbol id="settings" viewbox="0 0 24 24"><path d="M24 13.616v-3.232c-1.651-.587-2.694-.752-3.219-2.019v-.001c-.527-1.271.1-2.134.847-3.707l-2.285-2.285c-1.561.742-2.433 1.375-3.707.847h-.001c-1.269-.526-1.435-1.576-2.019-3.219h-3.232c-.582 1.635-.749 2.692-2.019 3.219h-.001c-1.271.528-2.132-.098-3.707-.847l-2.285 2.285c.745 1.568 1.375 2.434.847 3.707-.527 1.271-1.584 1.438-3.219 2.02v3.232c1.632.58 2.692.749 3.219 2.019.53 1.282-.114 2.166-.847 3.707l2.285 2.286c1.562-.743 2.434-1.375 3.707-.847h.001c1.27.526 1.436 1.579 2.019 3.219h3.232c.582-1.636.75-2.69 2.027-3.222h.001c1.262-.524 2.12.101 3.698.851l2.285-2.286c-.744-1.563-1.375-2.433-.848-3.706.527-1.271 1.588-1.44 3.221-2.021zm-12 2.384c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4z"></path></symbol> <symbol id="envelope-open-solid" viewbox="0 0 24 24"><path d="M.026 24l11.974-11.607 11.974 11.607h-23.948zm11.964-23.961l-11.99 8.725v12.476l7.352-7.127-5.653-4.113 10.291-7.488 10.309 7.488-5.655 4.108 7.356 7.132v-12.476l-12.01-8.725z"></path></symbol> <symbol id="comment-bubble" viewbox="0 0 32 27.4"><path d="M16,0c8.8,0,16,5.3,16,11.9c0,2.9-2.2,6.3-4.6,8.3l2.3,7.2l-6.9-4.7c-2.1,0.7-4.3,1.1-6.8,1.1c-8.8,0-16-5.3-16-11.9C0,5.3,7.2,0,16,0z"></path></symbol> <symbol id="info" viewbox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-.001 5.75c.69 0 1.251.56 1.251 1.25s-.561 1.25-1.251 1.25-1.249-.56-1.249-1.25.559-1.25 1.249-1.25zm2.001 12.25h-4v-1c.484-.179 1-.201 1-.735v-4.467c0-.534-.516-.618-1-.797v-1h3v6.265c0 .535.517.558 1 .735v.999z"></path></symbol> <symbol id="loading-spinner" viewbox="0 0 100 100"><path d="M15 50A35 35 0 0 0 85 50A35 36.8 0 0 1 15 50" fill="#3f8eff" stroke="none"><animatetransform attributename="transform" type="rotate" dur="1s" repeatcount="indefinite" keytimes="0;1" values="0 50 50.9;360 50 50.9"></animatetransform></path></symbol> <svg id="share-arrow" width="18" height="18" viewbox="0 0 18 18"><path d="M11.1992 0.900391C11.1992 0.624248 11.4231 0.400391 11.6992 0.400391H17.0992C17.3754 0.400391 17.5992 0.624248 17.5992 0.900391V6.30039C17.5992 6.57653 17.3754 6.80039 17.0992 6.80039C16.8231 6.80039 16.5992 6.57653 16.5992 6.30039V2.10964L8.45512 10.2537C8.25985 10.449 7.94327 10.449 7.74801 10.2537C7.55275 10.0585 7.55275 9.7419 7.74801 9.54664L15.8943 1.40039H11.6992C11.4231 1.40039 11.1992 1.17653 11.1992 0.900391Z"></path> <path d="M0.699219 3.35192C0.699219 1.88741 1.88644 0.700195 3.35094 0.700195H6.0406C6.31674 0.700195 6.5406 0.924053 6.5406 1.2002C6.5406 1.47634 6.31674 1.7002 6.0406 1.7002H3.35094C2.43872 1.7002 1.69922 2.4397 1.69922 3.35192V14.6485C1.69922 15.5607 2.43872 16.3002 3.35094 16.3002H14.6475C15.5597 16.3002 16.2992 15.5607 16.2992 14.6485V11.9588C16.2992 11.6827 16.5231 11.4588 16.7992 11.4588C17.0754 11.4588 17.2992 11.6827 17.2992 11.9588V14.6485C17.2992 16.113 16.112 17.3002 14.6475 17.3002H3.35094C1.88644 17.3002 0.699219 16.113 0.699219 14.6485V3.35192Z"></path></svg></svg> <div class="c-adSkyBox" data-v-42d55d5c=""><div><span class="c-adSkyBox_hideButton u-flexbox-justifyCenter u-flexbox-alignCenter u-text-center">X</span> <div class="c-adDisplay_container c-adDisplay_container_nav-ad-plus-leader blank"><!----></div></div></div> <!----> <div class="c-layoutDefault_page" data-v-42d55d5c=""><header role="banner" data-v-42d55d5c=""><div class="c-siteHeader"><nav class="c-siteHeaderNavigation g-grid-container u-grid-columns"><span class="header-link-tracking-taggy md:u-col-1 lg:u-col-3"><a href="/web/20230107024744/https://www.zdnet.com/" title="ZDNET" class="c-siteHeaderMasthead nuxt-link-active"><div class="c-siteLogo"><svg class="c-siteLogo_image c-siteLogo_image-header c-siteLogo_image-color-text"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#logo"></use></svg></div></a></span> <div class="c-siteHeaderNavigation_shelves md:u-col-5 lg:u-col-9"><div class="c-siteHeaderNavigation_topicShelf"><div section="Trending" aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><button type="button" aria-controls="trending-menu" class="c-sitePrimaryMenu_item"><span class="c-sitePrimaryMenu_text"><span>Trending</span></span> <!----></button> <!----> <div id="trending-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ces-2023-the-biggest-trends-for-pros/" rel="follow" class="c-siteMenuList_link"><span>CES 2023: The Biggest Trends for Pros</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-iphone/" rel="follow" class="c-siteMenuList_link"><span>Best iPhone models</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-note-taking-app-for-ipad/" rel="follow" class="c-siteMenuList_link"><span>Best note-taking apps for iPad</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/energy/brightest-flashlight/" rel="follow" class="c-siteMenuList_link"><span>Brightest flashlights</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/energy/best-home-battery/" rel="follow" class="c-siteMenuList_link"><span>Best home battery and backup systems</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-vpn/" rel="follow" class="c-siteMenuList_link"><span>Best VPN services</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-web-hosting/" rel="follow" class="c-siteMenuList_link"><span>Best web hosting services</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-electric-car/" rel="follow" class="c-siteMenuList_link"><span>Best electric cars</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-samsung-phone/" rel="follow" class="c-siteMenuList_link"><span>Best Samsung phones</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-computer/" rel="follow" class="c-siteMenuList_link"><span>Best computers</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" class="c-siteMenuList_link"><span>Innovation</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/the-tech-trends-to-watch-in-2023/" rel="follow" class="c-siteMenuList_link"><span>The Tech Trends to Watch in 2023</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cloud/" rel="follow" class="c-siteMenuList_link"><span>Cloud</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/windows-11/" rel="follow" class="c-siteMenuList_link"><span>Windows 11</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/zdnet-recommends/" rel="follow" class="c-siteMenuList_link"><span>ZDNET Recommends</span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="innovation-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" class="c-sitePrimaryMenu_text"><span>Innovation</span></a></span> <!----> <div id="innovation-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" class="c-siteMenuList_link"><span>See all Innovation</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ai-robotics/" rel="follow" class="c-siteMenuList_link"><span>AI &amp; Robotics</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/autonomous-vehicles/" rel="follow" class="c-siteMenuList_link"><span>Autonomous Vehicles</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/computing/" rel="follow" class="c-siteMenuList_link"><span>Computing</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/electric-vehicles/" rel="follow" class="c-siteMenuList_link"><span>Electric Vehicles</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/makers/" rel="follow" class="c-siteMenuList_link"><span>Makers</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/metaverse/" rel="follow" class="c-siteMenuList_link"><span>Metaverse</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/open-source/" rel="follow" class="c-siteMenuList_link"><span>Open Source</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/productivity/" rel="follow" class="c-siteMenuList_link"><span>Productivity</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/quantum-computing/" rel="follow" class="c-siteMenuList_link"><span>Quantum Computing</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smartphones/" rel="follow" class="c-siteMenuList_link"><span>Smartphones</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/social-media/" rel="follow" class="c-siteMenuList_link"><span>Social Media</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/services-software/" rel="follow" class="c-siteMenuList_link"><span>Services &amp; Software</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/space/" rel="follow" class="c-siteMenuList_link"><span>Space</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/wearables/" rel="follow" class="c-siteMenuList_link"><span>Wearables</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/5g-arrives-understanding-what-it-means-for-you/" rel="follow" class="c-siteMenuList_link"><span>5G arrives: Understanding what it means for you</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/tech-skills-upgrade-your-job/" rel="follow" class="c-siteMenuList_link"><span>Tech skills: Upgrade your job</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/accelerate-your-tech-game/" rel="follow" class="c-siteMenuList_link"><span>Accelerate your tech game <small>Paid Content</small></span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="home-and-office-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/home-and-office/" rel="follow" class="c-sitePrimaryMenu_text"><span>Home &amp; Office</span></a></span> <!----> <div id="home-and-office-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column c-siteMenuList_column-size-small"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/home-and-office/" rel="follow" class="c-siteMenuList_link"><span>See all Home &amp;<br>Office</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/energy/" rel="follow" class="c-siteMenuList_link"><span>Energy</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/home-entertainment/" rel="follow" class="c-siteMenuList_link"><span>Home Entertainment</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/kitchen-household/" rel="follow" class="c-siteMenuList_link"><span>Kitchen &amp; Household</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/networking/" rel="follow" class="c-siteMenuList_link"><span>Networking</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smart-home/" rel="follow" class="c-siteMenuList_link"><span>Smart Home</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smart-office/" rel="follow" class="c-siteMenuList_link"><span>Smart Office</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/sustainability/" rel="follow" class="c-siteMenuList_link"><span>Sustainability</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/yard-outdoors/" rel="follow" class="c-siteMenuList_link"><span>Yard &amp; Outdoors</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/the-new-rules-of-work/" rel="follow" class="c-siteMenuList_link"><span>The New Rules of Work</span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="business-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/business/" rel="follow" class="c-sitePrimaryMenu_text"><span>Business</span></a></span> <!----> <div id="business-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/business/" rel="follow" class="c-siteMenuList_link"><span>See all Business</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/amazon/" rel="follow" class="c-siteMenuList_link"><span>Amazon</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/apple/" rel="follow" class="c-siteMenuList_link"><span>Apple</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cloud/" rel="follow" class="c-siteMenuList_link"><span>Cloud</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/executive/" rel="follow" class="c-siteMenuList_link"><span>CXO</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/data-centers/" rel="follow" class="c-siteMenuList_link"><span>Data Centers</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/developer/" rel="follow" class="c-siteMenuList_link"><span>Developer</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/digital-transformation/" rel="follow" class="c-siteMenuList_link"><span>Digital Transformation</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/e-commerce/" rel="follow" class="c-siteMenuList_link"><span>E Commerce</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/edge-computing/" rel="follow" class="c-siteMenuList_link"><span>Edge Computing</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/enterprise-software/" rel="follow" class="c-siteMenuList_link"><span>Enterprise Software</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/google/" rel="follow" class="c-siteMenuList_link"><span>Google</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/internet-of-things/" rel="follow" class="c-siteMenuList_link"><span>Internet of Things</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/microsoft/" rel="follow" class="c-siteMenuList_link"><span>Microsoft</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smb/" rel="follow" class="c-siteMenuList_link"><span>SMB</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/software-development-emerging-trends-and-changing-roles/" rel="follow" class="c-siteMenuList_link"><span>Software development: Emerging trends and changing roles</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/small-business-tech-essentials/" rel="follow" class="c-siteMenuList_link"><span>Small Business Tech Essentials</span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="finance-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/finance/" rel="follow" class="c-sitePrimaryMenu_text"><span>Finance</span></a></span> <!----> <div id="finance-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column c-siteMenuList_column-size-large"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/finance/" rel="follow" class="c-siteMenuList_link"><span>See all Finance</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/banking/" rel="follow" class="c-siteMenuList_link"><span>Banking</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/blockchain/" rel="follow" class="c-siteMenuList_link"><span>Blockchain</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/credit-cards/" rel="follow" class="c-siteMenuList_link"><span>Credit Cards</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/taxes/" rel="follow" class="c-siteMenuList_link"><span>Taxes</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/the-future-of-money/" rel="follow" class="c-siteMenuList_link"><span>The Future of Money</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/financial-literacy-month/" rel="follow" class="c-siteMenuList_link"><span>Financial Literacy 101</span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="education-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/education/" rel="follow" class="c-sitePrimaryMenu_text"><span>Education</span></a></span> <!----> <div id="education-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column"> <!----></ul><ul class="c-siteMenuList_column"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/education/" rel="follow" class="c-siteMenuList_link"><span>See all Education</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/bootcamps/" rel="follow" class="c-siteMenuList_link"><span>Bootcamps</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/business-management/" rel="follow" class="c-siteMenuList_link"><span>Business &amp; Management</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/computers-tech/" rel="follow" class="c-siteMenuList_link"><span>Computers &amp; Tech</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/mba/" rel="follow" class="c-siteMenuList_link"><span>MBA</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/professional-development/" rel="follow" class="c-siteMenuList_link"><span>Professional Development</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-switch-careers-to-tech/" rel="follow" class="c-siteMenuList_link"><span>How to switch careers to tech</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-stand-out-in-a-job-interview/" rel="follow" class="c-siteMenuList_link"><span>How to stand out in a job interview</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-improve-mental-health-and-resilience-in-the-workplace/" rel="follow" class="c-siteMenuList_link"><span>Mental health in the workplace</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-optimize-your-work-productivity/" rel="follow" class="c-siteMenuList_link"><span>Productivity and time management</span> <!----></a></span></li> <!----></ul></div></div></div><div aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-topic c-sitePrimaryMenu_hasSubNav"><span aria-controls="security-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink"><a href="/web/20230107024744/https://www.zdnet.com/topic/security/" rel="follow" class="c-sitePrimaryMenu_text"><span>Security</span></a></span> <!----> <div id="security-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column"> <!----></ul><ul class="c-siteMenuList_column"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/security/" rel="follow" class="c-siteMenuList_link"><span>See all Security</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/vpn/" rel="follow" class="c-siteMenuList_link"><span>VPN</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cyber-threats/" rel="follow" class="c-siteMenuList_link"><span>Cyber Threats</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/password-manager/" rel="follow" class="c-siteMenuList_link"><span>Password Manager</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ransomware/" rel="follow" class="c-siteMenuList_link"><span>Ransomware</span> <!----></a></span></li> <li class="c-siteMenuList_divider"></li></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/securing-the-cloud/" rel="follow" class="c-siteMenuList_link"><span>Securing the Cloud</span> <!----></a></span></li> <!----></ul></div></div></div></div> <div class="c-siteHeaderNavigation_buttonShelf"><span class="c-siteHeaderNavigation_sloganWrapper"><a href="/web/20230107024744/https://www.zdnet.com/about/" class="c-siteHeaderNavigation_slogan"><span>tomorrow<br> belongs to those who embrace it<br> today</span></a></span> <div class="c-siteHeaderNavigation_item"><div section="Editions" aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-edition c-sitePrimaryMenu_hasSubNav"><button type="button" aria-controls="editions-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink c-sitePrimaryMenu_itemIcon"><!----> <svg aria-label="Editions" class="c-sitePrimaryMenu_globeIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#globe" aria-hidden="false"></use></svg></button> <!----> <div id="editions-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column c-siteMenuList_column-size-large"> <!----></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-small"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-edition-as"><span><div role="button" class="c-siteMenuList_link"> Asia </div></span></li><li class="c-siteMenuList_item c-siteMenuList_item-edition-au"><span><div role="button" class="c-siteMenuList_link"> Australia </div></span></li><li class="c-siteMenuList_item c-siteMenuList_item-edition-eu"><span><div role="button" class="c-siteMenuList_link"> Europe </div></span></li><li class="c-siteMenuList_item c-siteMenuList_item-edition-in"><span><div role="button" class="c-siteMenuList_link"> India </div></span></li><li class="c-siteMenuList_item c-siteMenuList_item-edition-uk"><span><div role="button" class="c-siteMenuList_link"> United Kingdom </div></span></li><li class="c-siteMenuList_item c-siteMenuList_item-edition-us"><span><div role="button" class="c-siteMenuList_link"> United States </div></span></li> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.fr/" rel="follow" class="c-siteMenuList_link"><span>ZDNET France</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.de/" rel="follow" class="c-siteMenuList_link"><span>ZDNET Germany</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.co.kr/" rel="follow" class="c-siteMenuList_link"><span>ZDNET Korea</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="https://web.archive.org/web/20230107024744/https://japan.zdnet.com/" rel="follow" class="c-siteMenuList_link"><span>ZDNET Japan</span> <!----></a></span></li> <!----></ul></div></div></div></div> <div class="c-siteHeaderNavigation_item"><div section="Search" aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu_hasSubNav"><button type="button" aria-controls="search-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink c-sitePrimaryMenu_itemIcon"><!----> <svg aria-label="Search" class="c-sitePrimaryMenu_magIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#mag" aria-hidden="false"></use></svg></button> <!----> <div id="search-menu" class="c-smartSearch c-sitePrimaryMenu_subNav c-sitePrimaryMenu_subNav"><div class="g-grid-container u-grid-columns c-smartSearch-grid"><div class="sm:u-col-hide md:u-col-hide lg:u-col-3"></div> <div class="sm:u-col-2 md:u-col-6 lg:u-col-9"><form class="c-smartSearch_form"><input aria-label="Search" placeholder="What are you looking for?" type="search" autocomplete="off" aria-autocomplete="list" aria-activedescendant="" aria-controls="c-searchSmartSearchResults" name="query" value=""> <button type="submit"><span class="search-go">Go</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></button></form> <div class="c-smartSearch_resultContainer"><div><p class="c-searchTrendingContent-heading c-sectionHeading c-sectionHeading-invert">Most Popular</p> <!----></div> <!----></div></div></div></div></div></div> <!----> <div role="dialog" aria-label="Popup to register or sign in to your ZDNET account" class="c-siteHeaderNavigation_item c-siteHeaderNavigation-login"><div title="Join / Log In" class="c-siteHeaderNavigation_loginButton header-link-tracking-taggy"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#user" aria-hidden="false"></use></svg></div></div> <div class="c-siteHeaderNavigation_item c-siteHeaderNavigation-more"><div section="More" aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu-more c-sitePrimaryMenu_hasSubNav"><button type="button" aria-controls="more-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink c-sitePrimaryMenu_itemIcon"><!----> <svg aria-label="More" class="c-sitePrimaryMenu_menuIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#menu" aria-hidden="false"></use></svg></button> <!----> <div id="more-menu" data-item="navMenu" class="c-sitePrimaryMenu_subNav"><div class="c-siteMenuList g-grid-container u-grid-columns"><div class="lg:u-col-3"></div> <ul class="c-siteMenuList_column c-siteMenuList_column-size-large"> <!----></ul><ul class="c-siteMenuList_column c-siteMenuList_column-size-large"> <!----></ul><ul class="c-siteMenuList_column"><li class="c-siteMenuList_item c-siteMenuList_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/" rel="follow" class="c-siteMenuList_link"><span>See all topics</span> <svg class="c-siteMenuList_linkIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/deals/" rel="follow" class="c-siteMenuList_link"><span>Deals</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/" class="c-siteMenuList_link"><span>News</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/newsletters/" class="c-siteMenuList_link"><span>Newsletters</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/video/" rel="follow" class="c-siteMenuList_link"><span>Videos</span> <!----></a></span></li><li class="c-siteMenuList_item"><span><a href="/web/20230107024744/https://www.zdnet.com/zd-recommends/" rel="follow" class="c-siteMenuList_link"><span>ZDNET Recommends</span> <!----></a></span></li> <!----></ul></div></div></div></div> <div class="c-siteHeaderNavigation_item"><div section="Accordion" aria-haspopup="true" class="c-sitePrimaryMenu header-link-tracking-taggy c-sitePrimaryMenu_accordion c-sitePrimaryMenu_hasSubNav"><button type="button" aria-controls="accordion-menu" class="c-sitePrimaryMenu_item c-sitePrimaryMenu_itemLink c-sitePrimaryMenu_itemIcon"><!----> <svg aria-label="Accordion" class="c-sitePrimaryMenu_menuIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#menu" aria-hidden="false"></use></svg></button> <!----> <div id="accordion-menu" class="c-siteAccordionMenu c-sitePrimaryMenu_subNav"><!----> <div class="c-siteAccordionMenu_content"><div role="button" class="c-siteAccordionMenu_closeButton"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#close" aria-hidden="false"></use></svg></div> <ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Trending</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ces-2023-the-biggest-trends-for-pros/" rel="follow" aria-label="CES 2023: The Biggest Trends for Pros" class="c-siteAccordionMenu_link"><span>CES 2023: The Biggest Trends for Pros</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-iphone/" rel="follow" aria-label="Best iPhone models" class="c-siteAccordionMenu_link"><span>Best iPhone models</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-note-taking-app-for-ipad/" rel="follow" aria-label="Best note-taking apps for iPad" class="c-siteAccordionMenu_link"><span>Best note-taking apps for iPad</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/energy/brightest-flashlight/" rel="follow" aria-label="Brightest flashlights" class="c-siteAccordionMenu_link"><span>Brightest flashlights</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/energy/best-home-battery/" rel="follow" aria-label="Best home battery and backup systems" class="c-siteAccordionMenu_link"><span>Best home battery and backup systems</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-vpn/" rel="follow" aria-label="Best VPN services" class="c-siteAccordionMenu_link"><span>Best VPN services</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-web-hosting/" rel="follow" aria-label="Best web hosting services" class="c-siteAccordionMenu_link"><span>Best web hosting services</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-electric-car/" rel="follow" aria-label="Best electric cars" class="c-siteAccordionMenu_link"><span>Best electric cars</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-samsung-phone/" rel="follow" aria-label="Best Samsung phones" class="c-siteAccordionMenu_link"><span>Best Samsung phones</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/article/best-computer/" rel="follow" aria-label="Best computers" class="c-siteAccordionMenu_link"><span>Best computers</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" aria-label="Innovation" class="c-siteAccordionMenu_link"><span>Innovation</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/the-tech-trends-to-watch-in-2023/" rel="follow" aria-label="The Tech Trends to Watch in 2023" class="c-siteAccordionMenu_link"><span>The Tech Trends to Watch in 2023</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cloud/" rel="follow" aria-label="Cloud" class="c-siteAccordionMenu_link"><span>Cloud</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/windows-11/" rel="follow" aria-label="Windows 11" class="c-siteAccordionMenu_link"><span>Windows 11</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/zdnet-recommends/" rel="follow" aria-label="ZDNET Recommends" class="c-siteAccordionMenu_link"><span>ZDNET Recommends</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Innovation</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" aria-label="See all Innovation" class="c-siteAccordionMenu_link"><span>See all Innovation</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ai-robotics/" rel="follow" aria-label="AI &amp; Robotics" class="c-siteAccordionMenu_link"><span>AI &amp; Robotics</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/autonomous-vehicles/" rel="follow" aria-label="Autonomous Vehicles" class="c-siteAccordionMenu_link"><span>Autonomous Vehicles</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/computing/" rel="follow" aria-label="Computing" class="c-siteAccordionMenu_link"><span>Computing</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/electric-vehicles/" rel="follow" aria-label="Electric Vehicles" class="c-siteAccordionMenu_link"><span>Electric Vehicles</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/makers/" rel="follow" aria-label="Makers" class="c-siteAccordionMenu_link"><span>Makers</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/metaverse/" rel="follow" aria-label="Metaverse" class="c-siteAccordionMenu_link"><span>Metaverse</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/open-source/" rel="follow" aria-label="Open Source" class="c-siteAccordionMenu_link"><span>Open Source</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/productivity/" rel="follow" aria-label="Productivity" class="c-siteAccordionMenu_link"><span>Productivity</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/quantum-computing/" rel="follow" aria-label="Quantum Computing" class="c-siteAccordionMenu_link"><span>Quantum Computing</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smartphones/" rel="follow" aria-label="Smartphones" class="c-siteAccordionMenu_link"><span>Smartphones</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/social-media/" rel="follow" aria-label="Social Media" class="c-siteAccordionMenu_link"><span>Social Media</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/services-software/" rel="follow" aria-label="Services &amp; Software" class="c-siteAccordionMenu_link"><span>Services &amp; Software</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/space/" rel="follow" aria-label="Space" class="c-siteAccordionMenu_link"><span>Space</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/wearables/" rel="follow" aria-label="Wearables" class="c-siteAccordionMenu_link"><span>Wearables</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/5g-arrives-understanding-what-it-means-for-you/" rel="follow" aria-label="5G arrives: Understanding what it means for you" class="c-siteAccordionMenu_link"><span>5G arrives: Understanding what it means for you</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/tech-skills-upgrade-your-job/" rel="follow" aria-label="Tech skills: Upgrade your job" class="c-siteAccordionMenu_link"><span>Tech skills: Upgrade your job</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/accelerate-your-tech-game/" rel="follow" aria-label="Accelerate your tech game <small>Paid Content</small>" class="c-siteAccordionMenu_link"><span>Accelerate your tech game <small>Paid Content</small></span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Home &amp; Office</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div></div><div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/home-and-office/" rel="follow" aria-label="See all Home &amp;<br>Office" class="c-siteAccordionMenu_link"><span>See all Home &amp; Office</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/energy/" rel="follow" aria-label="Energy" class="c-siteAccordionMenu_link"><span>Energy</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/home-entertainment/" rel="follow" aria-label="Home Entertainment" class="c-siteAccordionMenu_link"><span>Home Entertainment</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/kitchen-household/" rel="follow" aria-label="Kitchen &amp; Household" class="c-siteAccordionMenu_link"><span>Kitchen &amp; Household</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/networking/" rel="follow" aria-label="Networking" class="c-siteAccordionMenu_link"><span>Networking</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smart-home/" rel="follow" aria-label="Smart Home" class="c-siteAccordionMenu_link"><span>Smart Home</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smart-office/" rel="follow" aria-label="Smart Office" class="c-siteAccordionMenu_link"><span>Smart Office</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/sustainability/" rel="follow" aria-label="Sustainability" class="c-siteAccordionMenu_link"><span>Sustainability</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/yard-outdoors/" rel="follow" aria-label="Yard &amp; Outdoors" class="c-siteAccordionMenu_link"><span>Yard &amp; Outdoors</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/the-new-rules-of-work/" rel="follow" aria-label="The New Rules of Work" class="c-siteAccordionMenu_link"><span>The New Rules of Work</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Business</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/business/" rel="follow" aria-label="See all Business" class="c-siteAccordionMenu_link"><span>See all Business</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/amazon/" rel="follow" aria-label="Amazon" class="c-siteAccordionMenu_link"><span>Amazon</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/apple/" rel="follow" aria-label="Apple" class="c-siteAccordionMenu_link"><span>Apple</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cloud/" rel="follow" aria-label="Cloud" class="c-siteAccordionMenu_link"><span>Cloud</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/executive/" rel="follow" aria-label="CXO" class="c-siteAccordionMenu_link"><span>CXO</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/data-centers/" rel="follow" aria-label="Data Centers" class="c-siteAccordionMenu_link"><span>Data Centers</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/developer/" rel="follow" aria-label="Developer" class="c-siteAccordionMenu_link"><span>Developer</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/digital-transformation/" rel="follow" aria-label="Digital Transformation" class="c-siteAccordionMenu_link"><span>Digital Transformation</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/e-commerce/" rel="follow" aria-label="E Commerce" class="c-siteAccordionMenu_link"><span>E Commerce</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/edge-computing/" rel="follow" aria-label="Edge Computing" class="c-siteAccordionMenu_link"><span>Edge Computing</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/enterprise-software/" rel="follow" aria-label="Enterprise Software" class="c-siteAccordionMenu_link"><span>Enterprise Software</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/google/" rel="follow" aria-label="Google" class="c-siteAccordionMenu_link"><span>Google</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/internet-of-things/" rel="follow" aria-label="Internet of Things" class="c-siteAccordionMenu_link"><span>Internet of Things</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/microsoft/" rel="follow" aria-label="Microsoft" class="c-siteAccordionMenu_link"><span>Microsoft</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/smb/" rel="follow" aria-label="SMB" class="c-siteAccordionMenu_link"><span>SMB</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/software-development-emerging-trends-and-changing-roles/" rel="follow" aria-label="Software development: Emerging trends and changing roles" class="c-siteAccordionMenu_link"><span>Software development: Emerging trends and changing roles</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/small-business-tech-essentials/" rel="follow" aria-label="Small Business Tech Essentials" class="c-siteAccordionMenu_link"><span>Small Business Tech Essentials</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Finance</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div></div><div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/finance/" rel="follow" aria-label="See all Finance" class="c-siteAccordionMenu_link"><span>See all Finance</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/banking/" rel="follow" aria-label="Banking" class="c-siteAccordionMenu_link"><span>Banking</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/blockchain/" rel="follow" aria-label="Blockchain" class="c-siteAccordionMenu_link"><span>Blockchain</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/credit-cards/" rel="follow" aria-label="Credit Cards" class="c-siteAccordionMenu_link"><span>Credit Cards</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/taxes/" rel="follow" aria-label="Taxes" class="c-siteAccordionMenu_link"><span>Taxes</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/the-future-of-money/" rel="follow" aria-label="The Future of Money" class="c-siteAccordionMenu_link"><span>The Future of Money</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/financial-literacy-month/" rel="follow" aria-label="Financial Literacy 101" class="c-siteAccordionMenu_link"><span>Financial Literacy 101</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Education</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div></div><div></div><div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/education/" rel="follow" aria-label="See all Education" class="c-siteAccordionMenu_link"><span>See all Education</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/bootcamps/" rel="follow" aria-label="Bootcamps" class="c-siteAccordionMenu_link"><span>Bootcamps</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/business-management/" rel="follow" aria-label="Business &amp; Management" class="c-siteAccordionMenu_link"><span>Business &amp; Management</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/computers-tech/" rel="follow" aria-label="Computers &amp; Tech" class="c-siteAccordionMenu_link"><span>Computers &amp; Tech</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/mba/" rel="follow" aria-label="MBA" class="c-siteAccordionMenu_link"><span>MBA</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/professional-development/" rel="follow" aria-label="Professional Development" class="c-siteAccordionMenu_link"><span>Professional Development</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-switch-careers-to-tech/" rel="follow" aria-label="How to switch careers to tech" class="c-siteAccordionMenu_link"><span>How to switch careers to tech</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-stand-out-in-a-job-interview/" rel="follow" aria-label="How to stand out in a job interview" class="c-siteAccordionMenu_link"><span>How to stand out in a job interview</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-improve-mental-health-and-resilience-in-the-workplace/" rel="follow" aria-label="Mental health in the workplace" class="c-siteAccordionMenu_link"><span>Mental health in the workplace</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/how-to-optimize-your-work-productivity/" rel="follow" aria-label="Productivity and time management" class="c-siteAccordionMenu_link"><span>Productivity and time management</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>Security</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div></div><div></div><div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/security/" rel="follow" aria-label="See all Security" class="c-siteAccordionMenu_link"><span>See all Security</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/vpn/" rel="follow" aria-label="VPN" class="c-siteAccordionMenu_link"><span>VPN</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/cyber-threats/" rel="follow" aria-label="Cyber Threats" class="c-siteAccordionMenu_link"><span>Cyber Threats</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/password-manager/" rel="follow" aria-label="Password Manager" class="c-siteAccordionMenu_link"><span>Password Manager</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/ransomware/" rel="follow" aria-label="Ransomware" class="c-siteAccordionMenu_link"><span>Ransomware</span> <!----></a></span></li></div><div><li class="c-siteAccordionMenu_item"><span><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/topic/securing-the-cloud/" rel="follow" aria-label="Securing the Cloud" class="c-siteAccordionMenu_link"><span>Securing the Cloud</span> <!----></a></span></li></div></ul><ul class="c-siteAccordionMenu_section header-link-tracking-taggy"><li class="c-siteAccordionMenu_sectionToggle"><span>More</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></li> <div></div><div></div><div><li class="c-siteAccordionMenu_item c-siteAccordionMenu_item-primary"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/" rel="follow" aria-label="See all topics" class="c-siteAccordionMenu_link"><span>See all topics</span> <svg class="c-siteAccordionMenu_itemArrowIcon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-thin" aria-hidden="false"></use></svg></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/topic/deals/" rel="follow" aria-label="Deals" class="c-siteAccordionMenu_link"><span>Deals</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/" aria-label="News" class="c-siteAccordionMenu_link"><span>News</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/newsletters/" aria-label="Newsletters" class="c-siteAccordionMenu_link"><span>Newsletters</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/video/" rel="follow" aria-label="Videos" class="c-siteAccordionMenu_link"><span>Videos</span> <!----></a></span></li><li class="c-siteAccordionMenu_item"><span><a href="/web/20230107024744/https://www.zdnet.com/zd-recommends/" rel="follow" aria-label="ZDNET Recommends" class="c-siteAccordionMenu_link"><span>ZDNET Recommends</span> <!----></a></span></li></div></ul></div></div></div></div></div></div></nav></div></header> <div class="c-seamlessListing" data-v-42d55d5c=""><div class="c-scrollPercent"><div class="c-pageArticleSingle g-grid-container c-pageArticleSingle-toc" data-v-42d55d5c=""><div class="u-grid-columns c-pageArticleSingle_grid c-pageArticleSingle_topContent"><div class="sm:u-col-2 md:u-col-6 lg:u-col-3"><span class="c-pageArticleSingle_topicHeading c-sectionHeading c-sectionHeading-large">Innovation</span></div> <div class="sm:u-col-2 md:u-col-6 lg:u-col-9"><!----> <!----> <!----> <div class="c-contentHeader"><div class="c-globalDisclosure g-outer-spacing-bottom-medium g-outer-spacing-bottom-medium"><!----> <span class="c-globalDisclosure_title g-text-xxsmall"> Why you can trust ZDNET </span><span class="c-globalDisclosure_colon">:</span> <span class="c-globalDisclosure_message g-text-xxsmall"><span class="c-globalDisclosure_messageText">ZDNET independently tests and researches products to bring you our best recommendations and advice. When you buy through our links, we may earn a commission.</span> <a on="tap:ourProcess.show">Our process</a> <!----> <!----></span> <div class="c-globalModal c-globalDisclosure_modal g-color-primary"><div class="c-globalModal_backdrop"></div> <div class="c-globalModal_contentWrapper"><div class="c-globalModal_content"><div role="button" class="c-globalModal_close"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#close"></use></svg></div> <p class="c-globalDisclosure_modal-header g-text-medium-bold">'ZDNET Recommends': What exactly does it mean?</p> <div class="c-globalDisclosure_copy"><p>ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.</p><p>When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.</p><p>ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via <a href="https://web.archive.org/web/20230107024744/https://zdnet.zendesk.com/hc/en-us/requests/new">this form</a>.</p></div> <a class="c-globalDisclosure_modal-close c-button-secondary-medium g-inner-spacing-left-medium g-inner-spacing-right-medium">Close</a></div></div></div> <!----></div> <div class="c-contentBreadcrumb g-text-xxsmall g-outer-spacing-bottom-medium"><span class="c-contentBreadcrumb_item"><a href="/web/20230107024744/https://www.zdnet.com/" class="c-contentBreadcrumb_link nuxt-link-active"> Home </a></span><span class="c-contentBreadcrumb_item"><a href="/web/20230107024744/https://www.zdnet.com/topic/innovation/" rel="follow" class="c-contentBreadcrumb_link"> Innovation </a></span><span class="c-contentBreadcrumb_item"><a href="/web/20230107024744/https://www.zdnet.com/topic/computing/" rel="follow" class="c-contentBreadcrumb_link"> Computing </a></span><span class="c-contentBreadcrumb_item"><a href="/web/20230107024744/https://www.zdnet.com/topic/photo-video/" rel="follow" class="c-contentBreadcrumb_link"> Photo &amp; Video </a></span></div> <!----> <h1 class="c-contentHeader_headline g-outer-spacing-top-medium g-outer-spacing-bottom-medium"> What is the best vlogging camera, and do you need a flip screen? </h1> <div class="c-contentHeader_description g-outer-spacing-top-medium g-outer-spacing-bottom-medium"> Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle. </div> <div class="c-globalAuthor"><div on="tap:author-modal-jslate.show" role="dialog" aria-label="Popup with information about the author" tabindex="0" class="c-globalAuthor_image"><div><picture class="c-cmsImage c-cmsImage_loaded" style="aspect-ratio:192/192;"> <img src="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/1b9646001d7e3c01f58ac171fd97ea31675b9e14/2022/08/05/b7a509a4-0ecd-4a06-a080-a87a2469e00e/josh-slate.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=192&amp;width=192" alt="josh-slate" width="192" height="192" fetchpriority="low"></picture></div></div> <!----> <div class="c-globalAuthor_meta"><div class="c-globalAuthor_metaContentWrap"><span class="c-globalAuthor_metaItem"><span>Written by</span></span> <a on="tap:author-modal-jslate.show" href="/web/20230107024744/https://www.zdnet.com/meet-the-team/josh-slate/" class="c-globalAuthor_metaItem"><span class="c-globalAuthor_link"> Josh Slate, <span class="c-globalAuthor_title">Contributor</span></span></a><!----> <!----> <!----> <span class="c-globalAuthor_metaItem"> on <time class="c-globalAuthor_time">Jan. 5, 2023</time></span> <div class="c-globalAuthor_editor"> Reviewed by <a href="/web/20230107024744/https://www.zdnet.com/meet-the-team/emery-wright/" class="c-globalAuthor_metaItem"><span class="c-globalAuthor_link"> Emery Wright </span> <!----> <!----></a></div> <!----></div></div> <div class="c-globalModal c-globalAuthor_modal"><div class="c-globalModal_backdrop"></div> <div class="c-globalModal_contentWrapper"><div class="c-globalModal_content"><div role="button" class="c-globalModal_close"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#close"></use></svg></div> <!----></div></div></div></div> <div class="c-socialSharebar g-outer-spacing-right-small g-outer-spacing-bottom-medium g-outer-spacing-top-medium"><!----> <ul class="c-socialSharebar_container"><li class="c-socialSharebar_button c-socialSharebar_button-comments"><div><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#comment-bubble"></use></svg></div></li><li class="c-socialSharebar_button c-socialSharebar_button-linkedin"><div><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#linkedin"></use></svg></div></li><li class="c-socialSharebar_button c-socialSharebar_button-flipboard"><div><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#flipboard"></use></svg></div></li><li class="c-socialSharebar_button c-socialSharebar_button-facebook"><div><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#facebook"></use></svg></div></li><li class="c-socialSharebar_button c-socialSharebar_button-twitter"><div><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#twitter"></use></svg></div></li></ul> <!----> <!----></div></div> <div class="c-shortcodeListiclePrecap g-outer-spacing-bottom-small"><div><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B09BBLH4SG/ref=asc_df_B09BBLH4SG1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B09BBLH4SG&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListiclePrecapItem"><div class="c-shortcodeListiclePrecapItem_container u-flexbox u-flexbox-justifyBetween u-flexbox-alignCenter"><figure><!----> <div class="c-shortcodeListiclePrecapItem_image"><picture class="c-cmsImage c-cmsImage_loaded" style="aspect-ratio:96/96;"><source media="(max-width: 767px)" srcset="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/2602cc8f803423d372eaa45d6fb921d7ae81c831/2022/08/10/3d4f5b74-0eb5-4f65-881a-d452995c5bc1/1296x729-35.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=84&amp;width=84" alt="1296x729-35"><source media="(max-width: 1023px)" srcset="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/bc5851be0fd95651b5ac0c302d11d07aed0c88d4/2022/08/10/3d4f5b74-0eb5-4f65-881a-d452995c5bc1/1296x729-35.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=96&amp;width=96" alt="1296x729-35"> <img src="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/bc5851be0fd95651b5ac0c302d11d07aed0c88d4/2022/08/10/3d4f5b74-0eb5-4f65-881a-d452995c5bc1/1296x729-35.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=96&amp;width=96" alt="1296x729-35" width="96" height="96" fetchpriority="low"></picture></div></figure> <div class="c-shortcodeListiclePrecapItem_details u-flex-grow"><div class="g-text-xxsmall-bold">Sony Alpha ZV-E10</div> <div class="g-text-xxsmall">Best vlogging camera overall</div></div> <div class="c-shortcodeListiclePrecapItem_button c-button-primary-medium g-text-bold"><span class="c-shortcodeListiclePrecapItem_button-mobile">View now</span> <span class="c-shortcodeListiclePrecapItem_button-desktop">View at Amazon</span> <!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08J7FL57P/ref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&amp;creative=395261&amp;creativeASIN=B08J7FL57P&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListiclePrecapItem"><div class="c-shortcodeListiclePrecapItem_container u-flexbox u-flexbox-justifyBetween u-flexbox-alignCenter"><figure><!----> <div class="c-shortcodeListiclePrecapItem_image"><picture class="c-cmsImage c-cmsImage_loaded" style="aspect-ratio:96/96;"><source media="(max-width: 767px)" srcset="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/92f1982805a3692c0333047fb70eb8454c5dcfdb/2022/09/30/73824534-341e-494b-99c2-c7fff9fab775/dji-pocket-2.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=84&amp;width=84" alt="dji-pocket-2"><source media="(max-width: 1023px)" srcset="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/f2ce34edebf1c545ba94c250e4b38e51fff0dc02/2022/09/30/73824534-341e-494b-99c2-c7fff9fab775/dji-pocket-2.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=96&amp;width=96" alt="dji-pocket-2"> <img src="https://web.archive.org/web/20230107024744im_/https://www.zdnet.com/a/img/resize/f2ce34edebf1c545ba94c250e4b38e51fff0dc02/2022/09/30/73824534-341e-494b-99c2-c7fff9fab775/dji-pocket-2.jpg?auto=webp&amp;fit=crop&amp;frame=1&amp;height=96&amp;width=96" alt="dji-pocket-2" width="96" height="96" fetchpriority="low"></picture></div></figure> <div class="c-shortcodeListiclePrecapItem_details u-flex-grow"><div class="g-text-xxsmall-bold">DJI Pocket 2</div> <div class="g-text-xxsmall">Best value vlogging camera</div></div> <div class="c-shortcodeListiclePrecapItem_button c-button-primary-medium g-text-bold"><span class="c-shortcodeListiclePrecapItem_button-mobile">View now</span> <span class="c-shortcodeListiclePrecapItem_button-desktop">View at Amazon</span> <!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://goto.walmart.com/c/159047/568844/9383?veh=aff&amp;sourceid=imp_000011112222333344&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&amp;subId1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListiclePrecapItem"><div class="c-shortcodeListiclePrecapItem_container u-flexbox u-flexbox-justifyBetween u-flexbox-alignCenter"><figure><!----> <div class="c-shortcodeListiclePrecapItem_image"><picture class="c-cmsImage" style="aspect-ratio:96/96;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="1296x729-1" width="96" height="96" fetchpriority="low"></picture></div></figure> <div class="c-shortcodeListiclePrecapItem_details u-flex-grow"><div class="g-text-xxsmall-bold">GoPro Hero10 Black</div> <div class="g-text-xxsmall">Best vlogging camera for video frame rate</div></div> <div class="c-shortcodeListiclePrecapItem_button c-button-primary-medium g-text-bold"><span class="c-shortcodeListiclePrecapItem_button-mobile">View now</span> <span class="c-shortcodeListiclePrecapItem_button-desktop">View at Walmart</span> <!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6359935%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6359935.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListiclePrecapItem"><div class="c-shortcodeListiclePrecapItem_container u-flexbox u-flexbox-justifyBetween u-flexbox-alignCenter"><figure><!----> <div class="c-shortcodeListiclePrecapItem_image"><picture class="c-cmsImage" style="aspect-ratio:96/96;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Canon PowerShot G7 X MIII review | Best vlogging camera" width="96" height="96" fetchpriority="low"></picture></div></figure> <div class="c-shortcodeListiclePrecapItem_details u-flex-grow"><div class="g-text-xxsmall-bold">Canon PowerShot G7 X MIII</div> <div class="g-text-xxsmall">Best vlogging camera for Canon users</div></div> <div class="c-shortcodeListiclePrecapItem_button c-button-primary-medium g-text-bold"><span class="c-shortcodeListiclePrecapItem_button-mobile">View now</span> <span class="c-shortcodeListiclePrecapItem_button-desktop">View at Best Buy</span> <!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08965JV8D/ref=asc_df_B08965JV8D1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B08965JV8D&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListiclePrecapItem"><div class="c-shortcodeListiclePrecapItem_container u-flexbox u-flexbox-justifyBetween u-flexbox-alignCenter"><figure><!----> <div class="c-shortcodeListiclePrecapItem_image"><picture class="c-cmsImage" style="aspect-ratio:96/96;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Sony ZV-1 review | Best vlogging camera" width="96" height="96" fetchpriority="low"></picture></div></figure> <div class="c-shortcodeListiclePrecapItem_details u-flex-grow"><div class="g-text-xxsmall-bold">Sony ZV-1</div> <div class="g-text-xxsmall">Best vlogging camera for versatility</div></div> <div class="c-shortcodeListiclePrecapItem_button c-button-primary-medium g-text-bold"><span class="c-shortcodeListiclePrecapItem_button-mobile">View now</span> <span class="c-shortcodeListiclePrecapItem_button-desktop">View at Amazon</span> <!----></div></div></a></div> <!----> <!----></div> <!----></div></div> <div class="u-grid-columns c-pageArticleSingle_grid g-outer-spacing-bottom-large"><div class="c-pageArticleSingle_leftRail sm:u-col-2 md:u-col-6 lg:u-col-3"><!----> <!----></div> <div id="article-d582c94f-6422-48f0-a40b-fa366086f9ba" class="c-pageArticleSingle_body sm:u-col-2 md:u-col-6 lg:u-col-6"><!----> <!----> <!----> <div class="c-articleContent"><div class="c-ShortcodeContent"><p>Today many people catalog their daily life through video or vlogs rather than blogs and journals. But picking up a camera and sharing your day on the internet can be a pain in the arm if you use a bulky, heavy camera. The best vlogging camera should be small and weigh less than one pound.</p><p>We found the best vlogging cameras, but don't let the small size confuse you. These units are powerful and can capture amazing videos. In fact, all of the cameras included in this list have more than 20 megapixels (MP) and impressive stabilization and digital zoom capabilities.&nbsp;</p><div class="g-outer-spacing-bottom-large"><!----></div><p><strong>Also:</strong></p><ul><li><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-camera/#:~:text=The%20best%20camera%20is%20the,quality%2C%20features%2C%20and%20more." rel="follow">The best cameras</a></li><li><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-webcam/" rel="follow">The best webcams</a></li><li><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/home-and-office/best-camera-for-beginners/" rel="follow">The best cameras for beginners</a></li><li><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/article/best-camera-accessories/" rel="follow">The best camera accessories</a></li></ul><div id="1382b9e0-9c54-40d9-8ac3-1d945b686516" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium g-border-thin-dark-top"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B09BBLH4SG/ref=asc_df_B09BBLH4SG1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B09BBLH4SG&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_headerLink"><h2 class="c-shortcodeListicle_hed">Sony Alpha ZV-E10</h2> <h3>Best vlogging camera overall</h3></a> <!----></div> <div class="c-shortcodeListicle_image"><figure><div><picture class="c-cmsImage" style="aspect-ratio:640/360;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="1296x729-35" width="640" height="360" fetchpriority="low"></picture></div> <!----> <figcaption class="g-outer-spacing-top-xsmall"><span class="g-color-text-meta g-text-xxsmall">B&amp;H Photo and Video</span></figcaption></figure></div></div> <div class="c-shortcodeListicle_content"><!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-spacing c-listicleDrawer-prosCons"><div id="header-Pros-&amp;-Cons1" tabindex="0" role="button" aria-expanded="true" aria-controls="content-Pros-&amp;-Cons1" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>Pros &amp; Cons</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-Pros-&amp;-Cons1" role="region" aria-labelledby="header-Pros-&amp;-Cons1" class="c-listicleDrawer_content"><div class="c-prosCons c-prosCons g-text-small c-prosCons-vertical"><div class="c-prosCons_list c-prosCons_list-pros c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Pros</strong> <ul class="c-prosCons_listElement"><li><span> Interchangeable lens </span></li><li><span> High-megapixel camera </span></li><li><span> Has a 3-inch LCD touch screen</span></li></ul></div> <div class="c-prosCons_list c-prosCons_list-cons c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Cons</strong> <ul class="c-prosCons_listElement"><li><span> One of the most expensive of this type</span></li></ul></div></div></div></div> <!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-details"><div id="header-More-Details1" tabindex="0" role="button" aria-expanded="true" aria-controls="content-More-Details1" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>More Details</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-More-Details1" role="region" aria-labelledby="header-More-Details1" class="c-listicleDrawer_content"><div class="g-inner-spacing-top-medium"><div class="c-ShortcodeContent"><p><strong>Specs:&nbsp;</strong><strong>Megapixels:</strong> 24.2 MP |&nbsp;<strong>Body weight:</strong> .8 pounds |&nbsp;<strong>Digital zoom:</strong> Depends on lens |&nbsp;<strong>Video resolution:</strong> 4k |&nbsp;<strong>Frames per second:</strong> Up to 120 fps</p><p>When it comes to cameras, Sony has officially surpassed Canon and Nikon as the top camera brand and it couldn't be more evident with this camera. With 4k video capabilities and the ability to capture 120 fps, your videos will be incredibly clear and have impressive quality even when put in slow motion.</p><p>Personally, I didn't know cameras of this size and type could be mirrorless and have the ability to have interchangeable lenses. This camera can be purchased with an assortment of lenses, but it is most commonly used with the 16-50mm lens.</p><p>At $800 when purchased with the lens included, this camera is on the more expensive side of the vlogging camera industry. Even so, this camera is a top-of-the-line device and if you want the best experience to kick off your vlogs, this is the one for you.</p></div></div></div></div> <!----> <!----></div> <!----> <div class="c-shortcodeListicle_buttonContainer g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeListicle_buttons c-shortcodeListicle_buttons-collapsed"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B09BBLH4SG/ref=asc_df_B09BBLH4SG1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B09BBLH4SG&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Amazon</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6473808%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6473808.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Best Buy</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://rd.bizrate.com/rd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc1CZT%2Fp_158ZVE10LB%2FSony-Alpha-ZV-E10-Vlog-Camera-Kit-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=&amp;oid=17079712294&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=825e717c23320e32&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Crutchfield</span><!----></a> <!----></div> <div class="c-shortcodeListicle_expandAll g-inner-spacing-bottom-small collapsed"><span>more buying choices</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div></div></div><div class="g-outer-spacing-bottom-large"><!----></div><div id="62cac0be-d844-41a8-add0-2448301ac834" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium g-border-thin-dark-top"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08J7FL57P/ref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&amp;creative=395261&amp;creativeASIN=B08J7FL57P&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_headerLink"><h2 class="c-shortcodeListicle_hed">DJI Pocket 2</h2> <h3>Best value vlogging camera</h3></a> <!----></div> <div class="c-shortcodeListicle_image"><figure><div><picture class="c-cmsImage" style="aspect-ratio:640/360;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="dji-pocket-2" width="640" height="360" fetchpriority="low"></picture></div> <!----> <figcaption class="g-outer-spacing-top-xsmall"><span class="g-color-text-meta g-text-xxsmall">Best Buy</span></figcaption></figure></div></div> <div class="c-shortcodeListicle_content"><!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-spacing c-listicleDrawer-prosCons"><div id="header-Pros-&amp;-Cons2" tabindex="0" role="button" aria-expanded="true" aria-controls="content-Pros-&amp;-Cons2" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>Pros &amp; Cons</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-Pros-&amp;-Cons2" role="region" aria-labelledby="header-Pros-&amp;-Cons2" class="c-listicleDrawer_content"><div class="c-prosCons c-prosCons g-text-small c-prosCons-vertical"><div class="c-prosCons_list c-prosCons_list-pros c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Pros</strong> <ul class="c-prosCons_listElement"><li><span> Gimbal creates smooth movement </span></li><li><span> Lightweight </span></li><li><span> impressive battery</span></li></ul></div> <div class="c-prosCons_list c-prosCons_list-cons c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Cons</strong> <ul class="c-prosCons_listElement"><li><span> Audio quality lacks</span></li></ul></div></div></div></div> <!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-details"><div id="header-More-Details2" tabindex="0" role="button" aria-expanded="true" aria-controls="content-More-Details2" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>More Details</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-More-Details2" role="region" aria-labelledby="header-More-Details2" class="c-listicleDrawer_content"><div class="g-inner-spacing-top-medium"><div class="c-ShortcodeContent"><p><strong>Specs:&nbsp;</strong><strong>Megapixels:</strong>&nbsp;64 MP |&nbsp;<strong>Body weight:</strong>&nbsp;.26 pounds |&nbsp;<strong>Digital zoom: </strong>8x |&nbsp;<strong>Video resolution:</strong>&nbsp;4K |&nbsp;<strong>Frames per second:</strong>&nbsp;Up to 60 fps</p><p>When I first got my hands on one of these DJI Pocket cameras, I was shocked how this small camera could capture better content than my iPhone 13. It's been on my Amazon wishlist ever since, and it weighs just over a quarter of a pound for easy portability.</p><p>This camera can capture high movement videos with excellent smoothness with its 3-axis gimbal. Along with the smooth continuity, your subject will be kept in the shot with ActiveTrack 3.0 technology.&nbsp;</p><p>Despite its small size, the DJI Pocket 2 can take up to 8x zoom photos on its 64MP camera. But this camera doesn't need you to zoom in to get the best shots. The combination of the upgraded 1/1.7-inch sensor and the 20mm f/1.8 lens creates a wide view to capture panoramic shots, large-group selfies, and amazing timelapses.</p></div></div></div></div> <!----> <!----></div> <!----> <div class="c-shortcodeListicle_buttonContainer g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeListicle_buttons c-shortcodeListicle_buttons-collapsed"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08J7FL57P/ref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&amp;creative=395261&amp;creativeASIN=B08J7FL57P&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Amazon</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://apple.sjv.io/c/159047/473657/7613?prodsku=HPFJ2ZM%2FA&amp;u=https%3A%2F%2Fwww.apple.com%2Fus%2Fshop%2Fgo%2Fproduct%2FHPFJ2&amp;intsrc=CATF_3652&amp;subId1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Apple</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6431048%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6431048.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Best Buy</span><!----></a> <!----></div> <div class="c-shortcodeListicle_expandAll g-inner-spacing-bottom-small collapsed"><span>more buying choices</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div></div></div><div class="g-outer-spacing-bottom-large"><!----></div><div id="ddfc2a70-05c6-4120-922e-7179568adfdd" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium g-border-thin-dark-top"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><a href="https://web.archive.org/web/20230107024744/https://goto.walmart.com/c/159047/568844/9383?veh=aff&amp;sourceid=imp_000011112222333344&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&amp;subId1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_headerLink"><h2 class="c-shortcodeListicle_hed">GoPro Hero10 Black</h2> <h3>Best vlogging camera for video frame rate</h3></a> <!----></div> <div class="c-shortcodeListicle_image"><figure><div><picture class="c-cmsImage" style="aspect-ratio:640/360;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="1296x729-1" width="640" height="360" fetchpriority="low"></picture></div> <!----> <figcaption class="g-outer-spacing-top-xsmall"><span class="g-color-text-meta g-text-xxsmall">GoPro</span></figcaption></figure></div></div> <div class="c-shortcodeListicle_content"><!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-spacing c-listicleDrawer-prosCons"><div id="header-Pros-&amp;-Cons3" tabindex="0" role="button" aria-expanded="true" aria-controls="content-Pros-&amp;-Cons3" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>Pros &amp; Cons</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-Pros-&amp;-Cons3" role="region" aria-labelledby="header-Pros-&amp;-Cons3" class="c-listicleDrawer_content"><div class="c-prosCons c-prosCons g-text-small c-prosCons-vertical"><div class="c-prosCons_list c-prosCons_list-pros c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Pros</strong> <ul class="c-prosCons_listElement"><li><span> 5.3K resolution at 60 fps </span></li><li><span> HyperSmooth 4.0 video stabilization </span></li><li><span> Incredibly durable body</span></li></ul></div> <div class="c-prosCons_list c-prosCons_list-cons c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Cons</strong> <ul class="c-prosCons_listElement"><li><span> Battery life isn't great </span></li><li><span> More expensive without a yearly subscription</span></li></ul></div></div></div></div> <!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-details"><div id="header-More-Details3" tabindex="0" role="button" aria-expanded="true" aria-controls="content-More-Details3" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>More Details</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-More-Details3" role="region" aria-labelledby="header-More-Details3" class="c-listicleDrawer_content"><div class="g-inner-spacing-top-medium"><div class="c-ShortcodeContent"><p><strong>Specs:&nbsp;</strong><strong>Megapixels:</strong>&nbsp;23 MP |&nbsp;<strong>Body weight:</strong>&nbsp;.34 pounds |&nbsp;<strong>Digital zoom: </strong>2x |&nbsp;<strong>Video resolution:</strong>&nbsp;5.3K |&nbsp;<strong>Frames per second:</strong>&nbsp;Up to 240 fps</p><p>GoPros have become a staple in sports photography. With over 30 mounts and accessories, you can attach this camera to virtually anything. Additionally, there isn't an environment where you can't use this camera. With a tough build and waterproof capabilities up to 33 feet.</p><p>Though the camera is primarily for capturing content while in action, using this camera to vlog could be perfect if you film in extreme conditions. At just $400, this camera has the capability to film 5.3K resolution at 60 fps - something no other camera on this list has. On top of the incredible resolution, there are screens on both the front and back of the camera body for creators to make sure their shots are perfect.</p><p><strong>Read the review:&nbsp;</strong><a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/product/gopro-hero10-black/" target="_blank"><strong>GoPro Hero10 Black review</strong></a></p></div></div></div></div> <!----> <!----></div> <!----> <div class="c-shortcodeListicle_buttonContainer g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeListicle_buttons c-shortcodeListicle_buttons-collapsed"><a href="https://web.archive.org/web/20230107024744/https://goto.walmart.com/c/159047/568844/9383?veh=aff&amp;sourceid=imp_000011112222333344&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&amp;subId1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Walmart</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B09QD75B95?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Amazon</span><!----></a> <!----></div> <div class="c-shortcodeListicle_expandAll g-inner-spacing-bottom-small collapsed"><span>more buying choices</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div></div></div><div class="g-outer-spacing-bottom-large"><!----></div><div id="f8aa8994-01a7-4536-8899-dfc09dbffc07" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium g-border-thin-dark-top"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6359935%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6359935.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_headerLink"><h2 class="c-shortcodeListicle_hed">Canon PowerShot G7 X MIII</h2> <h3>Best vlogging camera for Canon users</h3></a> <!----></div> <div class="c-shortcodeListicle_image"><figure><div><picture class="c-cmsImage" style="aspect-ratio:640/360;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Canon PowerShot G7 X MIII review | Best vlogging camera" width="640" height="360" fetchpriority="low"></picture></div> <!----> <figcaption class="g-outer-spacing-top-xsmall"><span class="g-color-text-meta g-text-xxsmall">Amazon</span></figcaption></figure></div></div> <div class="c-shortcodeListicle_content"><!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-spacing c-listicleDrawer-prosCons"><div id="header-Pros-&amp;-Cons4" tabindex="0" role="button" aria-expanded="true" aria-controls="content-Pros-&amp;-Cons4" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>Pros &amp; Cons</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-Pros-&amp;-Cons4" role="region" aria-labelledby="header-Pros-&amp;-Cons4" class="c-listicleDrawer_content"><div class="c-prosCons c-prosCons g-text-small c-prosCons-vertical"><div class="c-prosCons_list c-prosCons_list-pros c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Pros</strong> <ul class="c-prosCons_listElement"><li><span> Fantastic fps in RAW burst mode </span></li><li><span> Lightweight camera </span></li><li><span> 8.3 fps continuous shooting</span></li></ul></div> <div class="c-prosCons_list c-prosCons_list-cons c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Cons</strong> <ul class="c-prosCons_listElement"><li><span> Lower megapixel than some cheaper competitors </span></li><li><span> Image stabilizer reduces image blur</span></li></ul></div></div></div></div> <!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-details"><div id="header-More-Details4" tabindex="0" role="button" aria-expanded="true" aria-controls="content-More-Details4" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>More Details</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-More-Details4" role="region" aria-labelledby="header-More-Details4" class="c-listicleDrawer_content"><div class="g-inner-spacing-top-medium"><div class="c-ShortcodeContent"><p><strong>Specs:&nbsp;</strong><strong>Megapixels:</strong>&nbsp;20.1 MP |&nbsp;<strong>Body weight:</strong>&nbsp;.67 pounds |&nbsp;<strong>Digital zoom:</strong>&nbsp;4.2x |&nbsp;<strong>Video resolution:</strong>&nbsp;4k |&nbsp;<strong>Frames per second:</strong>&nbsp;Up to 120 fps</p><p>The photography industry is very brand loyal. As a Canon user myself, I will continue to buy these products until something incredible makes me swap. Without an interchangeable lens, the listed weight of this camera is actually how much it weighs. Vlogging demands a steady hand, and there's no better way to ensure steadiness than with a lightweight camera. Along with being lightweight, it is also one of the smallest vlogging cameras of this quality.</p><p>This camera has the ability to shoot 4k video at 30 fps, along with the ability to live stream to Youtube directly from your camera. If you want a higher frame rate, you can get 120 fps with 1080p resolution. If you decide you want to use this camera to get photos as well as video, this device can shoot at 30 fps in RAW burst mode.</p></div></div></div></div> <!----> <!----></div> <!----> <div class="c-shortcodeListicle_buttonContainer g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeListicle_buttons c-shortcodeListicle_buttons-collapsed"><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6359935%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6359935.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Best Buy</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://rd.bizrate.com/rd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc183P%2Fp_280G7X3K%2FCanon-PowerShot-G7-X-Mark-III-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=12503936864&amp;oid=10422020158&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=ae4e9ed0ee19d1aa&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Crutchfield</span><!----></a> <!----></div> <div class="c-shortcodeListicle_expandAll g-inner-spacing-bottom-small collapsed"><span>more buying choices</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div></div></div><div class="g-outer-spacing-bottom-large"><!----></div><div id="28bcdbaa-5709-4f9b-8692-254e58c00053" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium g-border-thin-dark-top"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08965JV8D/ref=asc_df_B08965JV8D1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B08965JV8D&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_headerLink"><h2 class="c-shortcodeListicle_hed">Sony ZV-1</h2> <h3>Best vlogging camera for versatility</h3></a> <!----></div> <div class="c-shortcodeListicle_image"><figure><div><picture class="c-cmsImage" style="aspect-ratio:640/360;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Sony ZV-1 review | Best vlogging camera" width="640" height="360" fetchpriority="low"></picture></div> <!----> <!----></figure></div></div> <div class="c-shortcodeListicle_content"><!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-spacing c-listicleDrawer-prosCons"><div id="header-Pros-&amp;-Cons5" tabindex="0" role="button" aria-expanded="true" aria-controls="content-Pros-&amp;-Cons5" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>Pros &amp; Cons</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-Pros-&amp;-Cons5" role="region" aria-labelledby="header-Pros-&amp;-Cons5" class="c-listicleDrawer_content"><div class="c-prosCons c-prosCons g-text-small c-prosCons-vertical"><div class="c-prosCons_list c-prosCons_list-pros c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Pros</strong> <ul class="c-prosCons_listElement"><li><span> 21 fps for continuous shooting </span></li><li><span> 44x digital zoom and 2.7x optical zoom </span></li><li><span> Great autofocus</span></li></ul></div> <div class="c-prosCons_list c-prosCons_list-cons c-listicleDrawer_item"><strong class="c-prosCons_title u-text-lowercase g-outer-spacing-bottom-xsmall u-block">Cons</strong> <ul class="c-prosCons_listElement"><li><span> Poor battery life </span></li><li><span> Subpar stabilization</span></li></ul></div></div></div></div> <!----> <div class="c-listicleDrawer g-text-small c-listicleDrawer-details"><div id="header-More-Details5" tabindex="0" role="button" aria-expanded="true" aria-controls="content-More-Details5" class="c-listicleDrawer_header g-inner-spacing-top-small g-inner-spacing-bottom-small"><span>More Details</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div> <div id="content-More-Details5" role="region" aria-labelledby="header-More-Details5" class="c-listicleDrawer_content"><div class="g-inner-spacing-top-medium"><div class="c-ShortcodeContent"><p><strong>Specs:&nbsp;</strong><strong>Megapixels:</strong>&nbsp;21 MP |&nbsp;<strong>Body weight:</strong>&nbsp;.65 pounds |&nbsp;<strong>Digital zoom:</strong>&nbsp;44x |&nbsp;<strong>Video resolution:</strong>&nbsp;4k |&nbsp;<strong>Frames per second:</strong>&nbsp;Up to 120 fps</p><p>When spending your dollar on a vlogging camera, you should take into account all the other things you can use the camera for. Whether it be landscape photography, sports photography, or videography, versatility is key in the camera industry. With capability to shoot up to 21 fps in continuous shooting, this camera is for more than just video.</p><p>This camera features shutter speeds ranging from 30- 1/32000 and a burst rate of 24 fps to create incredible opportunities to capture moving objects. Like most other cameras on this list, this device features a 3-inch LCD touchscreen that's adjustable so you can see what you're filming.&nbsp;</p></div></div></div></div> <!----> <!----></div> <!----> <div class="c-shortcodeListicle_buttonContainer g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeListicle_buttons c-shortcodeListicle_buttons-collapsed"><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B08965JV8D/ref=asc_df_B08965JV8D1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B08965JV8D&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Amazon</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6415933%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6415933.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Best Buy</span><!----></a><a href="https://web.archive.org/web/20230107024744/https://shop-links.co/link/?url=https%3A%2F%2Fgoto.target.com%2Fc%2F376373%2F1036126%2F2092%3Fprodsku%3D84301471%26u%3Dhttps%253A%252F%252Fwww.target.com%252Fp%252Fsony-zv-1-camera-for-content-creators-and-vloggers%252F-%252FA-84301471%26intsrc%3DCATF_8031&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeListicle_button c-commerceBuyButton c-button-primary-large g-text-bold u-flexbox-justifyCenter u-flexbox-alignCenter"><span>View now at Target</span><!----></a> <!----></div> <div class="c-shortcodeListicle_expandAll g-inner-spacing-bottom-small collapsed"><span>more buying choices</span> <svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#arrow-dropdown" aria-hidden="false"></use></svg></div></div></div><div id="8e068ed3-abb4-472a-a2c2-1ca8604bcf1d" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>What is the best vlogging camera?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>The best vlogging camera is the Sony Alpha ZV-E10 due to its pristine video quality and ability to swap lenses. Though the camera is small in size, the technology engrained in this product is incredible. Like the Canon PowerShot G7 X MIII, this camera is mirrorless and has the capability to use multiple lenses to capture content.</p><p>While yes, it is the best option in our opinion, there are plenty of options out there including GoPro and Canon products. Here's a table to compare the key features and prices of these best vlogging cameras.</p><table><tbody><tr><td><p><strong>Vlogging camera</strong></p></td><td><p><strong>Price</strong></p></td><td><p><strong>Megapixels</strong></p></td><td><p><strong>Body weight</strong></p></td></tr><tr><td><p>Sony Alpha ZV-E10</p></td><td><p>$800</p></td><td><p>24.2 MP</p></td><td><p>.8 pounds</p></td></tr><tr><td><p>DJI Pocket 2</p></td><td><p>$350</p></td><td><p>64 MP</p></td><td><p>.26 pounds</p></td></tr><tr><td><p>GoPro Hero10</p></td><td><p>$400</p></td><td><p>23 MP</p></td><td><p>.34 pounds</p></td></tr><tr><td><p>Canon PowerShot G7 X MIII</p></td><td><p>$750</p></td><td><p>20.1 MP</p></td><td><p>.67 pounds</p></td></tr><tr><td><p>Sony ZV-1</p></td><td><p>$648</p></td><td><p>21 MP</p></td><td><p>.65 pounds</p></td></tr></tbody></table></div></div> <!----> <!----></div> <!----> <!----></div><div id="65474b26-90c2-4eee-bda5-a005bcbe6f10" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>Which is the right vlogging camera for you?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>Each person has a different use for every product out there. Consider this chart before making your purchase to find out which vlogging camera is best for you.</p><table><tbody><tr><td><p><strong>Choose this</strong><strong>&nbsp;vlogging camera</strong><strong>…</strong></p></td><td><p><strong>If you…</strong></p></td></tr><tr><td><p>Sony Alpha ZV-E10</p></td><td><p>Are serious about capturing video and want to create quality content</p></td></tr><tr><td><p>DJI Pocket 2</p></td><td><p>Want incredible camera quality at a fraction of the price and size of a typical camera</p></td></tr><tr><td><p>GoPro Hero10 Black</p></td><td><p>Need a camera that can withstand the element of water, dirt, wind, and snow</p></td></tr><tr><td><p>Canon PowerShot G7 X MIII</p></td><td><p>Are a loyal Canon customer and want to continue with their line of products</p></td></tr><tr><td><p>Sony ZV-1</p></td><td><p>Want to use your camera for more than just video</p></td></tr></tbody></table></div></div> <!----> <!----></div> <!----> <!----></div><div id="023f67f2-1e4e-4603-921c-efe3f9fdd0e9" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>How did we choose these vlogging cameras?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>Size, weight, camera quality, and price. These are just a few of the important details we looked at when selecting which vlogging camera is the best.&nbsp;</p><p>I am fairly new to the "professional" photography realm, only buying my first DSLR just a few weeks ago. But, I've been shooting photography for over three years, so I know what to look for when deciding which camera to purchase.&nbsp;</p><p>While these cameras aren't the DSLRs I'm used to, the technology within these cameras put them as solid alternatives for a casual photographer who wants an easily portable camera.&nbsp;</p></div></div> <!----> <!----></div> <!----> <!----></div><div id="e338db83-da68-4ce6-9398-b4683b088f84" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>What equipment do you need for vlogging?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>To start vlogging, all you need is a camera and an SD card to store your footage. But, if you are serious about this form of content creation, you will likely need a tripod, editing software on your computer, an attachable microphone, as well as more minor accessories along the way.</p></div></div> <!----> <!----></div> <!----> <!----></div><div id="1a69d0be-f6af-4943-ad92-a9fed6d28064" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>What should I look for when buying a vlogging camera?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>Like all cameras, making sure your camera's megapixel count is high is the best starting point. Additionally, you'll want a camera that can handle the lowest aperture and shoot in 4k, or at least 1080p.</p></div></div> <!----> <!----></div> <!----> <!----></div><div id="cdb4d865-c9ed-437a-969c-f41b27684f88" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>Do you need a flip screen for vlogging?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>In short, yes if you want good quality videos. Without a flip screen, you will be unable to see what your camera is pointing at.</p></div></div> <!----> <!----></div> <!----> <!----></div><div id="1555caca-a976-4e78-b5df-4435662a7042" class="c-shortcodeListicle g-outer-spacing-bottom-medium g-inner-spacing-top-medium"><div class="c-shortcodeListicle_header g-outer-spacing-bottom-small sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-shortcodeListicle_headerText"><div><h2>Are there alternative vlogging cameras worth considering?</h2> <!----></div> <!----></div> <!----></div> <div class="c-shortcodeListicle_content"><!----> <!----> <!----> <div><div class="c-ShortcodeContent"><p>The phrase, "a photographer is only as good as his camera," couldn't be more false. While, yes, having an advanced, high-quality camera helps, it ultimately comes down to the person using the camera. While the five vlogging cameras included in this list are the best ones on the market, here are a couple alternatives to consider before making your purchase.</p></div></div> <!----> <!----></div> <!----> <!----></div><div><a href="https://web.archive.org/web/20230107024744/https://www.amazon.com/Panasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR/dp/B071R6JRZZ/?tag=zdnet-buy-button-20" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeCommercePromo g-border-thin-light-top g-border-thin-light-bottom g-inner-spacing-top-medium g-inner-spacing-bottom-medium g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeCommercePromo_image"><picture class="c-cmsImage" style="aspect-ratio:294/172.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Panasonic Lumix DC-ZS70K" width="294" height="172.5" fetchpriority="low"></picture></div> <div class="c-shortcodeCommercePromo_content"><h4 class="g-text-small-bold g-outer-spacing-bottom-small">Panasonic Lumix DC-ZS70K</h4> <div class="c-button-primary-medium c-shortcodeCommercePromo_btn"><span>$400 at Amazon</span><!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B07XYPVFCH/ref=asc_df_B07XYPVFCH1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B07XYPVFCH&amp;linkCode=asn" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeCommercePromo g-border-thin-light-top g-border-thin-light-bottom g-inner-spacing-top-medium g-inner-spacing-bottom-medium g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeCommercePromo_image"><picture class="c-cmsImage" style="aspect-ratio:294/172.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Canon EOS M200 review | Best vlogging camera" width="294" height="172.5" fetchpriority="low"></picture></div> <div class="c-shortcodeCommercePromo_content"><h4 class="g-text-small-bold g-outer-spacing-bottom-small">Canon EOS M200</h4> <div class="c-button-primary-medium c-shortcodeCommercePromo_btn"><span>$549 at Amazon</span><!----></div></div></a></div><div><a href="https://web.archive.org/web/20230107024744/https://assoc-redirect.amazon.com/g/r/https://www.amazon.com/dp/B00T85PPLC?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1" rel="noopener noreferrer nofollow" target="_blank" class="c-shortcodeCommercePromo g-border-thin-light-top g-border-thin-light-bottom g-inner-spacing-top-medium g-inner-spacing-bottom-medium g-outer-spacing-top-xlarge g-outer-spacing-bottom-xlarge"><div class="c-shortcodeCommercePromo_image"><picture class="c-cmsImage" style="aspect-ratio:294/172.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Nikon Coolpix S6900" width="294" height="172.5" fetchpriority="low"></picture></div> <div class="c-shortcodeCommercePromo_content"><h4 class="g-text-small-bold g-outer-spacing-bottom-small">Nikon Coolpix S6900</h4> <div class="c-button-primary-medium c-shortcodeCommercePromo_btn"><span>$153.99 at Amazon</span><!----></div></div></a></div><div id="pinbox-d582c94f-6422-48f0-a40b-fa366086f9ba" class="c-shortcodePinbox-carousel"><div class="c-listingCarouselHorizontal"><h4 class="c-sectionHeading"><strong>ZDNET</strong> Recommends</h4> <!----> <div class="VueCarousel c-listingCarouselHorizontal_desktop g-outer-spacing-bottom-small"><div class="VueCarousel-wrapper"><div class="VueCarousel-inner" style="transform:translate(0px, 0);transition:0.5s ease transform;ms-flex-preferred-size:0px;webkit-flex-basis:0px;flex-basis:0px;visibility:hidden;height:auto;padding-left:falsepx;padding-right:falsepx;"><div tabindex="-1" aria-hidden="true" role="tabpanel" class="VueCarousel-slide"><div class="c-listingCarouselHorizontal_item"><a href="/web/20230107024744/https://www.zdnet.com/article/best-tech-2022/" title="ZDNET editors loved these tech products and gadgets in 2022" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Best tech products of 2022" width="459" height="238.5" fetchpriority="low"></picture></div> ZDNET editors loved these tech products and gadgets in 2022 </a></div></div><div tabindex="-1" aria-hidden="true" role="tabpanel" class="VueCarousel-slide"><div class="c-listingCarouselHorizontal_item"><a href="/web/20230107024744/https://www.zdnet.com/article/best-bone-conduction-headphones/" title="What are bone conduction headphones and which one should you buy?" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Man wearing bone conduction headphones outside" width="459" height="238.5" fetchpriority="low"></picture></div> What are bone conduction headphones and which one should you buy? </a></div></div><div tabindex="-1" aria-hidden="true" role="tabpanel" class="VueCarousel-slide"><div class="c-listingCarouselHorizontal_item"><a href="/web/20230107024744/https://www.zdnet.com/article/ipad-deals/" title="The best iPad, iPad Pro, and iPad Mini deals right now" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="iPads on green background" width="459" height="238.5" fetchpriority="low"></picture></div> The best iPad, iPad Pro, and iPad Mini deals right now </a></div></div><div tabindex="-1" aria-hidden="true" role="tabpanel" class="VueCarousel-slide"><div class="c-listingCarouselHorizontal_item item-no-margin"><a href="/web/20230107024744/https://www.zdnet.com/article/brightest-flashlight/" title="What is the world's brightest flashlight? The top contenders ranked by lumens" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Brightest flashlight in the world" width="459" height="238.5" fetchpriority="low"></picture></div> What is the world's brightest flashlight? The top contenders ranked by lumens </a></div></div><div tabindex="-1" aria-hidden="true" role="tabpanel" class="VueCarousel-slide"><div class="c-listingCarouselHorizontal_item item-no-margin"><a href="/web/20230107024744/https://www.zdnet.com/article/airpods-deals/" title="The 11 best AirPods deals right now" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="airpods-2nd-gen" width="459" height="238.5" fetchpriority="low"></picture></div> The 11 best AirPods deals right now </a></div></div></div></div> <!----> <!----></div> <div class="c-listingCarouselHorizontal_mobile g-outer-spacing-bottom-small"><ul class="g-inner-spacing-bottom-medium"><li><div class="c-listingCarouselHorizontal_item g-text-small"><a href="/web/20230107024744/https://www.zdnet.com/article/best-tech-2022/" title="ZDNET editors loved these tech products and gadgets in 2022" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Best tech products of 2022" width="459" height="238.5" fetchpriority="low"></picture></div> ZDNET editors loved these tech products and gadgets in 2022 </a></div></li><li><div class="c-listingCarouselHorizontal_item g-text-small"><a href="/web/20230107024744/https://www.zdnet.com/article/best-bone-conduction-headphones/" title="What are bone conduction headphones and which one should you buy?" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Man wearing bone conduction headphones outside" width="459" height="238.5" fetchpriority="low"></picture></div> What are bone conduction headphones and which one should you buy? </a></div></li><li><div class="c-listingCarouselHorizontal_item g-text-small"><a href="/web/20230107024744/https://www.zdnet.com/article/ipad-deals/" title="The best iPad, iPad Pro, and iPad Mini deals right now" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="iPads on green background" width="459" height="238.5" fetchpriority="low"></picture></div> The best iPad, iPad Pro, and iPad Mini deals right now </a></div></li><li><div class="c-listingCarouselHorizontal_item g-text-small"><a href="/web/20230107024744/https://www.zdnet.com/article/brightest-flashlight/" title="What is the world's brightest flashlight? The top contenders ranked by lumens" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Brightest flashlight in the world" width="459" height="238.5" fetchpriority="low"></picture></div> What is the world's brightest flashlight? The top contenders ranked by lumens </a></div></li><li><div class="c-listingCarouselHorizontal_item g-text-small"><a href="/web/20230107024744/https://www.zdnet.com/article/airpods-deals/" title="The 11 best AirPods deals right now" class="c-listingCarouselHorizontal_itemLink g-text-bold"><div class="c-listingCarouselHorizontal_image g-outer-spacing-bottom-small"><picture class="c-cmsImage" style="aspect-ratio:459/238.5;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="airpods-2nd-gen" width="459" height="238.5" fetchpriority="low"></picture></div> The 11 best AirPods deals right now </a></div></li></ul></div></div></div></div></div> <a href="/web/20230107024744/https://www.zdnet.com/editorial-guidelines/" rel="follow" class="c-pageArticleSingle_editorialLink"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#file" aria-hidden="false"></use></svg><span>Editorial standards</span></a> <!----> <div class="c-socialComments u-text-center g-outer-spacing-bottom-large"><div class="c-button-secondary-large g-outer-spacing-top-xlarge c-socialComments_toggleButton"><span>Show Comments</span> <span class="c-socialComments_toggleButton_svg"><svg><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#rightArrow"></use></svg></span></div> <div id="comments-d582c94f-6422-48f0-a40b-fa366086f9ba" name="comments-d582c94f-6422-48f0-a40b-fa366086f9ba" class="c-socialComments_postComments"><div class="c-socialComments_container g-outer-spacing-top-xlarge" style="display:none;"><div class="c-socialComments_details u-text-left"><a class="c-button-secondary-large"> Log In to Comment </a> <span class="c-socialComments_faq-guidelines g-outer-spacing-left-small"><a href="/web/20230107024744/https://www.zdnet.com/article/zdnet-community-guidelines/" target="_blank" class="g-outer-spacing-left-small">Community Guidelines</a></span></div> <div id="disqusContainer-d582c94f-6422-48f0-a40b-fa366086f9ba"><h3><span></span></h3> <!----></div></div></div></div> <!----></div> <div class="c-pageArticleSingle_rightRail sm:u-col-2 md:u-col-6 lg:u-col-3"><div class="g-outer-spacing-bottom-large c-adDisplay_container c-adDisplay_container_mpu-top blank"><!----></div> <div class="c-listingVertical"><h3 class="c-sectionHeading">Related</h3> <div class="g-outer-spacing-bottom-small"><div class="c-listingVertical_item u-flexbox"><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/home-entertainment/best-tv/" title="Upgrade or future-proof your home theater with these awesome TVs" class="c-listingVertical_itemLink"> Upgrade or future-proof your home theater with these awesome TVs </a> <div class="c-listingVertical_image g-outer-spacing-right-medium-fluid"><picture class="c-cmsImage" style="aspect-ratio:128/128;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="A TCL, LG, and Amazon Fire Omni TV on a green and yellow background" width="128" height="128" fetchpriority="low"></picture></div> <div class="c-listingVertical_data u-flexbox"><h3 class="g-text-small g-outer-spacing-bottom-small"><span>Upgrade or future-proof your home theater with these awesome TVs</span></h3></div></div><div class="c-listingVertical_item u-flexbox"><a href="/web/20230107024744/https://www.zdnet.com/article/best-samsung-phone/" title="Which Samsung phone is the best, and how do the top models compare?" class="c-listingVertical_itemLink"> Which Samsung phone is the best, and how do the top models compare? </a> <div class="c-listingVertical_image g-outer-spacing-right-medium-fluid"><picture class="c-cmsImage" style="aspect-ratio:128/128;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="20200206-samsung-reaction.jpg" width="128" height="128" fetchpriority="low"></picture></div> <div class="c-listingVertical_data u-flexbox"><h3 class="g-text-small g-outer-spacing-bottom-small"><span>Which Samsung phone is the best, and how do the top models compare?</span></h3></div></div><div class="c-listingVertical_item u-flexbox"><a href="/web/20230107024744/https://www.zdnet.com/home-and-office/home-entertainment/best-gaming-pc/" title="The best gaming PCs: Top rigs for pros, casual gamers, and creators" class="c-listingVertical_itemLink"> The best gaming PCs: Top rigs for pros, casual gamers, and creators </a> <div class="c-listingVertical_image g-outer-spacing-right-medium-fluid"><picture class="c-cmsImage" style="aspect-ratio:128/128;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="An Alienware Aurora, HP Omen 25L, and MSI MEG Trident X on a magenta background" width="128" height="128" fetchpriority="low"></picture></div> <div class="c-listingVertical_data u-flexbox"><h3 class="g-text-small g-outer-spacing-bottom-small"><span>The best gaming PCs: Top rigs for pros, casual gamers, and creators</span></h3></div></div></div></div> <div class="c-globalSticky g-outer-spacing-bottom-large"><div class="c-globalSticky_element"><div class="c-adDisplay_container c-adDisplay_container_mpu-middle blank"><!----></div></div></div></div></div> <div class="g-outer-spacing-bottom-xlarge c-adDisplay_container c-adDisplay_container_leader-bottom blank"><!----></div></div> <div class="c-scrollPercent_marker" style="top:25%;"></div><div class="c-scrollPercent_marker" style="top:50%;"></div><div class="c-scrollPercent_marker" style="top:75%;"></div><div class="c-scrollPercent_marker" style="top:100%;"></div></div> <!----> <!----></div> <footer class="c-siteFooter g-outer-spacing-top-large g-inner-spacing-bottom-large" data-v-42d55d5c=""><div class="c-siteFooter_background"><picture class="c-cmsImage" style="aspect-ratio:3200/1322;"><!----> <img src="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/" alt="Footer background image" width="3200" height="1322" fetchpriority="low"></picture></div> <a href="/web/20230107024744/https://www.zdnet.com/" aria-label="Go to the home page" class="c-siteFooter_logoLink nuxt-link-active"><svg class="c-siteFooter_logo"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#logo-horizontal"></use></svg> <span class="c-siteFooter_site-name">ZDNET</span></a> <div class="c-siteFooter_container g-grid-container u-grid-columns"><div class="sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-siteFooter_logo-connect-grid u-grid-columns"><div class="sm:u-col-2 md:u-col-6 lg:u-col-6"><span class="c-siteFooter_slogan">we equip you to harness the power of disruptive innovation, at work and at home.</span></div></div></div> <div class="sm:u-col-2 md:u-col-6 lg:u-col-6"><div class="c-siteFooter_column-links-grid u-grid-columns"><div class="c-siteFooterColumnLinks c-siteFooterColumnLinks_alpha g-text-small-bold sm:u-col-2 md:u-col-2 lg:u-col-2"><ul><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/topic/" rel="follow">Topics</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/pictures/" rel="follow">Galleries</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/video/" rel="follow">Videos</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/do-not-sell-or-share-my-personal-information/">Do Not Sell or Share My Personal Information</a></li></ul></div> <div class="c-siteFooterColumnLinks c-siteFooterColumnLinks_beta g-text-small-bold sm:u-col-2 md:u-col-2 lg:u-col-2"><ul><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/about/">about ZDNET</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/meet-the-team/" rel="follow">Meet The Team</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/sitemap/" rel="follow">Sitemap</a></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/reprints/" rel="follow">Reprint Policy</a></li></ul></div> <div class="c-siteFooterColumnLinks c-siteFooterColumnLinks_charlie g-text-small-bold sm:u-col-2 md:u-col-2 lg:u-col-2"><ul><li class="c-siteFooter_link"><span><span><div role="button" class="c-siteFooterUserMenu_authLinks">Join</div> | <div role="button" class="c-siteFooterUserMenu_authLinks">Log In</div></span></span></li><li class="c-siteFooter_link"><a href="/web/20230107024744/https://www.zdnet.com/newsletters/">Newsletters</a></li><li class="c-siteFooter_link"><a href="https://web.archive.org/web/20230107024744/https://zdnet.zendesk.com/hc/en-us">Site Assistance</a></li></ul></div></div></div> <div class="sm:u-col-2 md:u-col-6 lg:u-col-4"><div class="c-siteFooter_connect-column"><div class="c-siteFooter_social-links-wrapper"><div class="c-socialSharebar"><!----> <ul class="c-socialSharebar_container"><li class="c-socialSharebar_button c-socialSharebar_button-facebook c-socialSharebar_icon"><a href="https://web.archive.org/web/20230107024744/https://www.facebook.com/ZDNET.official" target="_blank" rel="noopener noreferrer nofollow" aria-label="facebook"><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#facebook"></use></svg></a></li><li class="c-socialSharebar_button c-socialSharebar_button-twitter c-socialSharebar_icon"><a href="https://web.archive.org/web/20230107024744/https://www.twitter.com/ZDNET" target="_blank" rel="noopener noreferrer nofollow" aria-label="twitter"><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#twitter"></use></svg></a></li><li class="c-socialSharebar_button c-socialSharebar_button-linkedin c-socialSharebar_icon"><a href="https://web.archive.org/web/20230107024744/https://www.linkedin.com/company/zdnet-com" target="_blank" rel="noopener noreferrer nofollow" aria-label="linkedin"><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#linkedin"></use></svg></a></li><li class="c-socialSharebar_button c-socialSharebar_button-youtube c-socialSharebar_icon"><a href="https://web.archive.org/web/20230107024744/https://www.youtube.com/channel/UCr9QWb5RKLfaunjKHJZAdQQ" target="_blank" rel="noopener noreferrer nofollow" aria-label="youtube"><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#youtube"></use></svg></a></li><li class="c-socialSharebar_button c-socialSharebar_button-instagram c-socialSharebar_icon"><a href="https://web.archive.org/web/20230107024744/https://www.instagram.com/zdnet_official/" target="_blank" rel="noopener noreferrer nofollow" aria-label="instagram"><svg class="c-socialSharebar_icon"><use xlink:href="/web/20230107024744im_/https://www.zdnet.com/article/best-vlogging-camera/#instagram"></use></svg></a></li></ul> <!----> <!----></div></div></div></div> <div class="sm:u-col-2 md:u-col-6 lg:u-col-8"><div class="c-siteFooter_copyright-policies"><div class="sm:u-col-2 md:u-col-6 lg:u-col-6"><span class="c-siteFooterCopyright u-text-center"> © 2023 ZDNET, A Red Ventures company. All rights reserved. </span> <span class="c-siteFooterPolicies"><a href="https://web.archive.org/web/20230107024744/https://www.redventures.com/legal/privacy-policy" rel="noopener noreferrer nofollow" target="_blank">Privacy Policy</a> | <div role="button" rel="noopener noreferrer nofollow" class="ot-sdk-show-settings">Cookie Settings</div> | <a href="https://web.archive.org/web/20230107024744/https://www.zdnet.com/advertise/" rel="noopener noreferrer nofollow" target="_blank">Advertise</a> | <a href="https://web.archive.org/web/20230107024744/https://www.redventures.com/legal/cmg-terms-of-use" rel="noopener noreferrer nofollow" target="_blank">Terms of Use</a></span></div></div></div></div></footer></div> <!----></div></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae){D.pageType=q;D.id="best-vlogging-camera";D.queryParams={};D.meta={edition:c,brand:c,contentType:c,datePublished:{created:c,date:"2023-01-05 22:50:00",timezone:"UTC",updated:c,published:c},dateUpdated:c,description:c,displayDatePublished:c,displayDateUpdated:c,id:x,image:c,noIndex:d,pageType:c,primaryCollection:{id:c,image:c,primary:b,title:e,slug:c,hide:d,description:c,threads:[],typeSlug:c,collectionType:c},publishDate:c,section:u,seoMetaDescription:c,seoOgDescription:c,seoOgImage:c,seoOgTitle:c,seoTwitterCard:c,seoTwitterCreator:c,seoTwitterDescription:c,seoTwitterImage:c,seoTwitterImageAlt:c,seoOgImageHeight:c,seoOgImageWidth:c,seoTwitterTitle:c,seoTwitterSite:c,site:c,slug:"best-vlogging-camera",suppressAds:d,tags:[{slug:"table-of-contents-all-h2s",name:"Table of Contents - all h2s"},{slug:"faq-markup",name:"FAQ Markup"}],title:c,titleTag:c,topics:[{id:"040c3ff1-4f98-4277-b43f-e4d930acbe4e",slug:I,name:"Photo & Video",typeName:e,uuid:e,primary:b,topicPath:[{id:"9d3e6108-0023-11e4-95d2-02911863765e",slug:"innovation",name:"Innovation",typeName:e,uuid:e},{id:"bc862949-884e-4b7d-8fd8-c1157c82f32f",slug:"computing",name:"Computing",typeName:e,uuid:e}]},{id:"9e387438-bfb1-47c2-a8a5-71be354f69de",slug:"home-entertainment",name:"Home Entertainment",typeName:e,uuid:e,primary:d,topicPath:[{id:"a1897105-61bd-4610-abb3-4804906d4a9a",slug:"home-and-office",name:"Home & Office",typeName:e,uuid:e}]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[{id:"8535183a-13e9-44a4-8930-90d54e8c8c01",slug:"more-topics",name:"More Topics",typeName:e,uuid:e}]}],type:c,typeName:y,category:c,excludeFromRivers:d,suppressSearch:d};D.components=[{id:"best-vlogging-camera",meta:{componentName:q,componentDisplayName:"Article",componentType:"Article"},metadata:{},links:{self:{href:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcmg-prod.apigee.net\u002Fv1\u002Fxapi\u002Farticles\u002Fzdnet\u002Fbest-vlogging-camera\u002Fweb?apiKey=hzY568JORMZcDzoFQ1ey5LBJuBS7DncX&componentName=article&componentDisplayName=Article&componentType=Article"}},item:{annotations:[{id:"d84eac86-f3a8-4547-b45d-d11071bfe2c7",score:1723.1564637012,termIdInSource:J,termName:r,termSourceType:g,typeName:a},{id:"b92db693-ce33-4b2b-9d21-e9f4a019a4d5",score:1708.0569674012,termIdInSource:K,termName:i,termSourceType:g,typeName:a},{id:"1c34a45a-d1db-49ee-a1b3-8e5b617271f0",score:1400,termIdInSource:"1c723cd7-c387-11e2-8208-0291187b029a",termName:L,termSourceType:s,typeName:a},{id:"9fcf24e9-b2c7-4724-bdd7-ef317ff909b8",score:1322.4978510798,termIdInSource:M,termName:N,termSourceType:s,typeName:a},{id:"0cf6dbb9-d30e-4c4e-a0f6-05291524e8ad",score:1108.0569674012,termIdInSource:"c471fe0d-f313-11e2-8262-0291187b029a",termName:i,termSourceType:h,typeName:a},{id:"b24ebde0-96c7-4336-a5ea-40dd43eb2bf8",score:1100,termIdInSource:"30040507",termName:"Camera Accessories & Accessory Kits",termSourceType:j,typeName:a},{id:"f903d043-1413-42fe-a831-6d38498f5d8a",score:990.00000059605,termIdInSource:"275330",termName:"Nikon Inc.",termSourceType:g,typeName:a},{id:"501d400f-fa7d-49b7-a9e6-018932e6d708",score:O,termIdInSource:"bf93271f-f313-11e2-8262-0291187b029a",termName:r,termSourceType:h,typeName:a},{id:"25c3c696-c22d-4fce-ae32-a946bcf08c7e",score:O,termIdInSource:J,termName:r,termSourceType:k,typeName:a},{id:"c9104b77-05e7-4f26-b52a-743c5d51d8fd",score:859.46400513554,termIdInSource:P,termName:Q,termSourceType:s,typeName:a},{id:"3247f228-c658-4297-8153-1e8dfccd1f02",score:840.00000059605,termIdInSource:"c3ac53f7-f313-11e2-8262-0291187b029a",termName:"Nikon",termSourceType:h,typeName:a},{id:"5aacb945-f3ea-4206-a9f3-5dd9f02c4ab3",score:808.05696740116,termIdInSource:K,termName:i,termSourceType:k,typeName:a},{id:"f2294c1e-0e6f-4231-872a-23f8b41b2ba2",score:R,termIdInSource:"c3e718c0-f313-11e2-8262-0291187b029a",termName:S,termSourceType:h,typeName:a},{id:"0e15ae07-5d8a-4eab-952f-93602c3adc99",score:R,termIdInSource:"275196",termName:S,termSourceType:g,typeName:a},{id:"6fc13bf8-91ac-4f8d-8781-73c935571564",score:634.46400513554,termIdInSource:T,termName:z,termSourceType:g,typeName:a},{id:"59666069-c380-4139-a011-623ca5da29e8",score:525.87680324345,termIdInSource:"80091fdc-5aac-4677-ab3d-5f67f534da86",termName:"Canon PowerShot G7 X",termSourceType:U,typeName:a},{id:"deb9ed58-453b-4b4f-b7f7-c1b5b2df1008",score:V,termIdInSource:"30030905",termName:"Microphones",termSourceType:j,typeName:a},{id:"9bbd99b1-bb7a-47b8-8981-1c29863df984",score:V,termIdInSource:"be8afc10-f313-11e2-8262-0291187b029a",termName:W,termSourceType:h,typeName:a},{id:"8bbbc864-9f5b-44e8-93de-e9ffd6ed6691",score:460,termIdInSource:"280048",termName:W,termSourceType:g,typeName:a},{id:"aeb168d7-43c7-45c6-b95f-1b6e2eae67d4",score:X,termIdInSource:"1004040201",termName:"SD Cards",termSourceType:j,typeName:a},{id:"3e147a13-525a-4b97-bdb4-bb180a4f447b",score:X,termIdInSource:"10061304",termName:L,termSourceType:j,typeName:a},{id:"ead76051-491c-4ef3-b54e-bb04b9b549f1",score:409.46400513554,termIdInSource:"canon-powershot",termName:"Canon PowerShot",termSourceType:f,typeName:a},{id:"aa26be8e-c759-4b38-b8cf-2c0ea2376883",score:407.60000269413,termIdInSource:"15011426",termName:"DJI",termSourceType:g,typeName:a},{id:"fa1fbaca-c4ff-460f-af2f-59f13aaeca1f",score:390.00000059605,termIdInSource:"canon-eos",termName:"Canon EOS",termSourceType:f,typeName:a},{id:"931ce2bf-efff-419e-a10e-07e8305017ff",score:t,termIdInSource:"sony-dpw",termName:i,termSourceType:f,typeName:a},{id:"8f073156-26b9-44a2-84ec-7c0d6f4d217e",score:t,termIdInSource:Y,termName:Y,termSourceType:l,typeName:a},{id:"472c2c71-9d8f-4ea7-bd69-085aecbe2d9d",score:t,termIdInSource:"sony-magicgate",termName:i,termSourceType:f,typeName:a},{id:"09695896-d59f-43c2-ba2d-a3630e03089c",score:t,termIdInSource:"sony-betamax",termName:i,termSourceType:f,typeName:a},{id:"20fab42d-4e66-4a9d-8856-3d0e22ab7fcc",score:351.09600217533,termIdInSource:Z,termName:A,termSourceType:g,typeName:a},{id:"ec634a7b-a6a8-4e3b-9467-c1088338d4f6",score:B,termIdInSource:"10061303",termName:"Web Cameras",termSourceType:j,typeName:a},{id:"9ce1aa1d-47d8-4019-be64-17596aac4f82",score:B,termIdInSource:"panasonic-lumix",termName:"Panasonic Lumix",termSourceType:f,typeName:a},{id:"5899ed0c-13fe-4140-9f1a-9b5f1783ed18",score:B,termIdInSource:"nikon-as",termName:"Nikon AS",termSourceType:f,typeName:a},{id:"fbc8b8c7-f445-4c9e-a58a-065fa353933c",score:346.62231398945,termIdInSource:M,termName:N,termSourceType:_,typeName:a},{id:"d0f14154-f4d3-4dde-9f19-919ef2d3ad13",score:334.46400513554,termIdInSource:T,termName:z,termSourceType:k,typeName:a},{id:"b27c34b0-7056-4477-b8c7-4dc842aec501",score:318.08000391483,termIdInSource:"canon-vixia",termName:r,termSourceType:f,typeName:a},{id:"9afc6876-1352-41ac-a548-8923c0083a0a",score:300,termIdInSource:"1c3d24e4-c387-11e2-8208-0291187b029a",termName:"Home Entertainment",termSourceType:s,typeName:a},{id:"48ce0ab7-6b40-433b-86c2-699647f01df5",score:276.09600217533,termIdInSource:"bd515a1a-f313-11e2-8262-0291187b029a",termName:A,termSourceType:h,typeName:a},{id:"0ce6f146-1968-4855-a4cf-b96b8055b1ed",score:275,termIdInSource:"nikon-coolpix",termName:"Nikon Coolpix",termSourceType:f,typeName:a},{id:"1a00fcea-816c-450b-b52f-87548c8fa389",score:247.19999849796,termIdInSource:"54",termName:"Best digital cameras",termSourceType:"CNET_EVERGREEN",typeName:a},{id:"2782840b-7d36-4061-8e8a-a1750cb33333",score:235,termIdInSource:"f324b664-107f-4cd8-b6cf-c6956827624e",termName:"Nikon Coolpix S6900",termSourceType:U,typeName:a},{id:"f85f50b8-308d-4e99-a299-7b7dd7cb4d36",score:211.98829318241,termIdInSource:"tamrac-digital-zoom",termName:"Tamrac Digital Zoom",termSourceType:f,typeName:a},{id:"f1064cc1-a683-4bff-88c5-eeb610a2a453",score:206.7724627246,termIdInSource:"7623ba4c-4f83-4743-b14c-c3f3e5259cb3",termName:"Zoom",termSourceType:h,typeName:a},{id:"82dbfc55-8dde-433d-88ea-ea9ff1f5813d",score:205.00000119209,termIdInSource:"285123",termName:"YouTube",termSourceType:k,typeName:a},{id:"a7e2789a-72dd-4c8a-a527-c8dd416a9d81",score:201.09600217533,termIdInSource:Z,termName:A,termSourceType:k,typeName:a},{id:"fc20fdef-c988-45b3-94ce-178093e74536",score:C,termIdInSource:$,termName:$,termSourceType:l,typeName:a},{id:"8ce652a2-df4f-43b0-9b42-2e0542fe8909",score:C,termIdInSource:aa,termName:aa,termSourceType:l,typeName:a},{id:"75c5a37e-c24b-447e-8269-27c7702849ab",score:C,termIdInSource:ab,termName:ab,termSourceType:l,typeName:a},{id:"05c0cd76-8dee-43b7-9633-925ba6360cfe",score:197.00000154972,termIdInSource:ac,termName:ac,termSourceType:l,typeName:a},{id:"d2e2352c-ebd8-4161-a2b3-11f8922b6f9b",score:ad,termIdInSource:"a30d92da-7926-46b8-9d83-3c7497c40619",termName:z,termSourceType:h,typeName:a},{id:"5145f586-6c45-46ab-b17f-3901417ed2c8",score:ad,termIdInSource:P,termName:Q,termSourceType:_,typeName:a}],contentPlatform:{revisionId:"rev_2JvWVcFDFZJW9W7ouTeJzeSlM76",ctopic:["technology","phones_and_computers","cameras","webcams"],entity:["alpha","best vlogging camera","camera","canon","digital","e10","fps","mp","mp body weight","pound","powershot","sony","vlogging camera","zv"],ctax:["technology and computing","cameras and camcorders"],csig:[v]},author:{id:"516897af-0442-4325-ad67-5150f546675c",username:"jslate",profileUrl:c,email:c,firstName:"Josh",lastName:"Slate",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"b7a509a4-0ecd-4a06-a080-a87a2469e00e",filename:"josh-slate.jpg",dateCreated:{created:c,date:"2022-08-05 17:23:12",timezone:"UTC",updated:c,published:c},alt:"josh-slate",credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F05\u002Fb7a509a4-0ecd-4a06-a080-a87a2469e00e\u002Fjosh-slate.jpg",cropGravity:c,crop:c,typeName:"content_image",imageUrl:c,width:1000,height:1000,bucketPath:c,bucketType:c,title:c},socialProfileIds:{twitter:c,facebookProfile:c,facebookPage:c,instagram:c},authorBio:c,profile:{authorBio:"Josh is a senior at Randolph-Macon College in Ashland, Virginia. He is a sports junkie but loves writing as he is a Communications major and Journalism minor in school. In his free time, he loves to hike, shoot photography, and adventure to various race tracks along the East Coast.",byline:c,authorDisclosure:"Josh has nothing to disclose.",awardsAndCredentials:c,bureau:"AU",education:"Senior at Randolph-Macon College studying Marketing, Communications and Journalism",expertise:"Technology, Gaming, and Sports",id:"8916a059-dfbb-498c-97bb-35f37c29839d",title:c},title:e,bio:e,bureau:"AU",authorDisclosure:"Josh has nothing to disclose."},buyingCycle:v,datePublished:{created:c,date:"2023-01-05 22:50:00",timezone:"UTC",updated:c,published:c},dateUpdated:{created:c,date:"2023-01-05 22:50:52",timezone:"UTC",updated:c,published:c},displayDatePublished:{created:c,date:"2023-01-05 22:50:00",timezone:"UTC",updated:c,published:c},displayDateUpdated:{created:c,date:"2023-01-05 22:50:00",timezone:"UTC",updated:c,published:c},edition:n,headline:"The 5 best vlogging cameras of 2023",id:x,collections:c,image:c,primaryCollection:{id:c,image:c,primary:b,title:e,slug:c,hide:d,description:c,threads:[],typeSlug:c,collectionType:c},promoImage:{id:"2148909e-ed9b-45f2-aeaa-1402b4fe759c",filename:"canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg",dateCreated:{created:c,date:"2022-08-12 15:49:51",timezone:"UTC",updated:c,published:c},alt:"Placeholder product image alt text",credits:z,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F2148909e-ed9b-45f2-aeaa-1402b4fe759c\u002Fcanon-powershot-g7-x-miii-review-best-vlogging-camera.jpg",cropGravity:c,crop:c,typeName:"content_image",imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:"Canon PowerShot G7 X MIII review | Best vlogging camera"},section:u,slug:"best-vlogging-camera",subType:G,tags:[{slug:"table-of-contents-all-h2s",name:"Table of Contents - all h2s"},{slug:"faq-markup",name:"FAQ Markup"}],title:c,topics:[{id:"040c3ff1-4f98-4277-b43f-e4d930acbe4e",slug:I,name:"Photo & Video",typeName:e,uuid:e,primary:b,topicPath:[{id:"9d3e6108-0023-11e4-95d2-02911863765e",slug:"innovation",name:"Innovation",typeName:e,uuid:e},{id:"bc862949-884e-4b7d-8fd8-c1157c82f32f",slug:"computing",name:"Computing",typeName:e,uuid:e}]},{id:"9e387438-bfb1-47c2-a8a5-71be354f69de",slug:"home-entertainment",name:"Home Entertainment",typeName:e,uuid:e,primary:d,topicPath:[{id:"a1897105-61bd-4610-abb3-4804906d4a9a",slug:"home-and-office",name:"Home & Office",typeName:e,uuid:e}]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[{id:"8535183a-13e9-44a4-8930-90d54e8c8c01",slug:"more-topics",name:"More Topics",typeName:e,uuid:e}]}],typeName:y,body:"\u003Cp\u003EToday many people catalog their daily life through video or vlogs rather than blogs and journals. But picking up a camera and sharing your day on the internet can be a pain in the arm if you use a bulky, heavy camera. The best vlogging camera should be small and weigh less than one pound.\u003C\u002Fp\u003E\u003Cp\u003EWe found the best vlogging cameras, but don't let the small size confuse you. These units are powerful and can capture amazing videos. In fact, all of the cameras included in this list have more than 20 megapixels (MP) and impressive stabilization and digital zoom capabilities.&nbsp;\u003C\u002Fp\u003E\u003Cp\u003E\u003Cstrong\u003EAlso:\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Ca href=\"https:\u002F\u002Fwww.zdnet.com\u002Farticle\u002Fbest-camera\u002F#:~:text=The%20best%20camera%20is%20the,quality%2C%20features%2C%20and%20more.\" target=\"_blank\"\u003EThe best cameras\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Ca href=\"https:\u002F\u002Fwww.zdnet.com\u002Farticle\u002Fbest-webcam\u002F\" target=\"_blank\"\u003EThe best webcams\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Ca href=\"https:\u002F\u002Fwww.zdnet.com\u002Fhome-and-office\u002Fbest-camera-for-beginners\u002F\" target=\"_blank\"\u003EThe best cameras for beginners\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Ca href=\"https:\u002F\u002Fwww.zdnet.com\u002Farticle\u002Fbest-camera-accessories\u002F\" target=\"_blank\"\u003EThe best camera accessories\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"1382b9e0-9c54-40d9-8ac3-1d945b686516\" edition=\"us\" description=\"\u003Cp\u003E\u003Cstrong\u003ESpecs:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E 24.2 MP |&amp;nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E .8 pounds |&amp;nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E Depends on lens |&amp;nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E 4k |&amp;nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen it comes to cameras, Sony has officially surpassed Canon and Nikon as the top camera brand and it couldn't be more evident with this camera. With 4k video capabilities and the ability to capture 120 fps, your videos will be incredibly clear and have impressive quality even when put in slow motion.\u003C\u002Fp\u003E\u003Cp\u003EPersonally, I didn't know cameras of this size and type could be mirrorless and have the ability to have interchangeable lenses. This camera can be purchased with an assortment of lenses, but it is most commonly used with the 16-50mm lens.\u003C\u002Fp\u003E\u003Cp\u003EAt $800 when purchased with the lens included, this camera is on the more expensive side of the vlogging camera industry. Even so, this camera is a top-of-the-line device and if you want the best experience to kick off your vlogs, this is the one for you.\u003C\u002Fp\u003E\" hed=\"Sony Alpha ZV-E10\" superlative=\"Best vlogging camera overall\" imagegroup=\"{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;3d4f5b74-0eb5-4f65-881a-d452995c5bc1&quot;,&quot;title&quot;:&quot;Sony Alpha ZV-E10&quot;,&quot;filename&quot;:&quot;1296x729-35.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F3d4f5b74-0eb5-4f65-881a-d452995c5bc1\u002F1296x729-35.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;size&quot;:117386,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 12:53:21&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-10 12:53:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;alt&quot;:&quot;1296x729-35&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;3d4f5b74-0eb5-4f65-881a-d452995c5bc1&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;imageCredit&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;1296x729-35.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" overridecredit=\"B&amp;H Photo and Video\" merchantoffers=\"[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&amp;tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;798&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&amp;tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;800&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black\u002F6473808.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&amp;sharedId=zdnet&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&amp;subId1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Walmart&quot;,&quot;offerPrice&quot;:&quot;1000&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.walmart.com\u002Fip\u002FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B\u002F534257231&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&amp;sharedId=zdnet&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&amp;subId1=subid_value&quot;}]\" usepricing=\"true\" like=\"~ Interchangeable lens ~ High-megapixel camera ~ Has a 3-inch LCD touch screen\" dislike=\"~ One of the most expensive of this type\" data-key=\"cnetlisticle__1382b9e0-9c54-40d9-8ac3-1d945b686516\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c837bd9527a172d207&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;1382b9e0-9c54-40d9-8ac3-1d945b686516&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;Specs:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;strong&gt;Megapixels:&lt;\u002Fstrong&gt; 24.2 MP |&amp;nbsp;&lt;strong&gt;Body weight:&lt;\u002Fstrong&gt; .8 pounds |&amp;nbsp;&lt;strong&gt;Digital zoom:&lt;\u002Fstrong&gt; Depends on lens |&amp;nbsp;&lt;strong&gt;Video resolution:&lt;\u002Fstrong&gt; 4k |&amp;nbsp;&lt;strong&gt;Frames per second:&lt;\u002Fstrong&gt; Up to 120 fps&lt;\u002Fp&gt;&lt;p&gt;When it comes to cameras, Sony has officially surpassed Canon and Nikon as the top camera brand and it couldn&#x27;t be more evident with this camera. With 4k video capabilities and the ability to capture 120 fps, your videos will be incredibly clear and have impressive quality even when put in slow motion.&lt;\u002Fp&gt;&lt;p&gt;Personally, I didn&#x27;t know cameras of this size and type could be mirrorless and have the ability to have interchangeable lenses. This camera can be purchased with an assortment of lenses, but it is most commonly used with the 16-50mm lens.&lt;\u002Fp&gt;&lt;p&gt;At $800 when purchased with the lens included, this camera is on the more expensive side of the vlogging camera industry. Even so, this camera is a top-of-the-line device and if you want the best experience to kick off your vlogs, this is the one for you.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;~ One of the most expensive of this type&quot;,&quot;hed&quot;:&quot;Sony Alpha ZV-E10&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;3d4f5b74-0eb5-4f65-881a-d452995c5bc1&quot;,&quot;title&quot;:&quot;Sony Alpha ZV-E10&quot;,&quot;filename&quot;:&quot;1296x729-35.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F3d4f5b74-0eb5-4f65-881a-d452995c5bc1\u002F1296x729-35.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;size&quot;:117386,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 12:53:21&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-10 12:53:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;alt&quot;:&quot;1296x729-35&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;3d4f5b74-0eb5-4f65-881a-d452995c5bc1&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCredit&quot;:&quot;B&amp;H Photo and Video&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;1296x729-35.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false},&quot;isLive&quot;:true,&quot;like&quot;:&quot;~ Interchangeable lens ~ High-megapixel camera ~ Has a 3-inch LCD touch screen&quot;,&quot;merchantOffers&quot;:[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&amp;tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;798&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&amp;tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;800&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black\u002F6473808.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&amp;sharedId=zdnet&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&amp;subId1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Walmart&quot;,&quot;offerPrice&quot;:&quot;1000&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.walmart.com\u002Fip\u002FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B\u002F534257231&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&amp;sharedId=zdnet&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&amp;subId1=subid_value&quot;}],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:50.931057&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959050000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;Best vlogging camera overall&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;c8e1c9ab-bc30-4465-9f0a-80d1305563a2&quot;,&quot;slug&quot;:&quot;sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens&quot;,&quot;name&quot;:&quot;Sony a ZV-E10L - digital camera 16-50mm Power Zoom lens&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981206119},&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true,&quot;techProd&quot;:{&quot;id&quot;:&quot;c8e1c9ab-bc30-4465-9f0a-80d1305563a2&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;SD Memory Card, Memory Stick PRO Duo, SDXC Memory Card, SDHC Memory Card, Memory Stick PRO-HG Duo, Memory Stick Micro Mark2, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;ED glass&quot;,&quot;Lens Barrel Retraction Function&quot;,&quot;aspherical lens&quot;],&quot;valSlug&quot;:[&quot;ed-glass&quot;,&quot;lens-barrel-retraction-function&quot;,&quot;aspherical-lens&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;15.6 x 23.5 mm&quot;],&quot;valSlug&quot;:[&quot;15-6-x-23&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Multi-segment, center-weighted, spot, average, highlight-weighted&quot;],&quot;valSlug&quot;:[&quot;multi-segment-center-weighted&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;PZ OSS&quot;],&quot;valSlug&quot;:[&quot;pz-oss&quot;],&quot;name&quot;:&quot;Lens Series&quot;,&quot;id&quot;:503312,&quot;slug&quot;:&quot;lens-system-lens-series&quot;},{&quot;val&quot;:[&quot;EV -2-20 (ISO 100)&quot;],&quot;valSlug&quot;:[&quot;ev-2-20-iso&quot;],&quot;name&quot;:&quot;Exposure Range&quot;,&quot;id&quot;:1102857,&quot;slug&quot;:&quot;exposure-white-exposure-range&quot;},{&quot;val&quot;:[&quot;921,600 pixels&quot;],&quot;valSlug&quot;:[&quot;921-600-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;Auto HDR mode&quot;],&quot;valSlug&quot;:[&quot;auto-hdr-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:5072976,&quot;slug&quot;:&quot;general-hdr-mode&quot;},{&quot;val&quot;:[&quot;51200&quot;],&quot;valSlug&quot;:[&quot;51200&quot;],&quot;nnv&quot;:[51200],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;H.264&quot;,&quot;XAVC S&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;,&quot;xavc-s&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;Photo shooting - 440 shots (LCD Monitor on) ¦ Video recording - 125 minutes (LCD Monitor on)&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-440-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1110069,&quot;slug&quot;:&quot;batteryjd-battery-life-details&quot;},{&quot;val&quot;:[&quot;24,200,000 pixels&quot;],&quot;valSlug&quot;:[&quot;24-200-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO 50, ISO 51200, ISO 100-32000&quot;],&quot;valSlug&quot;:[&quot;iso-50-iso-51200&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;Memory Stick PRO Duo card, SD card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-pro-duo&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±5 EV range, in 1\u002F2 or 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;5-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;4.5 in&quot;],&quot;valSlug&quot;:[&quot;4-5-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;2500K - 9900K&quot;,&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent&quot;,&quot;incandescent&quot;,&quot;shade&quot;,&quot;underwater&quot;],&quot;valSlug&quot;:[&quot;2500k-9900k&quot;,&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent&quot;,&quot;incandescent&quot;,&quot;shade&quot;,&quot;underwater&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:501830,&quot;slug&quot;:&quot;white-balancejd-white-balance&quot;},{&quot;val&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;valSlug&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;Sony a ZV-E10L - digital camera 16-50mm Power Zoom lens&quot;],&quot;valSlug&quot;:[&quot;sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;HDMI, USB 3.1, Wireless LAN, Bluetooth 4.1&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-3-1&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;Sony NP-FW50&quot;],&quot;valSlug&quot;:[&quot;sony-np-fw50&quot;],&quot;name&quot;:&quot;Form Factor&quot;,&quot;id&quot;:503382,&quot;slug&quot;:&quot;supported-batteryjd-form-factor&quot;},{&quot;val&quot;:[&quot;Sony NP-FW50&quot;],&quot;valSlug&quot;:[&quot;sony-np-fw50&quot;],&quot;name&quot;:&quot;Manufacturer Battery Name&quot;,&quot;id&quot;:503379,&quot;slug&quot;:&quot;battery-manufacturer-battery-name&quot;},{&quot;val&quot;:[&quot;Manual (by ring), motorized drive&quot;],&quot;valSlug&quot;:[&quot;manual-by-ring-motorized&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Sony E-mount&quot;],&quot;valSlug&quot;:[&quot;sony-e-mount&quot;],&quot;name&quot;:&quot;Lens Mounting Type&quot;,&quot;id&quot;:5072409,&quot;slug&quot;:&quot;lens-system-lens-mounting&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;Automatic, manual&quot;],&quot;valSlug&quot;:[&quot;automatic-manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;1080 mAh&quot;],&quot;valSlug&quot;:[&quot;1080&quot;],&quot;nnv&quot;:[1.08],&quot;name&quot;:&quot;Capacity&quot;,&quot;id&quot;:503384,&quot;slug&quot;:&quot;supported-battery-capacity&quot;},{&quot;val&quot;:[&quot;799.99&quot;],&quot;valSlug&quot;:[&quot;799-99&quot;],&quot;nnv&quot;:[799.99],&quot;name&quot;:&quot;MSRP&quot;,&quot;id&quot;:700009,&quot;slug&quot;:&quot;msrp&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6473808&amp;u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6473808%2Fpdp&amp;intsrc=CATF_4831&quot;],&quot;valSlug&quot;:[&quot;https-bestbuy-7tiv-net&quot;],&quot;name&quot;:&quot;LinkModel&quot;,&quot;id&quot;:1000044,&quot;slug&quot;:&quot;linkmodel&quot;},{&quot;val&quot;:[&quot;USB 3.1 Gen 1 (USB Type-C) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone stereo 3.5 mm) ¦ Headphones (mini-phone stereo 3.5 mm)&quot;],&quot;valSlug&quot;:[&quot;usb-3-1-gen&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1102964,&quot;slug&quot;:&quot;connectionsjh-connector-type&quot;},{&quot;val&quot;:[&quot;TTL contrast and phase detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-and-phase&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;6473808&quot;],&quot;valSlug&quot;:[&quot;6473808&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;Custom, automatic, presets&quot;],&quot;valSlug&quot;:[&quot;custom-automatic-presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;BIONZ X&quot;],&quot;valSlug&quot;:[&quot;bionz-x&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:505452,&quot;slug&quot;:&quot;video-input-image-processor&quot;},{&quot;val&quot;:[&quot;425&quot;],&quot;valSlug&quot;:[&quot;425&quot;],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:5065249,&quot;slug&quot;:&quot;general-auto-focus-points&quot;},{&quot;val&quot;:[&quot;51200&quot;],&quot;valSlug&quot;:[&quot;51200&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;6000 x 4000 ¦ 4240 x 2832 ¦ 3008 x 2000 ¦ 6000 x 3376 ¦ 4240 x 2400 ¦ 3008 x 1688 ¦ 4000 x 4000 ¦ 2832 x 2832 ¦ 2000 x 2000 ¦ 5328 x 4000 ¦ 3776 x 2832 ¦ 2656 x 2000&quot;],&quot;valSlug&quot;:[&quot;6000-x-4000-4240&quot;],&quot;name&quot;:&quot;Image Storage&quot;,&quot;id&quot;:1103460,&quot;slug&quot;:&quot;memory-storageld-image-storage&quot;},{&quot;val&quot;:[&quot;1.5&quot;],&quot;valSlug&quot;:[&quot;1-5&quot;],&quot;nnv&quot;:[1.5],&quot;name&quot;:&quot;Field of View Crop Factor&quot;,&quot;id&quot;:504432,&quot;slug&quot;:&quot;optical-sensor-field-of&quot;},{&quot;val&quot;:[&quot;24200000 pixels&quot;],&quot;valSlug&quot;:[&quot;24200000&quot;],&quot;nnv&quot;:[24200000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Program, bulb, automatic, manual, aperture-priority, shutter-priority&quot;],&quot;valSlug&quot;:[&quot;program-bulb-automatic-manual&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Incandescent, fluorescent, cloudy, flash, daylight, shade, underwater, 2500K - 9900K&quot;],&quot;valSlug&quot;:[&quot;incandescent-fluorescent-cloudy-flash&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:5066289,&quot;slug&quot;:&quot;white-balance-presets&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;Sony NP-FW50 lithium ion&quot;],&quot;valSlug&quot;:[&quot;sony-np-fw50-lithium&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;12.1 oz&quot;],&quot;valSlug&quot;:[&quot;12-1&quot;],&quot;nnv&quot;:[343.02895],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, RAW, RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg-raw-raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.5 in&quot;],&quot;valSlug&quot;:[&quot;2-5&quot;],&quot;nnv&quot;:[0.0635],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.8 in&quot;],&quot;valSlug&quot;:[&quot;1-8&quot;],&quot;nnv&quot;:[0.04572],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.5 in&quot;],&quot;valSlug&quot;:[&quot;4-5&quot;],&quot;nnv&quot;:[0.1143],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;APS-C (15.6 x 23.5 mm)&quot;],&quot;valSlug&quot;:[&quot;aps-c-15-6&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;16-50mm Power Zoom lens&quot;],&quot;valSlug&quot;:[&quot;16-50mm-power-zoom&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:5070532,&quot;slug&quot;:&quot;lens-included&quot;},{&quot;val&quot;:[&quot;24 frames per second&quot;,&quot;25 frames per second&quot;,&quot;30 frames per second&quot;],&quot;valSlug&quot;:[&quot;24&quot;,&quot;25&quot;,&quot;30&quot;],&quot;nnv&quot;:[24,25,30],&quot;name&quot;:&quot;Frame Rate&quot;,&quot;id&quot;:502412,&quot;slug&quot;:&quot;video-capture-frame-rate&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;,&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;,&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;XAVC S&quot;,&quot;XAVC S HD&quot;],&quot;valSlug&quot;:[&quot;xavc-s&quot;,&quot;xavc-s-hd&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;Display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:502416,&quot;slug&quot;:&quot;white-balancejd1-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;parts and labor&quot;],&quot;valSlug&quot;:[&quot;parts-and-labor&quot;],&quot;name&quot;:&quot;Service Included&quot;,&quot;id&quot;:500382,&quot;slug&quot;:&quot;service-support-service-included&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;Eye detection AF&quot;,&quot;Eye priority AF&quot;,&quot;Subject-tracking AF&quot;],&quot;valSlug&quot;:[&quot;eye-detection-af&quot;,&quot;eye-priority-af&quot;,&quot;subject-tracking-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;1200&quot;],&quot;valSlug&quot;:[&quot;1200&quot;],&quot;nnv&quot;:[1200],&quot;name&quot;:&quot;Exposure Metering Zones&quot;,&quot;id&quot;:502425,&quot;slug&quot;:&quot;exposure-parametersjd-exposure-metering&quot;},{&quot;val&quot;:[&quot;10 sec&quot;,&quot;2 sec&quot;,&quot;5 sec&quot;],&quot;valSlug&quot;:[&quot;10-sec&quot;,&quot;2-sec&quot;,&quot;5-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;Sony NP-FW50 Li-ion rechargeable battery - 1080 mAh (included)&quot;],&quot;valSlug&quot;:[&quot;sony-np-fw50-li&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;HDMI output&quot;,&quot;headphones&quot;,&quot;microphone&quot;],&quot;valSlug&quot;:[&quot;hdmi-output&quot;,&quot;headphones&quot;,&quot;microphone&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;0027242922129&quot;],&quot;valSlug&quot;:[&quot;0027242922129&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;ILCZVE10L\u002FB&quot;],&quot;valSlug&quot;:[&quot;ilczve10lb&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;Body cap, shoulder strap, AC power adapter, windshield, windshield mount&quot;],&quot;valSlug&quot;:[&quot;body-cap-shoulder-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109686,&quot;slug&quot;:&quot;miscellaneousrf-included-accessories&quot;},{&quot;val&quot;:[&quot;1 year&quot;],&quot;valSlug&quot;:[&quot;1-year&quot;],&quot;name&quot;:&quot;Full Contract Period&quot;,&quot;id&quot;:500384,&quot;slug&quot;:&quot;service-support-full-contract&quot;},{&quot;val&quot;:[&quot;Linear PCM&quot;],&quot;valSlug&quot;:[&quot;linear-pcm&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:5059300,&quot;slug&quot;:&quot;audio-signal-format&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;USB Type-C&quot;,&quot;mini-phone stereo 3.5 mm&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;usb-type-c&quot;,&quot;mini-phone-stereo-3&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6473\u002F6473808_sd.jpg&quot;],&quot;valSlug&quot;:[&quot;https-pisces-bbystatic-com&quot;],&quot;name&quot;:&quot;Image File Name\u002FLocation&quot;,&quot;id&quot;:100019,&quot;slug&quot;:&quot;image-file-name-location&quot;},{&quot;val&quot;:[&quot;S25716006&quot;],&quot;valSlug&quot;:[&quot;s25716006&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1\u002F160 sec&quot;],&quot;valSlug&quot;:[&quot;1-160-sec&quot;],&quot;name&quot;:&quot;X-sync Speed&quot;,&quot;id&quot;:501937,&quot;slug&quot;:&quot;shutter-x-sync-speed&quot;},{&quot;val&quot;:[&quot;hot shoe&quot;],&quot;valSlug&quot;:[&quot;hot-shoe&quot;],&quot;name&quot;:&quot;Flash Terminal&quot;,&quot;id&quot;:501936,&quot;slug&quot;:&quot;video-input-flash-terminal&quot;},{&quot;val&quot;:[&quot;1.8 in&quot;],&quot;valSlug&quot;:[&quot;1-8-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;ISO 100&quot;],&quot;valSlug&quot;:[&quot;iso-100&quot;],&quot;name&quot;:&quot;Sensitivity&quot;,&quot;id&quot;:501445,&quot;slug&quot;:&quot;exposure-range-sensitivity&quot;},{&quot;val&quot;:[&quot;EV -2-20&quot;],&quot;valSlug&quot;:[&quot;ev-2-20&quot;],&quot;name&quot;:&quot;Light Metering Range&quot;,&quot;id&quot;:501444,&quot;slug&quot;:&quot;exposure-range-light-metering&quot;},{&quot;val&quot;:[&quot;AC power adapter&quot;,&quot;body cap&quot;,&quot;shoulder strap&quot;,&quot;windshield&quot;,&quot;windshield mount&quot;],&quot;valSlug&quot;:[&quot;ac-power-adapter&quot;,&quot;body-cap&quot;,&quot;shoulder-strap&quot;,&quot;windshield&quot;,&quot;windshield-mount&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;manual (by ring)&quot;,&quot;motorized drive&quot;],&quot;valSlug&quot;:[&quot;manual-by-ring&quot;,&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;24 m&quot;],&quot;valSlug&quot;:[&quot;24&quot;],&quot;nnv&quot;:[24],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;Black &amp; White, Sepia, Vivid, Sunset, Soft Focus, Illustration, Landscape, Portrait, Water Color, Miniature, Retro, partial color, Toy camera, Posterization, High contrast monochrome, Pop Color, HDR Painting, Rich-tone monochrome, Soft High-key&quot;],&quot;valSlug&quot;:[&quot;black-white-sepia-vivid&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:5057674,&quot;slug&quot;:&quot;special-effects&quot;},{&quot;val&quot;:[&quot;1 year warranty &quot;],&quot;valSlug&quot;:[&quot;1-year-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500430,&quot;slug&quot;:&quot;service-supportpi-type&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Rotating&quot;],&quot;valSlug&quot;:[&quot;rotating&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;83 degrees&quot;],&quot;valSlug&quot;:[&quot;83-degrees&quot;],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:5061781,&quot;slug&quot;:&quot;lens-systemlb-max-view&quot;},{&quot;val&quot;:[&quot;DPOF support, Exif Print support, PRINT Image Matching&quot;],&quot;valSlug&quot;:[&quot;dpof-support-exif-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo (3-Capsule directional)&quot;],&quot;valSlug&quot;:[&quot;stereo-3-capsule-directional&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;25,000,000 pixels&quot;],&quot;valSlug&quot;:[&quot;25-000-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;8 groups \u002F 9 elements&quot;],&quot;valSlug&quot;:[&quot;8-groups-9-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102585,&quot;slug&quot;:&quot;lens-system-lens-construction&quot;},{&quot;val&quot;:[&quot;XAVC S - 3840 x 2160 p - 30 fps ¦ XAVC S - 3840 x 2160 p - 24 fps ¦ XAVC S - 3840 x 2160 p - 25 fps ¦ XAVC S HD - 1920 x 1080 p - 24 - 120 fps&quot;],&quot;valSlug&quot;:[&quot;xavc-s-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;30 fps&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;f\u002F3.5-5.6&quot;],&quot;valSlug&quot;:[&quot;f-3-5-5&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;zoom&quot;],&quot;valSlug&quot;:[&quot;zoom&quot;],&quot;name&quot;:&quot;Special Functions&quot;,&quot;id&quot;:500982,&quot;slug&quot;:&quot;lens-system-special-functions&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Eye Detect AF, Face Detection AF\u002FAE, Self Portrait Auto Shutter&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;eye-detect-af-face&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;1200&quot;],&quot;valSlug&quot;:[&quot;1200&quot;],&quot;name&quot;:&quot;Exposure Metering Zones&quot;,&quot;id&quot;:5056190,&quot;slug&quot;:&quot;exposure-white-exposure-metering&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:5057209,&quot;slug&quot;:&quot;white-balance-bracketing&quot;},{&quot;val&quot;:[&quot;40.5 mm&quot;],&quot;valSlug&quot;:[&quot;40-5&quot;],&quot;nnv&quot;:[0.0405],&quot;name&quot;:&quot;Filter Size&quot;,&quot;id&quot;:500991,&quot;slug&quot;:&quot;lens-system-filter-size&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;8&quot;],&quot;valSlug&quot;:[&quot;8&quot;],&quot;nnv&quot;:[8],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;83 degrees&quot;],&quot;valSlug&quot;:[&quot;83&quot;],&quot;nnv&quot;:[83],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:500988,&quot;slug&quot;:&quot;lens-system-max-view&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;9.8 in&quot;],&quot;valSlug&quot;:[&quot;9-8&quot;],&quot;nnv&quot;:[0.24892],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;50 mm&quot;],&quot;valSlug&quot;:[&quot;50&quot;],&quot;nnv&quot;:[0.05],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.5 in&quot;],&quot;valSlug&quot;:[&quot;2-5-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;16 mm&quot;],&quot;valSlug&quot;:[&quot;16&quot;],&quot;nnv&quot;:[0.016],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;},{&quot;val&quot;:[&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;Subject-tracking AF, Eye detection AF, Eye priority AF&quot;],&quot;valSlug&quot;:[&quot;subject-tracking-af-eye&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;average&quot;,&quot;center-weighted&quot;,&quot;highlight-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;average&quot;,&quot;center-weighted&quot;,&quot;highlight-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;425&quot;],&quot;valSlug&quot;:[&quot;425&quot;],&quot;nnv&quot;:[425],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:501517,&quot;slug&quot;:&quot;auto-focus-auto-focus&quot;},{&quot;val&quot;:[&quot;25716006&quot;],&quot;valSlug&quot;:[&quot;25716006&quot;],&quot;nnv&quot;:[25716006],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;TTL contrast and phase detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-and-phase&quot;],&quot;name&quot;:&quot;System&quot;,&quot;id&quot;:501516,&quot;slug&quot;:&quot;auto-focus-system&quot;},{&quot;val&quot;:[&quot;Zoom lens - 3x zoom - 16 - 50 mm - f\u002F3.5-5.6 PZ OSS - zoom&quot;],&quot;valSlug&quot;:[&quot;zoom-lens-3x-zoom&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1102596,&quot;slug&quot;:&quot;lens-systemlb-type&quot;},{&quot;val&quot;:[&quot;12.1 oz&quot;],&quot;valSlug&quot;:[&quot;12-1&quot;],&quot;nnv&quot;:[343.02895],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500519,&quot;slug&quot;:&quot;dimensions-weightyc-weight&quot;},{&quot;val&quot;:[&quot;camera with battery and memory card&quot;],&quot;valSlug&quot;:[&quot;camera-with-battery-and&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:510245,&quot;slug&quot;:&quot;3848b-details&quot;},{&quot;val&quot;:[&quot;Built-in speaker&quot;],&quot;valSlug&quot;:[&quot;built-in-speaker&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;APS-C (23.5 x 15.6 mm)&quot;],&quot;valSlug&quot;:[&quot;aps-c-23-5&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;Sony E-mount&quot;],&quot;valSlug&quot;:[&quot;sony-e-mount&quot;],&quot;name&quot;:&quot;Lens Mounting Type&quot;,&quot;id&quot;:508223,&quot;slug&quot;:&quot;lens-mounting-type&quot;},{&quot;val&quot;:[&quot;11 frames per second&quot;,&quot;3 frames per second&quot;,&quot;6 frames per second&quot;,&quot;8 frames per second&quot;],&quot;valSlug&quot;:[&quot;11-frames-per-second&quot;,&quot;3-frames-per-second&quot;,&quot;6-frames-per-second&quot;,&quot;8-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:508222,&quot;slug&quot;:&quot;d949f-continuous-shooting-speed&quot;},{&quot;val&quot;:[&quot;Limited warranty - parts and labor - 1 year&quot;],&quot;valSlug&quot;:[&quot;limited-warranty-parts-and&quot;],&quot;name&quot;:&quot;Service &amp; Support&quot;,&quot;id&quot;:1105705,&quot;slug&quot;:&quot;manufacturer-warrantyed1-service-support&quot;},{&quot;val&quot;:[&quot;mirrorless system&quot;],&quot;valSlug&quot;:[&quot;mirrorless-system&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;2000 x 2000&quot;,&quot;2832 x 2832&quot;,&quot;3008 x 1688&quot;,&quot;3008 x 2000&quot;,&quot;3776 x 2832&quot;,&quot;4000 x 4000&quot;,&quot;4240 x 2400&quot;,&quot;4240 x 2832&quot;,&quot;5328 x 4000&quot;,&quot;6000 x 3376&quot;,&quot;6000 x 4000&quot;],&quot;valSlug&quot;:[&quot;2000-x-2000&quot;,&quot;2832-x-2832&quot;,&quot;3008-x-1688&quot;,&quot;3008-x-2000&quot;,&quot;3776-x-2832&quot;,&quot;4000-x-4000&quot;,&quot;4240-x-2400&quot;,&quot;4240-x-2832&quot;,&quot;5328-x-4000&quot;,&quot;6000-x-3376&quot;,&quot;6000-x-4000&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:500539,&quot;slug&quot;:&quot;still-image-image-resolution&quot;},{&quot;val&quot;:[&quot;AE lock&quot;,&quot;AF lock&quot;,&quot;BRAVIA Sync function&quot;,&quot;Chromatic Aberration Compensation (CAC)&quot;,&quot;Clear Image Zoom&quot;,&quot;Dynamic Range Optimizer&quot;,&quot;GPS via mobile&quot;,&quot;HDR Movie mode&quot;,&quot;Intelligent AUTO (iAUTO)&quot;,&quot;Lens Distortion Correction&quot;,&quot;Superior Auto mode&quot;,&quot;Touch Shutter technology&quot;,&quot;USB charging&quot;,&quot;built-in speaker&quot;,&quot;fast motion recording&quot;,&quot;high ISO speed noise reduction&quot;,&quot;interval shooting mode&quot;,&quot;noise reduction over long exposures&quot;,&quot;peripheral shading correction&quot;,&quot;silent shooting&quot;,&quot;slow motion recording&quot;,&quot;x.v.Color technology&quot;],&quot;valSlug&quot;:[&quot;ae-lock&quot;,&quot;af-lock&quot;,&quot;bravia-sync-function&quot;,&quot;chromatic-aberration-compensation-cac&quot;,&quot;clear-image-zoom&quot;,&quot;dynamic-range-optimizer&quot;,&quot;gps-via-mobile&quot;,&quot;hdr-movie-mode&quot;,&quot;intelligent-auto-iauto&quot;,&quot;lens-distortion-correction&quot;,&quot;superior-auto-mode&quot;,&quot;touch-shutter-technology&quot;,&quot;usb-charging&quot;,&quot;built-in-speaker&quot;,&quot;fast-motion-recording&quot;,&quot;high-iso-speed-noise&quot;,&quot;interval-shooting-mode&quot;,&quot;noise-reduction-over-long&quot;,&quot;peripheral-shading-correction&quot;,&quot;silent-shooting&quot;,&quot;slow-motion-recording&quot;,&quot;x-v-color-technology&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;APS-C&quot;],&quot;valSlug&quot;:[&quot;aps-c&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;,&quot;RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;,&quot;raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;Exmor CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;1\u002F160 sec&quot;],&quot;valSlug&quot;:[&quot;1-160-sec&quot;],&quot;name&quot;:&quot;X-sync Speed&quot;,&quot;id&quot;:5056271,&quot;slug&quot;:&quot;exposure-white-x-sync&quot;},{&quot;val&quot;:[&quot;ISO 100-32000&quot;,&quot;ISO 50&quot;,&quot;ISO 51200&quot;],&quot;valSlug&quot;:[&quot;iso-100-32000&quot;,&quot;iso-50&quot;,&quot;iso-51200&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;25000000 pixels&quot;],&quot;valSlug&quot;:[&quot;25000000&quot;],&quot;nnv&quot;:[25000000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;Auto HDR mode&quot;],&quot;valSlug&quot;:[&quot;auto-hdr-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:508226,&quot;slug&quot;:&quot;hdr-mode&quot;},{&quot;val&quot;:[&quot;electronic (with Active Mode)&quot;],&quot;valSlug&quot;:[&quot;electronic-with-active-mode&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;3 x&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[3],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;±5 EV range, in 1\u002F2 or 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;5-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - mirrorless system&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-mirrorless&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1105756,&quot;slug&quot;:&quot;generalej-product-type&quot;},{&quot;val&quot;:[&quot;3x&quot;],&quot;valSlug&quot;:[&quot;3x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;rotating&quot;],&quot;valSlug&quot;:[&quot;rotating&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;12.1 oz&quot;],&quot;valSlug&quot;:[&quot;12-1-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;16-50mm Power Zoom lens&quot;],&quot;valSlug&quot;:[&quot;16-50mm-power-zoom&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:503138,&quot;slug&quot;:&quot;lens-system-lens-included&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;921,600 pixels&quot;],&quot;valSlug&quot;:[&quot;921-600-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;8 frames per second, 3 frames per second, 6 frames per second, 11 frames per second&quot;],&quot;valSlug&quot;:[&quot;8-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:5061930,&quot;slug&quot;:&quot;additional-features-continuous-shooting&quot;},{&quot;val&quot;:[&quot;24.2 megapixels&quot;],&quot;valSlug&quot;:[&quot;24-2&quot;],&quot;nnv&quot;:[25375636],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;1.5&quot;],&quot;valSlug&quot;:[&quot;1-5&quot;],&quot;name&quot;:&quot;Field of View Crop Factor&quot;,&quot;id&quot;:5057314,&quot;slug&quot;:&quot;field-of-view-crop&quot;},{&quot;val&quot;:[&quot;Memory Stick PRO Duo card&quot;,&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-pro-duo&quot;,&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;Linear PCM&quot;],&quot;valSlug&quot;:[&quot;linear-pcm&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:504182,&quot;slug&quot;:&quot;pro-camcorder-audio-signal&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002F5c\u002F03\u002F5c039bf6-16ad-4f4e-be0a-dcd09497d2a9.xml&quot;,&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002F6b\u002F31\u002F6b31a80e-55bf-46ab-8b37-c80f587b84ec.xml&quot;],&quot;valSlug&quot;:[&quot;4f4e-be0a-dcd09497d2a9-xml&quot;,&quot;46ab-8b37-c80f587b84ec-xml&quot;],&quot;name&quot;:&quot;Product features&quot;,&quot;id&quot;:1110372,&quot;slug&quot;:&quot;product-features&quot;},{&quot;val&quot;:[&quot;H.264, XAVC S&quot;],&quot;valSlug&quot;:[&quot;h-264-xavc-s&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;Sony&quot;],&quot;valSlug&quot;:[&quot;sony&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;Exmor CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;Sony a&quot;],&quot;valSlug&quot;:[&quot;sony-a&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;Memory Stick Micro Mark2&quot;,&quot;Memory Stick PRO Duo&quot;,&quot;Memory Stick PRO-HG Duo&quot;,&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDHC UHS-I Memory Card&quot;,&quot;SDXC Memory Card&quot;,&quot;SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-micro-mark2&quot;,&quot;memory-stick-pro-duo&quot;,&quot;memory-stick-pro-hg&quot;,&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdhc-uhs-i-memory&quot;,&quot;sdxc-memory-card&quot;,&quot;sdxc-uhs-i-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;Exif Print support&quot;,&quot;PRINT Image Matching&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;exif-print-support&quot;,&quot;print-image-matching&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;remote control via mobile devices&quot;,&quot;remote live view&quot;],&quot;valSlug&quot;:[&quot;remote-control-via-mobile&quot;,&quot;remote-live-view&quot;],&quot;name&quot;:&quot;Connectivity Features&quot;,&quot;id&quot;:508294,&quot;slug&quot;:&quot;connectivity-features&quot;},{&quot;val&quot;:[&quot;Built-in speaker, AE lock, AF lock, interval shooting mode, Dynamic Range Optimizer, USB charging, Chromatic Aberration Compensation (CAC), x.v.Color technology, Intelligent AUTO (iAUTO), Touch Shutter technology, fast motion recording, Superior Auto mode, Clear Image Zoom, noise reduction over long exposures, Lens Distortion Correction, high ISO speed noise reduction, silent shooting, BRAVIA Sync function, GPS via mobile, slow motion recording, HDR Movie mode, peripheral shading correction, Background Defocus function&quot;],&quot;valSlug&quot;:[&quot;built-in-speaker-ae&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;Bluetooth 4.1&quot;,&quot;Wireless LAN&quot;],&quot;valSlug&quot;:[&quot;bluetooth-4-1&quot;,&quot;wireless-lan&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;Predictive Focus Control&quot;],&quot;valSlug&quot;:[&quot;predictive-focus-control&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:508303,&quot;slug&quot;:&quot;auto-focus-features&quot;},{&quot;val&quot;:[&quot;Marketing description is not available.&quot;],&quot;valSlug&quot;:[&quot;marketing-description-is-not&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;Electronic (with Active Mode)&quot;],&quot;valSlug&quot;:[&quot;electronic-with-active-mode&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;ED glass, aspherical lens, Lens Barrel Retraction Function&quot;],&quot;valSlug&quot;:[&quot;ed-glass-aspherical-lens&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;BIONZ X&quot;],&quot;valSlug&quot;:[&quot;bionz-x&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:5058006,&quot;slug&quot;:&quot;image-processor&quot;},{&quot;val&quot;:[&quot;24.2 Megapixel&quot;],&quot;valSlug&quot;:[&quot;24-2-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;Hot shoe&quot;],&quot;valSlug&quot;:[&quot;hot-shoe&quot;],&quot;name&quot;:&quot;Flash Terminal&quot;,&quot;id&quot;:5053395,&quot;slug&quot;:&quot;flash-terminal&quot;},{&quot;val&quot;:[&quot;LCD Monitor on&quot;],&quot;valSlug&quot;:[&quot;lcd-monitor-on&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;125 minutes&quot;,&quot;440 shots&quot;],&quot;valSlug&quot;:[&quot;125&quot;,&quot;440&quot;],&quot;nnv&quot;:[2.08,440],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;,&quot;video recording&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;,&quot;video-recording&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Landscape, portrait mode, macro, night portrait, night scene, sports mode, sunset, handheld twilight, anti-motion blur&quot;],&quot;valSlug&quot;:[&quot;landscape-portrait-mode-macro&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:5065189,&quot;slug&quot;:&quot;shooting-programs&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;40.5 mm&quot;],&quot;valSlug&quot;:[&quot;40-5-mm&quot;],&quot;name&quot;:&quot;Filter Size&quot;,&quot;id&quot;:5060594,&quot;slug&quot;:&quot;lens-systemjd2f4ba-filter-size&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1109974,&quot;slug&quot;:&quot;displaypb-type&quot;},{&quot;val&quot;:[&quot;Predictive Focus Control&quot;],&quot;valSlug&quot;:[&quot;predictive-focus-control&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:5072778,&quot;slug&quot;:&quot;general-auto-focus-features&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 3.1&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-3-1&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;Black &amp; White&quot;,&quot;HDR Painting&quot;,&quot;High contrast monochrome&quot;,&quot;Illustration&quot;,&quot;Landscape&quot;,&quot;Miniature&quot;,&quot;Pop Color&quot;,&quot;Portrait&quot;,&quot;Posterization&quot;,&quot;Retro&quot;,&quot;Rich-tone monochrome&quot;,&quot;Sepia&quot;,&quot;Soft Focus&quot;,&quot;Soft High-key&quot;,&quot;Sunset&quot;,&quot;Toy camera&quot;,&quot;Vivid&quot;,&quot;Water Color&quot;,&quot;partial color&quot;],&quot;valSlug&quot;:[&quot;black-white&quot;,&quot;hdr-painting&quot;,&quot;high-contrast-monochrome&quot;,&quot;illustration&quot;,&quot;landscape&quot;,&quot;miniature&quot;,&quot;pop-color&quot;,&quot;portrait&quot;,&quot;posterization&quot;,&quot;retro&quot;,&quot;rich-tone-monochrome&quot;,&quot;sepia&quot;,&quot;soft-focus&quot;,&quot;soft-high-key&quot;,&quot;sunset&quot;,&quot;toy-camera&quot;,&quot;vivid&quot;,&quot;water-color&quot;,&quot;partial-color&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:501207,&quot;slug&quot;:&quot;video-input-special-effects&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;anti-motion blur&quot;,&quot;handheld twilight&quot;,&quot;landscape&quot;,&quot;macro&quot;,&quot;night portrait&quot;,&quot;night scene&quot;,&quot;portrait mode&quot;,&quot;sports mode&quot;,&quot;sunset&quot;],&quot;valSlug&quot;:[&quot;anti-motion-blur&quot;,&quot;handheld-twilight&quot;,&quot;landscape&quot;,&quot;macro&quot;,&quot;night-portrait&quot;,&quot;night-scene&quot;,&quot;portrait-mode&quot;,&quot;sports-mode&quot;,&quot;sunset&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:501206,&quot;slug&quot;:&quot;exposure-parameters-shooting-programs&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;Face Detection AF\u002FAE&quot;,&quot;Self Portrait Auto Shutter&quot;,&quot;eye Detect AF&quot;],&quot;valSlug&quot;:[&quot;face-detection-af-ae&quot;,&quot;self-portrait-auto-shutter&quot;,&quot;eye-detect-af&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000&quot;],&quot;nnv&quot;:[0.00025],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;9.8 in&quot;],&quot;valSlug&quot;:[&quot;9-8-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;24 - 77mm&quot;],&quot;valSlug&quot;:[&quot;24-77mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002Fa1\u002F0a\u002Fa10a2ba0-a016-438f-8331-f71df43104bc.xml&quot;,&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002Fdf\u002F1d\u002Fdf1d2d7f-8982-445b-a660-de8af18f5e79.xml&quot;],&quot;valSlug&quot;:[&quot;438f-8331-f71df43104bc-xml&quot;,&quot;445b-a660-de8af18f5e79-xml&quot;],&quot;name&quot;:&quot;Key Selling Points&quot;,&quot;id&quot;:1109998,&quot;slug&quot;:&quot;key-selling-points&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2021-09-02 12:13:28&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1630584.808},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:41&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.781},&quot;slug&quot;:{&quot;date&quot;:&quot;2021-09-02 14:46:45&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1630594.005},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2021-09-02 14:46:45&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1630594.005}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;869e2674-52b2-4b37-b631-fde1d16ea4ad&quot;,&quot;filename&quot;:&quot;869e2674-52b2-4b37-b631-fde1d16ea4ad.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2021-08-05 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1628121.6},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Sony&quot;,&quot;id&quot;:275235,&quot;slug&quot;:&quot;sony&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.sony.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:79800,&quot;high&quot;:79999,&quot;avg&quot;:79866,&quot;median&quot;:79800,&quot;numOffers&quot;:3,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2023-01-06 13:59:25&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673013.565},&quot;lowRId&quot;:278703,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc1CZT%2Fp_158ZVE10LB%2FSony-Alpha-ZV-E10-Vlog-Camera-Kit-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=&amp;oid=17079712294&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=825e717c23320e32&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90&quot;,&quot;lowUuid&quot;:&quot;c8e1c9ab-bc30-4465-9f0a-80d1305563a2&quot;,&quot;msrp&quot;:79999},&quot;product&quot;:{&quot;upc&quot;:[&quot;0027242922129&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;cdsId&quot;:&quot;s25716006&quot;,&quot;catId&quot;:30040203,&quot;msrp&quot;:79999,&quot;catName&quot;:&quot;Mirrorless System Digital Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;12.1 oz&quot;],&quot;valSlug&quot;:[&quot;12-1&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;2.5 in&quot;],&quot;valSlug&quot;:[&quot;2-5&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.8 in&quot;],&quot;valSlug&quot;:[&quot;1-8&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.5 in&quot;],&quot;valSlug&quot;:[&quot;4-5&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;15.6 x 23.5 mm&quot;],&quot;valSlug&quot;:[&quot;15-6-x-23&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;24.2 megapixels&quot;],&quot;valSlug&quot;:[&quot;24-2&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;Exmor CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Sony a ZV-E10L - digital camera 16-50mm Power Zoom lens&quot;,&quot;psku&quot;:[&quot;6473808&quot;],&quot;sku&quot;:[&quot;ILCZVE10L\u002FB&quot;],&quot;slug&quot;:&quot;sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;6473808&quot;,&quot;valSlug&quot;:&quot;6473808&quot;,&quot;pipId&quot;:300628}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:10&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.23}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F31sMCjDY6lL._SL160_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:79800,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:79800,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB09BBLH4SG\u002Fref=asc_df_B09BBLH4SG1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B09BBLH4SG&amp;linkCode=asn&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:34,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:10&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.23}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300628,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FreF27hVMxJK_wRfjphTUXRk8ehY=\u002F2019\u002F05\u002F16\u002Fe2e0f448-efe2-4a83-81a0-343c5c60e55e\u002Fcropped-merchant-logos-best-buy.png&quot;,&quot;name&quot;:&quot;Best Buy&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:79999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:79999,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6473808%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6473808.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:12,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:10&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.23}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:278703,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fbo6cvnBLFBI39DHV9Rmzm-qZkzM=\u002F2019\u002F05\u002F16\u002Fa5a0949e-dc46-4f59-82ac-be8c2f70ba6c\u002Fcropped-merchant-logos-crutchfield.png&quot;,&quot;name&quot;:&quot;Crutchfield&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:79800,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;VA&quot;],&quot;totalPrice&quot;:79800,&quot;tTag&quot;:&quot;cxity&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc1CZT%2Fp_158ZVE10LB%2FSony-Alpha-ZV-E10-Vlog-Camera-Kit-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=&amp;oid=17079712294&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=825e717c23320e32&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2021-09-02 14:46:45&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1630594.005}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2021-09-02 14:46:45&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1630594.005}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;c8e1c9ab-bc30-4465-9f0a-80d1305563a2&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;}}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"62cac0be-d844-41a8-add0-2448301ac834\" edition=\"us\" description=\"\u003Cp\u003E\u003Cstrong\u003ESpecs:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&amp;nbsp;64 MP |&amp;nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&amp;nbsp;.26 pounds |&amp;nbsp;\u003Cstrong\u003EDigital zoom: \u003C\u002Fstrong\u003E8x |&amp;nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&amp;nbsp;4K |&amp;nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&amp;nbsp;Up to 60 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen I first got my hands on one of these DJI Pocket cameras, I was shocked how this small camera could capture better content than my iPhone 13. It's been on my Amazon wishlist ever since, and it weighs just over a quarter of a pound for easy portability.\u003C\u002Fp\u003E\u003Cp\u003EThis camera can capture high movement videos with excellent smoothness with its 3-axis gimbal. Along with the smooth continuity, your subject will be kept in the shot with ActiveTrack 3.0 technology.&amp;nbsp;\u003C\u002Fp\u003E\u003Cp\u003EDespite its small size, the DJI Pocket 2 can take up to 8x zoom photos on its 64MP camera. But this camera doesn't need you to zoom in to get the best shots. The combination of the upgraded 1\u002F1.7-inch sensor and the 20mm f\u002F1.8 lens creates a wide view to capture panoramic shots, large-group selfies, and amazing timelapses.\u003C\u002Fp\u003E\" hed=\"DJI Pocket 2\" superlative=\"Best value vlogging camera\" imagegroup=\"{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;Best Buy&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;73824534-341e-494b-99c2-c7fff9fab775&quot;,&quot;title&quot;:&quot;DJI Pocket 2&quot;,&quot;filename&quot;:&quot;dji-pocket-2.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F09\u002F30\u002F73824534-341e-494b-99c2-c7fff9fab775\u002Fdji-pocket-2.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;size&quot;:103061,&quot;width&quot;:1296,&quot;height&quot;:720,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-09-30 20:49:04&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-30 20:49:07&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;dji-pocket-2&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;73824534-341e-494b-99c2-c7fff9fab775&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;imageCredit&quot;:&quot;Best Buy&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;dji-pocket-2.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F09\u002F30&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:720,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" overridecredit=\"Best Buy\" merchantoffers=\"[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;349&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;350&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fdji-pocket-2-3-axis-stabilized-handheld-camera\u002F6431048.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;}]\" usepricing=\"true\" like=\"~ Gimbal creates smooth movement ~ Lightweight ~ impressive battery\" dislike=\"~ Audio quality lacks\" data-key=\"cnetlisticle__62cac0be-d844-41a8-add0-2448301ac834\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c837bd9527a172d21d&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;62cac0be-d844-41a8-add0-2448301ac834&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;Specs:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;strong&gt;Megapixels:&lt;\u002Fstrong&gt;&amp;nbsp;64 MP |&amp;nbsp;&lt;strong&gt;Body weight:&lt;\u002Fstrong&gt;&amp;nbsp;.26 pounds |&amp;nbsp;&lt;strong&gt;Digital zoom: &lt;\u002Fstrong&gt;8x |&amp;nbsp;&lt;strong&gt;Video resolution:&lt;\u002Fstrong&gt;&amp;nbsp;4K |&amp;nbsp;&lt;strong&gt;Frames per second:&lt;\u002Fstrong&gt;&amp;nbsp;Up to 60 fps&lt;\u002Fp&gt;&lt;p&gt;When I first got my hands on one of these DJI Pocket cameras, I was shocked how this small camera could capture better content than my iPhone 13. It&#x27;s been on my Amazon wishlist ever since, and it weighs just over a quarter of a pound for easy portability.&lt;\u002Fp&gt;&lt;p&gt;This camera can capture high movement videos with excellent smoothness with its 3-axis gimbal. Along with the smooth continuity, your subject will be kept in the shot with ActiveTrack 3.0 technology.&amp;nbsp;&lt;\u002Fp&gt;&lt;p&gt;Despite its small size, the DJI Pocket 2 can take up to 8x zoom photos on its 64MP camera. But this camera doesn&#x27;t need you to zoom in to get the best shots. The combination of the upgraded 1\u002F1.7-inch sensor and the 20mm f\u002F1.8 lens creates a wide view to capture panoramic shots, large-group selfies, and amazing timelapses.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;~ Audio quality lacks&quot;,&quot;hed&quot;:&quot;DJI Pocket 2&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;Best Buy&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;Best Buy&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;73824534-341e-494b-99c2-c7fff9fab775&quot;,&quot;title&quot;:&quot;DJI Pocket 2&quot;,&quot;filename&quot;:&quot;dji-pocket-2.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F09\u002F30\u002F73824534-341e-494b-99c2-c7fff9fab775\u002Fdji-pocket-2.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;size&quot;:103061,&quot;width&quot;:1296,&quot;height&quot;:720,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-09-30 20:49:04&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-30 20:49:07&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;dji-pocket-2&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;73824534-341e-494b-99c2-c7fff9fab775&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCredit&quot;:&quot;Best Buy&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;dji-pocket-2.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F09\u002F30&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:720,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false},&quot;isLive&quot;:true,&quot;like&quot;:&quot;~ Gimbal creates smooth movement ~ Lightweight ~ impressive battery&quot;,&quot;merchantOffers&quot;:[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;349&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;350&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fdji-pocket-2-3-axis-stabilized-handheld-camera\u002F6431048.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;}],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:51.059229&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959051000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;Best value vlogging camera&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;c923267f-0094-48a4-81eb-fd85a376b6ad&quot;,&quot;slug&quot;:&quot;dji-pocket-2-action-camera&quot;,&quot;name&quot;:&quot;DJI Pocket 2 - action camera&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981206326},&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true,&quot;techProd&quot;:{&quot;id&quot;:&quot;c923267f-0094-48a4-81eb-fd85a376b6ad&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;microSD Card, microSDHC Card, microSDXC Card&quot;],&quot;valSlug&quot;:[&quot;microsd-card-microsdhc-card&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;24372587&quot;],&quot;valSlug&quot;:[&quot;24372587&quot;],&quot;nnv&quot;:[24372587],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;14.9 mm (1\u002F1.7\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;14-9-mm-1&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Wide-angle lens f\u002F1.8 - wide angle&quot;],&quot;valSlug&quot;:[&quot;wide-angle-lens-f&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1102596,&quot;slug&quot;:&quot;lens-systemlb-type&quot;},{&quot;val&quot;:[&quot;8x&quot;],&quot;valSlug&quot;:[&quot;8x&quot;],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:5063770,&quot;slug&quot;:&quot;general-digital-zoom&quot;},{&quot;val&quot;:[&quot;9216 x 6912&quot;],&quot;valSlug&quot;:[&quot;9216-x-6912&quot;],&quot;name&quot;:&quot;Image Storage&quot;,&quot;id&quot;:1102856,&quot;slug&quot;:&quot;memory-storage-image-storage&quot;},{&quot;val&quot;:[&quot;HDR Movie mode&quot;],&quot;valSlug&quot;:[&quot;hdr-movie-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:5072976,&quot;slug&quot;:&quot;general-hdr-mode&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;nnv&quot;:[6400],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;Video recording - 140 minutes (Full HD resolution)&quot;],&quot;valSlug&quot;:[&quot;video-recording-140-minutes&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1110069,&quot;slug&quot;:&quot;batteryjd-battery-life-details&quot;},{&quot;val&quot;:[&quot;action camera&quot;],&quot;valSlug&quot;:[&quot;action-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO 100-6400&quot;],&quot;valSlug&quot;:[&quot;iso-100-6400&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;microSD card&quot;],&quot;valSlug&quot;:[&quot;microsd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;1\u002F1.7\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-1-7&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;Panorama Capture&quot;,&quot;slow motion recording&quot;],&quot;valSlug&quot;:[&quot;panorama-capture&quot;,&quot;slow-motion-recording&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;DNG (RAW)&quot;,&quot;JPEG&quot;],&quot;valSlug&quot;:[&quot;dng-raw&quot;,&quot;jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;1.5 in&quot;],&quot;valSlug&quot;:[&quot;1-5-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;program&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;program&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;ISO 100-6400&quot;],&quot;valSlug&quot;:[&quot;iso-100-6400&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;HDR Movie mode&quot;],&quot;valSlug&quot;:[&quot;hdr-movie-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:508226,&quot;slug&quot;:&quot;hdr-mode&quot;},{&quot;val&quot;:[&quot;optical (3-axis gimbal)&quot;],&quot;valSlug&quot;:[&quot;optical-3-axis-gimbal&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:508224,&quot;slug&quot;:&quot;built-in-optical-image&quot;},{&quot;val&quot;:[&quot;8 sec&quot;],&quot;valSlug&quot;:[&quot;8&quot;],&quot;nnv&quot;:[8],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;DJI Pocket 2 - action camera&quot;],&quot;valSlug&quot;:[&quot;dji-pocket-2-action-camera&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;USB-C&quot;],&quot;valSlug&quot;:[&quot;usb-c&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;built-in&quot;],&quot;valSlug&quot;:[&quot;built-in&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;875 mAh&quot;],&quot;valSlug&quot;:[&quot;875&quot;],&quot;nnv&quot;:[0.875],&quot;name&quot;:&quot;Capacity&quot;,&quot;id&quot;:503384,&quot;slug&quot;:&quot;supported-battery-capacity&quot;},{&quot;val&quot;:[&quot;4.13 oz&quot;],&quot;valSlug&quot;:[&quot;4-13-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6431048&amp;u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6431048%2Fpdp&amp;intsrc=CATF_4831&quot;],&quot;valSlug&quot;:[&quot;https-bestbuy-7tiv-net&quot;],&quot;name&quot;:&quot;LinkModel&quot;,&quot;id&quot;:1000044,&quot;slug&quot;:&quot;linkmodel&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;6431048&quot;],&quot;valSlug&quot;:[&quot;6431048&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;256 GB&quot;],&quot;valSlug&quot;:[&quot;256-gb&quot;],&quot;name&quot;:&quot;Memory Card Max Supported Size&quot;,&quot;id&quot;:5068331,&quot;slug&quot;:&quot;memory-storagejk-memory-card&quot;},{&quot;val&quot;:[&quot;Automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;lithium polymer&quot;],&quot;valSlug&quot;:[&quot;lithium-polymer&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;microSD card&quot;],&quot;valSlug&quot;:[&quot;microsd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;AAC&quot;],&quot;valSlug&quot;:[&quot;aac&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:504182,&quot;slug&quot;:&quot;pro-camcorder-audio-signal&quot;},{&quot;val&quot;:[&quot;256 GB&quot;],&quot;valSlug&quot;:[&quot;256&quot;],&quot;nnv&quot;:[256000000000],&quot;name&quot;:&quot;Memory Card Max Supported Size&quot;,&quot;id&quot;:508277,&quot;slug&quot;:&quot;4a489-memory-card-max&quot;},{&quot;val&quot;:[&quot;directionality control&quot;,&quot;zoom&quot;],&quot;valSlug&quot;:[&quot;directionality-control&quot;,&quot;zoom&quot;],&quot;name&quot;:&quot;Microphone Features&quot;,&quot;id&quot;:502387,&quot;slug&quot;:&quot;audio-input-microphone-features&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;64 MP&quot;],&quot;valSlug&quot;:[&quot;64-mp&quot;],&quot;name&quot;:&quot;Camcorder Sensor Resolution&quot;,&quot;id&quot;:5060408,&quot;slug&quot;:&quot;camcorder-sensor-resolution&quot;},{&quot;val&quot;:[&quot;DJI&quot;],&quot;valSlug&quot;:[&quot;dji&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;Program, automatic&quot;],&quot;valSlug&quot;:[&quot;program-automatic&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;DJI&quot;],&quot;valSlug&quot;:[&quot;dji&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;microSD Card&quot;,&quot;microSDHC Card&quot;,&quot;microSDXC Card&quot;],&quot;valSlug&quot;:[&quot;microsd-card&quot;,&quot;microsdhc-card&quot;,&quot;microsdxc-card&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;Lithium polymer - manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;lithium-polymer-manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;Panorama Capture, slow motion recording, Wi-Fi ready, ActiveTrack 3.0, AI Editor, Story Mode&quot;],&quot;valSlug&quot;:[&quot;panorama-capture-slow-motion&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;4.13 oz&quot;],&quot;valSlug&quot;:[&quot;4-13&quot;],&quot;nnv&quot;:[117.08343],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, DNG (RAW)&quot;],&quot;valSlug&quot;:[&quot;jpeg-dng-raw&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;4.9 in&quot;],&quot;valSlug&quot;:[&quot;4-9&quot;],&quot;nnv&quot;:[0.12446],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.2 in&quot;],&quot;valSlug&quot;:[&quot;1-2&quot;],&quot;nnv&quot;:[0.03048],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;1.5 in&quot;],&quot;valSlug&quot;:[&quot;1-5&quot;],&quot;nnv&quot;:[0.0381],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;1\u002F1.7\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-1-7&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;Pocket-sized and extremely portable, DJI Pocket 2 is a tiny camera that lets you single-handedly record memorable moments. Equipped to stabilize movement and take sharp photos and smooth videos, Pocket 2 gives you the freedom to create magic at hand.&quot;],&quot;valSlug&quot;:[&quot;pocket-sized-and-extremely&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;,&quot;2720 x 1530&quot;,&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;,&quot;2720-x-1530&quot;,&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;Optical (3-axis gimbal)&quot;],&quot;valSlug&quot;:[&quot;optical-3-axis-gimbal&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;3 sec&quot;,&quot;5 sec&quot;],&quot;valSlug&quot;:[&quot;3-sec&quot;,&quot;5-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;875 mAh (included)&quot;],&quot;valSlug&quot;:[&quot;875-mah-included&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;Full HD resolution&quot;],&quot;valSlug&quot;:[&quot;full-hd-resolution&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;USB&quot;,&quot;accessory port&quot;],&quot;valSlug&quot;:[&quot;usb&quot;,&quot;accessory-port&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;140 minutes&quot;],&quot;valSlug&quot;:[&quot;140&quot;],&quot;nnv&quot;:[2.33],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;video recording&quot;],&quot;valSlug&quot;:[&quot;video-recording&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;0190021032057&quot;],&quot;valSlug&quot;:[&quot;0190021032057&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;CP.OS.00000146.01&quot;],&quot;valSlug&quot;:[&quot;cpos0000014601&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;8 sec&quot;],&quot;valSlug&quot;:[&quot;8-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;AAC&quot;],&quot;valSlug&quot;:[&quot;aac&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:5059300,&quot;slug&quot;:&quot;audio-signal-format&quot;},{&quot;val&quot;:[&quot;8 x&quot;],&quot;valSlug&quot;:[&quot;8&quot;],&quot;nnv&quot;:[8],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:500652,&quot;slug&quot;:&quot;video-input-digital-zoom&quot;},{&quot;val&quot;:[&quot;Action camera - 4K&quot;],&quot;valSlug&quot;:[&quot;action-camera-4k&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1102524,&quot;slug&quot;:&quot;generalma-product-type&quot;},{&quot;val&quot;:[&quot;Time-Lapse recording, hyperlapse recording, motionlapse recording&quot;],&quot;valSlug&quot;:[&quot;time-lapse-recording-hyperlapse&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5070304,&quot;slug&quot;:&quot;action-camera-features&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;USB Type-C&quot;],&quot;valSlug&quot;:[&quot;usb-type-c&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6431\u002F6431048cv1d.jpg&quot;],&quot;valSlug&quot;:[&quot;https-pisces-bbystatic-com&quot;],&quot;name&quot;:&quot;Image File Name\u002FLocation&quot;,&quot;id&quot;:100019,&quot;slug&quot;:&quot;image-file-name-location&quot;},{&quot;val&quot;:[&quot;S24372587&quot;],&quot;valSlug&quot;:[&quot;s24372587&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1.2 in&quot;],&quot;valSlug&quot;:[&quot;1-2-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;Carrying case, remote control, tripod adapter, wrist strap, USB power cable, smartphone adapter (lighting), smartphone adapter (USB-C)&quot;],&quot;valSlug&quot;:[&quot;carrying-case-remote-control&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109677,&quot;slug&quot;:&quot;miscellaneousre-included-accessories&quot;},{&quot;val&quot;:[&quot;USB power cable&quot;,&quot;carrying case&quot;,&quot;remote control&quot;,&quot;smartphone adapter (USB-C)&quot;,&quot;smartphone adapter (lighting)&quot;,&quot;tripod adapter&quot;,&quot;wrist strap&quot;],&quot;valSlug&quot;:[&quot;usb-power-cable&quot;,&quot;carrying-case&quot;,&quot;remote-control&quot;,&quot;smartphone-adapter-usb-c&quot;,&quot;smartphone-adapter-lighting&quot;,&quot;tripod-adapter&quot;,&quot;wrist-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;20 m&quot;],&quot;valSlug&quot;:[&quot;20&quot;],&quot;nnv&quot;:[20],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;USB-C&quot;],&quot;valSlug&quot;:[&quot;usb-c&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;mountable&quot;],&quot;valSlug&quot;:[&quot;mountable&quot;],&quot;name&quot;:&quot;Camera Type&quot;,&quot;id&quot;:507599,&quot;slug&quot;:&quot;ea4a4-camera-type&quot;},{&quot;val&quot;:[&quot;1\u002F8000 sec&quot;],&quot;valSlug&quot;:[&quot;1-8000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1109980,&quot;slug&quot;:&quot;displayjf-type&quot;},{&quot;val&quot;:[&quot;1 CMOS&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Sensor Qty&quot;,&quot;id&quot;:503497,&quot;slug&quot;:&quot;optical-sensor-sensor-qty&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;Built-in&quot;],&quot;valSlug&quot;:[&quot;built-in&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;Time-Lapse recording&quot;],&quot;valSlug&quot;:[&quot;time-lapse-recording&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:507602,&quot;slug&quot;:&quot;334a8-features&quot;},{&quot;val&quot;:[&quot;Mountable&quot;],&quot;valSlug&quot;:[&quot;mountable&quot;],&quot;name&quot;:&quot;Camera Type&quot;,&quot;id&quot;:5068698,&quot;slug&quot;:&quot;action-camera-camera-type&quot;},{&quot;val&quot;:[&quot;93 degrees&quot;],&quot;valSlug&quot;:[&quot;93-degrees&quot;],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:5061781,&quot;slug&quot;:&quot;lens-systemlb-max-view&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;1\u002F8000 sec&quot;],&quot;valSlug&quot;:[&quot;1-8000&quot;],&quot;nnv&quot;:[0.00013],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;DJI Mimo App&quot;],&quot;valSlug&quot;:[&quot;dji-mimo-app&quot;],&quot;name&quot;:&quot;Software&quot;,&quot;id&quot;:5058477,&quot;slug&quot;:&quot;software-software&quot;},{&quot;val&quot;:[&quot;H.264 - 3840 x 2160 p - 24 - 60 fps ¦ H.264 - 2720 x 1530 p - 24 - 60 fps ¦ H.264 - 1920 x 1080 p - 24 - 60 fps&quot;],&quot;valSlug&quot;:[&quot;h-264-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;60 fps&quot;],&quot;valSlug&quot;:[&quot;60&quot;],&quot;nnv&quot;:[60],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;Zoom, directionality control, DJI Matrix Stereo technology&quot;],&quot;valSlug&quot;:[&quot;zoom-directionality-control-dji&quot;],&quot;name&quot;:&quot;Microphone Features&quot;,&quot;id&quot;:5061536,&quot;slug&quot;:&quot;microphone-features&quot;},{&quot;val&quot;:[&quot;f\u002F1.8&quot;],&quot;valSlug&quot;:[&quot;f-1-8&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;wide angle&quot;],&quot;valSlug&quot;:[&quot;wide-angle&quot;],&quot;name&quot;:&quot;Special Functions&quot;,&quot;id&quot;:500982,&quot;slug&quot;:&quot;lens-system-special-functions&quot;},{&quot;val&quot;:[&quot;wide-angle lens&quot;],&quot;valSlug&quot;:[&quot;wide-angle-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;USB (USB Type-C) ¦ Accessory port&quot;],&quot;valSlug&quot;:[&quot;usb-usb-type-c&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1102826,&quot;slug&quot;:&quot;connectionsjb-connector-type&quot;},{&quot;val&quot;:[&quot;93 degrees&quot;],&quot;valSlug&quot;:[&quot;93&quot;],&quot;nnv&quot;:[93],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:500988,&quot;slug&quot;:&quot;lens-system-max-view&quot;},{&quot;val&quot;:[&quot;20mm&quot;],&quot;valSlug&quot;:[&quot;20mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;4.9 in&quot;],&quot;valSlug&quot;:[&quot;4-9-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2020-11-16 10:11:56&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1605521.516},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-05 21:12:14&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1672953.134},&quot;slug&quot;:{&quot;date&quot;:&quot;2020-11-16 10:47:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1605523.663},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2020-11-16 10:47:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1605523.663}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;705bb306-a58b-492f-b5eb-7d64d6c3aeea&quot;,&quot;filename&quot;:&quot;705bb306-a58b-492f-b5eb-7d64d6c3aeea.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2020-12-10 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1607558.4},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;DJI&quot;,&quot;id&quot;:15011426,&quot;slug&quot;:&quot;dji&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.dji.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:34900,&quot;high&quot;:34999,&quot;avg&quot;:34965,&quot;median&quot;:34995,&quot;numOffers&quot;:3,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:14&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.234},&quot;lowRId&quot;:300346,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08J7FL57P\u002Fref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&amp;creative=395261&amp;creativeASIN=B08J7FL57P&amp;linkCode=asn&quot;,&quot;lowUuid&quot;:&quot;c923267f-0094-48a4-81eb-fd85a376b6ad&quot;},&quot;product&quot;:{&quot;catId&quot;:30040402,&quot;catName&quot;:&quot;Action Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;4.13 oz&quot;],&quot;valSlug&quot;:[&quot;4-13&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;4.9 in&quot;],&quot;valSlug&quot;:[&quot;4-9&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.2 in&quot;],&quot;valSlug&quot;:[&quot;1-2&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;1.5 in&quot;],&quot;valSlug&quot;:[&quot;1-5&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;action camera&quot;],&quot;valSlug&quot;:[&quot;action-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;DJI Pocket 2 - action camera&quot;,&quot;upc&quot;:[&quot;0190021032057&quot;],&quot;psku&quot;:[&quot;6431048&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Video Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:video-cameras&quot;,&quot;name&quot;:&quot;Video Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;video-cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;]},&quot;sku&quot;:[&quot;CP.OS.00000146.01&quot;],&quot;slug&quot;:&quot;dji-pocket-2-action-camera&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;6431048&quot;,&quot;valSlug&quot;:&quot;6431048&quot;,&quot;pipId&quot;:300628}],&quot;cdsId&quot;:&quot;s24372587&quot;,&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Video Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:video-cameras&quot;,&quot;name&quot;:&quot;Video Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;video-cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:14&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.234}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F311Dzbrv02L._SL160_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:34900,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:34900,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08J7FL57P\u002Fref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&amp;creative=395261&amp;creativeASIN=B08J7FL57P&amp;linkCode=asn&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:14&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.234}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:15000652,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FUrsBeTeZz11suI8N2Q31qOVxMb0=\u002F2019\u002F05\u002F16\u002Fb098d3a3-a3f4-463d-9a9d-623df9756720\u002Fcropped-merchant-logos-apple.png&quot;,&quot;name&quot;:&quot;Apple&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:34995,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:34995,&quot;tTag&quot;:&quot;ir&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fapple.sjv.io\u002Fc\u002F159047\u002F473657\u002F7613?prodsku=HPFJ2ZM%2FA&amp;u=https%3A%2F%2Fwww.apple.com%2Fus%2Fshop%2Fgo%2Fproduct%2FHPFJ2&amp;intsrc=CATF_3652&amp;subId1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:34,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:37:14&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.234}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300628,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FreF27hVMxJK_wRfjphTUXRk8ehY=\u002F2019\u002F05\u002F16\u002Fe2e0f448-efe2-4a83-81a0-343c5c60e55e\u002Fcropped-merchant-logos-best-buy.png&quot;,&quot;name&quot;:&quot;Best Buy&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:34999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:34999,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6431048%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6431048.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;dji-pocket-2-action-camera&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2020-11-16 10:47:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1605523.663}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;dji-pocket-2-action-camera&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2020-11-16 10:47:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1605523.663}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;c923267f-0094-48a4-81eb-fd85a376b6ad&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;}}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"ddfc2a70-05c6-4120-922e-7179568adfdd\" edition=\"us\" description=\"\u003Cp\u003E\u003Cstrong\u003ESpecs:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&amp;nbsp;23 MP |&amp;nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&amp;nbsp;.34 pounds |&amp;nbsp;\u003Cstrong\u003EDigital zoom: \u003C\u002Fstrong\u003E2x |&amp;nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&amp;nbsp;5.3K |&amp;nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&amp;nbsp;Up to 240 fps\u003C\u002Fp\u003E\u003Cp\u003EGoPros have become a staple in sports photography. With over 30 mounts and accessories, you can attach this camera to virtually anything. Additionally, there isn't an environment where you can't use this camera. With a tough build and waterproof capabilities up to 33 feet.\u003C\u002Fp\u003E\u003Cp\u003EThough the camera is primarily for capturing content while in action, using this camera to vlog could be perfect if you film in extreme conditions. At just $400, this camera has the capability to film 5.3K resolution at 60 fps - something no other camera on this list has. On top of the incredible resolution, there are screens on both the front and back of the camera body for creators to make sure their shots are perfect.\u003C\u002Fp\u003E\u003Cp\u003E\u003Cstrong\u003ERead the review:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Ca href=&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fproduct\u002Fgopro-hero10-black\u002F&quot; target=&quot;_blank&quot;\u003E\u003Cstrong\u003EGoPro Hero10 Black review\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E\" hed=\"GoPro Hero10 Black\" superlative=\"Best vlogging camera for video frame rate\" imagegroup=\"{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;GoPro&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;8f75704e-ffb0-4e5e-8581-4917dd711d56&quot;,&quot;title&quot;:&quot;GoPro HERO10&quot;,&quot;filename&quot;:&quot;1296x729-1.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F8f75704e-ffb0-4e5e-8581-4917dd711d56\u002F1296x729-1.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;size&quot;:79344,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 13:49:04&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-10 13:49:15&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;GoPro&quot;,&quot;alt&quot;:&quot;1296x729-1&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;8f75704e-ffb0-4e5e-8581-4917dd711d56&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;imageCredit&quot;:&quot;GoPro&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;1296x729-1.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" overridecredit=\"GoPro\" merchantoffers=\"[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;429&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;429&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fgopro-hero10-black-action-camera\u002F6474501.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&amp;sid=subid_value&amp;url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html&quot;,&quot;offerMerchant&quot;:&quot;GoPro&quot;,&quot;offerPrice&quot;:&quot;350&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgopro.com\u002Fen\u002Fus\u002Fshop\u002Fcameras\u002Fhero10-black\u002FCHDHX-101-master.html&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&amp;sid=subid_value&amp;url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html&quot;}]\" usepricing=\"true\" like=\"~ 5.3K resolution at 60 fps ~ HyperSmooth 4.0 video stabilization ~ Incredibly durable body\" dislike=\"~ Battery life isn't great ~ More expensive without a yearly subscription\" data-key=\"cnetlisticle__ddfc2a70-05c6-4120-922e-7179568adfdd\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d22e&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;ddfc2a70-05c6-4120-922e-7179568adfdd&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;Specs:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;strong&gt;Megapixels:&lt;\u002Fstrong&gt;&amp;nbsp;23 MP |&amp;nbsp;&lt;strong&gt;Body weight:&lt;\u002Fstrong&gt;&amp;nbsp;.34 pounds |&amp;nbsp;&lt;strong&gt;Digital zoom: &lt;\u002Fstrong&gt;2x |&amp;nbsp;&lt;strong&gt;Video resolution:&lt;\u002Fstrong&gt;&amp;nbsp;5.3K |&amp;nbsp;&lt;strong&gt;Frames per second:&lt;\u002Fstrong&gt;&amp;nbsp;Up to 240 fps&lt;\u002Fp&gt;&lt;p&gt;GoPros have become a staple in sports photography. With over 30 mounts and accessories, you can attach this camera to virtually anything. Additionally, there isn&#x27;t an environment where you can&#x27;t use this camera. With a tough build and waterproof capabilities up to 33 feet.&lt;\u002Fp&gt;&lt;p&gt;Though the camera is primarily for capturing content while in action, using this camera to vlog could be perfect if you film in extreme conditions. At just $400, this camera has the capability to film 5.3K resolution at 60 fps - something no other camera on this list has. On top of the incredible resolution, there are screens on both the front and back of the camera body for creators to make sure their shots are perfect.&lt;\u002Fp&gt;&lt;p&gt;&lt;strong&gt;Read the review:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;a href=\\&quot;https:\u002F\u002Fwww.zdnet.com\u002Fproduct\u002Fgopro-hero10-black\u002F\\&quot; target=\\&quot;_blank\\&quot;&gt;&lt;strong&gt;GoPro Hero10 Black review&lt;\u002Fstrong&gt;&lt;\u002Fa&gt;&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;~ Battery life isn&#x27;t great ~ More expensive without a yearly subscription&quot;,&quot;hed&quot;:&quot;GoPro Hero10 Black&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;GoPro&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;GoPro&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;8f75704e-ffb0-4e5e-8581-4917dd711d56&quot;,&quot;title&quot;:&quot;GoPro HERO10&quot;,&quot;filename&quot;:&quot;1296x729-1.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F8f75704e-ffb0-4e5e-8581-4917dd711d56\u002F1296x729-1.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;size&quot;:79344,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 13:49:04&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-10 13:49:15&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;GoPro&quot;,&quot;alt&quot;:&quot;1296x729-1&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;8f75704e-ffb0-4e5e-8581-4917dd711d56&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCredit&quot;:&quot;GoPro&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;1296x729-1.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false},&quot;isLive&quot;:true,&quot;like&quot;:&quot;~ 5.3K resolution at 60 fps ~ HyperSmooth 4.0 video stabilization ~ Incredibly durable body&quot;,&quot;merchantOffers&quot;:[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;429&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;429&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fgopro-hero10-black-action-camera\u002F6474501.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&amp;sid=subid_value&amp;url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html&quot;,&quot;offerMerchant&quot;:&quot;GoPro&quot;,&quot;offerPrice&quot;:&quot;350&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgopro.com\u002Fen\u002Fus\u002Fshop\u002Fcameras\u002Fhero10-black\u002FCHDHX-101-master.html&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&amp;sid=subid_value&amp;url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html&quot;}],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:51.234444&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959051000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;Best vlogging camera for video frame rate&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;d462cc94-9825-463b-8a34-3a3664f1110a&quot;,&quot;slug&quot;:&quot;gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos&quot;,&quot;name&quot;:&quot;GoPro HERO10 Black - Waterproof Action Camera with Front LCD and Touch Rear Screens, 5.3K60 Ultra HD Video, 23MP Photos, 1080p Live Streaming, Webcam, Stabilization&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981206477},&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true,&quot;techProd&quot;:{&quot;id&quot;:&quot;d462cc94-9825-463b-8a34-3a3664f1110a&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;818279027259&quot;],&quot;valSlug&quot;:[&quot;0818279027259&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;CHDHX-101-TH&quot;],&quot;valSlug&quot;:[&quot;chdhx101th&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;B09QD75B95&quot;],&quot;valSlug&quot;:[&quot;b09qd75b95&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;GoPro HERO10 Black - Waterproof Action Camera with Front LCD and Touch Rear Screens, 5.3K60 Ultra HD Video, 23MP Photos, 1080p Live Streaming, Webcam, Stabilization&quot;],&quot;valSlug&quot;:[&quot;gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2022-11-03 01:01:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1667437.297},&quot;mod&quot;:{&quot;date&quot;:&quot;2022-11-03 01:01:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1667437.299},&quot;slug&quot;:{&quot;date&quot;:&quot;2022-11-03 01:01:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1667437.299}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:null,&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;GoPro&quot;,&quot;id&quot;:6290278,&quot;slug&quot;:&quot;gopro&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.goprocamera.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:37999,&quot;high&quot;:39999,&quot;avg&quot;:38999,&quot;median&quot;:38999,&quot;numOffers&quot;:2,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2023-01-06 19:22:21&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673032.941},&quot;lowRId&quot;:50000889,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F568844\u002F9383?veh=aff&amp;sourceid=imp_000011112222333344&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&amp;subId1=[subid_value]&quot;,&quot;lowUuid&quot;:&quot;d462cc94-9825-463b-8a34-3a3664f1110a&quot;},&quot;product&quot;:{&quot;name&quot;:&quot;GoPro HERO10 Black - Waterproof Action Camera with Front LCD and Touch Rear Screens, 5.3K60 Ultra HD Video, 23MP Photos, 1080p Live Streaming, Webcam, Stabilization&quot;,&quot;upc&quot;:[&quot;0818279027259&quot;],&quot;psku&quot;:[&quot;b09qd75b95&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Video Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:video-cameras&quot;,&quot;name&quot;:&quot;Video Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;video-cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;]},&quot;sku&quot;:[&quot;CHDHX-101-TH&quot;],&quot;slug&quot;:&quot;gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;B09QD75B95&quot;,&quot;pipId&quot;:1,&quot;valSlug&quot;:&quot;b09qd75b95&quot;}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Video Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:video-cameras&quot;,&quot;name&quot;:&quot;Video Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;video-cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c11cdcd-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 19:22:21&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673032.941}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:50000889,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002F5UIAzgfnBj7qNTD5whV5vug0cGw=\u002F2019\u002F05\u002F16\u002F4bb16176-b441-4985-abd2-2c13ce3a7c5f\u002Fcropped-merchant-logos-walmart.png&quot;,&quot;name&quot;:&quot;Walmart&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:37999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:37999,&quot;tTag&quot;:&quot;walmart&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F568844\u002F9383?veh=aff&amp;sourceid=imp_000011112222333344&amp;u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&amp;subId1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:&quot;See Site&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 19:22:21&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673032.941}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F31us0D4Y-qL._SL75_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:39999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:39999,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB09QD75B95?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2022-11-03 01:01:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1667437.299}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2022-11-03 01:01:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1667437.299}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;d462cc94-9825-463b-8a34-3a3664f1110a&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;}}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"f8aa8994-01a7-4536-8899-dfc09dbffc07\" edition=\"us\" description=\"\u003Cp\u003E\u003Cstrong\u003ESpecs:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&amp;nbsp;20.1 MP |&amp;nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&amp;nbsp;.67 pounds |&amp;nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E&amp;nbsp;4.2x |&amp;nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&amp;nbsp;4k |&amp;nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&amp;nbsp;Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EThe photography industry is very brand loyal. As a Canon user myself, I will continue to buy these products until something incredible makes me swap. Without an interchangeable lens, the listed weight of this camera is actually how much it weighs. Vlogging demands a steady hand, and there's no better way to ensure steadiness than with a lightweight camera. Along with being lightweight, it is also one of the smallest vlogging cameras of this quality.\u003C\u002Fp\u003E\u003Cp\u003EThis camera has the ability to shoot 4k video at 30 fps, along with the ability to live stream to Youtube directly from your camera. If you want a higher frame rate, you can get 120 fps with 1080p resolution. If you decide you want to use this camera to get photos as well as video, this device can shoot at 30 fps in RAW burst mode.\u003C\u002Fp\u003E\" hed=\"Canon PowerShot G7 X MIII\" superlative=\"Best vlogging camera for Canon users\" imagegroup=\"{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;Amazon&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;2148909e-ed9b-45f2-aeaa-1402b4fe759c&quot;,&quot;title&quot;:&quot;Canon PowerShot G7 X MIII review | Best vlogging camera&quot;,&quot;filename&quot;:&quot;canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F2148909e-ed9b-45f2-aeaa-1402b4fe759c\u002Fcanon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;size&quot;:303879,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:51&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:57&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;Canon PowerShot G7 X MIII review | Best vlogging camera&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;2148909e-ed9b-45f2-aeaa-1402b4fe759c&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;imageCredit&quot;:&quot;Amazon&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" overridecredit=\"Amazon\" merchantoffers=\"[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black\u002F6359935.p?skuId=6359935&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&amp;afCampaignId=subid_value&amp;afCreativeId=2993&amp;afPlacementId=2&quot;,&quot;offerMerchant&quot;:&quot;B&amp;H&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bhphotovideo.com\u002Fc\u002Fproduct\u002F1512529-REG\u002Fcanon_3637c026_powershot_g7_x_mark.html?ap=y&amp;smp=y&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&amp;afCampaignId=subid_value&amp;afCreativeId=2993&amp;afPlacementId=2&quot;}]\" usepricing=\"true\" like=\"~ Fantastic fps in RAW burst mode ~ Lightweight camera ~ 8.3 fps continuous shooting\" dislike=\"~ Lower megapixel than some cheaper competitors ~ Image stabilizer reduces image blur\" data-key=\"cnetlisticle__f8aa8994-01a7-4536-8899-dfc09dbffc07\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3c2&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;f8aa8994-01a7-4536-8899-dfc09dbffc07&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;Specs:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;strong&gt;Megapixels:&lt;\u002Fstrong&gt;&amp;nbsp;20.1 MP |&amp;nbsp;&lt;strong&gt;Body weight:&lt;\u002Fstrong&gt;&amp;nbsp;.67 pounds |&amp;nbsp;&lt;strong&gt;Digital zoom:&lt;\u002Fstrong&gt;&amp;nbsp;4.2x |&amp;nbsp;&lt;strong&gt;Video resolution:&lt;\u002Fstrong&gt;&amp;nbsp;4k |&amp;nbsp;&lt;strong&gt;Frames per second:&lt;\u002Fstrong&gt;&amp;nbsp;Up to 120 fps&lt;\u002Fp&gt;&lt;p&gt;The photography industry is very brand loyal. As a Canon user myself, I will continue to buy these products until something incredible makes me swap. Without an interchangeable lens, the listed weight of this camera is actually how much it weighs. Vlogging demands a steady hand, and there&#x27;s no better way to ensure steadiness than with a lightweight camera. Along with being lightweight, it is also one of the smallest vlogging cameras of this quality.&lt;\u002Fp&gt;&lt;p&gt;This camera has the ability to shoot 4k video at 30 fps, along with the ability to live stream to Youtube directly from your camera. If you want a higher frame rate, you can get 120 fps with 1080p resolution. If you decide you want to use this camera to get photos as well as video, this device can shoot at 30 fps in RAW burst mode.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;~ Lower megapixel than some cheaper competitors ~ Image stabilizer reduces image blur&quot;,&quot;hed&quot;:&quot;Canon PowerShot G7 X MIII&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;Amazon&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;Amazon&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;2148909e-ed9b-45f2-aeaa-1402b4fe759c&quot;,&quot;title&quot;:&quot;Canon PowerShot G7 X MIII review | Best vlogging camera&quot;,&quot;filename&quot;:&quot;canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F2148909e-ed9b-45f2-aeaa-1402b4fe759c\u002Fcanon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;size&quot;:303879,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:51&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:57&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;Canon PowerShot G7 X MIII review | Best vlogging camera&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;2148909e-ed9b-45f2-aeaa-1402b4fe759c&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCredit&quot;:&quot;Amazon&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false},&quot;isLive&quot;:true,&quot;like&quot;:&quot;~ Fantastic fps in RAW burst mode ~ Lightweight camera ~ 8.3 fps continuous shooting&quot;,&quot;merchantOffers&quot;:[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black\u002F6359935.p?skuId=6359935&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&amp;afCampaignId=subid_value&amp;afCreativeId=2993&amp;afPlacementId=2&quot;,&quot;offerMerchant&quot;:&quot;B&amp;H&quot;,&quot;offerPrice&quot;:&quot;749&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bhphotovideo.com\u002Fc\u002Fproduct\u002F1512529-REG\u002Fcanon_3637c026_powershot_g7_x_mark.html?ap=y&amp;smp=y&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&amp;afCampaignId=subid_value&amp;afCreativeId=2993&amp;afPlacementId=2&quot;}],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:51.779704&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959051000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;Best vlogging camera for Canon users&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;4c0593dd-1bd1-497b-b66f-f612e9960e0a&quot;,&quot;slug&quot;:&quot;canon-powershot-g7-x-mark-iii-digital-camera&quot;,&quot;name&quot;:&quot;Canon PowerShot G7 X Mark III - digital camera&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;AUTOPID&quot;,&quot;mod&quot;:1672981207715},&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true,&quot;techProd&quot;:{&quot;id&quot;:&quot;4c0593dd-1bd1-497b-b66f-f612e9960e0a&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;SD Memory Card, SDXC Memory Card, SDHC Memory Card, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card-sdxc&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;tele lens&quot;,&quot;wide lens&quot;],&quot;valSlug&quot;:[&quot;tele-lens&quot;,&quot;wide-lens&quot;],&quot;name&quot;:&quot;Lens Type&quot;,&quot;id&quot;:501252,&quot;slug&quot;:&quot;flash-range-lens-type&quot;},{&quot;val&quot;:[&quot;auto mode&quot;,&quot;fill-in mode&quot;,&quot;flash OFF mode&quot;,&quot;rear curtain sync&quot;,&quot;slow synchro&quot;],&quot;valSlug&quot;:[&quot;auto-mode&quot;,&quot;fill-in-mode&quot;,&quot;flash-off-mode&quot;,&quot;rear-curtain-sync&quot;,&quot;slow-synchro&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:501250,&quot;slug&quot;:&quot;camera-flash-flash-modes&quot;},{&quot;val&quot;:[&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - compact&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-compact&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1111061,&quot;slug&quot;:&quot;generalkd-product-type&quot;},{&quot;val&quot;:[&quot;UA lens&quot;,&quot;UD glass&quot;,&quot;aspherical lens&quot;,&quot;built-in lens shield&quot;],&quot;valSlug&quot;:[&quot;ua-lens&quot;,&quot;ud-glass&quot;,&quot;aspherical-lens&quot;,&quot;built-in-lens-shield&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;Touch Area AF&quot;],&quot;valSlug&quot;:[&quot;touch-area-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;center-weighted&quot;,&quot;evaluative&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;center-weighted&quot;,&quot;evaluative&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;31&quot;],&quot;valSlug&quot;:[&quot;31&quot;],&quot;nnv&quot;:[31],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:501517,&quot;slug&quot;:&quot;auto-focus-auto-focus&quot;},{&quot;val&quot;:[&quot;22209534&quot;],&quot;valSlug&quot;:[&quot;22209534&quot;],&quot;nnv&quot;:[22209534],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;System&quot;,&quot;id&quot;:501516,&quot;slug&quot;:&quot;auto-focus-system&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Red-Eye Reduction&quot;,&quot;id&quot;:502028,&quot;slug&quot;:&quot;camera-flash-red-eye&quot;},{&quot;val&quot;:[&quot;2 in - 19.7 in&quot;],&quot;valSlug&quot;:[&quot;2-in-19-7&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:501515,&quot;slug&quot;:&quot;lens-system-macro-focus&quot;},{&quot;val&quot;:[&quot;pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501015,&quot;slug&quot;:&quot;camera-flash-type&quot;},{&quot;val&quot;:[&quot;16 mm (1.0\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;16-mm-1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Evaluative, center-weighted, spot&quot;],&quot;valSlug&quot;:[&quot;evaluative-center-weighted-spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;4x&quot;],&quot;valSlug&quot;:[&quot;4x&quot;],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:5063770,&quot;slug&quot;:&quot;general-digital-zoom&quot;},{&quot;val&quot;:[&quot;RAW 5472 x 3648 ¦ JPEG 5472 x 3648 ¦ JPEG 3648 x 2432 ¦ JPEG 2736 x 1824 ¦ JPEG 2400 x 1600 ¦ JPEG 5472 x 3072 ¦ JPEG 3648 x 2048 ¦ JPEG 2736 x 1536 ¦ JPEG 2400 x 1344 ¦ JPEG 4864 x 3648 ¦ JPEG 3248 x 2432 ¦ JPEG 2432 x 1824 ¦ JPEG 2112 x 1600 ¦ JPEG 3648 x 3648 ¦ JPEG 2432 x 2432 ¦ JPEG 1824 x 1824 ¦ JPEG 1600 x 1600&quot;],&quot;valSlug&quot;:[&quot;raw-5472-x-3648&quot;],&quot;name&quot;:&quot;Image Storage&quot;,&quot;id&quot;:1102856,&quot;slug&quot;:&quot;memory-storage-image-storage&quot;},{&quot;val&quot;:[&quot;flash +\u002F- compensation&quot;],&quot;valSlug&quot;:[&quot;flash-compensation&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501022,&quot;slug&quot;:&quot;camera-flash-features&quot;},{&quot;val&quot;:[&quot;1.3 ft&quot;,&quot;1.6 ft&quot;],&quot;valSlug&quot;:[&quot;1-3&quot;,&quot;1-6&quot;],&quot;nnv&quot;:[0.39624,0.48768],&quot;name&quot;:&quot;Min Shooting Distance&quot;,&quot;id&quot;:501020,&quot;slug&quot;:&quot;flash-range-min-shooting&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;16.4 ft&quot;,&quot;25 ft&quot;],&quot;valSlug&quot;:[&quot;16-4&quot;,&quot;25&quot;],&quot;nnv&quot;:[4.99872,7.62],&quot;name&quot;:&quot;Max Shooting Distance&quot;,&quot;id&quot;:501019,&quot;slug&quot;:&quot;flash-range-max-shooting&quot;},{&quot;val&quot;:[&quot;HDR Movie mode&quot;],&quot;valSlug&quot;:[&quot;hdr-movie-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:5072976,&quot;slug&quot;:&quot;general-hdr-mode&quot;},{&quot;val&quot;:[&quot;10.7 oz&quot;,&quot;9.9 oz&quot;],&quot;valSlug&quot;:[&quot;10-7&quot;,&quot;9-9&quot;],&quot;nnv&quot;:[303.33965,280.66005],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500519,&quot;slug&quot;:&quot;dimensions-weightyc-weight&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;nnv&quot;:[25600],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;camera only&quot;,&quot;camera with battery and memory card&quot;],&quot;valSlug&quot;:[&quot;camera-only&quot;,&quot;camera-with-battery-and&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:510245,&quot;slug&quot;:&quot;3848b-details&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;20,100,000 pixels&quot;],&quot;valSlug&quot;:[&quot;20-100-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO auto, ISO 25600, ISO 125-12800&quot;],&quot;valSlug&quot;:[&quot;iso-auto-iso-25600&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;GPS support&quot;],&quot;valSlug&quot;:[&quot;gps-support&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;1.0\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;20 frames per second&quot;,&quot;30 frames per second&quot;,&quot;8 frames per second&quot;],&quot;valSlug&quot;:[&quot;20-frames-per-second&quot;,&quot;30-frames-per-second&quot;,&quot;8-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:508222,&quot;slug&quot;:&quot;d949f-continuous-shooting-speed&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;1600 x 1600&quot;,&quot;1824 x 1824&quot;,&quot;2112 x 1600&quot;,&quot;2400 x 1344&quot;,&quot;2400 x 1600&quot;,&quot;2432 x 1824&quot;,&quot;2432 x 2432&quot;,&quot;2736 x 1536&quot;,&quot;2736 x 1824&quot;,&quot;3248 x 2432&quot;,&quot;3648 x 2048&quot;,&quot;3648 x 2432&quot;,&quot;3648 x 3648&quot;,&quot;4864 x 3648&quot;,&quot;5472 x 3072&quot;,&quot;5472 x 3648&quot;],&quot;valSlug&quot;:[&quot;1600-x-1600&quot;,&quot;1824-x-1824&quot;,&quot;2112-x-1600&quot;,&quot;2400-x-1344&quot;,&quot;2400-x-1600&quot;,&quot;2432-x-1824&quot;,&quot;2432-x-2432&quot;,&quot;2736-x-1536&quot;,&quot;2736-x-1824&quot;,&quot;3248-x-2432&quot;,&quot;3648-x-2048&quot;,&quot;3648-x-2432&quot;,&quot;3648-x-3648&quot;,&quot;4864-x-3648&quot;,&quot;5472-x-3072&quot;,&quot;5472-x-3648&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:500539,&quot;slug&quot;:&quot;still-image-image-resolution&quot;},{&quot;val&quot;:[&quot;Auto Lighting Optimizer&quot;,&quot;Backlight Correction HDR&quot;,&quot;GPS via mobile&quot;,&quot;Panorama Capture&quot;,&quot;Time-Lapse recording&quot;,&quot;USB charging&quot;,&quot;histogram display&quot;,&quot;in-camera RAW processing&quot;],&quot;valSlug&quot;:[&quot;auto-lighting-optimizer&quot;,&quot;backlight-correction-hdr&quot;,&quot;gps-via-mobile&quot;,&quot;panorama-capture&quot;,&quot;time-lapse-recording&quot;,&quot;usb-charging&quot;,&quot;histogram-display&quot;,&quot;in-camera-raw-processing&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;1-inch&quot;],&quot;valSlug&quot;:[&quot;1-inch&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;,&quot;RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;,&quot;raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent light (cool white)&quot;,&quot;incandescent&quot;,&quot;shade&quot;],&quot;valSlug&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent-light-cool-white&quot;,&quot;incandescent&quot;,&quot;shade&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:501830,&quot;slug&quot;:&quot;white-balancejd-white-balance&quot;},{&quot;val&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;valSlug&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;ISO 25600&quot;,&quot;ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-25600&quot;,&quot;iso-auto&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;20900000 pixels&quot;],&quot;valSlug&quot;:[&quot;20900000&quot;],&quot;nnv&quot;:[20900000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;HDR Movie mode&quot;],&quot;valSlug&quot;:[&quot;hdr-movie-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:508226,&quot;slug&quot;:&quot;hdr-mode&quot;},{&quot;val&quot;:[&quot;optical (Intelligent IS with 5-axis Advanced Dynamic Mode)&quot;],&quot;valSlug&quot;:[&quot;optical-intelligent-is-with&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:508224,&quot;slug&quot;:&quot;built-in-optical-image&quot;},{&quot;val&quot;:[&quot;4.2 x&quot;],&quot;valSlug&quot;:[&quot;4-2&quot;],&quot;nnv&quot;:[4.2],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Photo shooting - 235 shots ¦ Photo shooting - 320 shots (ECO mode) ¦ Playback - 5 hours&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-235-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1104731,&quot;slug&quot;:&quot;battery-battery-life-details&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Canon PowerShot G7 X Mark III - digital camera&quot;],&quot;valSlug&quot;:[&quot;canon-powershot-g7-x-mark-iii-digital-camera&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;2 in - 19.7 in&quot;],&quot;valSlug&quot;:[&quot;2-in-19-7&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:5061123,&quot;slug&quot;:&quot;macro-focus-range&quot;},{&quot;val&quot;:[&quot;HDMI, USB-C, IEEE 802.11b\u002Fg\u002Fn, Bluetooth 4.1&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-c-ieee&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;Canon NB-13L&quot;],&quot;valSlug&quot;:[&quot;canon-nb-13l&quot;],&quot;name&quot;:&quot;Form Factor&quot;,&quot;id&quot;:503382,&quot;slug&quot;:&quot;supported-batteryjd-form-factor&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Quantity&quot;,&quot;id&quot;:503381,&quot;slug&quot;:&quot;supported-battery-quantity&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1102915,&quot;slug&quot;:&quot;displaype-type&quot;},{&quot;val&quot;:[&quot;4.2x&quot;],&quot;valSlug&quot;:[&quot;4-2x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;Canon NB-13L&quot;],&quot;valSlug&quot;:[&quot;canon-nb-13l&quot;],&quot;name&quot;:&quot;Manufacturer Battery Name&quot;,&quot;id&quot;:503379,&quot;slug&quot;:&quot;battery-manufacturer-battery-name&quot;},{&quot;val&quot;:[&quot;Motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;1.6 ft - 25 ft (wide lens) ¦ 1.3 ft - 16.4 ft (tele lens)&quot;],&quot;valSlug&quot;:[&quot;1-6-ft-25&quot;],&quot;name&quot;:&quot;Effective Flash Range&quot;,&quot;id&quot;:1110088,&quot;slug&quot;:&quot;camera-flash-effective-flash&quot;},{&quot;val&quot;:[&quot;folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;Zoom lens - 4.2x zoom - 8.8 - 36.8 mm - f\u002F1.8-2.8&quot;],&quot;valSlug&quot;:[&quot;zoom-lens-4-2x&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110092,&quot;slug&quot;:&quot;lens-systemjd1-type&quot;},{&quot;val&quot;:[&quot;Automatic, manual&quot;],&quot;valSlug&quot;:[&quot;automatic-manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;1250 mAh&quot;],&quot;valSlug&quot;:[&quot;1250&quot;],&quot;nnv&quot;:[1.25],&quot;name&quot;:&quot;Capacity&quot;,&quot;id&quot;:503384,&quot;slug&quot;:&quot;supported-battery-capacity&quot;},{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;849.99&quot;],&quot;valSlug&quot;:[&quot;849-99&quot;],&quot;nnv&quot;:[849.99],&quot;name&quot;:&quot;MSRP&quot;,&quot;id&quot;:700009,&quot;slug&quot;:&quot;msrp&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6359935&amp;u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6359935%2Fpdp&amp;intsrc=CATF_4831&quot;],&quot;valSlug&quot;:[&quot;https-bestbuy-7tiv-net&quot;],&quot;name&quot;:&quot;LinkModel&quot;,&quot;id&quot;:1000044,&quot;slug&quot;:&quot;linkmodel&quot;},{&quot;val&quot;:[&quot;display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;6359935&quot;],&quot;valSlug&quot;:[&quot;6359935&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;8 frames per second, 20 frames per second, 30 frames per second&quot;],&quot;valSlug&quot;:[&quot;8-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:5061930,&quot;slug&quot;:&quot;additional-features-continuous-shooting&quot;},{&quot;val&quot;:[&quot;Custom, automatic, presets&quot;],&quot;valSlug&quot;:[&quot;custom-automatic-presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;20.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-1&quot;],&quot;nnv&quot;:[21076458],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;DIGIC 8&quot;],&quot;valSlug&quot;:[&quot;digic-8&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:505452,&quot;slug&quot;:&quot;video-input-image-processor&quot;},{&quot;val&quot;:[&quot;10 - 90%&quot;],&quot;valSlug&quot;:[&quot;10-90&quot;],&quot;name&quot;:&quot;Humidity Range Operating&quot;,&quot;id&quot;:5058598,&quot;slug&quot;:&quot;humidity-range-operating&quot;},{&quot;val&quot;:[&quot;31&quot;],&quot;valSlug&quot;:[&quot;31&quot;],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:5065249,&quot;slug&quot;:&quot;general-auto-focus-points&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;AAC&quot;],&quot;valSlug&quot;:[&quot;aac&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:504182,&quot;slug&quot;:&quot;pro-camcorder-audio-signal&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;20100000 pixels&quot;],&quot;valSlug&quot;:[&quot;20100000&quot;],&quot;nnv&quot;:[20100000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Canon&quot;],&quot;valSlug&quot;:[&quot;canon&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;Program, bulb, automatic, manual, aperture-priority, shutter-priority&quot;],&quot;valSlug&quot;:[&quot;program-bulb-automatic-manual&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Fill-in mode, rear curtain sync, slow synchro, auto mode, flash OFF mode&quot;],&quot;valSlug&quot;:[&quot;fill-in-mode-rear&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:5054007,&quot;slug&quot;:&quot;flash-modes&quot;},{&quot;val&quot;:[&quot;Incandescent, cloudy, flash, daylight, shade, fluorescent light (cool white)&quot;],&quot;valSlug&quot;:[&quot;incandescent-cloudy-flash-daylight&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:5066289,&quot;slug&quot;:&quot;white-balance-presets&quot;},{&quot;val&quot;:[&quot;Canon PowerShot&quot;],&quot;valSlug&quot;:[&quot;canon-powershot&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDHC UHS-I Memory Card&quot;,&quot;SDXC Memory Card&quot;,&quot;SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdhc-uhs-i-memory&quot;,&quot;sdxc-memory-card&quot;,&quot;sdxc-uhs-i-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;Exif Print support&quot;,&quot;PictBridge support&quot;,&quot;direct print&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;exif-print-support&quot;,&quot;pictbridge-support&quot;,&quot;direct-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;Canon NB-13L lithium ion&quot;],&quot;valSlug&quot;:[&quot;canon-nb-13l-lithium&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;Live streaming&quot;,&quot;Wireless Image Transfer&quot;],&quot;valSlug&quot;:[&quot;live-streaming&quot;,&quot;wireless-image-transfer&quot;],&quot;name&quot;:&quot;Connectivity Features&quot;,&quot;id&quot;:508294,&quot;slug&quot;:&quot;connectivity-features&quot;},{&quot;val&quot;:[&quot;Histogram display, USB charging, Auto Lighting Optimizer, in-camera RAW processing, Backlight Correction HDR, Panorama Capture, Time-Lapse recording, GPS via mobile, RAW burst mode, vertical video support&quot;],&quot;valSlug&quot;:[&quot;histogram-display-usb-charging&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88&quot;],&quot;nnv&quot;:[280.09306],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, RAW, RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg-raw-raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4&quot;],&quot;nnv&quot;:[0.06096],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;nnv&quot;:[0.04064],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2&quot;],&quot;nnv&quot;:[0.10668],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;1.0\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;Bluetooth 4.1&quot;,&quot;IEEE 802.11b\u002Fg\u002Fn&quot;],&quot;valSlug&quot;:[&quot;bluetooth-4-1&quot;,&quot;ieee-802-11b-g&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;Focus Peaking function&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:508303,&quot;slug&quot;:&quot;auto-focus-features&quot;},{&quot;val&quot;:[&quot;Flash Exposure Bracketing&quot;,&quot;focus bracketing&quot;],&quot;valSlug&quot;:[&quot;flash-exposure-bracketing&quot;,&quot;focus-bracketing&quot;],&quot;name&quot;:&quot;Bracketing Modes&quot;,&quot;id&quot;:508302,&quot;slug&quot;:&quot;bracketing-modes&quot;},{&quot;val&quot;:[&quot;119.9 frames per second&quot;,&quot;29.97 frames per second&quot;,&quot;30 frames per second&quot;,&quot;59.94 frames per second&quot;],&quot;valSlug&quot;:[&quot;119-9&quot;,&quot;29-97&quot;,&quot;30&quot;,&quot;59-94&quot;],&quot;nnv&quot;:[119.9,29.97,30,59.94],&quot;name&quot;:&quot;Frame Rate&quot;,&quot;id&quot;:502412,&quot;slug&quot;:&quot;video-capture-frame-rate&quot;},{&quot;val&quot;:[&quot;Ideal for vloggers, bloggers and anyone posting content on line, the Canon PowerShot G7 X Mark III helps you look amazing with superb 4K video, a large 1-type sensor and 20.1MP photos - all in a super-portable design you can take anywhere.&quot;],&quot;valSlug&quot;:[&quot;ideal-for-vloggers-bloggers&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;1280 x 720&quot;,&quot;1920 x 1080&quot;,&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;1280-x-720&quot;,&quot;1920-x-1080&quot;,&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;10 - 90%&quot;],&quot;valSlug&quot;:[&quot;10-90&quot;],&quot;name&quot;:&quot;Humidity Range Operating&quot;,&quot;id&quot;:500362,&quot;slug&quot;:&quot;environmental-parameters-humidity-range&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;Optical (Intelligent IS with 5-axis Advanced Dynamic Mode)&quot;],&quot;valSlug&quot;:[&quot;optical-intelligent-is-with&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;UD glass, built-in lens shield, aspherical lens, UA lens&quot;],&quot;valSlug&quot;:[&quot;ud-glass-built-in&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;Display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;Touch Area AF&quot;],&quot;valSlug&quot;:[&quot;touch-area-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;DIGIC 8&quot;],&quot;valSlug&quot;:[&quot;digic-8&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:5058006,&quot;slug&quot;:&quot;image-processor&quot;},{&quot;val&quot;:[&quot;20.1 Megapixel&quot;],&quot;valSlug&quot;:[&quot;20-1-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;10 sec&quot;,&quot;2 sec&quot;],&quot;valSlug&quot;:[&quot;10-sec&quot;,&quot;2-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;Canon NB-13L Li-ion rechargeable battery - 1250 mAh (included)&quot;],&quot;valSlug&quot;:[&quot;canon-nb-13l-li&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;ECO mode&quot;],&quot;valSlug&quot;:[&quot;eco-mode&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;Pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Camera Flash&quot;,&quot;id&quot;:5053933,&quot;slug&quot;:&quot;camera-flash-camera-flash&quot;},{&quot;val&quot;:[&quot;HDMI output&quot;,&quot;USB&quot;,&quot;microphone&quot;],&quot;valSlug&quot;:[&quot;hdmi-output&quot;,&quot;usb&quot;,&quot;microphone&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;235 shots&quot;,&quot;320 shots&quot;,&quot;5 hours&quot;],&quot;valSlug&quot;:[&quot;235&quot;,&quot;320&quot;,&quot;5&quot;],&quot;nnv&quot;:[235,320,5],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;,&quot;playback&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;,&quot;playback&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;0013803316063&quot;],&quot;valSlug&quot;:[&quot;0013803316063&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;],&quot;name&quot;:&quot;Still Image Format&quot;,&quot;id&quot;:502434,&quot;slug&quot;:&quot;still-image-still-image&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;3637c001&quot;],&quot;valSlug&quot;:[&quot;3637c001&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;Battery charger, wrist strap&quot;],&quot;valSlug&quot;:[&quot;battery-charger-wrist-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109942,&quot;slug&quot;:&quot;miscellaneousse-included-accessories&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;AAC&quot;],&quot;valSlug&quot;:[&quot;aac&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:5059300,&quot;slug&quot;:&quot;audio-signal-format&quot;},{&quot;val&quot;:[&quot;4 x&quot;],&quot;valSlug&quot;:[&quot;4&quot;],&quot;nnv&quot;:[4],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:500652,&quot;slug&quot;:&quot;video-input-digital-zoom&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;USB Type-C&quot;,&quot;mini-phone 3.5 mm&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;usb-type-c&quot;,&quot;mini-phone-3-5&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;Flash +\u002F- compensation&quot;],&quot;valSlug&quot;:[&quot;flash-compensation&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5061858,&quot;slug&quot;:&quot;camera-flashjd-features&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6359\u002F6359935_sd.jpg&quot;],&quot;valSlug&quot;:[&quot;https-pisces-bbystatic-com&quot;],&quot;name&quot;:&quot;Image File Name\u002FLocation&quot;,&quot;id&quot;:100019,&quot;slug&quot;:&quot;image-file-name-location&quot;},{&quot;val&quot;:[&quot;s22209534&quot;],&quot;valSlug&quot;:[&quot;s22209534&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;battery charger&quot;,&quot;wrist strap&quot;],&quot;valSlug&quot;:[&quot;battery-charger&quot;,&quot;wrist-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;24 m&quot;],&quot;valSlug&quot;:[&quot;24&quot;],&quot;nnv&quot;:[24],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;Focus Peaking function&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:5072778,&quot;slug&quot;:&quot;general-auto-focus-features&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB-C&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-c&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;Focus bracketing, Flash Exposure Bracketing&quot;],&quot;valSlug&quot;:[&quot;focus-bracketing-flash-exposure&quot;],&quot;name&quot;:&quot;Bracketing Modes&quot;,&quot;id&quot;:5072775,&quot;slug&quot;:&quot;exposure-white-bracketing-modes&quot;},{&quot;val&quot;:[&quot;1\u002F25600 sec&quot;],&quot;valSlug&quot;:[&quot;1-25600-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505811,&quot;slug&quot;:&quot;miscellaneouspf-product-color&quot;},{&quot;val&quot;:[&quot;Folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;Face Detection AF\u002FAE&quot;],&quot;valSlug&quot;:[&quot;face-detection-af-ae&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;Direct print, DPOF support, Exif Print support, PictBridge support&quot;],&quot;valSlug&quot;:[&quot;direct-print-dpof-support&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;20,900,000 pixels&quot;],&quot;valSlug&quot;:[&quot;20-900-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;9 groups \u002F 11 elements&quot;],&quot;valSlug&quot;:[&quot;9-groups-11-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102585,&quot;slug&quot;:&quot;lens-system-lens-construction&quot;},{&quot;val&quot;:[&quot;H.264 - 3840 x 2160 p - 30 fps ¦ H.264 - 1920 x 1080 p - 119.9 fps ¦ H.264 - 1920 x 1080 p - 59.94 fps ¦ H.264 - 1920 x 1080 p - 29.97 fps ¦ H.264 - 1280 x 720 p - 59.94 fps&quot;],&quot;valSlug&quot;:[&quot;h-264-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;USB (USB Type-C) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone 3.5 mm)&quot;],&quot;valSlug&quot;:[&quot;usb-usb-type-c&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1111034,&quot;slug&quot;:&quot;connectionske-connector-type&quot;},{&quot;val&quot;:[&quot;30 fps&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;f\u002F1.8-2.8&quot;],&quot;valSlug&quot;:[&quot;f-1-8-2&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Face Detection AF\u002FAE&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;face-detection-af-ae&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;11&quot;],&quot;valSlug&quot;:[&quot;11&quot;],&quot;nnv&quot;:[11],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;2 in&quot;],&quot;valSlug&quot;:[&quot;2-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;24 - 100mm&quot;],&quot;valSlug&quot;:[&quot;24-100mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;2 in&quot;],&quot;valSlug&quot;:[&quot;2&quot;],&quot;nnv&quot;:[0.0508],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;36.8 mm&quot;],&quot;valSlug&quot;:[&quot;36-8&quot;],&quot;nnv&quot;:[0.0368],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;8.8 mm&quot;],&quot;valSlug&quot;:[&quot;8-8&quot;],&quot;nnv&quot;:[0.0088],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2019-07-14 10:20:23&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1563099.623},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:15&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.755},&quot;slug&quot;:{&quot;date&quot;:&quot;2019-07-14 11:27:19&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1563103.639},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2019-10-29 08:17:45&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572337.065},&quot;release&quot;:{&quot;date&quot;:&quot;2023-01-06 05:00:07&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1672981.207}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;da54fa97-04dd-4d4b-ba20-d1d7304eb593&quot;,&quot;filename&quot;:&quot;da54fa97-04dd-4d4b-ba20-d1d7304eb593.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2020-02-24 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1582502.4},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Canon&quot;,&quot;id&quot;:275062,&quot;slug&quot;:&quot;canon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.usa.canon.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:74900,&quot;high&quot;:74999,&quot;avg&quot;:74950,&quot;median&quot;:74950,&quot;numOffers&quot;:2,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2023-01-06 13:44:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673012.679},&quot;lowRId&quot;:278703,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc183P%2Fp_280G7X3K%2FCanon-PowerShot-G7-X-Mark-III-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=12503936864&amp;oid=10422020158&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=ae4e9ed0ee19d1aa&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90&quot;,&quot;lowUuid&quot;:&quot;4c0593dd-1bd1-497b-b66f-f612e9960e0a&quot;,&quot;msrp&quot;:84999},&quot;product&quot;:{&quot;upc&quot;:[&quot;0013803316063&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;cdsId&quot;:&quot;s22209534&quot;,&quot;catId&quot;:30040201,&quot;msrp&quot;:84999,&quot;catName&quot;:&quot;Compact Digital Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;16 mm (1.0\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;16-mm-1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;20.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-1&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Canon PowerShot G7 X Mark III - digital camera&quot;,&quot;psku&quot;:[&quot;6359935&quot;],&quot;sku&quot;:[&quot;3637c001&quot;],&quot;slug&quot;:&quot;canon-powershot-g7-x-mark-iii-digital-camera&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;6359935&quot;,&quot;valSlug&quot;:&quot;6359935&quot;,&quot;pipId&quot;:1}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:34,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 13:44:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673012.679}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300628,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FreF27hVMxJK_wRfjphTUXRk8ehY=\u002F2019\u002F05\u002F16\u002Fe2e0f448-efe2-4a83-81a0-343c5c60e55e\u002Fcropped-merchant-logos-best-buy.png&quot;,&quot;name&quot;:&quot;Best Buy&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:74999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:74999,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6359935%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6359935.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:12,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 13:44:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673012.679}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:278703,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fbo6cvnBLFBI39DHV9Rmzm-qZkzM=\u002F2019\u002F05\u002F16\u002Fa5a0949e-dc46-4f59-82ac-be8c2f70ba6c\u002Fcropped-merchant-logos-crutchfield.png&quot;,&quot;name&quot;:&quot;Crutchfield&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:74900,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;VA&quot;],&quot;totalPrice&quot;:74900,&quot;tTag&quot;:&quot;cxity&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc183P%2Fp_280G7X3K%2FCanon-PowerShot-G7-X-Mark-III-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&amp;mid=58&amp;cat_id=402&amp;atom=10020&amp;prod_id=12503936864&amp;oid=10422020158&amp;pos=1&amp;b_id=18&amp;bid_type=10&amp;bamt=48cd9202db195e9b&amp;cobrand=1&amp;ppr=ae4e9ed0ee19d1aa&amp;a=2c3f6b29acaed0dcadb3c1d120c24453&amp;rf=af1&amp;af_assettype_id=12&amp;af_creative_id=2973&amp;af_id=614548&amp;af_placement_id=1&amp;dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;canon-powershot-g7-x-mark-iii-digital-camera&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-07-14 11:27:19&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1563103.639}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;canon-powershot-g7-x-mark-iii-digital-camera&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-07-14 11:27:19&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1563103.639}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;4c0593dd-1bd1-497b-b66f-f612e9960e0a&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;}}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"28bcdbaa-5709-4f9b-8692-254e58c00053\" edition=\"us\" description=\"\u003Cp\u003E\u003Cstrong\u003ESpecs:&amp;nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&amp;nbsp;21 MP |&amp;nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&amp;nbsp;.65 pounds |&amp;nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E&amp;nbsp;44x |&amp;nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&amp;nbsp;4k |&amp;nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&amp;nbsp;Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen spending your dollar on a vlogging camera, you should take into account all the other things you can use the camera for. Whether it be landscape photography, sports photography, or videography, versatility is key in the camera industry. With capability to shoot up to 21 fps in continuous shooting, this camera is for more than just video.\u003C\u002Fp\u003E\u003Cp\u003EThis camera features shutter speeds ranging from 30- 1\u002F32000 and a burst rate of 24 fps to create incredible opportunities to capture moving objects. Like most other cameras on this list, this device features a 3-inch LCD touchscreen that's adjustable so you can see what you're filming.&amp;nbsp;\u003C\u002Fp\u003E\" hed=\"Sony ZV-1\" superlative=\"Best vlogging camera for versatility\" imagegroup=\"{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;39dddeb8-142b-49f9-876c-44545a3a1bd9&quot;,&quot;title&quot;:&quot;Sony ZV-1 review | Best vlogging camera&quot;,&quot;filename&quot;:&quot;sony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F39dddeb8-142b-49f9-876c-44545a3a1bd9\u002Fsony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;size&quot;:340227,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:14&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:19&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;Sony ZV-1 review | Best vlogging camera&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;39dddeb8-142b-49f9-876c-44545a3a1bd9&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;imageCredit&quot;:&quot;&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;sony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" merchantoffers=\"[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;648&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;700&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black\u002F6415933.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;,&quot;offerMerchant&quot;:&quot;Sony&quot;,&quot;offerPrice&quot;:&quot;700&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;}]\" usepricing=\"true\" like=\"~ 21 fps for continuous shooting ~ 44x digital zoom and 2.7x optical zoom ~ Great autofocus\" dislike=\"~ Poor battery life ~ Subpar stabilization\" data-key=\"cnetlisticle__28bcdbaa-5709-4f9b-8692-254e58c00053\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3d2&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;28bcdbaa-5709-4f9b-8692-254e58c00053&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;Specs:&amp;nbsp;&lt;\u002Fstrong&gt;&lt;strong&gt;Megapixels:&lt;\u002Fstrong&gt;&amp;nbsp;21 MP |&amp;nbsp;&lt;strong&gt;Body weight:&lt;\u002Fstrong&gt;&amp;nbsp;.65 pounds |&amp;nbsp;&lt;strong&gt;Digital zoom:&lt;\u002Fstrong&gt;&amp;nbsp;44x |&amp;nbsp;&lt;strong&gt;Video resolution:&lt;\u002Fstrong&gt;&amp;nbsp;4k |&amp;nbsp;&lt;strong&gt;Frames per second:&lt;\u002Fstrong&gt;&amp;nbsp;Up to 120 fps&lt;\u002Fp&gt;&lt;p&gt;When spending your dollar on a vlogging camera, you should take into account all the other things you can use the camera for. Whether it be landscape photography, sports photography, or videography, versatility is key in the camera industry. With capability to shoot up to 21 fps in continuous shooting, this camera is for more than just video.&lt;\u002Fp&gt;&lt;p&gt;This camera features shutter speeds ranging from 30- 1\u002F32000 and a burst rate of 24 fps to create incredible opportunities to capture moving objects. Like most other cameras on this list, this device features a 3-inch LCD touchscreen that&#x27;s adjustable so you can see what you&#x27;re filming.&amp;nbsp;&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;~ Poor battery life ~ Subpar stabilization&quot;,&quot;hed&quot;:&quot;Sony ZV-1&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;39dddeb8-142b-49f9-876c-44545a3a1bd9&quot;,&quot;title&quot;:&quot;Sony ZV-1 review | Best vlogging camera&quot;,&quot;filename&quot;:&quot;sony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F39dddeb8-142b-49f9-876c-44545a3a1bd9\u002Fsony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;size&quot;:340227,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:14&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:19&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;Sony ZV-1 review | Best vlogging camera&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;uuid&quot;:&quot;39dddeb8-142b-49f9-876c-44545a3a1bd9&quot;,&quot;imageAltText&quot;:&quot;placeholder-product-image-for-best-lists.jpg&quot;,&quot;imageCaption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCredit&quot;:&quot;&quot;,&quot;imageDoNotCrop&quot;:false,&quot;imageDoNotResize&quot;:false,&quot;imageWatermark&quot;:false,&quot;imageFilename&quot;:&quot;sony-zv-1-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;,&quot;imageWidth&quot;:1296,&quot;imageHeight&quot;:729,&quot;imageParallax&quot;:&quot;&quot;,&quot;imageCrop&quot;:&quot;&quot;,&quot;imageEnlarge&quot;:false},&quot;isLive&quot;:true,&quot;like&quot;:&quot;~ 21 fps for continuous shooting ~ 44x digital zoom and 2.7x optical zoom ~ Great autofocus&quot;,&quot;merchantOffers&quot;:[{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;648&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;,&quot;offerMerchant&quot;:&quot;Best Buy&quot;,&quot;offerPrice&quot;:&quot;700&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black\u002F6415933.p?&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&amp;publisher_slug=zdnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=subid_value&quot;},{&quot;useMonetization&quot;:true,&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;,&quot;offerMerchant&quot;:&quot;Sony&quot;,&quot;offerPrice&quot;:&quot;700&quot;,&quot;monetizationStatus&quot;:&quot;on&quot;,&quot;rawUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b&quot;}],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:51.958299&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959051000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;Best vlogging camera for versatility&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;c16a30b4-c2fd-4a20-be55-6cbed576c1fb&quot;,&quot;slug&quot;:&quot;sony-zv-1-digital-camera-zeiss&quot;,&quot;name&quot;:&quot;Sony ZV-1 - digital camera - ZEISS&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981207861},&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true,&quot;techProd&quot;:{&quot;id&quot;:&quot;c16a30b4-c2fd-4a20-be55-6cbed576c1fb&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;Memory Stick Duo, SD Memory Card, Memory Stick PRO Duo, SDXC Memory Card, SDHC Memory Card, Memory Stick PRO-HG Duo, Memory Stick Micro Mark2, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-duo-sd&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;interlaced&quot;,&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;interlaced&quot;,&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;AA (advanced aspherical) lens&quot;,&quot;T* coating&quot;,&quot;aspherical lens&quot;,&quot;built-in lens shield&quot;,&quot;built-in neutral density filter&quot;],&quot;valSlug&quot;:[&quot;aa-advanced-aspherical-lens&quot;,&quot;t-coating&quot;,&quot;aspherical-lens&quot;,&quot;built-in-lens-shield&quot;,&quot;built-in-neutral-density&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;Subject-tracking AF, Eye detection AF, Real-time Eye AF, Touch AF&quot;],&quot;valSlug&quot;:[&quot;subject-tracking-af-eye&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;average&quot;,&quot;center-weighted&quot;,&quot;highlight-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;average&quot;,&quot;center-weighted&quot;,&quot;highlight-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;425&quot;],&quot;valSlug&quot;:[&quot;425&quot;],&quot;nnv&quot;:[425],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:501517,&quot;slug&quot;:&quot;auto-focus-auto-focus&quot;},{&quot;val&quot;:[&quot;23527320&quot;],&quot;valSlug&quot;:[&quot;23527320&quot;],&quot;nnv&quot;:[23527320],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;TTL contrast and phase detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-and-phase&quot;],&quot;name&quot;:&quot;System&quot;,&quot;id&quot;:501516,&quot;slug&quot;:&quot;auto-focus-system&quot;},{&quot;val&quot;:[&quot;8.8 x 13.2 mm&quot;],&quot;valSlug&quot;:[&quot;8-8-x-13&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;2020-05-26&quot;],&quot;valSlug&quot;:[&quot;2020-05-26&quot;],&quot;name&quot;:&quot;Release date&quot;,&quot;id&quot;:1110019,&quot;slug&quot;:&quot;3-release-date&quot;},{&quot;val&quot;:[&quot;Multi-segment, center-weighted, spot, average, highlight-weighted&quot;],&quot;valSlug&quot;:[&quot;multi-segment-center-weighted&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;Vario-Sonnar T*&quot;],&quot;valSlug&quot;:[&quot;vario-sonnar-t&quot;],&quot;name&quot;:&quot;Lens Series&quot;,&quot;id&quot;:503312,&quot;slug&quot;:&quot;lens-system-lens-series&quot;},{&quot;val&quot;:[&quot;EV 0-24 (ISO 100)&quot;],&quot;valSlug&quot;:[&quot;ev-0-24-iso&quot;],&quot;name&quot;:&quot;Exposure Range&quot;,&quot;id&quot;:1102857,&quot;slug&quot;:&quot;exposure-white-exposure-range&quot;},{&quot;val&quot;:[&quot;921,600 pixels&quot;],&quot;valSlug&quot;:[&quot;921-600-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110031,&quot;slug&quot;:&quot;displayld-type&quot;},{&quot;val&quot;:[&quot;10.4 oz&quot;,&quot;9.4 oz&quot;],&quot;valSlug&quot;:[&quot;10-4&quot;,&quot;9-4&quot;],&quot;nnv&quot;:[294.8348,266.4853],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500519,&quot;slug&quot;:&quot;dimensions-weightyc-weight&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;nnv&quot;:[25600],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;camera only&quot;,&quot;camera with battery and memory card&quot;],&quot;valSlug&quot;:[&quot;camera-only&quot;,&quot;camera-with-battery-and&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:510245,&quot;slug&quot;:&quot;3848b-details&quot;},{&quot;val&quot;:[&quot;AVCHD&quot;,&quot;XAVC S&quot;],&quot;valSlug&quot;:[&quot;avchd&quot;,&quot;xavc-s&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;20,100,000 pixels&quot;],&quot;valSlug&quot;:[&quot;20-100-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO 80, ISO 64, ISO auto (100-12800), ISO 25600, ISO 100-12800&quot;],&quot;valSlug&quot;:[&quot;iso-80-iso-64&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;Memory Stick Duo card, Memory Stick PRO Duo card, SD card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-duo-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;17.92 oz&quot;],&quot;valSlug&quot;:[&quot;17-92&quot;],&quot;nnv&quot;:[508.02304],&quot;name&quot;:&quot;Shipping Weight&quot;,&quot;id&quot;:501559,&quot;slug&quot;:&quot;dimensions-weight-shipping-weight&quot;},{&quot;val&quot;:[&quot;4.6 in&quot;],&quot;valSlug&quot;:[&quot;4-6&quot;],&quot;nnv&quot;:[0.11684],&quot;name&quot;:&quot;Shipping Height&quot;,&quot;id&quot;:501558,&quot;slug&quot;:&quot;dimensions-weight-shipping-height&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Shipping Depth&quot;,&quot;id&quot;:501557,&quot;slug&quot;:&quot;dimensions-weight-shipping-depth&quot;},{&quot;val&quot;:[&quot;6.1 in&quot;],&quot;valSlug&quot;:[&quot;6-1&quot;],&quot;nnv&quot;:[0.15494],&quot;name&quot;:&quot;Shipping Width&quot;,&quot;id&quot;:501556,&quot;slug&quot;:&quot;dimensions-weight-shipping-width&quot;},{&quot;val&quot;:[&quot;Auto power save&quot;],&quot;valSlug&quot;:[&quot;auto-power-save&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;1.0\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;10 frames per second&quot;,&quot;24 frames per second&quot;,&quot;3 frames per second&quot;],&quot;valSlug&quot;:[&quot;10-frames-per-second&quot;,&quot;24-frames-per-second&quot;,&quot;3-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:508222,&quot;slug&quot;:&quot;d949f-continuous-shooting-speed&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;BRAVIA Sync function&quot;,&quot;Clear Image Zoom&quot;,&quot;High ISO NR&quot;,&quot;Motion Snapshot&quot;,&quot;RGB primary color filter&quot;,&quot;Sweep Panorama technology&quot;,&quot;USB charging&quot;,&quot;auto power save&quot;,&quot;built-in help guide&quot;,&quot;camera orientation detection&quot;,&quot;digital image rotation&quot;,&quot;interval shooting mode&quot;,&quot;noise reduction over long exposures&quot;,&quot;slow motion recording&quot;,&quot;takes photos while movie recording&quot;],&quot;valSlug&quot;:[&quot;bravia-sync-function&quot;,&quot;clear-image-zoom&quot;,&quot;high-iso-nr&quot;,&quot;motion-snapshot&quot;,&quot;rgb-primary-color-filter&quot;,&quot;sweep-panorama-technology&quot;,&quot;usb-charging&quot;,&quot;auto-power-save&quot;,&quot;built-in-help-guide&quot;,&quot;camera-orientation-detection&quot;,&quot;digital-image-rotation&quot;,&quot;interval-shooting-mode&quot;,&quot;noise-reduction-over-long&quot;,&quot;slow-motion-recording&quot;,&quot;takes-photos-while-movie&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;1-inch&quot;],&quot;valSlug&quot;:[&quot;1-inch&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;,&quot;RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;,&quot;raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;Exmor RS CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-rs-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent light (cool white)&quot;,&quot;fluorescent light (daylight white)&quot;,&quot;fluorescent light (daylight)&quot;,&quot;fluorescent light (warm white)&quot;,&quot;incandescent&quot;,&quot;shade&quot;,&quot;underwater&quot;],&quot;valSlug&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent-light-cool-white&quot;,&quot;fluorescent-light-daylight-white&quot;,&quot;fluorescent-light-daylight&quot;,&quot;fluorescent-light-warm-white&quot;,&quot;incandescent&quot;,&quot;shade&quot;,&quot;underwater&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:501830,&quot;slug&quot;:&quot;white-balancejd-white-balance&quot;},{&quot;val&quot;:[&quot;ZEISS&quot;],&quot;valSlug&quot;:[&quot;zeiss&quot;],&quot;name&quot;:&quot;Lens Brand&quot;,&quot;id&quot;:501573,&quot;slug&quot;:&quot;lens-system-lens-brand&quot;},{&quot;val&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;valSlug&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;ISO 100-12800&quot;,&quot;ISO 25600&quot;,&quot;ISO 64&quot;,&quot;ISO 80&quot;,&quot;ISO auto (100-12800)&quot;],&quot;valSlug&quot;:[&quot;iso-100-12800&quot;,&quot;iso-25600&quot;,&quot;iso-64&quot;,&quot;iso-80&quot;,&quot;iso-auto-100-12800&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;21000000 pixels&quot;],&quot;valSlug&quot;:[&quot;21000000&quot;],&quot;nnv&quot;:[21000000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;optical (Steady Shot with Active Mode)&quot;],&quot;valSlug&quot;:[&quot;optical-steady-shot-with&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:508224,&quot;slug&quot;:&quot;built-in-optical-image&quot;},{&quot;val&quot;:[&quot;2.7 x&quot;],&quot;valSlug&quot;:[&quot;2-7&quot;],&quot;nnv&quot;:[2.7],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - compact&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-compact&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1109848,&quot;slug&quot;:&quot;generalac-product-type&quot;},{&quot;val&quot;:[&quot;none&quot;],&quot;valSlug&quot;:[&quot;none&quot;],&quot;name&quot;:&quot;Viewfinder Type&quot;,&quot;id&quot;:500556,&quot;slug&quot;:&quot;viewfinder-viewfinder-type&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Photo shooting - 260 shots (LCD Monitor on) ¦ Photo shooting - 410 shots (LCD Monitor off) ¦ Video recording - 75 minutes&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-260-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1104731,&quot;slug&quot;:&quot;battery-battery-life-details&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Sony ZV-1 - digital camera - ZEISS&quot;],&quot;valSlug&quot;:[&quot;sony-zv-1-digital-camera-zeiss&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;HDMI, USB 2.0, Wireless LAN&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-2-0&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;Sony NP-BX1&quot;],&quot;valSlug&quot;:[&quot;sony-np-bx1&quot;],&quot;name&quot;:&quot;Form Factor&quot;,&quot;id&quot;:503382,&quot;slug&quot;:&quot;supported-batteryjd-form-factor&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Quantity&quot;,&quot;id&quot;:503381,&quot;slug&quot;:&quot;supported-battery-quantity&quot;},{&quot;val&quot;:[&quot;2.7x&quot;],&quot;valSlug&quot;:[&quot;2-7x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;Sony NP-BX1&quot;],&quot;valSlug&quot;:[&quot;sony-np-bx1&quot;],&quot;name&quot;:&quot;Manufacturer Battery Name&quot;,&quot;id&quot;:503379,&quot;slug&quot;:&quot;battery-manufacturer-battery-name&quot;},{&quot;val&quot;:[&quot;Motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;aluminum&quot;,&quot;plastic&quot;],&quot;valSlug&quot;:[&quot;aluminum&quot;,&quot;plastic&quot;],&quot;name&quot;:&quot;Body Material&quot;,&quot;id&quot;:500830,&quot;slug&quot;:&quot;miscellaneous-body-material&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;ZEISS zoom lens - 2.7x zoom - 9.4 - 25.7 mm - f\u002F1.8-2.8 Vario-Sonnar T*&quot;],&quot;valSlug&quot;:[&quot;zeiss-zoom-lens-2&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110092,&quot;slug&quot;:&quot;lens-systemjd1-type&quot;},{&quot;val&quot;:[&quot;Automatic, manual&quot;],&quot;valSlug&quot;:[&quot;automatic-manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;1240 mAh&quot;],&quot;valSlug&quot;:[&quot;1240&quot;],&quot;nnv&quot;:[1.24],&quot;name&quot;:&quot;Capacity&quot;,&quot;id&quot;:503384,&quot;slug&quot;:&quot;supported-battery-capacity&quot;},{&quot;val&quot;:[&quot;9.42 oz&quot;],&quot;valSlug&quot;:[&quot;9-42-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;749.99&quot;],&quot;valSlug&quot;:[&quot;749-99&quot;],&quot;nnv&quot;:[749.99],&quot;name&quot;:&quot;MSRP&quot;,&quot;id&quot;:700009,&quot;slug&quot;:&quot;msrp&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6415933&amp;u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6415933%2Fpdp&amp;intsrc=CATF_4831&quot;],&quot;valSlug&quot;:[&quot;https-bestbuy-7tiv-net&quot;],&quot;name&quot;:&quot;LinkModel&quot;,&quot;id&quot;:1000044,&quot;slug&quot;:&quot;linkmodel&quot;},{&quot;val&quot;:[&quot;TRILUMINOS Color technology&quot;,&quot;display brightness control&quot;],&quot;valSlug&quot;:[&quot;triluminos-color-technology&quot;,&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;TTL contrast and phase detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-and-phase&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;921,600 pixels&quot;],&quot;valSlug&quot;:[&quot;921-600-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;6415933&quot;],&quot;valSlug&quot;:[&quot;6415933&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;3 frames per second, 10 frames per second, 24 frames per second&quot;],&quot;valSlug&quot;:[&quot;3-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:5061930,&quot;slug&quot;:&quot;additional-features-continuous-shooting&quot;},{&quot;val&quot;:[&quot;Custom, automatic, presets&quot;],&quot;valSlug&quot;:[&quot;custom-automatic-presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;20.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-1&quot;],&quot;nnv&quot;:[21076458],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;BIONZ X&quot;],&quot;valSlug&quot;:[&quot;bionz-x&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:505452,&quot;slug&quot;:&quot;video-input-image-processor&quot;},{&quot;val&quot;:[&quot;425&quot;],&quot;valSlug&quot;:[&quot;425&quot;],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:5065249,&quot;slug&quot;:&quot;general-auto-focus-points&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;Memory Stick Duo card&quot;,&quot;Memory Stick PRO Duo card&quot;,&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-duo-card&quot;,&quot;memory-stick-pro-duo&quot;,&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;AVCHD, XAVC S&quot;],&quot;valSlug&quot;:[&quot;avchd-xavc-s&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;20100000 pixels&quot;],&quot;valSlug&quot;:[&quot;20100000&quot;],&quot;nnv&quot;:[20100000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Sony&quot;],&quot;valSlug&quot;:[&quot;sony&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;Exmor RS CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-rs-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;Program, bulb, automatic, manual, aperture-priority, shutter-priority&quot;],&quot;valSlug&quot;:[&quot;program-bulb-automatic-manual&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Incandescent, cloudy, flash, daylight, shade, fluorescent light (cool white), fluorescent light (daylight), fluorescent light (warm white), underwater, fluorescent light (daylight white)&quot;],&quot;valSlug&quot;:[&quot;incandescent-cloudy-flash-daylight&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:5066289,&quot;slug&quot;:&quot;white-balance-presets&quot;},{&quot;val&quot;:[&quot;Sony&quot;],&quot;valSlug&quot;:[&quot;sony&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;Memory Stick Duo&quot;,&quot;Memory Stick Micro Mark2&quot;,&quot;Memory Stick PRO Duo&quot;,&quot;Memory Stick PRO-HG Duo&quot;,&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDHC UHS-I Memory Card&quot;,&quot;SDXC Memory Card&quot;,&quot;SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;memory-stick-duo&quot;,&quot;memory-stick-micro-mark2&quot;,&quot;memory-stick-pro-duo&quot;,&quot;memory-stick-pro-hg&quot;,&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdhc-uhs-i-memory&quot;,&quot;sdxc-memory-card&quot;,&quot;sdxc-uhs-i-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;Exif Print support&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;exif-print-support&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;Sony NP-BX1 lithium ion&quot;],&quot;valSlug&quot;:[&quot;sony-np-bx1-lithium&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;remote control via mobile devices&quot;,&quot;remote live view&quot;],&quot;valSlug&quot;:[&quot;remote-control-via-mobile&quot;,&quot;remote-live-view&quot;],&quot;name&quot;:&quot;Connectivity Features&quot;,&quot;id&quot;:508294,&quot;slug&quot;:&quot;connectivity-features&quot;},{&quot;val&quot;:[&quot;RGB primary color filter, auto power save, digital image rotation, camera orientation detection, Sweep Panorama technology, interval shooting mode, takes photos while movie recording, USB charging, built-in help guide, High ISO NR, Motion Snapshot, Clear Image Zoom, noise reduction over long exposures, BRAVIA Sync function, slow motion recording, Background Defocus function&quot;],&quot;valSlug&quot;:[&quot;rgb-primary-color-filter&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;9.42 oz&quot;],&quot;valSlug&quot;:[&quot;9-42&quot;],&quot;nnv&quot;:[267.05229],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, RAW, RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg-raw-raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4&quot;],&quot;nnv&quot;:[0.06096],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.7 in&quot;],&quot;valSlug&quot;:[&quot;1-7&quot;],&quot;nnv&quot;:[0.04318],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2&quot;],&quot;nnv&quot;:[0.10668],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;1.0\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-0&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;Wireless LAN&quot;],&quot;valSlug&quot;:[&quot;wireless-lan&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;Focus Peaking function&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:508303,&quot;slug&quot;:&quot;auto-focus-features&quot;},{&quot;val&quot;:[&quot;Dynamic Range Bracketing&quot;,&quot;white balance bracketing&quot;],&quot;valSlug&quot;:[&quot;dynamic-range-bracketing&quot;,&quot;white-balance-bracketing&quot;],&quot;name&quot;:&quot;Bracketing Modes&quot;,&quot;id&quot;:508302,&quot;slug&quot;:&quot;bracketing-modes&quot;},{&quot;val&quot;:[&quot;ZEISS&quot;],&quot;valSlug&quot;:[&quot;zeiss&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:5070532,&quot;slug&quot;:&quot;lens-included&quot;},{&quot;val&quot;:[&quot;The ZV-1 is designed for content creation with a selfie-friendly vari-angle LCD screen, body grip, and a recording lamp. A directional 3-capsule mic with wind screen picks up your voice clearly with less wind noise; and the Bokeh switch and Product Showcase Setting make videos more interesting with less effort.&quot;],&quot;valSlug&quot;:[&quot;the-zv-1-is&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;,&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;,&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;AVCHD&quot;,&quot;XAVC S&quot;,&quot;XAVC S HD&quot;],&quot;valSlug&quot;:[&quot;avchd&quot;,&quot;xavc-s&quot;,&quot;xavc-s-hd&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;Limited warranty - parts and labor - 1 year&quot;],&quot;valSlug&quot;:[&quot;limited-warranty-parts-and&quot;],&quot;name&quot;:&quot;Service &amp; Support&quot;,&quot;id&quot;:1105536,&quot;slug&quot;:&quot;manufacturer-warrantyab1-service-support&quot;},{&quot;val&quot;:[&quot;Optical (Steady Shot with Active Mode)&quot;],&quot;valSlug&quot;:[&quot;optical-steady-shot-with&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;Built-in lens shield, aspherical lens, built-in neutral density filter, AA (advanced aspherical) lens, T* coating&quot;],&quot;valSlug&quot;:[&quot;built-in-lens-shield&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;Display brightness control, TRILUMINOS Color technology&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control-triluminos&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:502416,&quot;slug&quot;:&quot;white-balancejd1-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;parts and labor&quot;],&quot;valSlug&quot;:[&quot;parts-and-labor&quot;],&quot;name&quot;:&quot;Service Included&quot;,&quot;id&quot;:500382,&quot;slug&quot;:&quot;service-support-service-included&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;Eye detection AF&quot;,&quot;Subject-tracking AF&quot;],&quot;valSlug&quot;:[&quot;eye-detection-af&quot;,&quot;subject-tracking-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;BIONZ X&quot;],&quot;valSlug&quot;:[&quot;bionz-x&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:5058006,&quot;slug&quot;:&quot;image-processor&quot;},{&quot;val&quot;:[&quot;20.1 Megapixel&quot;],&quot;valSlug&quot;:[&quot;20-1-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;Hot shoe&quot;],&quot;valSlug&quot;:[&quot;hot-shoe&quot;],&quot;name&quot;:&quot;Flash Terminal&quot;,&quot;id&quot;:5053395,&quot;slug&quot;:&quot;flash-terminal&quot;},{&quot;val&quot;:[&quot;Sony NP-BX1 Li-ion rechargeable battery - 1240 mAh (included)&quot;],&quot;valSlug&quot;:[&quot;sony-np-bx1-li&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;LCD Monitor off&quot;,&quot;LCD Monitor on&quot;],&quot;valSlug&quot;:[&quot;lcd-monitor-off&quot;,&quot;lcd-monitor-on&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;HDMI output&quot;,&quot;USB 2.0&quot;,&quot;microphone&quot;],&quot;valSlug&quot;:[&quot;hdmi-output&quot;,&quot;usb-2-0&quot;,&quot;microphone&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;260 shots&quot;,&quot;410 shots&quot;,&quot;75 minutes&quot;],&quot;valSlug&quot;:[&quot;260&quot;,&quot;410&quot;,&quot;75&quot;],&quot;nnv&quot;:[260,410,1.25],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;,&quot;video recording&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;,&quot;video-recording&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;0027242920552&quot;],&quot;valSlug&quot;:[&quot;0027242920552&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;DCZV1\u002FB&quot;],&quot;valSlug&quot;:[&quot;dczv1b&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;1 year&quot;],&quot;valSlug&quot;:[&quot;1-year&quot;],&quot;name&quot;:&quot;Full Contract Period&quot;,&quot;id&quot;:500384,&quot;slug&quot;:&quot;service-support-full-contract&quot;},{&quot;val&quot;:[&quot;Landscape, portrait mode, macro, night portrait, pet, fireworks, night scene, sports mode, sunset, high sensitivity, handheld twilight, gourmet, anti-motion blur&quot;],&quot;valSlug&quot;:[&quot;landscape-portrait-mode-macro&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:5065189,&quot;slug&quot;:&quot;shooting-programs&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;5 pin Micro-USB Type B&quot;,&quot;mini-phone stereo 3.5 mm&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;5-pin-micro-usb&quot;,&quot;mini-phone-stereo-3&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6415\u002F6415933_sd.jpg&quot;],&quot;valSlug&quot;:[&quot;https-pisces-bbystatic-com&quot;],&quot;name&quot;:&quot;Image File Name\u002FLocation&quot;,&quot;id&quot;:100019,&quot;slug&quot;:&quot;image-file-name-location&quot;},{&quot;val&quot;:[&quot;S23527320&quot;],&quot;valSlug&quot;:[&quot;s23527320&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;hot shoe&quot;],&quot;valSlug&quot;:[&quot;hot-shoe&quot;],&quot;name&quot;:&quot;Flash Terminal&quot;,&quot;id&quot;:501936,&quot;slug&quot;:&quot;video-input-flash-terminal&quot;},{&quot;val&quot;:[&quot;1.7 in&quot;],&quot;valSlug&quot;:[&quot;1-7-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;Carrying strap, wind screen, micro-USB cable, wind screen adapter&quot;],&quot;valSlug&quot;:[&quot;carrying-strap-wind-screen&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109677,&quot;slug&quot;:&quot;miscellaneousre-included-accessories&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;ISO 100&quot;],&quot;valSlug&quot;:[&quot;iso-100&quot;],&quot;name&quot;:&quot;Sensitivity&quot;,&quot;id&quot;:501445,&quot;slug&quot;:&quot;exposure-range-sensitivity&quot;},{&quot;val&quot;:[&quot;carrying strap&quot;,&quot;micro-USB cable&quot;,&quot;wind screen&quot;,&quot;wind screen adapter&quot;],&quot;valSlug&quot;:[&quot;carrying-strap&quot;,&quot;micro-usb-cable&quot;,&quot;wind-screen&quot;,&quot;wind-screen-adapter&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;24 m&quot;],&quot;valSlug&quot;:[&quot;24&quot;],&quot;nnv&quot;:[24],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;Soft Focus, Illustration, Miniature, Retro, partial color, Toy camera, Posterization, High contrast monochrome, Pop Color, HDR Painting, Rich-tone monochrome, Soft High-key&quot;],&quot;valSlug&quot;:[&quot;soft-focus-illustration-miniature&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:5057674,&quot;slug&quot;:&quot;special-effects&quot;},{&quot;val&quot;:[&quot;Focus Peaking function&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:5072778,&quot;slug&quot;:&quot;general-auto-focus-features&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;1 year warranty &quot;],&quot;valSlug&quot;:[&quot;1-year-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500430,&quot;slug&quot;:&quot;service-supportpi-type&quot;},{&quot;val&quot;:[&quot;Dynamic Range Bracketing, white balance bracketing&quot;],&quot;valSlug&quot;:[&quot;dynamic-range-bracketing-white&quot;],&quot;name&quot;:&quot;Bracketing Modes&quot;,&quot;id&quot;:5072775,&quot;slug&quot;:&quot;exposure-white-bracketing-modes&quot;},{&quot;val&quot;:[&quot;1\u002F32000 sec&quot;],&quot;valSlug&quot;:[&quot;1-32000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;HDR Painting&quot;,&quot;High contrast monochrome&quot;,&quot;Illustration&quot;,&quot;Miniature&quot;,&quot;Pop Color&quot;,&quot;Posterization&quot;,&quot;Retro&quot;,&quot;Rich-tone monochrome&quot;,&quot;Soft Focus&quot;,&quot;Soft High-key&quot;,&quot;Toy camera&quot;,&quot;partial color&quot;],&quot;valSlug&quot;:[&quot;hdr-painting&quot;,&quot;high-contrast-monochrome&quot;,&quot;illustration&quot;,&quot;miniature&quot;,&quot;pop-color&quot;,&quot;posterization&quot;,&quot;retro&quot;,&quot;rich-tone-monochrome&quot;,&quot;soft-focus&quot;,&quot;soft-high-key&quot;,&quot;toy-camera&quot;,&quot;partial-color&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:501207,&quot;slug&quot;:&quot;video-input-special-effects&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;anti-motion blur&quot;,&quot;fireworks&quot;,&quot;gourmet&quot;,&quot;handheld twilight&quot;,&quot;high sensitivity&quot;,&quot;landscape&quot;,&quot;macro&quot;,&quot;night portrait&quot;,&quot;night scene&quot;,&quot;pet&quot;,&quot;portrait mode&quot;,&quot;sports mode&quot;,&quot;sunset&quot;],&quot;valSlug&quot;:[&quot;anti-motion-blur&quot;,&quot;fireworks&quot;,&quot;gourmet&quot;,&quot;handheld-twilight&quot;,&quot;high-sensitivity&quot;,&quot;landscape&quot;,&quot;macro&quot;,&quot;night-portrait&quot;,&quot;night-scene&quot;,&quot;pet&quot;,&quot;portrait-mode&quot;,&quot;sports-mode&quot;,&quot;sunset&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:501206,&quot;slug&quot;:&quot;exposure-parameters-shooting-programs&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505811,&quot;slug&quot;:&quot;miscellaneouspf-product-color&quot;},{&quot;val&quot;:[&quot;Plastic, aluminum&quot;],&quot;valSlug&quot;:[&quot;plastic-aluminum&quot;],&quot;name&quot;:&quot;Body Material&quot;,&quot;id&quot;:1110212,&quot;slug&quot;:&quot;miscellaneouspf-body-material&quot;},{&quot;val&quot;:[&quot;Folding (176°) \u002F rotating (270°)&quot;],&quot;valSlug&quot;:[&quot;folding-176-rotating-270&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;Face Detection AF\u002FAE&quot;,&quot;Smile Shutter&quot;],&quot;valSlug&quot;:[&quot;face-detection-af-ae&quot;,&quot;smile-shutter&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;84 degrees&quot;],&quot;valSlug&quot;:[&quot;84-degrees&quot;],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:5061781,&quot;slug&quot;:&quot;lens-systemlb-max-view&quot;},{&quot;val&quot;:[&quot;DPOF support, Exif Print support&quot;],&quot;valSlug&quot;:[&quot;dpof-support-exif-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;1\u002F32000 sec&quot;],&quot;valSlug&quot;:[&quot;1-32000&quot;],&quot;nnv&quot;:[0.00003],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;21,000,000 pixels&quot;],&quot;valSlug&quot;:[&quot;21-000-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;USB 2.0 (5 pin Micro-USB Type B) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone stereo 3.5 mm)&quot;],&quot;valSlug&quot;:[&quot;usb-2-0-5&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1102839,&quot;slug&quot;:&quot;connectionsma-connector-type&quot;},{&quot;val&quot;:[&quot;9 groups \u002F 10 elements&quot;],&quot;valSlug&quot;:[&quot;9-groups-10-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102585,&quot;slug&quot;:&quot;lens-system-lens-construction&quot;},{&quot;val&quot;:[&quot;XAVC S - 3840 x 2160 p ¦ XAVC S HD - 1920 x 1080 p ¦ AVCHD - 1920 x 1080 i&quot;],&quot;valSlug&quot;:[&quot;xavc-s-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;30 fps&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;3-mic system&quot;],&quot;valSlug&quot;:[&quot;3-mic-system&quot;],&quot;name&quot;:&quot;Microphone Features&quot;,&quot;id&quot;:5061536,&quot;slug&quot;:&quot;microphone-features&quot;},{&quot;val&quot;:[&quot;f\u002F1.8-2.8&quot;],&quot;valSlug&quot;:[&quot;f-1-8-2&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Face Detection AF\u002FAE, Smile Shutter&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;face-detection-af-ae&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:5057209,&quot;slug&quot;:&quot;white-balance-bracketing&quot;},{&quot;val&quot;:[&quot;10&quot;],&quot;valSlug&quot;:[&quot;10&quot;],&quot;nnv&quot;:[10],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;2 in&quot;],&quot;valSlug&quot;:[&quot;2-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;84 degrees&quot;],&quot;valSlug&quot;:[&quot;84&quot;],&quot;nnv&quot;:[84],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:500988,&quot;slug&quot;:&quot;lens-system-max-view&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;24 - 70mm&quot;],&quot;valSlug&quot;:[&quot;24-70mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;2 in&quot;],&quot;valSlug&quot;:[&quot;2&quot;],&quot;nnv&quot;:[0.0508],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;25.7 mm&quot;],&quot;valSlug&quot;:[&quot;25-7&quot;],&quot;nnv&quot;:[0.0257],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;9.4 mm&quot;],&quot;valSlug&quot;:[&quot;9-4&quot;],&quot;nnv&quot;:[0.0094],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2020-05-30 09:56:40&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1590832.6},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:15&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.755},&quot;slug&quot;:{&quot;date&quot;:&quot;2020-05-30 10:25:30&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1590834.33},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2020-05-30 10:25:30&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1590834.33}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;b377b9bb-63ef-4d58-9776-3088e7c6cbe5&quot;,&quot;filename&quot;:&quot;b377b9bb-63ef-4d58-9776-3088e7c6cbe5.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2020-06-11 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1591833.6},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Sony&quot;,&quot;id&quot;:275235,&quot;slug&quot;:&quot;sony&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.sony.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:74800,&quot;high&quot;:74999,&quot;avg&quot;:74866,&quot;median&quot;:74800,&quot;numOffers&quot;:3,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2022-12-27 18:46:47&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1672166.807},&quot;lowRId&quot;:303151,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fgoto.target.com%2Fc%2F376373%2F1036126%2F2092%3Fprodsku%3D84301471%26u%3Dhttps%253A%252F%252Fwww.target.com%252Fp%252Fsony-zv-1-camera-for-content-creators-and-vloggers%252F-%252FA-84301471%26intsrc%3DCATF_8031&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;lowUuid&quot;:&quot;c16a30b4-c2fd-4a20-be55-6cbed576c1fb&quot;,&quot;msrp&quot;:74999},&quot;product&quot;:{&quot;upc&quot;:[&quot;0027242920552&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;cdsId&quot;:&quot;s23527320&quot;,&quot;catId&quot;:30040201,&quot;msrp&quot;:74999,&quot;catName&quot;:&quot;Compact Digital Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;9.42 oz&quot;],&quot;valSlug&quot;:[&quot;9-42&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;2.4 in&quot;],&quot;valSlug&quot;:[&quot;2-4&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.7 in&quot;],&quot;valSlug&quot;:[&quot;1-7&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.2 in&quot;],&quot;valSlug&quot;:[&quot;4-2&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;8.8 x 13.2 mm&quot;],&quot;valSlug&quot;:[&quot;8-8-x-13&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;20.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-1&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;Exmor RS CMOS&quot;],&quot;valSlug&quot;:[&quot;exmor-rs-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Sony ZV-1 - digital camera - ZEISS&quot;,&quot;psku&quot;:[&quot;6415933&quot;],&quot;sku&quot;:[&quot;DCZV1\u002FB&quot;],&quot;slug&quot;:&quot;sony-zv-1-digital-camera-zeiss&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;6415933&quot;,&quot;valSlug&quot;:&quot;6415933&quot;,&quot;pipId&quot;:300628}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:35:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.104}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F31laUW2XXKS._SL160_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:74800,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:74800,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D\u002Fref=asc_df_B08965JV8D1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B08965JV8D&amp;linkCode=asn&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:34,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:35:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.104}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300628,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FreF27hVMxJK_wRfjphTUXRk8ehY=\u002F2019\u002F05\u002F16\u002Fe2e0f448-efe2-4a83-81a0-343c5c60e55e\u002Fcropped-merchant-logos-best-buy.png&quot;,&quot;name&quot;:&quot;Best Buy&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:74999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:74999,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6415933%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6415933.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:33,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:35:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.104}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:303151,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FIw-BdBk5ln1zoe5U8WE6zZ6AMrQ=\u002F2019\u002F05\u002F16\u002Fe5409f01-9cc1-46c7-ae2d-39fa599606fb\u002Fcropped-merchant-logos-target.png&quot;,&quot;name&quot;:&quot;Target&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:74800,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:74800,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fgoto.target.com%2Fc%2F376373%2F1036126%2F2092%3Fprodsku%3D84301471%26u%3Dhttps%253A%252F%252Fwww.target.com%252Fp%252Fsony-zv-1-camera-for-content-creators-and-vloggers%252F-%252FA-84301471%26intsrc%3DCATF_8031&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;sony-zv-1-digital-camera-zeiss&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2020-05-30 10:25:30&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1590834.33}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;sony-zv-1-digital-camera-zeiss&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2020-05-30 10:25:30&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1590834.33}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;c16a30b4-c2fd-4a20-be55-6cbed576c1fb&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;}}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"8e068ed3-abb4-472a-a2c2-1ca8604bcf1d\" edition=\"us\" description=\"\u003Cp\u003EThe best vlogging camera is the Sony Alpha ZV-E10 due to its pristine video quality and ability to swap lenses. Though the camera is small in size, the technology engrained in this product is incredible. Like the Canon PowerShot G7 X MIII, this camera is mirrorless and has the capability to use multiple lenses to capture content.\u003C\u002Fp\u003E\u003Cp\u003EWhile yes, it is the best option in our opinion, there are plenty of options out there including GoPro and Canon products. Here's a table to compare the key features and prices of these best vlogging cameras.\u003C\u002Fp\u003E\u003Ctable\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EVlogging camera\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EPrice\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EMegapixels\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EBody weight\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony Alpha ZV-E10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$800\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E24.2 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.8 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EDJI Pocket 2\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$350\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E64 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.26 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EGoPro Hero10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$400\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E23 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.34 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ECanon PowerShot G7 X MIII\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$750\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E20.1 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.67 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony ZV-1\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$648\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E21 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.65 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003C\u002Ftbody\u003E\u003C\u002Ftable\u003E\" hed=\"What is the best vlogging camera?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__8e068ed3-abb4-472a-a2c2-1ca8604bcf1d\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3db&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;8e068ed3-abb4-472a-a2c2-1ca8604bcf1d&quot;,&quot;description&quot;:&quot;&lt;p&gt;The best vlogging camera is the Sony Alpha ZV-E10 due to its pristine video quality and ability to swap lenses. Though the camera is small in size, the technology engrained in this product is incredible. Like the Canon PowerShot G7 X MIII, this camera is mirrorless and has the capability to use multiple lenses to capture content.&lt;\u002Fp&gt;&lt;p&gt;While yes, it is the best option in our opinion, there are plenty of options out there including GoPro and Canon products. Here&#x27;s a table to compare the key features and prices of these best vlogging cameras.&lt;\u002Fp&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Vlogging camera&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Price&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Megapixels&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Body weight&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Sony Alpha ZV-E10&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;$800&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;24.2 MP&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;.8 pounds&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;DJI Pocket 2&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;$350&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;64 MP&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;.26 pounds&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;GoPro Hero10&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;$400&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;23 MP&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;.34 pounds&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Canon PowerShot G7 X MIII&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;$750&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;20.1 MP&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;.67 pounds&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Sony ZV-1&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;$648&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;21 MP&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;.65 pounds&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;\u002Ftbody&gt;&lt;\u002Ftable&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;What is the best vlogging camera?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:true,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:51.975109&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959051000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"65474b26-90c2-4eee-bda5-a005bcbe6f10\" edition=\"us\" description=\"\u003Cp\u003EEach person has a different use for every product out there. Consider this chart before making your purchase to find out which vlogging camera is best for you.\u003C\u002Fp\u003E\u003Ctable\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EChoose this\u003C\u002Fstrong\u003E\u003Cstrong\u003E&amp;nbsp;vlogging camera\u003C\u002Fstrong\u003E\u003Cstrong\u003E…\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EIf you…\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony Alpha ZV-E10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EAre serious about capturing video and want to create quality content\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EDJI Pocket 2\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EWant incredible camera quality at a fraction of the price and size of a typical camera\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EGoPro Hero10 Black\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003ENeed a camera that can withstand the element of water, dirt, wind, and snow\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ECanon PowerShot G7 X MIII\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EAre a loyal Canon customer and want to continue with their line of products\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony ZV-1\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EWant to use your camera for more than just video\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003C\u002Ftbody\u003E\u003C\u002Ftable\u003E\" hed=\"Which is the right vlogging camera for you?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__65474b26-90c2-4eee-bda5-a005bcbe6f10\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3e5&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;65474b26-90c2-4eee-bda5-a005bcbe6f10&quot;,&quot;description&quot;:&quot;&lt;p&gt;Each person has a different use for every product out there. Consider this chart before making your purchase to find out which vlogging camera is best for you.&lt;\u002Fp&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Choose this&lt;\u002Fstrong&gt;&lt;strong&gt;&amp;nbsp;vlogging camera&lt;\u002Fstrong&gt;&lt;strong&gt;…&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;If you…&lt;\u002Fstrong&gt;&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Sony Alpha ZV-E10&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;Are serious about capturing video and want to create quality content&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;DJI Pocket 2&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;Want incredible camera quality at a fraction of the price and size of a typical camera&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;GoPro Hero10 Black&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;Need a camera that can withstand the element of water, dirt, wind, and snow&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Canon PowerShot G7 X MIII&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;Are a loyal Canon customer and want to continue with their line of products&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;tr&gt;&lt;td&gt;&lt;p&gt;Sony ZV-1&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;td&gt;&lt;p&gt;Want to use your camera for more than just video&lt;\u002Fp&gt;&lt;\u002Ftd&gt;&lt;\u002Ftr&gt;&lt;\u002Ftbody&gt;&lt;\u002Ftable&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;Which is the right vlogging camera for you?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:true,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.002813&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"023f67f2-1e4e-4603-921c-efe3f9fdd0e9\" edition=\"us\" description=\"\u003Cp\u003ESize, weight, camera quality, and price. These are just a few of the important details we looked at when selecting which vlogging camera is the best.&amp;nbsp;\u003C\u002Fp\u003E\u003Cp\u003EI am fairly new to the &quot;professional&quot; photography realm, only buying my first DSLR just a few weeks ago. But, I've been shooting photography for over three years, so I know what to look for when deciding which camera to purchase.&amp;nbsp;\u003C\u002Fp\u003E\u003Cp\u003EWhile these cameras aren't the DSLRs I'm used to, the technology within these cameras put them as solid alternatives for a casual photographer who wants an easily portable camera.&amp;nbsp;\u003C\u002Fp\u003E\" hed=\"How did we choose these vlogging cameras?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__023f67f2-1e4e-4603-921c-efe3f9fdd0e9\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3f0&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;023f67f2-1e4e-4603-921c-efe3f9fdd0e9&quot;,&quot;description&quot;:&quot;&lt;p&gt;Size, weight, camera quality, and price. These are just a few of the important details we looked at when selecting which vlogging camera is the best.&amp;nbsp;&lt;\u002Fp&gt;&lt;p&gt;I am fairly new to the \\&quot;professional\\&quot; photography realm, only buying my first DSLR just a few weeks ago. But, I&#x27;ve been shooting photography for over three years, so I know what to look for when deciding which camera to purchase.&amp;nbsp;&lt;\u002Fp&gt;&lt;p&gt;While these cameras aren&#x27;t the DSLRs I&#x27;m used to, the technology within these cameras put them as solid alternatives for a casual photographer who wants an easily portable camera.&amp;nbsp;&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;How did we choose these vlogging cameras?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:true,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.021795&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"e338db83-da68-4ce6-9398-b4683b088f84\" edition=\"us\" description=\"\u003Cp\u003ETo start vlogging, all you need is a camera and an SD card to store your footage. But, if you are serious about this form of content creation, you will likely need a tripod, editing software on your computer, an attachable microphone, as well as more minor accessories along the way.\u003C\u002Fp\u003E\" hed=\"What equipment do you need for vlogging?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__e338db83-da68-4ce6-9398-b4683b088f84\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d3f9&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;e338db83-da68-4ce6-9398-b4683b088f84&quot;,&quot;description&quot;:&quot;&lt;p&gt;To start vlogging, all you need is a camera and an SD card to store your footage. But, if you are serious about this form of content creation, you will likely need a tripod, editing software on your computer, an attachable microphone, as well as more minor accessories along the way.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;What equipment do you need for vlogging?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:false,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.037378&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"1a69d0be-f6af-4943-ad92-a9fed6d28064\" edition=\"us\" description=\"\u003Cp\u003ELike all cameras, making sure your camera's megapixel count is high is the best starting point. Additionally, you'll want a camera that can handle the lowest aperture and shoot in 4k, or at least 1080p.\u003C\u002Fp\u003E\" hed=\"What should I look for when buying a vlogging camera?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__1a69d0be-f6af-4943-ad92-a9fed6d28064\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d402&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;1a69d0be-f6af-4943-ad92-a9fed6d28064&quot;,&quot;description&quot;:&quot;&lt;p&gt;Like all cameras, making sure your camera&#x27;s megapixel count is high is the best starting point. Additionally, you&#x27;ll want a camera that can handle the lowest aperture and shoot in 4k, or at least 1080p.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;What should I look for when buying a vlogging camera?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:false,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.062125&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"cdb4d865-c9ed-437a-969c-f41b27684f88\" edition=\"us\" description=\"\u003Cp\u003EIn short, yes if you want good quality videos. Without a flip screen, you will be unable to see what your camera is pointing at.\u003C\u002Fp\u003E\" hed=\"Do you need a flip screen for vlogging?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__cdb4d865-c9ed-437a-969c-f41b27684f88\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d40b&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;cdb4d865-c9ed-437a-969c-f41b27684f88&quot;,&quot;description&quot;:&quot;&lt;p&gt;In short, yes if you want good quality videos. Without a flip screen, you will be unable to see what your camera is pointing at.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;Do you need a flip screen for vlogging?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:false,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.087169&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"cnetlisticle\" id=\"1555caca-a976-4e78-b5df-4435662a7042\" edition=\"us\" description=\"\u003Cp\u003EThe phrase, &quot;a photographer is only as good as his camera,&quot; couldn't be more false. While, yes, having an advanced, high-quality camera helps, it ultimately comes down to the person using the camera. While the five vlogging cameras included in this list are the best ones on the market, here are a couple alternatives to consider before making your purchase.\u003C\u002Fp\u003E\" hed=\"Are there alternative vlogging cameras worth considering?\" imagegroup=\"{}\" merchantoffers=\"[]\" usepricing=\"true\" data-key=\"cnetlisticle__1555caca-a976-4e78-b5df-4435662a7042\" position=\"NaN\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7c937bd9527a172d415&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;1555caca-a976-4e78-b5df-4435662a7042&quot;,&quot;description&quot;:&quot;&lt;p&gt;The phrase, \\&quot;a photographer is only as good as his camera,\\&quot; couldn&#x27;t be more false. While, yes, having an advanced, high-quality camera helps, it ultimately comes down to the person using the camera. While the five vlogging cameras included in this list are the best ones on the market, here are a couple alternatives to consider before making your purchase.&lt;\u002Fp&gt;&quot;,&quot;dislike&quot;:&quot;&quot;,&quot;hed&quot;:&quot;Are there alternative vlogging cameras worth considering?&quot;,&quot;imageCaptionOverride&quot;:&quot;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{},&quot;isLive&quot;:true,&quot;like&quot;:&quot;&quot;,&quot;merchantOffers&quot;:[],&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.109097&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;shortcodeType&quot;:&quot;listicle&quot;,&quot;siteId&quot;:5,&quot;subhed&quot;:&quot;&quot;,&quot;supplementalText&quot;:&quot;&quot;,&quot;supplementalUrl&quot;:&quot;&quot;,&quot;techObjectInfo&quot;:null,&quot;techProdUuid&quot;:&quot;&quot;,&quot;usePricing&quot;:true}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"commercepromo\" id=\"28441582-23dd-4546-af61-2b8e1e55684d\" edition=\"us\" hed=\"Panasonic Lumix DC-ZS70K\" imagegroup=\"{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;7faa542f-01df-452c-8d6b-6efe4edb9b7b&quot;,&quot;filename&quot;:&quot;1296x729-3.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F7faa542f-01df-452c-8d6b-6efe4edb9b7b\u002F1296x729-3.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 17:35:59&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;7faa542f-01df-452c-8d6b-6efe4edb9b7b&quot;,&quot;imageFilename&quot;:&quot;1296x729-3.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" offerurl=\"https:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F\" offerprice=\"400\" offermerchant=\"Amazon\" monetizedurl=\"https:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F?tag=zdnet-buy-button-20\" techobjectinfo=\"{}\" usemonetization=\"true\" usepricing=\"true\" data-key=\"commercepromo__28441582-23dd-4546-af61-2b8e1e55684d\" position=\"NaN\" url=\"https:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F?tag=zdnet-buy-button-20\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7ca37bd9527a172d423&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;28441582-23dd-4546-af61-2b8e1e55684d&quot;,&quot;hed&quot;:&quot;Panasonic Lumix DC-ZS70K&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;7faa542f-01df-452c-8d6b-6efe4edb9b7b&quot;,&quot;filename&quot;:&quot;1296x729-3.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F7faa542f-01df-452c-8d6b-6efe4edb9b7b\u002F1296x729-3.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-10 17:35:59&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;7faa542f-01df-452c-8d6b-6efe4edb9b7b&quot;,&quot;imageFilename&quot;:&quot;1296x729-3.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F10&quot;},&quot;isLive&quot;:false,&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.181144&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;400&quot;,&quot;offerUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F&quot;,&quot;shortcodeType&quot;:&quot;commercepromo&quot;,&quot;siteId&quot;:5,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;af4cd7be-91b7-4f45-b8a7-1adb1b43ea54&quot;,&quot;slug&quot;:&quot;panasonic-lumix-dc-zs70-digital-camera-leica-dczs70k&quot;,&quot;name&quot;:&quot;Panasonic Lumix DC-ZS70 - digital camera - Leica&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;AUTOPID&quot;,&quot;mod&quot;:1672981220207},&quot;techProd&quot;:{&quot;id&quot;:&quot;af4cd7be-91b7-4f45-b8a7-1adb1b43ea54&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;SD Memory Card, SDXC Memory Card, SDHC Memory Card, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card-sdxc&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;tele lens&quot;,&quot;wide lens&quot;],&quot;valSlug&quot;:[&quot;tele-lens&quot;,&quot;wide-lens&quot;],&quot;name&quot;:&quot;Lens Type&quot;,&quot;id&quot;:501252,&quot;slug&quot;:&quot;flash-range-lens-type&quot;},{&quot;val&quot;:[&quot;ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-auto&quot;],&quot;name&quot;:&quot;Sensitivity&quot;,&quot;id&quot;:501251,&quot;slug&quot;:&quot;flash-range-sensitivity&quot;},{&quot;val&quot;:[&quot;auto mode&quot;,&quot;fill-in mode&quot;,&quot;flash OFF mode&quot;,&quot;red-eye reduction&quot;,&quot;slow synchro&quot;],&quot;valSlug&quot;:[&quot;auto-mode&quot;,&quot;fill-in-mode&quot;,&quot;flash-off-mode&quot;,&quot;red-eye-reduction&quot;,&quot;slow-synchro&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:501250,&quot;slug&quot;:&quot;camera-flash-flash-modes&quot;},{&quot;val&quot;:[&quot;aspherical lens&quot;],&quot;valSlug&quot;:[&quot;aspherical-lens&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;11 mm (1\u002F2.3\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;11-mm-1-2&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Multi-segment, center-weighted, spot&quot;],&quot;valSlug&quot;:[&quot;multi-segment-center-weighted&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;4x&quot;],&quot;valSlug&quot;:[&quot;4x&quot;],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:5063770,&quot;slug&quot;:&quot;general-digital-zoom&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;Color&quot;],&quot;valSlug&quot;:[&quot;color&quot;],&quot;name&quot;:&quot;Viewfinder Color Support&quot;,&quot;id&quot;:5054032,&quot;slug&quot;:&quot;viewfinder-color-support&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;nnv&quot;:[6400],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;AVCHD&quot;,&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;avchd&quot;,&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;0.5 cm&quot;],&quot;valSlug&quot;:[&quot;0-5&quot;],&quot;nnv&quot;:[0.005],&quot;name&quot;:&quot;Viewfinder Diagonal Size (metric)&quot;,&quot;id&quot;:505379,&quot;slug&quot;:&quot;viewfindermk-viewfinder-diagonal-size&quot;},{&quot;val&quot;:[&quot;20,300,000 pixels&quot;],&quot;valSlug&quot;:[&quot;20-300-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO 100, ISO 800, ISO 400, ISO 200, ISO 80, ISO 1600, ISO 6400, ISO 3200, ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-100-iso-800&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±5 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;5-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;7 steps in 1\u002F3, 2\u002F3 or 1 EV steps&quot;],&quot;valSlug&quot;:[&quot;7-steps-in-1&quot;],&quot;name&quot;:&quot;Auto Exposure Bracketing&quot;,&quot;id&quot;:5064827,&quot;slug&quot;:&quot;exposure-white-auto-exposure&quot;},{&quot;val&quot;:[&quot;100%&quot;],&quot;valSlug&quot;:[&quot;100&quot;],&quot;name&quot;:&quot;Optical Viewfinder Field Coverage&quot;,&quot;id&quot;:5072502,&quot;slug&quot;:&quot;viewfinder-optical-viewfinder-field&quot;},{&quot;val&quot;:[&quot;0.46x&quot;],&quot;valSlug&quot;:[&quot;0-46x&quot;],&quot;name&quot;:&quot;Optical Viewfinder Magnification&quot;,&quot;id&quot;:5072496,&quot;slug&quot;:&quot;viewfinder-optical-viewfinder-magnification&quot;},{&quot;val&quot;:[&quot;4.4 in&quot;],&quot;valSlug&quot;:[&quot;4-4-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;incandescent&quot;,&quot;shade&quot;],&quot;valSlug&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;incandescent&quot;,&quot;shade&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:501830,&quot;slug&quot;:&quot;white-balancejd-white-balance&quot;},{&quot;val&quot;:[&quot;0.2\\&quot;&quot;],&quot;valSlug&quot;:[&quot;0-2&quot;],&quot;name&quot;:&quot;Viewfinder Diagonal Size&quot;,&quot;id&quot;:5061644,&quot;slug&quot;:&quot;viewfinder-diagonal-size&quot;},{&quot;val&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;valSlug&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;7 steps in 1\u002F3, 2\u002F3 or 1 EV steps&quot;],&quot;valSlug&quot;:[&quot;7-steps-in-1&quot;],&quot;name&quot;:&quot;Auto Exposure Bracketing&quot;,&quot;id&quot;:501828,&quot;slug&quot;:&quot;exposure-parameters-auto-exposure&quot;},{&quot;val&quot;:[&quot;Panasonic Lumix DC-ZS70 - digital camera - Leica&quot;],&quot;valSlug&quot;:[&quot;panasonic-lumix-dc-zs70-digital-camera-leica&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;1 in&quot;],&quot;valSlug&quot;:[&quot;1-in&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:5061123,&quot;slug&quot;:&quot;macro-focus-range&quot;},{&quot;val&quot;:[&quot;HDMI, USB 2.0, IEEE 802.11b\u002Fg\u002Fn&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-2-0&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Quantity&quot;,&quot;id&quot;:503381,&quot;slug&quot;:&quot;supported-battery-quantity&quot;},{&quot;val&quot;:[&quot;Motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;2 ft - 18.4 ft: ISO auto (wide lens) ¦ 6.6 ft - 9.5 ft: ISO auto (tele lens)&quot;],&quot;valSlug&quot;:[&quot;2-ft-18-4&quot;],&quot;name&quot;:&quot;Effective Flash Range&quot;,&quot;id&quot;:1110088,&quot;slug&quot;:&quot;camera-flash-effective-flash&quot;},{&quot;val&quot;:[&quot;Leica zoom lens - 30x zoom - 4.3 - 129 mm - f\u002F3.3-6.4 - zoom&quot;],&quot;valSlug&quot;:[&quot;leica-zoom-lens-30x&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110092,&quot;slug&quot;:&quot;lens-systemjd1-type&quot;},{&quot;val&quot;:[&quot;Automatic, manual&quot;],&quot;valSlug&quot;:[&quot;automatic-manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;1025 mAh&quot;],&quot;valSlug&quot;:[&quot;1025&quot;],&quot;nnv&quot;:[1.025],&quot;name&quot;:&quot;Capacity&quot;,&quot;id&quot;:503384,&quot;slug&quot;:&quot;supported-battery-capacity&quot;},{&quot;val&quot;:[&quot;Auto eye sensor&quot;],&quot;valSlug&quot;:[&quot;auto-eye-sensor&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5066285,&quot;slug&quot;:&quot;viewfinderjd-features&quot;},{&quot;val&quot;:[&quot;USB 2.0 (5 pin Micro-USB Type B) ¦ HDMI output (19 pin micro HDMI Type D)&quot;],&quot;valSlug&quot;:[&quot;usb-2-0-5&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1102964,&quot;slug&quot;:&quot;connectionsjh-connector-type&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;Custom, automatic, presets&quot;],&quot;valSlug&quot;:[&quot;custom-automatic-presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;100Mbps&quot;],&quot;valSlug&quot;:[&quot;100mbps&quot;],&quot;name&quot;:&quot;Bitrate&quot;,&quot;id&quot;:505453,&quot;slug&quot;:&quot;video-capture-bitrate&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;wind noise reduction&quot;],&quot;valSlug&quot;:[&quot;wind-noise-reduction&quot;],&quot;name&quot;:&quot;Microphone Features&quot;,&quot;id&quot;:502387,&quot;slug&quot;:&quot;audio-input-microphone-features&quot;},{&quot;val&quot;:[&quot;Built-in - electronic&quot;],&quot;valSlug&quot;:[&quot;built-in-electronic&quot;],&quot;name&quot;:&quot;Viewfinder Type&quot;,&quot;id&quot;:1102438,&quot;slug&quot;:&quot;viewfinderjd-viewfinder-type&quot;},{&quot;val&quot;:[&quot;20300000 pixels&quot;],&quot;valSlug&quot;:[&quot;20300000&quot;],&quot;nnv&quot;:[20300000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Program, automatic, manual, aperture-priority, shutter-priority&quot;],&quot;valSlug&quot;:[&quot;program-automatic-manual-aperture&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Fill-in mode, slow synchro, auto mode, flash OFF mode, red-eye reduction&quot;],&quot;valSlug&quot;:[&quot;fill-in-mode-slow&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:5054007,&quot;slug&quot;:&quot;flash-modes&quot;},{&quot;val&quot;:[&quot;Incandescent, cloudy, flash, daylight, shade&quot;],&quot;valSlug&quot;:[&quot;incandescent-cloudy-flash-daylight&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:5066289,&quot;slug&quot;:&quot;white-balance-presets&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;Lithium ion - manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;lithium-ion-manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88&quot;],&quot;nnv&quot;:[280.09306],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, RAW, RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg-raw-raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6&quot;],&quot;nnv&quot;:[0.06604],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;nnv&quot;:[0.04064],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.4 in&quot;],&quot;valSlug&quot;:[&quot;4-4&quot;],&quot;nnv&quot;:[0.11176],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;Leica&quot;],&quot;valSlug&quot;:[&quot;leica&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:5070532,&quot;slug&quot;:&quot;lens-included&quot;},{&quot;val&quot;:[&quot;30 frames per second&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Frame Rate&quot;,&quot;id&quot;:502412,&quot;slug&quot;:&quot;video-capture-frame-rate&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;1166000 pixels&quot;],&quot;valSlug&quot;:[&quot;1166000&quot;],&quot;nnv&quot;:[1166000],&quot;name&quot;:&quot;Viewfinder Resolution&quot;,&quot;id&quot;:501384,&quot;slug&quot;:&quot;viewfinder-viewfinder-resolution&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;Touch AF&quot;],&quot;valSlug&quot;:[&quot;touch-af&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:502416,&quot;slug&quot;:&quot;white-balancejd1-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;1,166,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-166-000-pixels&quot;],&quot;name&quot;:&quot;Viewfinder Resolution&quot;,&quot;id&quot;:5053652,&quot;slug&quot;:&quot;viewfinderjd-viewfinder-resolution&quot;},{&quot;val&quot;:[&quot;Eye detection AF&quot;,&quot;Face-priority AF&quot;,&quot;Subject-tracking AF&quot;,&quot;Touch Area AF&quot;],&quot;valSlug&quot;:[&quot;eye-detection-af&quot;,&quot;face-priority-af&quot;,&quot;subject-tracking-af&quot;,&quot;touch-area-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;10 sec&quot;,&quot;2 sec&quot;],&quot;valSlug&quot;:[&quot;10-sec&quot;,&quot;2-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery - 1025 mAh (included)&quot;,&quot;1 x Li-ion rechargeable battery - 1025 mAh (included)&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;,&quot;1-x-li-ion&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;HDMI output&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi-output&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;0885170315785&quot;,&quot;0885170315808&quot;],&quot;valSlug&quot;:[&quot;0885170315785&quot;,&quot;0885170315808&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;dczs70k&quot;],&quot;valSlug&quot;:[&quot;dczs70k&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;Dolby Digital AC-3 (2 channel), AAC&quot;],&quot;valSlug&quot;:[&quot;dolby-digital-ac-3&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:5059300,&quot;slug&quot;:&quot;audio-signal-format&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;5 pin Micro-USB Type B&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;5-pin-micro-usb&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;AF illuminator&quot;],&quot;valSlug&quot;:[&quot;af-illuminator&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5061858,&quot;slug&quot;:&quot;camera-flashjd-features&quot;},{&quot;val&quot;:[&quot;s18731099&quot;],&quot;valSlug&quot;:[&quot;s18731099&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;Hand strap, AC power adapter, USB cable&quot;],&quot;valSlug&quot;:[&quot;hand-strap-ac-power&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109677,&quot;slug&quot;:&quot;miscellaneousre-included-accessories&quot;},{&quot;val&quot;:[&quot;color&quot;],&quot;valSlug&quot;:[&quot;color&quot;],&quot;name&quot;:&quot;Viewfinder Color Support&quot;,&quot;id&quot;:500920,&quot;slug&quot;:&quot;viewfinder-viewfinder-color-support&quot;},{&quot;val&quot;:[&quot;AC power adapter&quot;,&quot;USB cable&quot;,&quot;hand strap&quot;],&quot;valSlug&quot;:[&quot;ac-power-adapter&quot;,&quot;usb-cable&quot;,&quot;hand-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;24 m&quot;],&quot;valSlug&quot;:[&quot;24&quot;],&quot;nnv&quot;:[24],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;1\u002F16000 sec&quot;],&quot;valSlug&quot;:[&quot;1-16000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110213,&quot;slug&quot;:&quot;displaypf-type&quot;},{&quot;val&quot;:[&quot;Direct print, DPOF support, Exif Print support, PictBridge support&quot;],&quot;valSlug&quot;:[&quot;direct-print-dpof-support&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;21,100,000 pixels&quot;],&quot;valSlug&quot;:[&quot;21-100-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;9 groups \u002F 12 elements&quot;],&quot;valSlug&quot;:[&quot;9-groups-12-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102585,&quot;slug&quot;:&quot;lens-system-lens-construction&quot;},{&quot;val&quot;:[&quot;H.264 - 3840 x 2160 p - 30 fps - 100Mbps&quot;],&quot;valSlug&quot;:[&quot;h-264-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;30 fps&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;f\u002F3.3-6.4&quot;],&quot;valSlug&quot;:[&quot;f-3-3-6&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;zoom&quot;],&quot;valSlug&quot;:[&quot;zoom&quot;],&quot;name&quot;:&quot;Special Functions&quot;,&quot;id&quot;:500982,&quot;slug&quot;:&quot;lens-system-special-functions&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Eye Detect AF, face-priority AF function&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;eye-detect-af-face&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;White Balance Bracketing&quot;,&quot;id&quot;:5057209,&quot;slug&quot;:&quot;white-balance-bracketing&quot;},{&quot;val&quot;:[&quot;12&quot;],&quot;valSlug&quot;:[&quot;12&quot;],&quot;nnv&quot;:[12],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;19.7 in&quot;],&quot;valSlug&quot;:[&quot;19-7&quot;],&quot;nnv&quot;:[0.50038],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;129 mm&quot;],&quot;valSlug&quot;:[&quot;129&quot;],&quot;nnv&quot;:[0.129],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;4.3 mm&quot;],&quot;valSlug&quot;:[&quot;4-3&quot;],&quot;nnv&quot;:[0.0043],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;},{&quot;val&quot;:[&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;Face-priority AF, Subject-tracking AF, Touch Area AF, Eye detection AF&quot;],&quot;valSlug&quot;:[&quot;face-priority-af-subject&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;center-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;center-weighted&quot;,&quot;multi-segment&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;18731099&quot;],&quot;valSlug&quot;:[&quot;18731099&quot;],&quot;nnv&quot;:[18731099],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;System&quot;,&quot;id&quot;:501516,&quot;slug&quot;:&quot;auto-focus-system&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Red-Eye Reduction&quot;,&quot;id&quot;:502028,&quot;slug&quot;:&quot;camera-flash-red-eye&quot;},{&quot;val&quot;:[&quot;1 in&quot;],&quot;valSlug&quot;:[&quot;1-in&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:501515,&quot;slug&quot;:&quot;lens-system-macro-focus&quot;},{&quot;val&quot;:[&quot;pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501015,&quot;slug&quot;:&quot;camera-flash-type&quot;},{&quot;val&quot;:[&quot;9 groups \u002F 12 elements&quot;],&quot;valSlug&quot;:[&quot;9-groups-12-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102598,&quot;slug&quot;:&quot;lens-systemlb-lens-construction&quot;},{&quot;val&quot;:[&quot;AF illuminator&quot;],&quot;valSlug&quot;:[&quot;af-illuminator&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501022,&quot;slug&quot;:&quot;camera-flash-features&quot;},{&quot;val&quot;:[&quot;2 ft&quot;,&quot;6.6 ft&quot;],&quot;valSlug&quot;:[&quot;2&quot;,&quot;6-6&quot;],&quot;nnv&quot;:[0.6096,2.01168],&quot;name&quot;:&quot;Min Shooting Distance&quot;,&quot;id&quot;:501020,&quot;slug&quot;:&quot;flash-range-min-shooting&quot;},{&quot;val&quot;:[&quot;18.4 ft&quot;,&quot;9.5 ft&quot;],&quot;valSlug&quot;:[&quot;18-4&quot;,&quot;9-5&quot;],&quot;nnv&quot;:[5.60832,2.8956],&quot;name&quot;:&quot;Max Shooting Distance&quot;,&quot;id&quot;:501019,&quot;slug&quot;:&quot;flash-range-max-shooting&quot;},{&quot;val&quot;:[&quot;11.4 oz&quot;,&quot;9.9 oz&quot;],&quot;valSlug&quot;:[&quot;11-4&quot;,&quot;9-9&quot;],&quot;nnv&quot;:[323.1843,280.66005],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500519,&quot;slug&quot;:&quot;dimensions-weightyc-weight&quot;},{&quot;val&quot;:[&quot;auto eye sensor&quot;],&quot;valSlug&quot;:[&quot;auto-eye-sensor&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:504102,&quot;slug&quot;:&quot;viewfinder-features&quot;},{&quot;val&quot;:[&quot;camera only&quot;,&quot;camera with battery and memory card&quot;],&quot;valSlug&quot;:[&quot;camera-only&quot;,&quot;camera-with-battery-and&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:510245,&quot;slug&quot;:&quot;3848b-details&quot;},{&quot;val&quot;:[&quot;Audio recording&quot;],&quot;valSlug&quot;:[&quot;audio-recording&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;10 frames per second&quot;,&quot;2 frames per second&quot;,&quot;30 frames per second (4K)&quot;,&quot;5 frames per second&quot;],&quot;valSlug&quot;:[&quot;10-frames-per-second&quot;,&quot;2-frames-per-second&quot;,&quot;30-frames-per-second&quot;,&quot;5-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:508222,&quot;slug&quot;:&quot;d949f-continuous-shooting-speed&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;Focus Stacking&quot;,&quot;Light Speed AF&quot;,&quot;Post Focus function&quot;,&quot;audio recording&quot;,&quot;built-in speaker&quot;,&quot;contrast control&quot;,&quot;cropping an image&quot;,&quot;date\u002Ftime stamp&quot;,&quot;digital image rotation&quot;,&quot;highlight point display&quot;,&quot;histogram display&quot;,&quot;in-camera RAW processing&quot;,&quot;in-camera movie editing&quot;,&quot;in-camera red-eye removal&quot;,&quot;resizing an image&quot;,&quot;saturation control&quot;,&quot;sharpness control&quot;,&quot;text stamp&quot;],&quot;valSlug&quot;:[&quot;focus-stacking&quot;,&quot;light-speed-af&quot;,&quot;post-focus-function&quot;,&quot;audio-recording&quot;,&quot;built-in-speaker&quot;,&quot;contrast-control&quot;,&quot;cropping-an-image&quot;,&quot;date-time-stamp&quot;,&quot;digital-image-rotation&quot;,&quot;highlight-point-display&quot;,&quot;histogram-display&quot;,&quot;in-camera-raw-processing&quot;,&quot;in-camera-movie-editing&quot;,&quot;in-camera-red-eye&quot;,&quot;resizing-an-image&quot;,&quot;saturation-control&quot;,&quot;sharpness-control&quot;,&quot;text-stamp&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;,&quot;RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;,&quot;raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;High Sensitivity MOS&quot;],&quot;valSlug&quot;:[&quot;high-sensitivity-mos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;Leica&quot;],&quot;valSlug&quot;:[&quot;leica&quot;],&quot;name&quot;:&quot;Lens Brand&quot;,&quot;id&quot;:501573,&quot;slug&quot;:&quot;lens-system-lens-brand&quot;},{&quot;val&quot;:[&quot;ISO 100&quot;,&quot;ISO 1600&quot;,&quot;ISO 200&quot;,&quot;ISO 3200&quot;,&quot;ISO 400&quot;,&quot;ISO 6400&quot;,&quot;ISO 80&quot;,&quot;ISO 800&quot;,&quot;ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-100&quot;,&quot;iso-1600&quot;,&quot;iso-200&quot;,&quot;iso-3200&quot;,&quot;iso-400&quot;,&quot;iso-6400&quot;,&quot;iso-80&quot;,&quot;iso-800&quot;,&quot;iso-auto&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;21100000 pixels&quot;],&quot;valSlug&quot;:[&quot;21100000&quot;],&quot;nnv&quot;:[21100000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;optical (5-axis HYBRID O.I.S. +)&quot;],&quot;valSlug&quot;:[&quot;optical-5-axis-hybrid&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:508224,&quot;slug&quot;:&quot;built-in-optical-image&quot;},{&quot;val&quot;:[&quot;30 x&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;electronic&quot;],&quot;valSlug&quot;:[&quot;electronic&quot;],&quot;name&quot;:&quot;Viewfinder Type&quot;,&quot;id&quot;:500556,&quot;slug&quot;:&quot;viewfinder-viewfinder-type&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;±5 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;5-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Photo shooting - 380 shots (LCD Monitor on) ¦ Photo shooting - 250 shots (EVF on)&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-380-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1104732,&quot;slug&quot;:&quot;batterykb-battery-life-details&quot;},{&quot;val&quot;:[&quot;30x&quot;],&quot;valSlug&quot;:[&quot;30x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;Touch AF&quot;],&quot;valSlug&quot;:[&quot;touch-af&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;2 frames per second, 5 frames per second, 10 frames per second, 30 frames per second (4K)&quot;],&quot;valSlug&quot;:[&quot;2-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:5061930,&quot;slug&quot;:&quot;additional-features-continuous-shooting&quot;},{&quot;val&quot;:[&quot;20.3 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-3&quot;],&quot;nnv&quot;:[21286174],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;AAC&quot;,&quot;Dolby Digital AC-3 (2 channel)&quot;],&quot;valSlug&quot;:[&quot;aac&quot;,&quot;dolby-digital-ac-3&quot;],&quot;name&quot;:&quot;Audio Signal Format&quot;,&quot;id&quot;:504182,&quot;slug&quot;:&quot;pro-camcorder-audio-signal&quot;},{&quot;val&quot;:[&quot;AVCHD, H.264&quot;],&quot;valSlug&quot;:[&quot;avchd-h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;Panasonic&quot;],&quot;valSlug&quot;:[&quot;panasonic&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;High Sensitivity MOS&quot;],&quot;valSlug&quot;:[&quot;high-sensitivity-mos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;USB 2.0 (5 pin Micro-USB Type B) ¦ HDMI output (19 pin micro HDMI Type D)&quot;],&quot;valSlug&quot;:[&quot;usb-2-0-5&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1110893,&quot;slug&quot;:&quot;connectionskc-connector-type&quot;},{&quot;val&quot;:[&quot;DC-ZS70&quot;],&quot;valSlug&quot;:[&quot;dc-zs70&quot;],&quot;name&quot;:&quot;Model&quot;,&quot;id&quot;:500601,&quot;slug&quot;:&quot;header-model&quot;},{&quot;val&quot;:[&quot;Panasonic Lumix&quot;],&quot;valSlug&quot;:[&quot;panasonic-lumix&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDHC UHS-I Memory Card&quot;,&quot;SDXC Memory Card&quot;,&quot;SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdhc-uhs-i-memory&quot;,&quot;sdxc-memory-card&quot;,&quot;sdxc-uhs-i-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;Exif Print support&quot;,&quot;PictBridge support&quot;,&quot;direct print&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;exif-print-support&quot;,&quot;pictbridge-support&quot;,&quot;direct-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;Audio recording, built-in speaker, date\u002Ftime stamp, sharpness control, digital image rotation, histogram display, in-camera red-eye removal, cropping an image, resizing an image, saturation control, highlight point display, in-camera movie editing, contrast control, in-camera RAW processing, text stamp, Light Speed AF, Focus Stacking, Post Focus function&quot;],&quot;valSlug&quot;:[&quot;audio-recording-built-in&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;IEEE 802.11b\u002Fg\u002Fn&quot;],&quot;valSlug&quot;:[&quot;ieee-802-11b-g&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;Depth From Defocus (DFD) technology&quot;,&quot;Focus Peaking function&quot;],&quot;valSlug&quot;:[&quot;depth-from-defocus-dfd&quot;,&quot;focus-peaking-function&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:508303,&quot;slug&quot;:&quot;auto-focus-features&quot;},{&quot;val&quot;:[&quot;From sweeping panoramas and natural wonders to architecture and the simple smile of a child, this powerful, pocket-sized camera captures all the sights, scenes and emotions of your travels. The LUMIX ZS70 does it all in photos and videos, with vivid colors and details, just the way you remember them. With the clarity of 4K video, the LUMIX ZS70 makes it easy to record every journey in up to 3840 x 2160p detail - four times the quality of Full HD. Capture more excitement, more life and more memories that will last for years to come.\\u000b\\u000bThe LUMIX ZS70 brings you right into the action. Its 24mm LEICA DC VARIO-ELMAR lens includes 30x optical zoom to get you in close to everything that piques your interest. The camera&#x27;s Control Ring provides smooth manual control of the aperture, shutter speed, zoom and focus. It can easily be customized to handle your favorite settings. Sometimes, harsh sunlight makes even the brightest camera screens difficult to view. The LUMIX ZS70 features a 0.2-inch 1,166k-dot LVF (Live View Finder) that activates automatically when you lift the camera to your eye, so you can see every detail, and capture the shot you&#x27;re looking for. To suppress blurring, 5-Axis HYBRID O.I.S.+ (Optical Image Stabilizer Plus) detects and compensates for five types of movement. At the same time, the camera&#x27;s Level Shot function detects and maintains the image&#x27;s horizontal line even if the camera is tilted.\\u000b\\u000bA 20.3-megapixel High Sensitivity MOS sensor records high-quality images in incredible detail. The sensor works in tandem with the Venus Engine to ensure stunning pictures even in dimly lit environments with minimal image noise. With a 180-degree tiltable monitor, you&#x27;ll always get the perfect selfie. Whether it&#x27;s of you, a group, party moment or overactive dog, you&#x27;ll get your shot in 4K quality. LUMIX 4K PHOTO lets you catch the best moment at 30fps and save it as an 8-megapixel equivalent high-resolution image.\\u000b\\u000bAn amazing Post Focus function gives you the ability to focus after you&#x27;ve taken the shot. Just capture the scene, review the image on the LCD and touch the part of the photo you want to sharpen. Then press set, and save. It&#x27;s that simple. The Focus Stacking function lets you adjust the focus area after shooting by blending multiple images taken at different focus distances to create a one-of-a-kind image depth of field. Make images with the kind of de-focus you want or pan-focus your image by selecting focus area after shooting. It&#x27;s the ideal feature for shooting with fast apertures, close-ups or macro photography.&quot;],&quot;valSlug&quot;:[&quot;from-sweeping-panoramas-and&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;Optical (5-axis HYBRID O.I.S. +)&quot;],&quot;valSlug&quot;:[&quot;optical-5-axis-hybrid&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Aspherical lens&quot;],&quot;valSlug&quot;:[&quot;aspherical-lens&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;0.46x&quot;],&quot;valSlug&quot;:[&quot;0-46x&quot;],&quot;name&quot;:&quot;Optical Viewfinder Magnification&quot;,&quot;id&quot;:508306,&quot;slug&quot;:&quot;32481-optical-viewfinder-magnification&quot;},{&quot;val&quot;:[&quot;100%&quot;],&quot;valSlug&quot;:[&quot;100&quot;],&quot;name&quot;:&quot;Optical Viewfinder Field Coverage&quot;,&quot;id&quot;:508305,&quot;slug&quot;:&quot;63497-optical-viewfinder-field&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - compact&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-compact&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1105801,&quot;slug&quot;:&quot;generalra-product-type&quot;},{&quot;val&quot;:[&quot;20.3 Megapixel&quot;],&quot;valSlug&quot;:[&quot;20-3-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;EVF on&quot;,&quot;LCD Monitor on&quot;],&quot;valSlug&quot;:[&quot;evf-on&quot;,&quot;lcd-monitor-on&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;Pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Camera Flash&quot;,&quot;id&quot;:5053933,&quot;slug&quot;:&quot;camera-flash-camera-flash&quot;},{&quot;val&quot;:[&quot;250 shots&quot;,&quot;380 shots&quot;],&quot;valSlug&quot;:[&quot;250&quot;,&quot;380&quot;],&quot;nnv&quot;:[250,380],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Hand strap, AC power adapter, USB cable&quot;],&quot;valSlug&quot;:[&quot;hand-strap-ac-power&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109944,&quot;slug&quot;:&quot;miscellaneoussh-included-accessories&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - compact&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-compact&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1109946,&quot;slug&quot;:&quot;generalsh-product-type&quot;},{&quot;val&quot;:[&quot;4 x&quot;],&quot;valSlug&quot;:[&quot;4&quot;],&quot;nnv&quot;:[4],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:500652,&quot;slug&quot;:&quot;video-input-digital-zoom&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;Focus Peaking function, Depth From Defocus (DFD) technology&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function-depth&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:5072778,&quot;slug&quot;:&quot;general-auto-focus-features&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1109980,&quot;slug&quot;:&quot;displayjf-type&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;0.2 in&quot;],&quot;valSlug&quot;:[&quot;0-2&quot;],&quot;nnv&quot;:[0.00508],&quot;name&quot;:&quot;Viewfinder Diagonal Size&quot;,&quot;id&quot;:501204,&quot;slug&quot;:&quot;viewfinder-viewfinder-diagonal-size&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505811,&quot;slug&quot;:&quot;miscellaneouspf-product-color&quot;},{&quot;val&quot;:[&quot;eye Detect AF&quot;,&quot;face-priority AF function&quot;],&quot;valSlug&quot;:[&quot;eye-detect-af&quot;,&quot;face-priority-af-function&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;1\u002F16000 sec&quot;],&quot;valSlug&quot;:[&quot;1-16000&quot;],&quot;nnv&quot;:[0.00006],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Wind noise reduction&quot;],&quot;valSlug&quot;:[&quot;wind-noise-reduction&quot;],&quot;name&quot;:&quot;Microphone Features&quot;,&quot;id&quot;:5061536,&quot;slug&quot;:&quot;microphone-features&quot;},{&quot;val&quot;:[&quot;19.7 in&quot;],&quot;valSlug&quot;:[&quot;19-7-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;24 - 720mm&quot;],&quot;valSlug&quot;:[&quot;24-720mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2018-10-24 23:28:51&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1540423.731},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:25&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.765},&quot;slug&quot;:{&quot;date&quot;:&quot;2018-10-25 03:44:56&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1540439.096},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2019-10-29 13:11:40&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572354.7},&quot;release&quot;:{&quot;date&quot;:&quot;2023-01-06 05:00:19&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1672981.219}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;b5013c79-446b-41d8-841b-955b001e5c77&quot;,&quot;filename&quot;:&quot;b5013c79-446b-41d8-841b-955b001e5c77.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-05-11 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1494460.8},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Panasonic&quot;,&quot;id&quot;:275196,&quot;slug&quot;:&quot;panasonic&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.panasonic.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:[],&quot;product&quot;:{&quot;catId&quot;:3004020101,&quot;catName&quot;:&quot;Long-Zoom Compact Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;9.88 oz&quot;],&quot;valSlug&quot;:[&quot;9-88&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.6 in&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.4 in&quot;],&quot;valSlug&quot;:[&quot;4-4&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;11 mm (1\u002F2.3\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;11-mm-1-2&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;20.3 megapixels&quot;],&quot;valSlug&quot;:[&quot;20-3&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;High Sensitivity MOS&quot;],&quot;valSlug&quot;:[&quot;high-sensitivity-mos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Panasonic Lumix DC-ZS70 - digital camera - Leica&quot;,&quot;upc&quot;:[&quot;0885170315785&quot;,&quot;0885170315808&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;sku&quot;:[&quot;dczs70k&quot;],&quot;slug&quot;:&quot;panasonic-lumix-dc-zs70-digital-camera-leica-dczs70k&quot;,&quot;cdsId&quot;:&quot;s18731099&quot;,&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:null,&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;panasonic-lumix-dc-zs70-digital-camera-leica-dczs70k-99483&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-10-29 16:51:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572367.863}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;panasonic-lumix-dc-zs70-digital-camera-leica-dczs70k-99483&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-10-29 16:51:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572367.863}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;af4cd7be-91b7-4f45-b8a7-1adb1b43ea54&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;},&quot;techProdUuid&quot;:&quot;&quot;,&quot;useMonetization&quot;:true,&quot;usePricing&quot;:true,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FPanasonic-Digital-DC-ZS70K-Megapixel-VARIO-ELMAR\u002Fdp\u002FB071R6JRZZ\u002F?tag=zdnet-buy-button-20&quot;}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"commercepromo\" id=\"d62596ba-9187-470b-8587-aa0f2bc73c1e\" edition=\"us\" hed=\"Canon EOS M200\" imagegroup=\"{&quot;alt&quot;:&quot;Canon EOS M200 review | Best vlogging camera&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;c64a9fea-d427-4efe-ac65-16c91f5d3e8c&quot;,&quot;filename&quot;:&quot;canon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002Fc64a9fea-d427-4efe-ac65-16c91f5d3e8c\u002Fcanon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:36&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;c64a9fea-d427-4efe-ac65-16c91f5d3e8c&quot;,&quot;imageFilename&quot;:&quot;canon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" offerurl=\"https:\u002F\u002Fwww.amazon.com\u002FCanon-Mirrorless-Vlogging-Bluetooth-Technology\u002Fdp\u002FB07XYPVFCH?\" offerprice=\"549\" offermerchant=\"Amazon\" monetizedurl=\"https:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08HWCCS6S\u002F?tag=zdnet-buy-button-20\" usemonetization=\"true\" usepricing=\"true\" data-key=\"commercepromo__d62596ba-9187-470b-8587-aa0f2bc73c1e\" position=\"NaN\" url=\"https:\u002F\u002Fwww.amazon.com\u002FCanon-Mirrorless-Vlogging-Bluetooth-Technology\u002Fdp\u002FB07XYPVFCH?tag=zdnet-buy-button-20\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7ca37bd9527a172d42c&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;d62596ba-9187-470b-8587-aa0f2bc73c1e&quot;,&quot;hed&quot;:&quot;Canon EOS M200&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;Canon EOS M200 review | Best vlogging camera&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;c64a9fea-d427-4efe-ac65-16c91f5d3e8c&quot;,&quot;filename&quot;:&quot;canon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002Fc64a9fea-d427-4efe-ac65-16c91f5d3e8c\u002Fcanon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:49:36&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;c64a9fea-d427-4efe-ac65-16c91f5d3e8c&quot;,&quot;imageFilename&quot;:&quot;canon-eos-m200-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;},&quot;isLive&quot;:false,&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.203501&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-Mirrorless-Vlogging-Bluetooth-Technology\u002Fdp\u002FB07XYPVFCH?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;549&quot;,&quot;offerUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-Mirrorless-Vlogging-Bluetooth-Technology\u002Fdp\u002FB07XYPVFCH?&quot;,&quot;shortcodeType&quot;:&quot;commercepromo&quot;,&quot;siteId&quot;:5,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;688bff25-2281-4690-9056-f43a1db24953&quot;,&quot;slug&quot;:&quot;canon-eos-m200-digital-camera-ef-m-15-45mm-is-stm-lens-3699c009&quot;,&quot;name&quot;:&quot;Canon EOS M200 - digital camera EF-M 15-45mm IS STM lens&quot;,&quot;productType&quot;:&quot;PRODUCT&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981220328},&quot;techProd&quot;:{&quot;id&quot;:&quot;688bff25-2281-4690-9056-f43a1db24953&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;5&quot;],&quot;valSlug&quot;:[&quot;5&quot;],&quot;nnv&quot;:[5],&quot;name&quot;:&quot;Guide Number (m \u002F ISO 100)&quot;,&quot;id&quot;:501254,&quot;slug&quot;:&quot;camera-flash-guide-number&quot;},{&quot;val&quot;:[&quot;SD Memory Card, SDXC Memory Card, SDHC Memory Card, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card-sdxc&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;Stepping Motor (STM) technology&quot;,&quot;full-time manual focusing&quot;],&quot;valSlug&quot;:[&quot;stepping-motor-stm-technology&quot;,&quot;full-time-manual-focusing&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;14.9 x 22.3 mm&quot;],&quot;valSlug&quot;:[&quot;14-9-x-22&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Evaluative, center-weighted, spot, partial&quot;],&quot;valSlug&quot;:[&quot;evaluative-center-weighted-spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;STM Canon EF-M&quot;],&quot;valSlug&quot;:[&quot;stm-canon-ef-m&quot;],&quot;name&quot;:&quot;Lens Series&quot;,&quot;id&quot;:503312,&quot;slug&quot;:&quot;lens-system-lens-series&quot;},{&quot;val&quot;:[&quot;EV 1-20 (ISO 100)&quot;],&quot;valSlug&quot;:[&quot;ev-1-20-iso&quot;],&quot;name&quot;:&quot;Exposure Range&quot;,&quot;id&quot;:1102857,&quot;slug&quot;:&quot;exposure-white-exposure-range&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;nnv&quot;:[25600],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;24,100,000 pixels&quot;],&quot;valSlug&quot;:[&quot;24-100-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO auto, ISO 100-25600&quot;],&quot;valSlug&quot;:[&quot;iso-auto-iso-100&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;4.3 in&quot;],&quot;valSlug&quot;:[&quot;4-3-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent light (white)&quot;,&quot;shade&quot;,&quot;tungsten light&quot;],&quot;valSlug&quot;:[&quot;cloudy&quot;,&quot;daylight&quot;,&quot;flash&quot;,&quot;fluorescent-light-white&quot;,&quot;shade&quot;,&quot;tungsten-light&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:501830,&quot;slug&quot;:&quot;white-balancejd-white-balance&quot;},{&quot;val&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;valSlug&quot;:[&quot;aperture-priority&quot;,&quot;automatic&quot;,&quot;bulb&quot;,&quot;manual&quot;,&quot;program&quot;,&quot;shutter-priority&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;Canon EOS M200 - digital camera EF-M 15-45mm IS STM lens&quot;],&quot;valSlug&quot;:[&quot;canon-eos-m200-digital-camera-ef-m-15-45mm-is-stm-lens&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;HDMI, USB 2.0, IEEE 802.11b\u002Fg\u002Fn, Bluetooth 4.1&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-2-0&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;Canon LP-E12&quot;],&quot;valSlug&quot;:[&quot;canon-lp-e12&quot;],&quot;name&quot;:&quot;Form Factor&quot;,&quot;id&quot;:503382,&quot;slug&quot;:&quot;supported-batteryjd-form-factor&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Quantity&quot;,&quot;id&quot;:503381,&quot;slug&quot;:&quot;supported-battery-quantity&quot;},{&quot;val&quot;:[&quot;Canon LP-E12&quot;],&quot;valSlug&quot;:[&quot;canon-lp-e12&quot;],&quot;name&quot;:&quot;Manufacturer Battery Name&quot;,&quot;id&quot;:503379,&quot;slug&quot;:&quot;battery-manufacturer-battery-name&quot;},{&quot;val&quot;:[&quot;Manual&quot;],&quot;valSlug&quot;:[&quot;manual&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Canon EF-M&quot;],&quot;valSlug&quot;:[&quot;canon-ef-m&quot;],&quot;name&quot;:&quot;Lens Mounting Type&quot;,&quot;id&quot;:5072409,&quot;slug&quot;:&quot;lens-system-lens-mounting&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;polycarbonate&quot;],&quot;valSlug&quot;:[&quot;polycarbonate&quot;],&quot;name&quot;:&quot;Body Material&quot;,&quot;id&quot;:500830,&quot;slug&quot;:&quot;miscellaneous-body-material&quot;},{&quot;val&quot;:[&quot;Zoom lens - 3x zoom - 15 - 45 mm - f\u002F3.5-6.3 STM Canon EF-M&quot;],&quot;valSlug&quot;:[&quot;zoom-lens-3x-zoom&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110092,&quot;slug&quot;:&quot;lens-systemjd1-type&quot;},{&quot;val&quot;:[&quot;Automatic, manual&quot;],&quot;valSlug&quot;:[&quot;automatic-manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;825.00&quot;],&quot;valSlug&quot;:[&quot;825-00&quot;],&quot;nnv&quot;:[825],&quot;name&quot;:&quot;MSRP&quot;,&quot;id&quot;:700009,&quot;slug&quot;:&quot;msrp&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6382169&amp;u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6382169%2Fpdp&amp;intsrc=CATF_4831&quot;],&quot;valSlug&quot;:[&quot;https-bestbuy-7tiv-net&quot;],&quot;name&quot;:&quot;LinkModel&quot;,&quot;id&quot;:1000044,&quot;slug&quot;:&quot;linkmodel&quot;},{&quot;val&quot;:[&quot;Dual Pixel CMOS AF \u002F TTL phase detection \u002F TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;dual-pixel-cmos-af&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;6382169&quot;],&quot;valSlug&quot;:[&quot;6382169&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;EOS Integrated Cleaning System&quot;],&quot;valSlug&quot;:[&quot;eos-integrated-cleaning-system&quot;],&quot;name&quot;:&quot;Sensor Features&quot;,&quot;id&quot;:504416,&quot;slug&quot;:&quot;optical-sensor-sensor-features&quot;},{&quot;val&quot;:[&quot;Custom, automatic, presets&quot;],&quot;valSlug&quot;:[&quot;custom-automatic-presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;nnv&quot;:[8294400],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;DIGIC 8&quot;],&quot;valSlug&quot;:[&quot;digic-8&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:505452,&quot;slug&quot;:&quot;video-input-image-processor&quot;},{&quot;val&quot;:[&quot;0 - 85%&quot;],&quot;valSlug&quot;:[&quot;0-85&quot;],&quot;name&quot;:&quot;Humidity Range Operating&quot;,&quot;id&quot;:5058598,&quot;slug&quot;:&quot;humidity-range-operating&quot;},{&quot;val&quot;:[&quot;143&quot;],&quot;valSlug&quot;:[&quot;143&quot;],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:5065249,&quot;slug&quot;:&quot;general-auto-focus-points&quot;},{&quot;val&quot;:[&quot;25600&quot;],&quot;valSlug&quot;:[&quot;25600&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;RAW 6000 x 4000 ¦ RAW 5328 x 4000 ¦ RAW 6000 x 3368 ¦ RAW 4000 x 4000 ¦ JPEG 6000 x 4000 ¦ JPEG 3984 x 2656 ¦ JPEG 2976 x 1984 ¦ JPEG 2400 x 1600 ¦ JPEG 5328 x 4000 ¦ JPEG 3552 x 2664 ¦ JPEG 2656 x 1992 ¦ JPEG 2112 x 1600 ¦ JPEG 6000 x 3368 ¦ JPEG 3984 x 2240 ¦ JPEG 2976 x 1680 ¦ JPEG 2400 x 1344 ¦ JPEG 4000 x 4000 ¦ JPEG 2656 x 2656 ¦ JPEG 1984 x 1984 ¦ JPEG 1600 x 1600&quot;],&quot;valSlug&quot;:[&quot;raw-6000-x-4000&quot;],&quot;name&quot;:&quot;Image Storage&quot;,&quot;id&quot;:1103460,&quot;slug&quot;:&quot;memory-storageld-image-storage&quot;},{&quot;val&quot;:[&quot;1.6&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;nnv&quot;:[1.6],&quot;name&quot;:&quot;Field of View Crop Factor&quot;,&quot;id&quot;:504432,&quot;slug&quot;:&quot;optical-sensor-field-of&quot;},{&quot;val&quot;:[&quot;24100000 pixels&quot;],&quot;valSlug&quot;:[&quot;24100000&quot;],&quot;nnv&quot;:[24100000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Program, bulb, automatic, manual, aperture-priority, shutter-priority&quot;],&quot;valSlug&quot;:[&quot;program-bulb-automatic-manual&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Cloudy, tungsten light, flash, daylight, shade, fluorescent light (white)&quot;],&quot;valSlug&quot;:[&quot;cloudy-tungsten-light-flash&quot;],&quot;name&quot;:&quot;White Balance Presets&quot;,&quot;id&quot;:5066289,&quot;slug&quot;:&quot;white-balance-presets&quot;},{&quot;val&quot;:[&quot;Canon Digital Photo Professional&quot;,&quot;Canon EOS Utility&quot;,&quot;Canon Image Transfer Utility&quot;,&quot;Canon Picture Style Editor&quot;],&quot;valSlug&quot;:[&quot;canon-digital-photo-professional&quot;,&quot;canon-eos-utility&quot;,&quot;canon-image-transfer-utility&quot;,&quot;canon-picture-style-editor&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500344,&quot;slug&quot;:&quot;software-type&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104&quot;],&quot;nnv&quot;:[104],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:500359,&quot;slug&quot;:&quot;environmental-parameters-max-operating&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;Canon LP-E12 lithium ion&quot;],&quot;valSlug&quot;:[&quot;canon-lp-e12-lithium&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32&quot;],&quot;nnv&quot;:[32],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:500358,&quot;slug&quot;:&quot;environmental-parameters-min-operating&quot;},{&quot;val&quot;:[&quot;10.55 oz&quot;],&quot;valSlug&quot;:[&quot;10-55&quot;],&quot;nnv&quot;:[299.08722],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG, RAW, RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg-raw-raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6&quot;],&quot;nnv&quot;:[0.06604],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.4 in&quot;],&quot;valSlug&quot;:[&quot;1-4&quot;],&quot;nnv&quot;:[0.03556],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.3 in&quot;],&quot;valSlug&quot;:[&quot;4-3&quot;],&quot;nnv&quot;:[0.10922],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;custom&quot;,&quot;presets&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;APS-C (14.9 x 22.3 mm)&quot;],&quot;valSlug&quot;:[&quot;aps-c-14-9&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;5&quot;],&quot;valSlug&quot;:[&quot;5&quot;],&quot;name&quot;:&quot;Guide Number (m \u002F ISO 100)&quot;,&quot;id&quot;:5061834,&quot;slug&quot;:&quot;guide-number-m-iso&quot;},{&quot;val&quot;:[&quot;EF-M 15-45mm IS STM lens&quot;],&quot;valSlug&quot;:[&quot;ef-m-15-45mm&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:5070532,&quot;slug&quot;:&quot;lens-included&quot;},{&quot;val&quot;:[&quot;100 frames per second&quot;,&quot;119.9 frames per second&quot;,&quot;23.98 frames per second&quot;,&quot;25 frames per second&quot;,&quot;29.97 frames per second&quot;,&quot;50 frames per second&quot;,&quot;59.94 frames per second&quot;],&quot;valSlug&quot;:[&quot;100&quot;,&quot;119-9&quot;,&quot;23-98&quot;,&quot;25&quot;,&quot;29-97&quot;,&quot;50&quot;,&quot;59-94&quot;],&quot;nnv&quot;:[100,119.9,23.98,25,29.97,50,59.94],&quot;name&quot;:&quot;Frame Rate&quot;,&quot;id&quot;:502412,&quot;slug&quot;:&quot;video-capture-frame-rate&quot;},{&quot;val&quot;:[&quot;1280 x 720&quot;,&quot;1920 x 1080&quot;,&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;1280-x-720&quot;,&quot;1920-x-1080&quot;,&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;0 - 85%&quot;],&quot;valSlug&quot;:[&quot;0-85&quot;],&quot;name&quot;:&quot;Humidity Range Operating&quot;,&quot;id&quot;:500362,&quot;slug&quot;:&quot;environmental-parameters-humidity-range&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;Display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;3840 x 2160&quot;],&quot;valSlug&quot;:[&quot;3840-x-2160&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;Eye detection AF&quot;,&quot;Face-priority AF&quot;,&quot;Subject-tracking AF&quot;,&quot;Zone AF&quot;],&quot;valSlug&quot;:[&quot;eye-detection-af&quot;,&quot;face-priority-af&quot;,&quot;subject-tracking-af&quot;,&quot;zone-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;384&quot;],&quot;valSlug&quot;:[&quot;384&quot;],&quot;nnv&quot;:[384],&quot;name&quot;:&quot;Exposure Metering Zones&quot;,&quot;id&quot;:502425,&quot;slug&quot;:&quot;exposure-parametersjd-exposure-metering&quot;},{&quot;val&quot;:[&quot;10 sec&quot;,&quot;2 sec&quot;],&quot;valSlug&quot;:[&quot;10-sec&quot;,&quot;2-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;Canon LP-E12 Li-ion rechargeable battery (included)&quot;],&quot;valSlug&quot;:[&quot;canon-lp-e12-li&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;0013803318265&quot;],&quot;valSlug&quot;:[&quot;0013803318265&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;],&quot;name&quot;:&quot;Still Image Format&quot;,&quot;id&quot;:502434,&quot;slug&quot;:&quot;still-image-still-image&quot;},{&quot;val&quot;:[&quot;3699C009&quot;],&quot;valSlug&quot;:[&quot;3699c009&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;1 year&quot;],&quot;valSlug&quot;:[&quot;1-year&quot;],&quot;name&quot;:&quot;Full Contract Period&quot;,&quot;id&quot;:500384,&quot;slug&quot;:&quot;service-support-full-contract&quot;},{&quot;val&quot;:[&quot;4K&quot;],&quot;valSlug&quot;:[&quot;4k&quot;],&quot;name&quot;:&quot;High-Definition Video Support&quot;,&quot;id&quot;:505001,&quot;slug&quot;:&quot;camcorder-features-high-definition&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;5 pin Micro-USB Type B&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;5-pin-micro-usb&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;Flash +\u002F- compensation&quot;],&quot;valSlug&quot;:[&quot;flash-compensation&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5061858,&quot;slug&quot;:&quot;camera-flashjd-features&quot;},{&quot;val&quot;:[&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6382\u002F6382169_sd.jpg&quot;],&quot;valSlug&quot;:[&quot;https-pisces-bbystatic-com&quot;],&quot;name&quot;:&quot;Image File Name\u002FLocation&quot;,&quot;id&quot;:100019,&quot;slug&quot;:&quot;image-file-name-location&quot;},{&quot;val&quot;:[&quot;S22457973&quot;],&quot;valSlug&quot;:[&quot;s22457973&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1\u002F200 sec&quot;],&quot;valSlug&quot;:[&quot;1-200-sec&quot;],&quot;name&quot;:&quot;X-sync Speed&quot;,&quot;id&quot;:501937,&quot;slug&quot;:&quot;shutter-x-sync-speed&quot;},{&quot;val&quot;:[&quot;1.4 in&quot;],&quot;valSlug&quot;:[&quot;1-4-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;ISO 100&quot;],&quot;valSlug&quot;:[&quot;iso-100&quot;],&quot;name&quot;:&quot;Sensitivity&quot;,&quot;id&quot;:501445,&quot;slug&quot;:&quot;exposure-range-sensitivity&quot;},{&quot;val&quot;:[&quot;EV 1-20&quot;],&quot;valSlug&quot;:[&quot;ev-1-20&quot;],&quot;name&quot;:&quot;Light Metering Range&quot;,&quot;id&quot;:501444,&quot;slug&quot;:&quot;exposure-range-light-metering&quot;},{&quot;val&quot;:[&quot;battery charger&quot;,&quot;body cap&quot;,&quot;dust cap&quot;,&quot;lens cap&quot;,&quot;neck strap&quot;],&quot;valSlug&quot;:[&quot;battery-charger&quot;,&quot;body-cap&quot;,&quot;dust-cap&quot;,&quot;lens-cap&quot;,&quot;neck-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;manual&quot;],&quot;valSlug&quot;:[&quot;manual&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;24 m&quot;],&quot;valSlug&quot;:[&quot;24&quot;],&quot;nnv&quot;:[24],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;Emboss, Neutral, Vivid, Custom Effect, Fisheye, Soft Focus, Faithful, Monochrome, Landscape, Portrait, Miniature, Toy camera, HDR Art, Grainy B&amp;W, Water painting, Standard, Fine Detail, Bold&quot;],&quot;valSlug&quot;:[&quot;emboss-neutral-vivid-custom&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:5057674,&quot;slug&quot;:&quot;special-effects&quot;},{&quot;val&quot;:[&quot;1 year warranty &quot;],&quot;valSlug&quot;:[&quot;1-year-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500430,&quot;slug&quot;:&quot;service-supportpi-type&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Polycarbonate&quot;],&quot;valSlug&quot;:[&quot;polycarbonate&quot;],&quot;name&quot;:&quot;Body Material&quot;,&quot;id&quot;:1110212,&quot;slug&quot;:&quot;miscellaneouspf-body-material&quot;},{&quot;val&quot;:[&quot;Folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Sensor Dust Reduction&quot;,&quot;id&quot;:505042,&quot;slug&quot;:&quot;optical-sensor-sensor-dust&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110213,&quot;slug&quot;:&quot;displaypf-type&quot;},{&quot;val&quot;:[&quot;84.3 degrees&quot;],&quot;valSlug&quot;:[&quot;84-3-degrees&quot;],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:5061781,&quot;slug&quot;:&quot;lens-systemlb-max-view&quot;},{&quot;val&quot;:[&quot;Direct print, DPOF support, PictBridge support&quot;],&quot;valSlug&quot;:[&quot;direct-print-dpof-support&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;United States&quot;],&quot;valSlug&quot;:[&quot;united-states&quot;],&quot;name&quot;:&quot;Localization&quot;,&quot;id&quot;:1103053,&quot;slug&quot;:&quot;generalfh-localization&quot;},{&quot;val&quot;:[&quot;25,800,000 pixels&quot;],&quot;valSlug&quot;:[&quot;25-800-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;9 groups \u002F 10 elements&quot;],&quot;valSlug&quot;:[&quot;9-groups-10-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102585,&quot;slug&quot;:&quot;lens-system-lens-construction&quot;},{&quot;val&quot;:[&quot;H.264 - 3840 x 2160 p - 25 fps ¦ H.264 - 3840 x 2160 p - 23.98 fps ¦ H.264 - 1920 x 1080 p - 59.94 fps ¦ H.264 - 1920 x 1080 p - 50 fps ¦ H.264 - 1920 x 1080 p - 29.97 fps ¦ H.264 - 1920 x 1080 p - 25 fps ¦ H.264 - 1280 x 720 p - 119.9 fps ¦ H.264 - 1280 x 720 p - 100 fps ¦ H.264 - 1280 x 720 p - 59.94 fps ¦ H.264 - 1280 x 720 p - 50 fps&quot;],&quot;valSlug&quot;:[&quot;h-264-3840-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;25 fps&quot;],&quot;valSlug&quot;:[&quot;25&quot;],&quot;nnv&quot;:[25],&quot;name&quot;:&quot;Frame Rate (Max Resolution)&quot;,&quot;id&quot;:508652,&quot;slug&quot;:&quot;frame-rate-max-resolution&quot;},{&quot;val&quot;:[&quot;f\u002F3.5-6.3&quot;],&quot;valSlug&quot;:[&quot;f-3-5-6&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Eye Detect AF, face-priority AF function&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;eye-detect-af-face&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;384&quot;],&quot;valSlug&quot;:[&quot;384&quot;],&quot;name&quot;:&quot;Exposure Metering Zones&quot;,&quot;id&quot;:5056190,&quot;slug&quot;:&quot;exposure-white-exposure-metering&quot;},{&quot;val&quot;:[&quot;49 mm&quot;],&quot;valSlug&quot;:[&quot;49&quot;],&quot;nnv&quot;:[0.049],&quot;name&quot;:&quot;Filter Size&quot;,&quot;id&quot;:500991,&quot;slug&quot;:&quot;lens-system-filter-size&quot;},{&quot;val&quot;:[&quot;10&quot;],&quot;valSlug&quot;:[&quot;10&quot;],&quot;nnv&quot;:[10],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;84.3 degrees&quot;],&quot;valSlug&quot;:[&quot;84-3&quot;],&quot;nnv&quot;:[84.3],&quot;name&quot;:&quot;Max View Angle&quot;,&quot;id&quot;:500988,&quot;slug&quot;:&quot;lens-system-max-view&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;manual&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;9.8 in&quot;],&quot;valSlug&quot;:[&quot;9-8&quot;],&quot;nnv&quot;:[0.24892],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;45 mm&quot;],&quot;valSlug&quot;:[&quot;45&quot;],&quot;nnv&quot;:[0.045],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;15 mm&quot;],&quot;valSlug&quot;:[&quot;15&quot;],&quot;nnv&quot;:[0.015],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;},{&quot;val&quot;:[&quot;progressive scan&quot;],&quot;valSlug&quot;:[&quot;progressive-scan&quot;],&quot;name&quot;:&quot;Scan&quot;,&quot;id&quot;:508674,&quot;slug&quot;:&quot;scan&quot;},{&quot;val&quot;:[&quot;Face-priority AF, Subject-tracking AF, Eye detection AF, Zone AF&quot;],&quot;valSlug&quot;:[&quot;face-priority-af-subject&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;center-weighted&quot;,&quot;evaluative&quot;,&quot;partial&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;center-weighted&quot;,&quot;evaluative&quot;,&quot;partial&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;143&quot;],&quot;valSlug&quot;:[&quot;143&quot;],&quot;nnv&quot;:[143],&quot;name&quot;:&quot;Auto Focus Points (Zones) Qty&quot;,&quot;id&quot;:501517,&quot;slug&quot;:&quot;auto-focus-auto-focus&quot;},{&quot;val&quot;:[&quot;22457973&quot;],&quot;valSlug&quot;:[&quot;22457973&quot;],&quot;nnv&quot;:[22457973],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Red-Eye Reduction&quot;,&quot;id&quot;:502028,&quot;slug&quot;:&quot;camera-flash-red-eye&quot;},{&quot;val&quot;:[&quot;pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501015,&quot;slug&quot;:&quot;camera-flash-type&quot;},{&quot;val&quot;:[&quot;flash +\u002F- compensation&quot;],&quot;valSlug&quot;:[&quot;flash-compensation&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501022,&quot;slug&quot;:&quot;camera-flash-features&quot;},{&quot;val&quot;:[&quot;10.5 oz&quot;,&quot;9.2 oz&quot;],&quot;valSlug&quot;:[&quot;10-5&quot;,&quot;9-2&quot;],&quot;nnv&quot;:[297.66975,260.8154],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500519,&quot;slug&quot;:&quot;dimensions-weightyc-weight&quot;},{&quot;val&quot;:[&quot;camera body only&quot;,&quot;camera with battery and memory card&quot;],&quot;valSlug&quot;:[&quot;camera-body-only&quot;,&quot;camera-with-battery-and&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:510245,&quot;slug&quot;:&quot;3848b-details&quot;},{&quot;val&quot;:[&quot;Limited warranty - 1 year&quot;],&quot;valSlug&quot;:[&quot;limited-warranty-1-year&quot;],&quot;name&quot;:&quot;Service &amp; Support&quot;,&quot;id&quot;:1105714,&quot;slug&quot;:&quot;manufacturer-warrantyoa-service-support&quot;},{&quot;val&quot;:[&quot;Auto power save&quot;],&quot;valSlug&quot;:[&quot;auto-power-save&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;APS-C (22.3 x 14.9 mm)&quot;],&quot;valSlug&quot;:[&quot;aps-c-22-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;Canon EF-M&quot;],&quot;valSlug&quot;:[&quot;canon-ef-m&quot;],&quot;name&quot;:&quot;Lens Mounting Type&quot;,&quot;id&quot;:508223,&quot;slug&quot;:&quot;lens-mounting-type&quot;},{&quot;val&quot;:[&quot;4 frames per second&quot;,&quot;6.1 frames per second&quot;],&quot;valSlug&quot;:[&quot;4-frames-per-second&quot;,&quot;6-1-frames-per&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:508222,&quot;slug&quot;:&quot;d949f-continuous-shooting-speed&quot;},{&quot;val&quot;:[&quot;mirrorless system&quot;],&quot;valSlug&quot;:[&quot;mirrorless-system&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;1600 x 1600&quot;,&quot;1984 x 1984&quot;,&quot;2112 x 1600&quot;,&quot;2400 x 1344&quot;,&quot;2400 x 1600&quot;,&quot;2656 x 1992&quot;,&quot;2656 x 2656&quot;,&quot;2976 x 1680&quot;,&quot;2976 x 1984&quot;,&quot;3552 x 2664&quot;,&quot;3984 x 2240&quot;,&quot;3984 x 2656&quot;,&quot;4000 x 4000&quot;,&quot;5328 x 4000&quot;,&quot;6000 x 3368&quot;,&quot;6000 x 4000&quot;],&quot;valSlug&quot;:[&quot;1600-x-1600&quot;,&quot;1984-x-1984&quot;,&quot;2112-x-1600&quot;,&quot;2400-x-1344&quot;,&quot;2400-x-1600&quot;,&quot;2656-x-1992&quot;,&quot;2656-x-2656&quot;,&quot;2976-x-1680&quot;,&quot;2976-x-1984&quot;,&quot;3552-x-2664&quot;,&quot;3984-x-2240&quot;,&quot;3984-x-2656&quot;,&quot;4000-x-4000&quot;,&quot;5328-x-4000&quot;,&quot;6000-x-3368&quot;,&quot;6000-x-4000&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:500539,&quot;slug&quot;:&quot;still-image-image-resolution&quot;},{&quot;val&quot;:[&quot;Auto Lighting Optimizer&quot;,&quot;Digital Lens Optimizer&quot;,&quot;Hybrid Auto&quot;,&quot;Optical Low Pass Filter (OLFP)&quot;,&quot;RGB primary color filter&quot;,&quot;Scene Intelligent Auto technology&quot;,&quot;Time-Lapse recording&quot;,&quot;auto power save&quot;,&quot;brightness control&quot;,&quot;built-in help guide&quot;,&quot;chromatic aberration correction&quot;,&quot;color control&quot;,&quot;contrast control&quot;,&quot;diffraction correction&quot;,&quot;firmware upgradable&quot;,&quot;high ISO speed noise reduction&quot;,&quot;highlight point display&quot;,&quot;highlight tone priority&quot;,&quot;histogram display&quot;,&quot;noise reduction over long exposures&quot;,&quot;peripheral illumination correction&quot;,&quot;saturation control&quot;],&quot;valSlug&quot;:[&quot;auto-lighting-optimizer&quot;,&quot;digital-lens-optimizer&quot;,&quot;hybrid-auto&quot;,&quot;optical-low-pass-filter&quot;,&quot;rgb-primary-color-filter&quot;,&quot;scene-intelligent-auto-technology&quot;,&quot;time-lapse-recording&quot;,&quot;auto-power-save&quot;,&quot;brightness-control&quot;,&quot;built-in-help-guide&quot;,&quot;chromatic-aberration-correction&quot;,&quot;color-control&quot;,&quot;contrast-control&quot;,&quot;diffraction-correction&quot;,&quot;firmware-upgradable&quot;,&quot;high-iso-speed-noise&quot;,&quot;highlight-point-display&quot;,&quot;highlight-tone-priority&quot;,&quot;histogram-display&quot;,&quot;noise-reduction-over-long&quot;,&quot;peripheral-illumination-correction&quot;,&quot;saturation-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;APS-C&quot;],&quot;valSlug&quot;:[&quot;aps-c&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;,&quot;RAW&quot;,&quot;RAW + JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;,&quot;raw&quot;,&quot;raw-jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;1\u002F200 sec&quot;],&quot;valSlug&quot;:[&quot;1-200-sec&quot;],&quot;name&quot;:&quot;X-sync Speed&quot;,&quot;id&quot;:5056271,&quot;slug&quot;:&quot;exposure-white-x-sync&quot;},{&quot;val&quot;:[&quot;ISO 100-25600&quot;,&quot;ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-100-25600&quot;,&quot;iso-auto&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;25800000 pixels&quot;],&quot;valSlug&quot;:[&quot;25800000&quot;],&quot;nnv&quot;:[25800000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;optical&quot;],&quot;valSlug&quot;:[&quot;optical&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;3 x&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[3],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30&quot;],&quot;nnv&quot;:[30],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Photo shooting - 315 shots ¦ Photo shooting - 485 shots (ECO mode) ¦ Video recording - 1.5 hours&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-315-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1104731,&quot;slug&quot;:&quot;battery-battery-life-details&quot;},{&quot;val&quot;:[&quot;±3 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;3-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Battery charger, dust cap, body cap, lens cap, neck strap&quot;],&quot;valSlug&quot;:[&quot;battery-charger-dust-cap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1109852,&quot;slug&quot;:&quot;miscellaneousac-included-accessories&quot;},{&quot;val&quot;:[&quot;3x&quot;],&quot;valSlug&quot;:[&quot;3x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;folding&quot;],&quot;valSlug&quot;:[&quot;folding&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;10.55 oz&quot;],&quot;valSlug&quot;:[&quot;10-55-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;EF-M 15-45mm IS STM lens&quot;],&quot;valSlug&quot;:[&quot;ef-m-15-45mm&quot;],&quot;name&quot;:&quot;Lens Included&quot;,&quot;id&quot;:503138,&quot;slug&quot;:&quot;lens-system-lens-included&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:508258,&quot;slug&quot;:&quot;7d490-touch-screen&quot;},{&quot;val&quot;:[&quot;1,040,000 pixels&quot;],&quot;valSlug&quot;:[&quot;1-040-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;4 frames per second, 6.1 frames per second&quot;],&quot;valSlug&quot;:[&quot;4-frames-per-second&quot;],&quot;name&quot;:&quot;Continuous Shooting Speed&quot;,&quot;id&quot;:5061930,&quot;slug&quot;:&quot;additional-features-continuous-shooting&quot;},{&quot;val&quot;:[&quot;24.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;24-1&quot;],&quot;nnv&quot;:[25270778],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;1.6&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;name&quot;:&quot;Field of View Crop Factor&quot;,&quot;id&quot;:5057314,&quot;slug&quot;:&quot;field-of-view-crop&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;Canon&quot;],&quot;valSlug&quot;:[&quot;canon&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;United States&quot;],&quot;valSlug&quot;:[&quot;united-states&quot;],&quot;name&quot;:&quot;Country Kits&quot;,&quot;id&quot;:500605,&quot;slug&quot;:&quot;header-country-kits&quot;},{&quot;val&quot;:[&quot;Canon EOS&quot;],&quot;valSlug&quot;:[&quot;canon-eos&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDHC UHS-I Memory Card&quot;,&quot;SDXC Memory Card&quot;,&quot;SDXC UHS-I Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdhc-uhs-i-memory&quot;,&quot;sdxc-memory-card&quot;,&quot;sdxc-uhs-i-memory&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;PictBridge support&quot;,&quot;direct print&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;pictbridge-support&quot;,&quot;direct-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;RGB primary color filter, auto power save, histogram display, color control, saturation control, highlight tone priority, highlight point display, brightness control, contrast control, built-in help guide, Auto Lighting Optimizer, peripheral illumination correction, Scene Intelligent Auto technology, Time-Lapse recording, noise reduction over long exposures, high ISO speed noise reduction, Hybrid Auto, Optical Low Pass Filter (OLFP), diffraction correction, Digital Lens Optimizer, chromatic aberration correction, firmware upgradable&quot;],&quot;valSlug&quot;:[&quot;rgb-primary-color-filter&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;Bluetooth 4.1&quot;,&quot;IEEE 802.11b\u002Fg\u002Fn&quot;],&quot;valSlug&quot;:[&quot;bluetooth-4-1&quot;,&quot;ieee-802-11b-g&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;Focus Peaking function&quot;,&quot;Manual Focus Assist&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function&quot;,&quot;manual-focus-assist&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:508303,&quot;slug&quot;:&quot;auto-focus-features&quot;},{&quot;val&quot;:[&quot;Create limitless memories with the EOS M200 interchangeable lens camera. Equipped with a 24.1 Megapixel CMOS (APS-C) sensor, Eye Detection AF and enhanced Dual Pixel CMOS AF, the EOS M200 makes it easy to capture high-quality images and videos, all in a compact, mirrorless design. Perfect for social media sharing, the EOS M200 camera boasts 4K 24p\u002F25p video capability, vertical video support and built-in Wi-Fi and Bluetooth technology - helping you relive your favorite moments. Designed for ultimate creativity, the EOS M200 camera offers simple-to-use features that let your personality shine. Explore the camera&#x27;s creative filters to add a splash of color and special effects to your images, or use the Creative Assist function to easily adjust brightness and color tone. The EOS M200 camera&#x27;s Visual Guide also provides helpful tips and tricks that make navigating the camera a breeze. For selfie-enthusiasts, this camera is on point, featuring a Self Portrait Mode and a 3.0-inch tilt-type LCD that rotates 180�, helping you capture every angle with ease. With the EOS M200 interchangeable lens camera, inspiration will always be at hand.&quot;],&quot;valSlug&quot;:[&quot;create-limitless-memories-with&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;Optical&quot;],&quot;valSlug&quot;:[&quot;optical&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Sensor Dust Reduction&quot;,&quot;id&quot;:5054428,&quot;slug&quot;:&quot;sensor-dust-reduction&quot;},{&quot;val&quot;:[&quot;Full-time manual focusing, Stepping Motor (STM) technology&quot;],&quot;valSlug&quot;:[&quot;full-time-manual-focusing&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;DIGIC 8&quot;],&quot;valSlug&quot;:[&quot;digic-8&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:5058006,&quot;slug&quot;:&quot;image-processor&quot;},{&quot;val&quot;:[&quot;24.1 Megapixel&quot;],&quot;valSlug&quot;:[&quot;24-1-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;ECO mode&quot;],&quot;valSlug&quot;:[&quot;eco-mode&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:505767,&quot;slug&quot;:&quot;battery-life-details&quot;},{&quot;val&quot;:[&quot;Pop-up flash&quot;],&quot;valSlug&quot;:[&quot;pop-up-flash&quot;],&quot;name&quot;:&quot;Camera Flash&quot;,&quot;id&quot;:5053933,&quot;slug&quot;:&quot;camera-flash-camera-flash&quot;},{&quot;val&quot;:[&quot;1.5 hours&quot;,&quot;315 shots&quot;,&quot;485 shots&quot;],&quot;valSlug&quot;:[&quot;1-5&quot;,&quot;315&quot;,&quot;485&quot;],&quot;nnv&quot;:[1.5,315,485],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;,&quot;video recording&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;,&quot;video-recording&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;32 °F&quot;],&quot;valSlug&quot;:[&quot;32-f&quot;],&quot;name&quot;:&quot;Min Operating Temperature&quot;,&quot;id&quot;:5053416,&quot;slug&quot;:&quot;min-operating-temperature&quot;},{&quot;val&quot;:[&quot;30 sec&quot;],&quot;valSlug&quot;:[&quot;30-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Landscape, portrait mode, close-up, night portrait, self-portrait, food, sports mode, backlight correction HDR, smooth skin, handheld night scene&quot;],&quot;valSlug&quot;:[&quot;landscape-portrait-mode-close&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:5065189,&quot;slug&quot;:&quot;shooting-programs&quot;},{&quot;val&quot;:[&quot;104 °F&quot;],&quot;valSlug&quot;:[&quot;104-f&quot;],&quot;name&quot;:&quot;Max Operating Temperature&quot;,&quot;id&quot;:5053923,&quot;slug&quot;:&quot;environmental-parametersaa-max-operating&quot;},{&quot;val&quot;:[&quot;EOS Integrated Cleaning System&quot;],&quot;valSlug&quot;:[&quot;eos-integrated-cleaning-system&quot;],&quot;name&quot;:&quot;Sensor Features&quot;,&quot;id&quot;:5064189,&quot;slug&quot;:&quot;sensor-features&quot;},{&quot;val&quot;:[&quot;Digital camera - 4K - mirrorless system&quot;],&quot;valSlug&quot;:[&quot;digital-camera-4k-mirrorless&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1109930,&quot;slug&quot;:&quot;generalae-product-type&quot;},{&quot;val&quot;:[&quot;49 mm&quot;],&quot;valSlug&quot;:[&quot;49-mm&quot;],&quot;name&quot;:&quot;Filter Size&quot;,&quot;id&quot;:5060594,&quot;slug&quot;:&quot;lens-systemjd2f4ba-filter-size&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;Focus Peaking function, Manual Focus Assist&quot;],&quot;valSlug&quot;:[&quot;focus-peaking-function-manual&quot;],&quot;name&quot;:&quot;Auto Focus Features&quot;,&quot;id&quot;:5072778,&quot;slug&quot;:&quot;general-auto-focus-features&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;Custom Effect&quot;,&quot;Emboss&quot;,&quot;Faithful&quot;,&quot;Fine Detail&quot;,&quot;Fisheye&quot;,&quot;Grainy B&amp;W&quot;,&quot;HDR Art&quot;,&quot;Landscape&quot;,&quot;Miniature&quot;,&quot;Monochrome&quot;,&quot;Neutral&quot;,&quot;Portrait&quot;,&quot;Soft Focus&quot;,&quot;Standard&quot;,&quot;Toy camera&quot;,&quot;Vivid&quot;,&quot;Water painting&quot;],&quot;valSlug&quot;:[&quot;custom-effect&quot;,&quot;emboss&quot;,&quot;faithful&quot;,&quot;fine-detail&quot;,&quot;fisheye&quot;,&quot;grainy-b-w&quot;,&quot;hdr-art&quot;,&quot;landscape&quot;,&quot;miniature&quot;,&quot;monochrome&quot;,&quot;neutral&quot;,&quot;portrait&quot;,&quot;soft-focus&quot;,&quot;standard&quot;,&quot;toy-camera&quot;,&quot;vivid&quot;,&quot;water-painting&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:501207,&quot;slug&quot;:&quot;video-input-special-effects&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;backlight correction HDR&quot;,&quot;close-up&quot;,&quot;food&quot;,&quot;handheld night scene&quot;,&quot;landscape&quot;,&quot;night portrait&quot;,&quot;portrait mode&quot;,&quot;self-portrait&quot;,&quot;smooth skin&quot;,&quot;sports mode&quot;],&quot;valSlug&quot;:[&quot;backlight-correction-hdr&quot;,&quot;close-up&quot;,&quot;food&quot;,&quot;handheld-night-scene&quot;,&quot;landscape&quot;,&quot;night-portrait&quot;,&quot;portrait-mode&quot;,&quot;self-portrait&quot;,&quot;smooth-skin&quot;,&quot;sports-mode&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:501206,&quot;slug&quot;:&quot;exposure-parameters-shooting-programs&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Touch Screen&quot;,&quot;id&quot;:1109954,&quot;slug&quot;:&quot;displayjf-touch-screen&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505811,&quot;slug&quot;:&quot;miscellaneouspf-product-color&quot;},{&quot;val&quot;:[&quot;eye Detect AF&quot;,&quot;face-priority AF function&quot;],&quot;valSlug&quot;:[&quot;eye-detect-af&quot;,&quot;face-priority-af-function&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000&quot;],&quot;nnv&quot;:[0.00025],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Canon Digital Photo Professional, Canon Picture Style Editor, Canon EOS Utility, Canon Image Transfer Utility&quot;],&quot;valSlug&quot;:[&quot;canon-digital-photo-professional&quot;],&quot;name&quot;:&quot;Software&quot;,&quot;id&quot;:5058477,&quot;slug&quot;:&quot;software-software&quot;},{&quot;val&quot;:[&quot;Mac&quot;,&quot;Windows&quot;],&quot;valSlug&quot;:[&quot;mac&quot;,&quot;windows&quot;],&quot;name&quot;:&quot;Computer Connectivity&quot;,&quot;id&quot;:508913,&quot;slug&quot;:&quot;computer-connectivity&quot;},{&quot;val&quot;:[&quot;9.8 in&quot;],&quot;valSlug&quot;:[&quot;9-8-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;24 - 72mm&quot;],&quot;valSlug&quot;:[&quot;24-72mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;USB 2.0 (5 pin Micro-USB Type B) ¦ HDMI (19 pin micro HDMI Type D)&quot;],&quot;valSlug&quot;:[&quot;usb-2-0-5&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1102830,&quot;slug&quot;:&quot;connectionsjf-connector-type&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2019-10-28 05:08:33&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572239.313},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:20&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.76},&quot;slug&quot;:{&quot;date&quot;:&quot;2019-10-29 08:17:46&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572337.066},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2019-10-29 08:17:46&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572337.066}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:null,&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;c448f4b0-8950-41ac-bd38-146c79c84076&quot;,&quot;filename&quot;:&quot;c448f4b0-8950-41ac-bd38-146c79c84076.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2020-02-11 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1581379.2},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Canon&quot;,&quot;id&quot;:275062,&quot;slug&quot;:&quot;canon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.usa.canon.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:54900,&quot;high&quot;:54999,&quot;avg&quot;:54950,&quot;median&quot;:54950,&quot;numOffers&quot;:2,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2023-01-06 18:38:58&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.338},&quot;lowRId&quot;:300346,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB07XYPVFCH\u002Fref=asc_df_B07XYPVFCH1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B07XYPVFCH&amp;linkCode=asn&quot;,&quot;lowUuid&quot;:&quot;688bff25-2281-4690-9056-f43a1db24953&quot;,&quot;msrp&quot;:82500},&quot;product&quot;:{&quot;upc&quot;:[&quot;0013803318265&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;cdsId&quot;:&quot;s22457973&quot;,&quot;catId&quot;:30040203,&quot;msrp&quot;:82500,&quot;catName&quot;:&quot;Mirrorless System Digital Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;10.55 oz&quot;],&quot;valSlug&quot;:[&quot;10-55&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;limited warranty&quot;],&quot;valSlug&quot;:[&quot;limited-warranty&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500381,&quot;slug&quot;:&quot;service-support-type&quot;},{&quot;val&quot;:[&quot;2.6 in&quot;],&quot;valSlug&quot;:[&quot;2-6&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.4 in&quot;],&quot;valSlug&quot;:[&quot;1-4&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;4.3 in&quot;],&quot;valSlug&quot;:[&quot;4-3&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;14.9 x 22.3 mm&quot;],&quot;valSlug&quot;:[&quot;14-9-x-22&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;24.1 megapixels&quot;],&quot;valSlug&quot;:[&quot;24-1&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;CMOS&quot;],&quot;valSlug&quot;:[&quot;cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Canon EOS M200 - digital camera EF-M 15-45mm IS STM lens&quot;,&quot;psku&quot;:[&quot;6382169&quot;],&quot;sku&quot;:[&quot;3699C009&quot;],&quot;slug&quot;:&quot;canon-eos-m200-digital-camera-ef-m-15-45mm-is-stm-lens-3699c009&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;6382169&quot;,&quot;valSlug&quot;:&quot;6382169&quot;,&quot;pipId&quot;:300628}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:38:58&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.338}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F41kcc0FaoDL._SL160_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:54900,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:0,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:54900,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB07XYPVFCH\u002Fref=asc_df_B07XYPVFCH1673002800000?tag=cnet-ce-20&amp;creative=395261&amp;creativeASIN=B07XYPVFCH&amp;linkCode=asn&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;},{&quot;availability&quot;:null,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:34,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 18:38:58&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673030.338}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300628,&quot;imageUrl&quot;:null,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FreF27hVMxJK_wRfjphTUXRk8ehY=\u002F2019\u002F05\u002F16\u002Fe2e0f448-efe2-4a83-81a0-343c5c60e55e\u002Fcropped-merchant-logos-best-buy.png&quot;,&quot;name&quot;:&quot;Best Buy&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:54999,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:null,&quot;totalPrice&quot;:54999,&quot;tTag&quot;:&quot;other&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6382169%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6382169.p%253Fcmp%253DRMX&amp;publisher_slug=cnet&amp;article_name=__ARTICLE_NAME__&amp;article_url=__ARTICLE_URL__&amp;exclusive=1&amp;u1=[subid_value]&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;canon-eos-m200-digital-camera-ef-m-15-45mm-is-stm-lens-3699c009&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-10-29 08:17:46&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572337.066}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;canon-eos-m200-digital-camera-ef-m-15-45mm-is-stm-lens-3699c009&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2019-10-29 08:17:46&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572337.066}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;688bff25-2281-4690-9056-f43a1db24953&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;},&quot;techProdUuid&quot;:&quot;&quot;,&quot;useMonetization&quot;:true,&quot;usePricing&quot;:true,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-Mirrorless-Vlogging-Bluetooth-Technology\u002Fdp\u002FB07XYPVFCH?tag=zdnet-buy-button-20&quot;}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"commercepromo\" id=\"acf88d91-0ba5-4057-93b1-59b28dcfcc58\" edition=\"us\" hed=\"Nikon Coolpix S6900\" imagegroup=\"{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;\u003Cp\u003E\u003C\u002Fp\u003E&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;5edf4ee7-cf41-4013-b330-4a804cfc8f2e&quot;,&quot;filename&quot;:&quot;nikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F5edf4ee7-cf41-4013-b330-4a804cfc8f2e\u002Fnikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:28&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;5edf4ee7-cf41-4013-b330-4a804cfc8f2e&quot;,&quot;imageFilename&quot;:&quot;nikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;}\" overridecaption=\"\u003Cp\u003E\u003C\u002Fp\u003E\" offerurl=\"https:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F\" offerprice=\"500\" offermerchant=\"Amazon\" monetizedurl=\"https:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F?tag=zdnet-buy-button-20\" techobjectinfo=\"{}\" usemonetization=\"true\" usepricing=\"true\" data-key=\"commercepromo__acf88d91-0ba5-4057-93b1-59b28dcfcc58\" position=\"NaN\" url=\"https:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F?tag=zdnet-buy-button-20\" api=\"{&quot;_id&quot;:{&quot;$oid&quot;:&quot;63b6f7ca37bd9527a172d435&quot;},&quot;newParentVersionId&quot;:&quot;8e9d446a-7e73-4e2c-8bb3-5212eec338c1&quot;,&quot;uuid&quot;:&quot;acf88d91-0ba5-4057-93b1-59b28dcfcc58&quot;,&quot;hed&quot;:&quot;Nikon Coolpix S6900&quot;,&quot;imageCaptionOverride&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;imageCreditOverride&quot;:&quot;&quot;,&quot;imageGroup&quot;:{&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;credits&quot;:&quot;&quot;,&quot;imageData&quot;:{&quot;id&quot;:&quot;5edf4ee7-cf41-4013-b330-4a804cfc8f2e&quot;,&quot;filename&quot;:&quot;nikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F5edf4ee7-cf41-4013-b330-4a804cfc8f2e\u002Fnikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-12 15:50:28&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false},&quot;uuid&quot;:&quot;5edf4ee7-cf41-4013-b330-4a804cfc8f2e&quot;,&quot;imageFilename&quot;:&quot;nikon-coolpix-s6900-review-best-vlogging-camera.jpg&quot;,&quot;imageDateCreated&quot;:&quot;2022\u002F08\u002F12&quot;},&quot;isLive&quot;:false,&quot;metadata&quot;:{&quot;parentId&quot;:&quot;d582c94f-6422-48f0-a40b-fa366086f9ba&quot;,&quot;parentContentType&quot;:&quot;content_article&quot;,&quot;slug&quot;:&quot;best-vlogging-camera&quot;,&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2023-01-05 22:50:52.227829&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;timestamp&quot;:1672959052000,&quot;lastUpdatedBy&quot;:&quot;30632579223057662307740998918143&quot;,&quot;edition&quot;:&quot;us&quot;},&quot;monetizedUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F?tag=zdnet-buy-button-20&quot;,&quot;offerMerchant&quot;:&quot;Amazon&quot;,&quot;offerPrice&quot;:&quot;500&quot;,&quot;offerUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F&quot;,&quot;shortcodeType&quot;:&quot;commercepromo&quot;,&quot;siteId&quot;:5,&quot;techObjectInfo&quot;:{&quot;uuid&quot;:&quot;f324b664-107f-4cd8-b6cf-c6956827624e&quot;,&quot;slug&quot;:&quot;nikon-coolpix-s6900&quot;,&quot;name&quot;:&quot;Nikon Coolpix S6900&quot;,&quot;productType&quot;:&quot;SERIES&quot;,&quot;updateType&quot;:&quot;EZMONEY&quot;,&quot;mod&quot;:1672981220387},&quot;techProd&quot;:{&quot;id&quot;:&quot;33d59cfc-ee40-43c0-bca2-f519ce954c84&quot;,&quot;assetId&quot;:null,&quot;attributes&quot;:[{&quot;val&quot;:[&quot;SD Memory Card, SDXC Memory Card, SDHC Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card-sdxc&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:5057100,&quot;slug&quot;:&quot;supported-memory-cards&quot;},{&quot;val&quot;:[&quot;Advanced Glamour Retouch&quot;],&quot;valSlug&quot;:[&quot;advanced-glamour-retouch&quot;],&quot;name&quot;:&quot;Retouch&quot;,&quot;id&quot;:508421,&quot;slug&quot;:&quot;retouch&quot;},{&quot;val&quot;:[&quot;tele lens&quot;,&quot;wide lens&quot;],&quot;valSlug&quot;:[&quot;tele-lens&quot;,&quot;wide-lens&quot;],&quot;name&quot;:&quot;Lens Type&quot;,&quot;id&quot;:501252,&quot;slug&quot;:&quot;flash-range-lens-type&quot;},{&quot;val&quot;:[&quot;ISO auto&quot;],&quot;valSlug&quot;:[&quot;iso-auto&quot;],&quot;name&quot;:&quot;Sensitivity&quot;,&quot;id&quot;:501251,&quot;slug&quot;:&quot;flash-range-sensitivity&quot;},{&quot;val&quot;:[&quot;auto mode&quot;],&quot;valSlug&quot;:[&quot;auto-mode&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:501250,&quot;slug&quot;:&quot;camera-flash-flash-modes&quot;},{&quot;val&quot;:[&quot;ED glass&quot;,&quot;built-in lens shield&quot;],&quot;valSlug&quot;:[&quot;ed-glass&quot;,&quot;built-in-lens-shield&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:501249,&quot;slug&quot;:&quot;lens-system-features&quot;},{&quot;val&quot;:[&quot;IEEE 802.11b&quot;,&quot;IEEE 802.11g&quot;,&quot;IEEE 802.11n&quot;,&quot;NFC (Near Field Communication)&quot;],&quot;valSlug&quot;:[&quot;ieee-802-11b&quot;,&quot;ieee-802-11g&quot;,&quot;ieee-802-11n&quot;,&quot;nfc-near-field-communication&quot;],&quot;name&quot;:&quot;LAN and Wireless Image Transferring Protocols&quot;,&quot;id&quot;:503808,&quot;slug&quot;:&quot;video-inputjd-lan-and&quot;},{&quot;val&quot;:[&quot;Face-priority AF, Subject-tracking AF, Target Finding AF&quot;],&quot;valSlug&quot;:[&quot;face-priority-af-subject&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:5058885,&quot;slug&quot;:&quot;ae-af-control&quot;},{&quot;val&quot;:[&quot;center-weighted&quot;,&quot;matrix&quot;,&quot;spot&quot;],&quot;valSlug&quot;:[&quot;center-weighted&quot;,&quot;matrix&quot;,&quot;spot&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:501518,&quot;slug&quot;:&quot;exposure-parameters-exposure-metering&quot;},{&quot;val&quot;:[&quot;15141977&quot;],&quot;valSlug&quot;:[&quot;15141977&quot;],&quot;nnv&quot;:[15141977],&quot;name&quot;:&quot;CCS SKU&quot;,&quot;id&quot;:1110298,&quot;slug&quot;:&quot;ccs-sku&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;System&quot;,&quot;id&quot;:501516,&quot;slug&quot;:&quot;auto-focus-system&quot;},{&quot;val&quot;:[&quot;0.8 in&quot;],&quot;valSlug&quot;:[&quot;0-8-in&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:501515,&quot;slug&quot;:&quot;lens-system-macro-focus&quot;},{&quot;val&quot;:[&quot;Advanced Glamour Retouch&quot;],&quot;valSlug&quot;:[&quot;advanced-glamour-retouch&quot;],&quot;name&quot;:&quot;Retouch&quot;,&quot;id&quot;:5072961,&quot;slug&quot;:&quot;exposure-white-retouch&quot;},{&quot;val&quot;:[&quot;built-in flash&quot;],&quot;valSlug&quot;:[&quot;built-in-flash&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501015,&quot;slug&quot;:&quot;camera-flash-type&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:502805,&quot;slug&quot;:&quot;digital-camera-digital-camera&quot;},{&quot;val&quot;:[&quot;11 mm (1\u002F2.3\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;11-mm-1-2&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;Zoom lens - 12x zoom - 4.5 - 54 mm - f\u002F3.3-6.3&quot;],&quot;valSlug&quot;:[&quot;zoom-lens-12x-zoom&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1102596,&quot;slug&quot;:&quot;lens-systemlb-type&quot;},{&quot;val&quot;:[&quot;Center-weighted, spot, matrix&quot;],&quot;valSlug&quot;:[&quot;center-weighted-spot-matrix&quot;],&quot;name&quot;:&quot;Exposure Metering&quot;,&quot;id&quot;:5057112,&quot;slug&quot;:&quot;exposure-whitejd-exposure-metering&quot;},{&quot;val&quot;:[&quot;7 groups \u002F 9 elements&quot;],&quot;valSlug&quot;:[&quot;7-groups-9-elements&quot;],&quot;name&quot;:&quot;Lens Construction&quot;,&quot;id&quot;:1102598,&quot;slug&quot;:&quot;lens-systemlb-lens-construction&quot;},{&quot;val&quot;:[&quot;4x&quot;],&quot;valSlug&quot;:[&quot;4x&quot;],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:5063770,&quot;slug&quot;:&quot;general-digital-zoom&quot;},{&quot;val&quot;:[&quot;JPEG 4608 x 3456 ¦ JPEG 3264 x 2448 ¦ JPEG 2272 x 1704 ¦ JPEG 1600 x 1200 ¦ JPEG 640 x 480 ¦ JPEG 4608 x 2592 ¦ JPEG 3456 x 3456&quot;],&quot;valSlug&quot;:[&quot;jpeg-4608-x-3456&quot;],&quot;name&quot;:&quot;Image Storage&quot;,&quot;id&quot;:1102856,&quot;slug&quot;:&quot;memory-storage-image-storage&quot;},{&quot;val&quot;:[&quot;1.6 ft&quot;],&quot;valSlug&quot;:[&quot;1-6&quot;],&quot;nnv&quot;:[0.48768],&quot;name&quot;:&quot;Min Shooting Distance&quot;,&quot;id&quot;:501020,&quot;slug&quot;:&quot;flash-range-min-shooting&quot;},{&quot;val&quot;:[&quot;460,000 pixels&quot;],&quot;valSlug&quot;:[&quot;460-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:5056086,&quot;slug&quot;:&quot;display-format&quot;},{&quot;val&quot;:[&quot;5 ft&quot;,&quot;9 ft&quot;],&quot;valSlug&quot;:[&quot;5&quot;,&quot;9&quot;],&quot;nnv&quot;:[1.524,2.7432],&quot;name&quot;:&quot;Max Shooting Distance&quot;,&quot;id&quot;:501019,&quot;slug&quot;:&quot;flash-range-max-shooting&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[0.075],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:505371,&quot;slug&quot;:&quot;display-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;Auto HDR mode&quot;],&quot;valSlug&quot;:[&quot;auto-hdr-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:5072976,&quot;slug&quot;:&quot;general-hdr-mode&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;nnv&quot;:[6400],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:504870,&quot;slug&quot;:&quot;video-input-iso-max&quot;},{&quot;val&quot;:[&quot;H.264&quot;,&quot;MOV&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;,&quot;mov&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:500260,&quot;slug&quot;:&quot;video-input-digital-video&quot;},{&quot;val&quot;:[&quot;16,000,000 pixels&quot;],&quot;valSlug&quot;:[&quot;16-000-000-pixels&quot;],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:5064811,&quot;slug&quot;:&quot;general-effective-sensor-resolution&quot;},{&quot;val&quot;:[&quot;digital camera&quot;],&quot;valSlug&quot;:[&quot;digital-camera&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500256,&quot;slug&quot;:&quot;video-input-type&quot;},{&quot;val&quot;:[&quot;ISO 6400, ISO 3200, ISO auto (125-1600)&quot;],&quot;valSlug&quot;:[&quot;iso-6400-iso-3200&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:5058154,&quot;slug&quot;:&quot;light-sensitivity&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:5061216,&quot;slug&quot;:&quot;memory-storage-memory-card&quot;},{&quot;val&quot;:[&quot;±2 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;2-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:5056099,&quot;slug&quot;:&quot;exposure-white-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Audio recording&quot;],&quot;valSlug&quot;:[&quot;audio-recording&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5082489,&quot;slug&quot;:&quot;a5488-features&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5064570,&quot;slug&quot;:&quot;general-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:508220,&quot;slug&quot;:&quot;834a2-digital-camera-type&quot;},{&quot;val&quot;:[&quot;1600 x 1200&quot;,&quot;2272 x 1704&quot;,&quot;3264 x 2448&quot;,&quot;3456 x 3456&quot;,&quot;4608 x 2592&quot;,&quot;4608 x 3456&quot;,&quot;640 x 480&quot;],&quot;valSlug&quot;:[&quot;1600-x-1200&quot;,&quot;2272-x-1704&quot;,&quot;3264-x-2448&quot;,&quot;3456-x-3456&quot;,&quot;4608-x-2592&quot;,&quot;4608-x-3456&quot;,&quot;640-x-480&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:500539,&quot;slug&quot;:&quot;still-image-image-resolution&quot;},{&quot;val&quot;:[&quot;4-Axis Hybrid VR image stabilization (video mode)&quot;,&quot;Best Shot Selector (BSS)&quot;,&quot;D-Lighting technology&quot;,&quot;Dynamic Fine Zoom&quot;,&quot;Motion Detection Technology&quot;,&quot;Scene Auto Selector&quot;,&quot;Smart Portrait System&quot;,&quot;USB charging&quot;,&quot;audio recording&quot;],&quot;valSlug&quot;:[&quot;4-axis-hybrid-vr&quot;,&quot;best-shot-selector-bss&quot;,&quot;d-lighting-technology&quot;,&quot;dynamic-fine-zoom&quot;,&quot;motion-detection-technology&quot;,&quot;scene-auto-selector&quot;,&quot;smart-portrait-system&quot;,&quot;usb-charging&quot;,&quot;audio-recording&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:500538,&quot;slug&quot;:&quot;video-input-features&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:5082480,&quot;slug&quot;:&quot;e34a8-optical-sensor-size&quot;},{&quot;val&quot;:[&quot;JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:500537,&quot;slug&quot;:&quot;video-input-image-recording&quot;},{&quot;val&quot;:[&quot;BSI-CMOS&quot;],&quot;valSlug&quot;:[&quot;bsi-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;},{&quot;val&quot;:[&quot;3.9 in&quot;],&quot;valSlug&quot;:[&quot;3-9-in&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:5063181,&quot;slug&quot;:&quot;dimensions-weightaa-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;,&quot;program&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;,&quot;program&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:501829,&quot;slug&quot;:&quot;exposure-parameters-exposure-modes&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:504901,&quot;slug&quot;:&quot;optical-system-built-in&quot;},{&quot;val&quot;:[&quot;ISO 3200&quot;,&quot;ISO 6400&quot;,&quot;ISO auto (125-1600)&quot;],&quot;valSlug&quot;:[&quot;iso-3200&quot;,&quot;iso-6400&quot;,&quot;iso-auto-125-1600&quot;],&quot;name&quot;:&quot;Light Sensitivity&quot;,&quot;id&quot;:500548,&quot;slug&quot;:&quot;video-input-light-sensitivity&quot;},{&quot;val&quot;:[&quot;16760000 pixels&quot;],&quot;valSlug&quot;:[&quot;16760000&quot;],&quot;nnv&quot;:[16760000],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:500547,&quot;slug&quot;:&quot;optical-sensor-total-pixels&quot;},{&quot;val&quot;:[&quot;Auto HDR mode&quot;],&quot;valSlug&quot;:[&quot;auto-hdr-mode&quot;],&quot;name&quot;:&quot;HDR Mode&quot;,&quot;id&quot;:508226,&quot;slug&quot;:&quot;hdr-mode&quot;},{&quot;val&quot;:[&quot;optical&quot;],&quot;valSlug&quot;:[&quot;optical&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:508225,&quot;slug&quot;:&quot;da4af-image-stabilizer&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Built-in Optical Image Stabilizer&quot;,&quot;id&quot;:508224,&quot;slug&quot;:&quot;built-in-optical-image&quot;},{&quot;val&quot;:[&quot;12 x&quot;],&quot;valSlug&quot;:[&quot;12&quot;],&quot;nnv&quot;:[12],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:501071,&quot;slug&quot;:&quot;lens-system-optical-zoom&quot;},{&quot;val&quot;:[&quot;none&quot;],&quot;valSlug&quot;:[&quot;none&quot;],&quot;name&quot;:&quot;Viewfinder Type&quot;,&quot;id&quot;:500556,&quot;slug&quot;:&quot;viewfinder-viewfinder-type&quot;},{&quot;val&quot;:[&quot;4 sec&quot;],&quot;valSlug&quot;:[&quot;4&quot;],&quot;nnv&quot;:[4],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:501580,&quot;slug&quot;:&quot;shutter-min-shutter-speed&quot;},{&quot;val&quot;:[&quot;±2 EV range, in 1\u002F3 EV steps&quot;],&quot;valSlug&quot;:[&quot;2-ev-range-in&quot;],&quot;name&quot;:&quot;Exposure Compensation&quot;,&quot;id&quot;:501579,&quot;slug&quot;:&quot;exposure-parameters-exposure-compensation&quot;},{&quot;val&quot;:[&quot;Nikon Coolpix S6900 (Black)&quot;],&quot;valSlug&quot;:[&quot;nikon-coolpix-s6900-black&quot;],&quot;name&quot;:&quot;ProductName&quot;,&quot;id&quot;:1000003,&quot;slug&quot;:&quot;productname&quot;},{&quot;val&quot;:[&quot;Photo shooting - 190 shots&quot;],&quot;valSlug&quot;:[&quot;photo-shooting-190-shots&quot;],&quot;name&quot;:&quot;Battery Life Details&quot;,&quot;id&quot;:1104732,&quot;slug&quot;:&quot;batterykb-battery-life-details&quot;},{&quot;val&quot;:[&quot;0.8 in&quot;],&quot;valSlug&quot;:[&quot;0-8-in&quot;],&quot;name&quot;:&quot;Macro Focus Range&quot;,&quot;id&quot;:5061123,&quot;slug&quot;:&quot;macro-focus-range&quot;},{&quot;val&quot;:[&quot;HDMI, USB 2.0, IEEE 802.11b\u002Fg\u002Fn, NFC (Near Field Communication)&quot;],&quot;valSlug&quot;:[&quot;hdmi-usb-2-0&quot;],&quot;name&quot;:&quot;Interface&quot;,&quot;id&quot;:5058050,&quot;slug&quot;:&quot;general-interface&quot;},{&quot;val&quot;:[&quot;Li-ion rechargeable battery&quot;],&quot;valSlug&quot;:[&quot;li-ion-rechargeable-battery&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:503383,&quot;slug&quot;:&quot;supported-battery-details&quot;},{&quot;val&quot;:[&quot;Nikon EN-EL19&quot;],&quot;valSlug&quot;:[&quot;nikon-en-el19&quot;],&quot;name&quot;:&quot;Form Factor&quot;,&quot;id&quot;:503382,&quot;slug&quot;:&quot;supported-batteryjd-form-factor&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Quantity&quot;,&quot;id&quot;:503381,&quot;slug&quot;:&quot;supported-battery-quantity&quot;},{&quot;val&quot;:[&quot;12x&quot;],&quot;valSlug&quot;:[&quot;12x&quot;],&quot;name&quot;:&quot;Optical Zoom&quot;,&quot;id&quot;:5067038,&quot;slug&quot;:&quot;general-optical-zoom&quot;},{&quot;val&quot;:[&quot;Nikon EN-EL19&quot;],&quot;valSlug&quot;:[&quot;nikon-en-el19&quot;],&quot;name&quot;:&quot;Manufacturer Battery Name&quot;,&quot;id&quot;:503379,&quot;slug&quot;:&quot;battery-manufacturer-battery-name&quot;},{&quot;val&quot;:[&quot;Motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:5062169,&quot;slug&quot;:&quot;zoom-adjustment&quot;},{&quot;val&quot;:[&quot;manufacturer-specific&quot;],&quot;valSlug&quot;:[&quot;manufacturer-specific&quot;],&quot;name&quot;:&quot;Battery Form Factor&quot;,&quot;id&quot;:503378,&quot;slug&quot;:&quot;battery-battery-form-factor&quot;},{&quot;val&quot;:[&quot;folding (180°) \u002F rotating (270°)&quot;],&quot;valSlug&quot;:[&quot;folding-180-rotating-270&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:501584,&quot;slug&quot;:&quot;display-display-form-factor&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:508255,&quot;slug&quot;:&quot;484a3-diagonal-size&quot;},{&quot;val&quot;:[&quot;1.6 ft - 9 ft: ISO auto (wide lens) ¦ 5 ft: ISO auto (tele lens)&quot;],&quot;valSlug&quot;:[&quot;1-6-ft-9&quot;],&quot;name&quot;:&quot;Effective Flash Range&quot;,&quot;id&quot;:1110088,&quot;slug&quot;:&quot;camera-flash-effective-flash&quot;},{&quot;val&quot;:[&quot;folding (180°) \u002F rotating (270°)&quot;],&quot;valSlug&quot;:[&quot;folding-180-rotating-270&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:508254,&quot;slug&quot;:&quot;ce483-display-form-factor&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:508252,&quot;slug&quot;:&quot;9b484-type&quot;},{&quot;val&quot;:[&quot;Automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:5062160,&quot;slug&quot;:&quot;lens-systemjd-focus-adjustment&quot;},{&quot;val&quot;:[&quot;included&quot;],&quot;valSlug&quot;:[&quot;included&quot;],&quot;name&quot;:&quot;Included&quot;,&quot;id&quot;:503385,&quot;slug&quot;:&quot;supported-battery-included&quot;},{&quot;val&quot;:[&quot;6.38 oz&quot;],&quot;valSlug&quot;:[&quot;6-38-oz&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:5057839,&quot;slug&quot;:&quot;dimensions-weightab-weight&quot;},{&quot;val&quot;:[&quot;display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:508259,&quot;slug&quot;:&quot;774a6-features&quot;},{&quot;val&quot;:[&quot;TTL contrast detection&quot;],&quot;valSlug&quot;:[&quot;ttl-contrast-detection&quot;],&quot;name&quot;:&quot;Auto Focus&quot;,&quot;id&quot;:5066792,&quot;slug&quot;:&quot;general-auto-focus&quot;},{&quot;val&quot;:[&quot;460,000 pixels&quot;],&quot;valSlug&quot;:[&quot;460-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:508257,&quot;slug&quot;:&quot;60486-display-format&quot;},{&quot;val&quot;:[&quot;B00T85PPLC&quot;],&quot;valSlug&quot;:[&quot;b00t85pplc&quot;],&quot;name&quot;:&quot;Provider SKU&quot;,&quot;id&quot;:1105526,&quot;slug&quot;:&quot;asin&quot;},{&quot;val&quot;:[&quot;7.5 cm&quot;],&quot;valSlug&quot;:[&quot;7-5&quot;],&quot;nnv&quot;:[7.5],&quot;name&quot;:&quot;Diagonal Size (metric)&quot;,&quot;id&quot;:508256,&quot;slug&quot;:&quot;754b9-diagonal-size-metric&quot;},{&quot;val&quot;:[&quot;Automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:5064746,&quot;slug&quot;:&quot;exposure-white-white-balance&quot;},{&quot;val&quot;:[&quot;16 megapixels&quot;],&quot;valSlug&quot;:[&quot;16&quot;],&quot;nnv&quot;:[16777280],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;],&quot;nnv&quot;:[2073600],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:505454,&quot;slug&quot;:&quot;optical-sensor-max-video&quot;},{&quot;val&quot;:[&quot;Digital camera - compact&quot;],&quot;valSlug&quot;:[&quot;digital-camera-compact&quot;],&quot;name&quot;:&quot;Product Type&quot;,&quot;id&quot;:1109882,&quot;slug&quot;:&quot;generalsf-product-type&quot;},{&quot;val&quot;:[&quot;lithium ion&quot;],&quot;valSlug&quot;:[&quot;lithium-ion&quot;],&quot;name&quot;:&quot;Technology&quot;,&quot;id&quot;:500332,&quot;slug&quot;:&quot;battery-technology&quot;},{&quot;val&quot;:[&quot;EXPEED C2&quot;],&quot;valSlug&quot;:[&quot;expeed-c2&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:505452,&quot;slug&quot;:&quot;video-input-image-processor&quot;},{&quot;val&quot;:[&quot;6400&quot;],&quot;valSlug&quot;:[&quot;6400&quot;],&quot;name&quot;:&quot;ISO (Max)&quot;,&quot;id&quot;:5072931,&quot;slug&quot;:&quot;iso-max&quot;},{&quot;val&quot;:[&quot;SD card&quot;],&quot;valSlug&quot;:[&quot;sd-card&quot;],&quot;name&quot;:&quot;Memory Card Slot&quot;,&quot;id&quot;:508279,&quot;slug&quot;:&quot;b6494-memory-card-slot&quot;},{&quot;val&quot;:[&quot;H.264, MOV&quot;],&quot;valSlug&quot;:[&quot;h-264-mov&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:5055800,&quot;slug&quot;:&quot;digital-video-format&quot;},{&quot;val&quot;:[&quot;16000000 pixels&quot;],&quot;valSlug&quot;:[&quot;16000000&quot;],&quot;nnv&quot;:[16000000],&quot;name&quot;:&quot;Effective Sensor Resolution&quot;,&quot;id&quot;:501375,&quot;slug&quot;:&quot;optical-sensor-effective-sensor&quot;},{&quot;val&quot;:[&quot;Nikon&quot;],&quot;valSlug&quot;:[&quot;nikon&quot;],&quot;name&quot;:&quot;Brand&quot;,&quot;id&quot;:500606,&quot;slug&quot;:&quot;header-brand&quot;},{&quot;val&quot;:[&quot;BSI-CMOS&quot;],&quot;valSlug&quot;:[&quot;bsi-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:5053236,&quot;slug&quot;:&quot;general-optical-sensor-type&quot;},{&quot;val&quot;:[&quot;Program, automatic&quot;],&quot;valSlug&quot;:[&quot;program-automatic&quot;],&quot;name&quot;:&quot;Exposure Modes&quot;,&quot;id&quot;:5057588,&quot;slug&quot;:&quot;exposure-white-exposure-modes&quot;},{&quot;val&quot;:[&quot;Auto mode&quot;],&quot;valSlug&quot;:[&quot;auto-mode&quot;],&quot;name&quot;:&quot;Flash Modes&quot;,&quot;id&quot;:5054007,&quot;slug&quot;:&quot;flash-modes&quot;},{&quot;val&quot;:[&quot;S6900&quot;],&quot;valSlug&quot;:[&quot;s6900&quot;],&quot;name&quot;:&quot;Model&quot;,&quot;id&quot;:500601,&quot;slug&quot;:&quot;header-model&quot;},{&quot;val&quot;:[&quot;Nikon Coolpix&quot;],&quot;valSlug&quot;:[&quot;nikon-coolpix&quot;],&quot;name&quot;:&quot;Product Line&quot;,&quot;id&quot;:500600,&quot;slug&quot;:&quot;header-product-line&quot;},{&quot;val&quot;:[&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDXC Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdxc-memory-card&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:508280,&quot;slug&quot;:&quot;184bf-supported-memory-cards&quot;},{&quot;val&quot;:[&quot;USB 2.0 ¦ HDMI output (19 pin micro HDMI Type D) ¦ Audio input (mini-phone stereo 3.5 mm) ¦ Audio output (mini-phone stereo 3.5 mm)&quot;],&quot;valSlug&quot;:[&quot;usb-2-0-hdmi&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:1110639,&quot;slug&quot;:&quot;connectionsjc-connector-type&quot;},{&quot;val&quot;:[&quot;stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:500871,&quot;slug&quot;:&quot;audio-inputke-microphone-operation&quot;},{&quot;val&quot;:[&quot;DPOF support&quot;,&quot;Exif Print support&quot;],&quot;valSlug&quot;:[&quot;dpof-support&quot;,&quot;exif-print-support&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:508295,&quot;slug&quot;:&quot;print-standard&quot;},{&quot;val&quot;:[&quot;Nikon EN-EL19 lithium ion&quot;],&quot;valSlug&quot;:[&quot;nikon-en-el19-lithium&quot;],&quot;name&quot;:&quot;Battery Type&quot;,&quot;id&quot;:1103504,&quot;slug&quot;:&quot;battery-battery-type&quot;},{&quot;val&quot;:[&quot;remote control via mobile devices&quot;],&quot;valSlug&quot;:[&quot;remote-control-via-mobile&quot;],&quot;name&quot;:&quot;Connectivity Features&quot;,&quot;id&quot;:508294,&quot;slug&quot;:&quot;connectivity-features&quot;},{&quot;val&quot;:[&quot;Audio recording, D-Lighting technology, Best Shot Selector (BSS), USB charging, Motion Detection Technology, Scene Auto Selector, Smart Portrait System, Dynamic Fine Zoom, 4-Axis Hybrid VR image stabilization (video mode)&quot;],&quot;valSlug&quot;:[&quot;audio-recording-d-lighting&quot;],&quot;name&quot;:&quot;Additional Features&quot;,&quot;id&quot;:5061068,&quot;slug&quot;:&quot;additional-features-additional-features&quot;},{&quot;val&quot;:[&quot;6.38 oz&quot;],&quot;valSlug&quot;:[&quot;6-38&quot;],&quot;nnv&quot;:[180.86981],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;],&quot;name&quot;:&quot;Image Recording Format&quot;,&quot;id&quot;:5064911,&quot;slug&quot;:&quot;general-image-recording-format&quot;},{&quot;val&quot;:[&quot;2.3 in&quot;],&quot;valSlug&quot;:[&quot;2-3&quot;],&quot;nnv&quot;:[0.05842],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.1 in&quot;],&quot;valSlug&quot;:[&quot;1-1&quot;],&quot;nnv&quot;:[0.02794],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;3.9 in&quot;],&quot;valSlug&quot;:[&quot;3-9&quot;],&quot;nnv&quot;:[0.09906],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;White Balance&quot;,&quot;id&quot;:501377,&quot;slug&quot;:&quot;white-balance-white-balance&quot;},{&quot;val&quot;:[&quot;1\u002F2.3\\&quot;&quot;],&quot;valSlug&quot;:[&quot;1-2-3&quot;],&quot;name&quot;:&quot;Optical Sensor Size&quot;,&quot;id&quot;:501376,&quot;slug&quot;:&quot;optical-sensorpb-optical-sensor&quot;},{&quot;val&quot;:[&quot;IEEE 802.11b\u002Fg\u002Fn&quot;,&quot;NFC (Near Field Communication)&quot;],&quot;valSlug&quot;:[&quot;ieee-802-11b-g&quot;,&quot;nfc-near-field-communication&quot;],&quot;name&quot;:&quot;Wireless Interface&quot;,&quot;id&quot;:508288,&quot;slug&quot;:&quot;d34be-wireless-interface&quot;},{&quot;val&quot;:[&quot;60 frames per second&quot;],&quot;valSlug&quot;:[&quot;60&quot;],&quot;nnv&quot;:[60],&quot;name&quot;:&quot;Frame Rate&quot;,&quot;id&quot;:502412,&quot;slug&quot;:&quot;video-capture-frame-rate&quot;},{&quot;val&quot;:[&quot;Take your best-ever selfies and share them instantly with the 16-megapixel COOLPIX S6900. Built-in Wi-Fi and NFC technology lets you transfer images by simply tapping your camera to a smart device, so you can post photos on social media as soon as you take them. A built-in camera stand makes taking self and group portraits easy, and a 12x optical zoom extendable to 24x dynamic fine zoom brings you close to the action.\\u000b\\u000bShoot photos and Full HD movies at a wave of your hand with gesture control, capture unique views with a vari-angle LCD screen, and make sure you look perfect every time with glamor mode effects added while you shoot. Life always looks good with the COOLPIX S6900!&quot;],&quot;valSlug&quot;:[&quot;take-your-best-ever&quot;],&quot;name&quot;:&quot;Marketing description&quot;,&quot;id&quot;:1105307,&quot;slug&quot;:&quot;marketing-description&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;],&quot;name&quot;:&quot;Image Resolution&quot;,&quot;id&quot;:502411,&quot;slug&quot;:&quot;video-capture-image-resolution&quot;},{&quot;val&quot;:[&quot;H.264&quot;],&quot;valSlug&quot;:[&quot;h-264&quot;],&quot;name&quot;:&quot;Digital Video Format&quot;,&quot;id&quot;:502410,&quot;slug&quot;:&quot;video-capture-digital-video&quot;},{&quot;val&quot;:[&quot;Optical&quot;],&quot;valSlug&quot;:[&quot;optical&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:5066717,&quot;slug&quot;:&quot;general-image-stabilizer&quot;},{&quot;val&quot;:[&quot;SD Memory Card&quot;,&quot;SDHC Memory Card&quot;,&quot;SDXC Memory Card&quot;],&quot;valSlug&quot;:[&quot;sd-memory-card&quot;,&quot;sdhc-memory-card&quot;,&quot;sdxc-memory-card&quot;],&quot;name&quot;:&quot;Supported Memory Cards&quot;,&quot;id&quot;:503190,&quot;slug&quot;:&quot;flash-memory-supported-memory&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color&quot;,&quot;id&quot;:500373,&quot;slug&quot;:&quot;miscellaneous-color&quot;},{&quot;val&quot;:[&quot;Built-in lens shield, ED glass&quot;],&quot;valSlug&quot;:[&quot;built-in-lens-shield&quot;],&quot;name&quot;:&quot;Features&quot;,&quot;id&quot;:5059551,&quot;slug&quot;:&quot;lens-systemlb-features&quot;},{&quot;val&quot;:[&quot;Display brightness control&quot;],&quot;valSlug&quot;:[&quot;display-brightness-control&quot;],&quot;name&quot;:&quot;Display Features&quot;,&quot;id&quot;:5055707,&quot;slug&quot;:&quot;displayjd-display-features&quot;},{&quot;val&quot;:[&quot;1920 x 1080&quot;],&quot;valSlug&quot;:[&quot;1920-x-1080&quot;],&quot;name&quot;:&quot;Max Video Resolution&quot;,&quot;id&quot;:5061850,&quot;slug&quot;:&quot;max-video-resolution&quot;},{&quot;val&quot;:[&quot;Face-priority AF&quot;,&quot;Subject-tracking AF&quot;,&quot;Target Finding AF&quot;],&quot;valSlug&quot;:[&quot;face-priority-af&quot;,&quot;subject-tracking-af&quot;,&quot;target-finding-af&quot;],&quot;name&quot;:&quot;AE\u002FAF Control&quot;,&quot;id&quot;:501917,&quot;slug&quot;:&quot;auto-focus-ae-af&quot;},{&quot;val&quot;:[&quot;EXPEED C2&quot;],&quot;valSlug&quot;:[&quot;expeed-c2&quot;],&quot;name&quot;:&quot;Image Processor&quot;,&quot;id&quot;:5058006,&quot;slug&quot;:&quot;image-processor&quot;},{&quot;val&quot;:[&quot;16.0 Megapixel&quot;],&quot;valSlug&quot;:[&quot;16-0-megapixel&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:1103246,&quot;slug&quot;:&quot;general-sensor-resolution&quot;},{&quot;val&quot;:[&quot;10 sec&quot;,&quot;2 sec&quot;],&quot;valSlug&quot;:[&quot;10-sec&quot;,&quot;2-sec&quot;],&quot;name&quot;:&quot;Self-Timer Delay&quot;,&quot;id&quot;:502424,&quot;slug&quot;:&quot;video-inputjd-self-timer&quot;},{&quot;val&quot;:[&quot;Nikon EN-EL19 Li-ion rechargeable battery (included)&quot;],&quot;valSlug&quot;:[&quot;nikon-en-el19-li&quot;],&quot;name&quot;:&quot;Details&quot;,&quot;id&quot;:1103503,&quot;slug&quot;:&quot;battery-details&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Qty&quot;,&quot;id&quot;:501415,&quot;slug&quot;:&quot;connections-qty&quot;},{&quot;val&quot;:[&quot;Built-in flash&quot;],&quot;valSlug&quot;:[&quot;built-in-flash&quot;],&quot;name&quot;:&quot;Camera Flash&quot;,&quot;id&quot;:5053933,&quot;slug&quot;:&quot;camera-flash-camera-flash&quot;},{&quot;val&quot;:[&quot;HDMI output&quot;,&quot;USB 2.0&quot;,&quot;audio input&quot;,&quot;audio output&quot;],&quot;valSlug&quot;:[&quot;hdmi-output&quot;,&quot;usb-2-0&quot;,&quot;audio-input&quot;,&quot;audio-output&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:501414,&quot;slug&quot;:&quot;connections-type&quot;},{&quot;val&quot;:[&quot;190 shots&quot;],&quot;valSlug&quot;:[&quot;190&quot;],&quot;nnv&quot;:[190],&quot;name&quot;:&quot;Battery Life&quot;,&quot;id&quot;:505766,&quot;slug&quot;:&quot;battery-life-battery-life&quot;},{&quot;val&quot;:[&quot;photo shooting&quot;],&quot;valSlug&quot;:[&quot;photo-shooting&quot;],&quot;name&quot;:&quot;Usage Mode&quot;,&quot;id&quot;:505765,&quot;slug&quot;:&quot;battery-lifejd-usage-mode&quot;},{&quot;val&quot;:[&quot;018208264735&quot;],&quot;valSlug&quot;:[&quot;0018208264735&quot;],&quot;name&quot;:&quot;UPC&quot;,&quot;id&quot;:100005,&quot;slug&quot;:&quot;upc&quot;},{&quot;val&quot;:[&quot;JPEG&quot;],&quot;valSlug&quot;:[&quot;jpeg&quot;],&quot;name&quot;:&quot;Still Image Format&quot;,&quot;id&quot;:502434,&quot;slug&quot;:&quot;still-image-still-image&quot;},{&quot;val&quot;:[&quot;26473&quot;],&quot;valSlug&quot;:[&quot;26473&quot;],&quot;name&quot;:&quot;Manufacturer SKU&quot;,&quot;id&quot;:100007,&quot;slug&quot;:&quot;manufacturersku&quot;},{&quot;val&quot;:[&quot;4 sec&quot;],&quot;valSlug&quot;:[&quot;4-sec&quot;],&quot;name&quot;:&quot;Min Shutter Speed&quot;,&quot;id&quot;:5057003,&quot;slug&quot;:&quot;min-shutter-speed&quot;},{&quot;val&quot;:[&quot;Fireworks&quot;],&quot;valSlug&quot;:[&quot;fireworks&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:5065189,&quot;slug&quot;:&quot;shooting-programs&quot;},{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;nnv&quot;:[0.0762],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:500140,&quot;slug&quot;:&quot;display-diagonal-size&quot;},{&quot;val&quot;:[&quot;4 x&quot;],&quot;valSlug&quot;:[&quot;4&quot;],&quot;nnv&quot;:[4],&quot;name&quot;:&quot;Digital Zoom&quot;,&quot;id&quot;:500652,&quot;slug&quot;:&quot;video-input-digital-zoom&quot;},{&quot;val&quot;:[&quot;LCD display&quot;],&quot;valSlug&quot;:[&quot;lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500138,&quot;slug&quot;:&quot;display-type&quot;},{&quot;val&quot;:[&quot;19 pin micro HDMI Type D&quot;,&quot;mini-phone stereo 3.5 mm&quot;],&quot;valSlug&quot;:[&quot;19-pin-micro-hdmi&quot;,&quot;mini-phone-stereo-3&quot;],&quot;name&quot;:&quot;Connector Type&quot;,&quot;id&quot;:501416,&quot;slug&quot;:&quot;connections-connector-type&quot;},{&quot;val&quot;:[&quot;460,000 pixels&quot;],&quot;valSlug&quot;:[&quot;460-000-pixels&quot;],&quot;name&quot;:&quot;Display Format&quot;,&quot;id&quot;:500147,&quot;slug&quot;:&quot;display-display-format&quot;},{&quot;val&quot;:[&quot;S15141977&quot;],&quot;valSlug&quot;:[&quot;s15141977&quot;],&quot;name&quot;:&quot;CDS SKU&quot;,&quot;id&quot;:100020,&quot;slug&quot;:&quot;cds-sku&quot;},{&quot;val&quot;:[&quot;1.1 in&quot;],&quot;valSlug&quot;:[&quot;1-1-in&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:5057269,&quot;slug&quot;:&quot;dimensions-weightab-depth&quot;},{&quot;val&quot;:[&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:505287,&quot;slug&quot;:&quot;video-input-face-detection&quot;},{&quot;val&quot;:[&quot;USB cable&quot;,&quot;battery charger&quot;,&quot;carrying strap&quot;],&quot;valSlug&quot;:[&quot;usb-cable&quot;,&quot;battery-charger&quot;,&quot;carrying-strap&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:501443,&quot;slug&quot;:&quot;miscellaneous-included-accessories&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505795,&quot;slug&quot;:&quot;miscellaneous-product-color&quot;},{&quot;val&quot;:[&quot;motorized drive&quot;],&quot;valSlug&quot;:[&quot;motorized-drive&quot;],&quot;name&quot;:&quot;Zoom Adjustment&quot;,&quot;id&quot;:501442,&quot;slug&quot;:&quot;lens-system-zoom-adjustment&quot;},{&quot;val&quot;:[&quot;Black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Enclosure Color&quot;,&quot;id&quot;:5053064,&quot;slug&quot;:&quot;general-enclosure-color&quot;},{&quot;val&quot;:[&quot;25 m&quot;],&quot;valSlug&quot;:[&quot;25&quot;],&quot;nnv&quot;:[25],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:501441,&quot;slug&quot;:&quot;lens-system-focal-length&quot;},{&quot;val&quot;:[&quot;Mirror, Soft Focus, Cross Process, Toy camera, Paint, Nostalgic Sepia&quot;],&quot;valSlug&quot;:[&quot;mirror-soft-focus-cross&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:5057674,&quot;slug&quot;:&quot;special-effects&quot;},{&quot;val&quot;:[&quot;HDMI&quot;,&quot;USB 2.0&quot;],&quot;valSlug&quot;:[&quot;hdmi&quot;,&quot;usb-2-0&quot;],&quot;name&quot;:&quot;Interfaces Provided&quot;,&quot;id&quot;:505807,&quot;slug&quot;:&quot;video-input-av-interfaces&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000-sec&quot;],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:5058182,&quot;slug&quot;:&quot;max-shutter-speed&quot;},{&quot;val&quot;:[&quot;Compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital camera type&quot;,&quot;id&quot;:5082498,&quot;slug&quot;:&quot;8a4b1-digital-camera-type&quot;},{&quot;val&quot;:[&quot;Cross Process&quot;,&quot;Mirror&quot;,&quot;Nostalgic Sepia&quot;,&quot;Paint&quot;,&quot;Soft Focus&quot;,&quot;Toy camera&quot;],&quot;valSlug&quot;:[&quot;cross-process&quot;,&quot;mirror&quot;,&quot;nostalgic-sepia&quot;,&quot;paint&quot;,&quot;soft-focus&quot;,&quot;toy-camera&quot;],&quot;name&quot;:&quot;Special Effects&quot;,&quot;id&quot;:501207,&quot;slug&quot;:&quot;video-input-special-effects&quot;},{&quot;val&quot;:[&quot;1&quot;],&quot;valSlug&quot;:[&quot;1&quot;],&quot;nnv&quot;:[1],&quot;name&quot;:&quot;Packaged Quantity&quot;,&quot;id&quot;:500694,&quot;slug&quot;:&quot;header-packaged-quantity&quot;},{&quot;val&quot;:[&quot;fireworks&quot;],&quot;valSlug&quot;:[&quot;fireworks&quot;],&quot;name&quot;:&quot;Shooting Programs&quot;,&quot;id&quot;:501206,&quot;slug&quot;:&quot;exposure-parameters-shooting-programs&quot;},{&quot;val&quot;:[&quot;black&quot;],&quot;valSlug&quot;:[&quot;black&quot;],&quot;name&quot;:&quot;Color Category&quot;,&quot;id&quot;:505811,&quot;slug&quot;:&quot;miscellaneouspf-product-color&quot;},{&quot;val&quot;:[&quot;Folding (180°) \u002F rotating (270°)&quot;],&quot;valSlug&quot;:[&quot;folding-180-rotating-270&quot;],&quot;name&quot;:&quot;Display Form Factor&quot;,&quot;id&quot;:5066393,&quot;slug&quot;:&quot;displayjk-display-form-factor&quot;},{&quot;val&quot;:[&quot;3\\&quot; LCD display&quot;],&quot;valSlug&quot;:[&quot;3-lcd-display&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:1110213,&quot;slug&quot;:&quot;displaypf-type&quot;},{&quot;val&quot;:[&quot;Smile Capture&quot;,&quot;face-priority AF function&quot;],&quot;valSlug&quot;:[&quot;smile-capture&quot;,&quot;face-priority-af-function&quot;],&quot;name&quot;:&quot;Face Detection Detalis&quot;,&quot;id&quot;:505808,&quot;slug&quot;:&quot;video-inputjd-face-detection&quot;},{&quot;val&quot;:[&quot;DPOF support, Exif Print support&quot;],&quot;valSlug&quot;:[&quot;dpof-support-exif-print&quot;],&quot;name&quot;:&quot;Print Standard&quot;,&quot;id&quot;:5072532,&quot;slug&quot;:&quot;general-print-standard&quot;},{&quot;val&quot;:[&quot;Stereo&quot;],&quot;valSlug&quot;:[&quot;stereo&quot;],&quot;name&quot;:&quot;Microphone Operation Mode&quot;,&quot;id&quot;:5056150,&quot;slug&quot;:&quot;microphone-operation-mode&quot;},{&quot;val&quot;:[&quot;1\u002F4000 sec&quot;],&quot;valSlug&quot;:[&quot;1-4000&quot;],&quot;nnv&quot;:[0.00025],&quot;name&quot;:&quot;Max Shutter Speed&quot;,&quot;id&quot;:501208,&quot;slug&quot;:&quot;shutter-max-shutter-speed&quot;},{&quot;val&quot;:[&quot;16,760,000 pixels&quot;],&quot;valSlug&quot;:[&quot;16-760-000-pixels&quot;],&quot;name&quot;:&quot;Total Pixels&quot;,&quot;id&quot;:5058706,&quot;slug&quot;:&quot;general-total-pixels&quot;},{&quot;val&quot;:[&quot;H.264 - 1920 x 1080 - 60 fps&quot;],&quot;valSlug&quot;:[&quot;h-264-1920-x&quot;],&quot;name&quot;:&quot;Video Capture&quot;,&quot;id&quot;:1105657,&quot;slug&quot;:&quot;memory-storage-video-capture&quot;},{&quot;val&quot;:[&quot;f\u002F3.3-6.3&quot;],&quot;valSlug&quot;:[&quot;f-3-3-6&quot;],&quot;name&quot;:&quot;Lens Aperture&quot;,&quot;id&quot;:500983,&quot;slug&quot;:&quot;lens-system-lens-aperture&quot;},{&quot;val&quot;:[&quot;Carrying strap, battery charger, USB cable&quot;],&quot;valSlug&quot;:[&quot;carrying-strap-battery-charger&quot;],&quot;name&quot;:&quot;Included Accessories&quot;,&quot;id&quot;:1103584,&quot;slug&quot;:&quot;miscellaneoussf-included-accessories&quot;},{&quot;val&quot;:[&quot;zoom lens&quot;],&quot;valSlug&quot;:[&quot;zoom-lens&quot;],&quot;name&quot;:&quot;Type&quot;,&quot;id&quot;:500981,&quot;slug&quot;:&quot;lens-system-type&quot;},{&quot;val&quot;:[&quot;Face-priority AF function, Smile Capture&quot;,&quot;Yes&quot;],&quot;valSlug&quot;:[&quot;face-priority-af-function&quot;,&quot;yes&quot;],&quot;name&quot;:&quot;Face Detection&quot;,&quot;id&quot;:5053631,&quot;slug&quot;:&quot;face-detection&quot;},{&quot;val&quot;:[&quot;9&quot;],&quot;valSlug&quot;:[&quot;9&quot;],&quot;nnv&quot;:[9],&quot;name&quot;:&quot;Element Qty&quot;,&quot;id&quot;:500990,&quot;slug&quot;:&quot;lens-system-element-qty&quot;},{&quot;val&quot;:[&quot;7&quot;],&quot;valSlug&quot;:[&quot;7&quot;],&quot;nnv&quot;:[7],&quot;name&quot;:&quot;Group Qty&quot;,&quot;id&quot;:500989,&quot;slug&quot;:&quot;lens-system-group-qty&quot;},{&quot;val&quot;:[&quot;19.7 in&quot;],&quot;valSlug&quot;:[&quot;19-7-in&quot;],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:5068727,&quot;slug&quot;:&quot;lens-systemjd6a4b2-min-focus&quot;},{&quot;val&quot;:[&quot;optical&quot;],&quot;valSlug&quot;:[&quot;optical&quot;],&quot;name&quot;:&quot;Image Stabilizer&quot;,&quot;id&quot;:501244,&quot;slug&quot;:&quot;optical-system-image-stabilizer&quot;},{&quot;val&quot;:[&quot;automatic&quot;],&quot;valSlug&quot;:[&quot;automatic&quot;],&quot;name&quot;:&quot;Focus Adjustment&quot;,&quot;id&quot;:500987,&quot;slug&quot;:&quot;lens-system-focus-adjustment&quot;},{&quot;val&quot;:[&quot;25 - 300mm&quot;],&quot;valSlug&quot;:[&quot;25-300mm&quot;],&quot;name&quot;:&quot;Focal Length Equivalent to 35mm Camera&quot;,&quot;id&quot;:5061553,&quot;slug&quot;:&quot;lens-systemjdcc48d-focal-length&quot;},{&quot;val&quot;:[&quot;19.7 in&quot;],&quot;valSlug&quot;:[&quot;19-7&quot;],&quot;nnv&quot;:[0.50038],&quot;name&quot;:&quot;Min Focus Distance&quot;,&quot;id&quot;:500986,&quot;slug&quot;:&quot;lens-system-min-focus&quot;},{&quot;val&quot;:[&quot;54 mm&quot;],&quot;valSlug&quot;:[&quot;54&quot;],&quot;nnv&quot;:[0.054],&quot;name&quot;:&quot;Max Focal Length&quot;,&quot;id&quot;:500985,&quot;slug&quot;:&quot;lens-system-max-focal&quot;},{&quot;val&quot;:[&quot;2.3 in&quot;],&quot;valSlug&quot;:[&quot;2-3-in&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:5057203,&quot;slug&quot;:&quot;dimensions-weightab-height&quot;},{&quot;val&quot;:[&quot;4.5 mm&quot;],&quot;valSlug&quot;:[&quot;4-5&quot;],&quot;nnv&quot;:[0.0045],&quot;name&quot;:&quot;Min Focal Length&quot;,&quot;id&quot;:500984,&quot;slug&quot;:&quot;lens-system-min-focal&quot;}],&quot;availableOn&quot;:null,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2015-02-28 17:06:19&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1425143.179},&quot;mod&quot;:{&quot;date&quot;:&quot;2023-01-06 12:39:44&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1673008.784},&quot;slug&quot;:{&quot;date&quot;:&quot;2016-02-01 20:55:55&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.155},&quot;release&quot;:{&quot;date&quot;:&quot;2016-02-01 20:55:54&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.154},&quot;slugEs&quot;:{&quot;date&quot;:&quot;2019-10-29 13:11:42&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1572354.702}},&quot;edition&quot;:&quot;us&quot;,&quot;family&quot;:[{&quot;uuid&quot;:&quot;f324b664-107f-4cd8-b6cf-c6956827624e&quot;,&quot;name&quot;:&quot;Nikon Coolpix S6900&quot;,&quot;slug&quot;:&quot;nikon-coolpix-s6900&quot;,&quot;date&quot;:{&quot;add&quot;:{&quot;date&quot;:&quot;2016-02-01 20:56:40&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.2},&quot;mod&quot;:{&quot;date&quot;:&quot;2021-06-06 10:43:56&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1622976.236}},&quot;source&quot;:&quot;ui&quot;,&quot;status&quot;:&quot;Live&quot;,&quot;win&quot;:0,&quot;siblings&quot;:[{&quot;uuid&quot;:&quot;02dbd78a-03c7-4e28-aa04-130ca6709fc0&quot;,&quot;name&quot;:&quot;Nikon Coolpix S6900 (Pink)&quot;,&quot;slug&quot;:&quot;nikon-coolpix-s6900-pink&quot;,&quot;name_es&quot;:&quot;Nikon Coolpix S6900 - cámara digital&quot;,&quot;slug_es&quot;:&quot;nikon-coolpix-s6900-camara-digital&quot;,&quot;status&quot;:&quot;Live&quot;,&quot;sku&quot;:&quot;26474&quot;,&quot;image&quot;:{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;4ddde068-cb5a-4491-a6e5-54b61fc1df6f&quot;,&quot;filename&quot;:&quot;4ddde068-cb5a-4491-a6e5-54b61fc1df6f.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-11-13 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1478995.2},&quot;typeName&quot;:&quot;content_image&quot;}}],&quot;prices&quot;:[{&quot;editionId&quot;:0,&quot;lowUuid&quot;:&quot;33d59cfc-ee40-43c0-bca2-f519ce954c84&quot;,&quot;lowRId&quot;:300346,&quot;low&quot;:15399,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB00T85PPLC?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1&quot;,&quot;high&quot;:15399,&quot;numOffers&quot;:1,&quot;modDate&quot;:{&quot;date&quot;:&quot;2022-11-22 18:32:05&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1669141.925}}],&quot;type&quot;:&quot;series&quot;}],&quot;images&quot;:[{&quot;sType&quot;:&quot;ccs&quot;,&quot;mediaType&quot;:&quot;stock&quot;,&quot;id&quot;:&quot;c51f8c80-d938-4ecd-8089-5656d11e1d91&quot;,&quot;filename&quot;:&quot;c51f8c80-d938-4ecd-8089-5656d11e1d91.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-12-14 00:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1481673.6},&quot;typeName&quot;:&quot;content_image&quot;}],&quot;gallery&quot;:null,&quot;keywords&quot;:null,&quot;locale&quot;:&quot;en_US&quot;,&quot;manufacturer&quot;:{&quot;name&quot;:&quot;Nikon Inc.&quot;,&quot;id&quot;:275330,&quot;slug&quot;:&quot;nikon-inc&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fwww.nikonusa.com\u002F&quot;},&quot;nodes&quot;:null,&quot;priceSummary&quot;:{&quot;editionId&quot;:0,&quot;low&quot;:15399,&quot;high&quot;:15399,&quot;avg&quot;:15399,&quot;median&quot;:15399,&quot;numOffers&quot;:1,&quot;grade&quot;:10,&quot;modDate&quot;:{&quot;date&quot;:&quot;2022-11-22 18:32:05&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1669141.925},&quot;lowRId&quot;:300346,&quot;lowUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB00T85PPLC?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1&quot;,&quot;lowUuid&quot;:&quot;33d59cfc-ee40-43c0-bca2-f519ce954c84&quot;},&quot;product&quot;:{&quot;upc&quot;:[&quot;0018208264735&quot;],&quot;htopic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]},&quot;cdsId&quot;:&quot;s15141977&quot;,&quot;catId&quot;:3004020101,&quot;catName&quot;:&quot;Long-Zoom Compact Cameras&quot;,&quot;shortSpecs&quot;:[{&quot;val&quot;:[&quot;3 in&quot;],&quot;valSlug&quot;:[&quot;3&quot;],&quot;name&quot;:&quot;Diagonal Size&quot;,&quot;id&quot;:500140,&quot;slug&quot;:&quot;display-diagonal-size&quot;},{&quot;val&quot;:[&quot;6.38 oz&quot;],&quot;valSlug&quot;:[&quot;6-38&quot;],&quot;name&quot;:&quot;Weight&quot;,&quot;id&quot;:500357,&quot;slug&quot;:&quot;dimensions-weight-weight&quot;},{&quot;val&quot;:[&quot;2.3 in&quot;],&quot;valSlug&quot;:[&quot;2-3&quot;],&quot;name&quot;:&quot;Height&quot;,&quot;id&quot;:500356,&quot;slug&quot;:&quot;dimensions-weight-height&quot;},{&quot;val&quot;:[&quot;1.1 in&quot;],&quot;valSlug&quot;:[&quot;1-1&quot;],&quot;name&quot;:&quot;Depth&quot;,&quot;id&quot;:500355,&quot;slug&quot;:&quot;dimensions-weight-depth&quot;},{&quot;val&quot;:[&quot;3.9 in&quot;],&quot;valSlug&quot;:[&quot;3-9&quot;],&quot;name&quot;:&quot;Width&quot;,&quot;id&quot;:500354,&quot;slug&quot;:&quot;dimensions-weight-width&quot;},{&quot;val&quot;:[&quot;compact&quot;],&quot;valSlug&quot;:[&quot;compact&quot;],&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:502805,&quot;slug&quot;:&quot;digital-camera-digital-camera&quot;},{&quot;val&quot;:[&quot;11 mm (1\u002F2.3\\&quot;)&quot;],&quot;valSlug&quot;:[&quot;11-mm-1-2&quot;],&quot;name&quot;:&quot;Optical Sensor Size (metric)&quot;,&quot;id&quot;:505364,&quot;slug&quot;:&quot;optical-sensorld-optical-sensor&quot;},{&quot;val&quot;:[&quot;16 megapixels&quot;],&quot;valSlug&quot;:[&quot;16&quot;],&quot;name&quot;:&quot;Sensor Resolution&quot;,&quot;id&quot;:502638,&quot;slug&quot;:&quot;optical-sensor-sensor-resolution&quot;},{&quot;val&quot;:[&quot;BSI-CMOS&quot;],&quot;valSlug&quot;:[&quot;bsi-cmos&quot;],&quot;name&quot;:&quot;Optical Sensor Type&quot;,&quot;id&quot;:500551,&quot;slug&quot;:&quot;optical-sensor-optical-sensor&quot;}],&quot;hes&quot;:true,&quot;name&quot;:&quot;Nikon Coolpix S6900 (Black)&quot;,&quot;psku&quot;:[&quot;b00t85pplc&quot;],&quot;sku&quot;:[&quot;26473&quot;],&quot;compare_product_type&quot;:{&quot;val&quot;:&quot;compact&quot;,&quot;valSlug&quot;:&quot;compact&quot;,&quot;name&quot;:&quot;Digital Camera Type&quot;,&quot;id&quot;:502805,&quot;slug&quot;:&quot;digital-camera-digital-camera&quot;},&quot;slug&quot;:&quot;nikon-coolpix-s6900-black&quot;,&quot;pskuMap&quot;:[{&quot;val&quot;:&quot;B00T85PPLC&quot;,&quot;valSlug&quot;:&quot;b00t85pplc&quot;,&quot;pipId&quot;:1}],&quot;topic&quot;:{&quot;typePath&quot;:&quot;Content:Content:Content:Content:Content&quot;,&quot;hPath&quot;:&quot;Tech:Computing:Gadgets:Photography:Cameras&quot;,&quot;hslugPath&quot;:&quot;tech:computing:gadgets:photography:cameras&quot;,&quot;name&quot;:&quot;Cameras&quot;,&quot;huuidPath&quot;:&quot;752de8fe-6106-4537-bcb9-7a933ad51d48:1c4b7d80-c387-11e2-8208-0291187b029a:1bc9c932-c387-11e2-8208-0291187b029a:1bfbd4ac-c387-11e2-8208-0291187b029a:1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;type&quot;:&quot;Content&quot;,&quot;uuid&quot;:&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;,&quot;slug&quot;:&quot;cameras&quot;,&quot;huuids&quot;:[&quot;752de8fe-6106-4537-bcb9-7a933ad51d48&quot;,&quot;1c4b7d80-c387-11e2-8208-0291187b029a&quot;,&quot;1bc9c932-c387-11e2-8208-0291187b029a&quot;,&quot;1bfbd4ac-c387-11e2-8208-0291187b029a&quot;,&quot;1c37805c-c387-11e2-8208-0291187b029a&quot;]}},&quot;resellers&quot;:[{&quot;availability&quot;:&quot;Yes&quot;,&quot;certified&quot;:null,&quot;condition&quot;:null,&quot;cpc&quot;:35,&quot;date&quot;:{&quot;mod&quot;:{&quot;date&quot;:&quot;2022-12-07 04:20:15&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1670386.815}},&quot;editionId&quot;:0,&quot;featuredPlacement&quot;:null,&quot;id&quot;:300346,&quot;imageUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fm.media-amazon.com\u002Fimages\u002FI\u002F41RYrNxf4lL._SL75_.jpg&quot;,&quot;info&quot;:null,&quot;levelId&quot;:4,&quot;levelOrder&quot;:null,&quot;logoUrl&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002FoTFeI8v0VL_TF2rDs9yGqI0uQzw=\u002F2019\u002F05\u002F16\u002Fdb7eee25-0a2b-4af2-820f-9e243c8fdc2d\u002Fcropped-merchant-logos-amazon.png&quot;,&quot;name&quot;:&quot;Amazon&quot;,&quot;nodeId&quot;:5,&quot;phone&quot;:null,&quot;price&quot;:15399,&quot;priceGrabber&quot;:null,&quot;promo&quot;:null,&quot;promo2&quot;:null,&quot;rating&quot;:null,&quot;shipZip&quot;:null,&quot;shipping&quot;:null,&quot;siteId&quot;:null,&quot;state&quot;:null,&quot;tax&quot;:0,&quot;taxRate&quot;:0,&quot;taxStates&quot;:[&quot;AL&quot;,&quot;AZ&quot;,&quot;AR&quot;,&quot;CA&quot;,&quot;CO&quot;,&quot;CT&quot;,&quot;DC&quot;,&quot;FL&quot;,&quot;GA&quot;,&quot;HI&quot;,&quot;ID&quot;,&quot;IL&quot;,&quot;IN&quot;,&quot;IA&quot;,&quot;KS&quot;,&quot;KY&quot;,&quot;LA&quot;,&quot;ME&quot;,&quot;MD&quot;,&quot;MA&quot;,&quot;MI&quot;,&quot;MN&quot;,&quot;MS&quot;,&quot;MO&quot;,&quot;NE&quot;,&quot;NV&quot;,&quot;NJ&quot;,&quot;NM&quot;,&quot;NY&quot;,&quot;NC&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;OK&quot;,&quot;OR&quot;,&quot;PA&quot;,&quot;PR&quot;,&quot;RI&quot;,&quot;SC&quot;,&quot;SD&quot;,&quot;TN&quot;,&quot;TX&quot;,&quot;UT&quot;,&quot;VT&quot;,&quot;VA&quot;,&quot;WA&quot;,&quot;WV&quot;,&quot;WI&quot;,&quot;WY&quot;],&quot;totalPrice&quot;:15399,&quot;tTag&quot;:&quot;amazon&quot;,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB00T85PPLC?tag=cnet-api-20&amp;linkCode=ogi&amp;th=1&amp;psc=1&quot;,&quot;weight&quot;:30,&quot;typeName&quot;:&quot;content_reseller&quot;}],&quot;reviews&quot;:null,&quot;rrp&quot;:null,&quot;site&quot;:null,&quot;slugs&quot;:{&quot;product&quot;:{&quot;name&quot;:&quot;nikon-coolpix-s6900-black&quot;,&quot;type&quot;:&quot;product&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2016-02-01 20:55:55&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.155}},&quot;series&quot;:{&quot;name&quot;:&quot;nikon-coolpix-s6900&quot;,&quot;type&quot;:&quot;series&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2016-02-01 20:53:54&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.034}},&quot;seoUrl&quot;:{&quot;name&quot;:&quot;nikon-coolpix-s6900&quot;,&quot;type&quot;:&quot;series&quot;,&quot;addDate&quot;:{&quot;date&quot;:&quot;2016-02-01 20:53:54&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;,&quot;secondsSinceEpoch&quot;:1454360.034}}},&quot;specs&quot;:null,&quot;status&quot;:&quot;Live&quot;,&quot;type&quot;:&quot;Product&quot;,&quot;subType&quot;:null,&quot;hasDeal&quot;:null,&quot;winningBlurb&quot;:null,&quot;userReviewCount&quot;:null,&quot;userReviewRating&quot;:null,&quot;seoURL&quot;:{&quot;slug&quot;:&quot;f324b664-107f-4cd8-b6cf-c6956827624e&quot;,&quot;route&quot;:null,&quot;reviewUUID&quot;:null,&quot;reviewType&quot;:null,&quot;slugType&quot;:&quot;product&quot;,&quot;code&quot;:200,&quot;style&quot;:null},&quot;typeName&quot;:&quot;content_product&quot;},&quot;techProdUuid&quot;:&quot;&quot;,&quot;useMonetization&quot;:true,&quot;usePricing&quot;:true,&quot;url&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FNikon-COOLPIX-Digital-Camera-Optical\u002Fdp\u002FB00T85PPLC\u002F?tag=zdnet-buy-button-20&quot;}\"\u003E \u003C\u002Fshortcode\u003E\u003Cshortcode shortcode=\"pinbox\" uuid=\"12922153-5c9c-495e-a36a-5dbbc9302a9f\" uri=\"\u002Fapi\u002Fcomponent\u002Feditorial\u002F12922153-5c9c-495e-a36a-5dbbc9302a9f\" float=\"none\" data-key=\"pinbox__b501f8e1-d0d6-514c-ba11-b41200dee62c\" api=\"{&quot;content&quot;:[{&quot;body&quot;:null,&quot;dek&quot;:&quot;Trying to find the absolute best tech products of 2022? From the iPhone 14 Pro Max to the Kindle Scribe to the Oura Ring Gen 3 Horizon, here are ZDNET&#x27;s top gadgets of the year.&quot;,&quot;description&quot;:&quot;Trying to find the absolute best tech products of 2022? From the iPhone 14 Pro Max to the Kindle Scribe to the Oura Ring Gen 3 Horizon, here are ZDNET&#x27;s top gadgets of the year.&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;image&quot;:{&quot;id&quot;:&quot;5246df34-aab3-4419-a17e-d162c8160806&quot;,&quot;title&quot;:&quot;Best tech products of 2022&quot;,&quot;filename&quot;:&quot;zdgg-2022-overall.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F21\u002F5246df34-aab3-4419-a17e-d162c8160806\u002Fzdgg-2022-overall.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;tags&quot;:[],&quot;size&quot;:763536,&quot;width&quot;:1600,&quot;height&quot;:900,&quot;author&quot;:{&quot;id&quot;:&quot;781a4b26-f4ec-4df5-84ed-c2775cdfd86f&quot;,&quot;username&quot;:&quot;ebetters&quot;,&quot;email&quot;:&quot;ebetters-picaro@redventures.com&quot;,&quot;firstName&quot;:&quot;Elyse&quot;,&quot;middleName&quot;:null,&quot;lastName&quot;:&quot;Betters Picaro&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 00:00:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-26 20:59:13&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;ursId&quot;:&quot;27051783234840286590268119258902&quot;,&quot;roles&quot;:[{&quot;name&quot;:&quot;CMS User&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER&quot;},{&quot;name&quot;:&quot;Super Admin&quot;,&quot;role&quot;:&quot;ROLE_SUPER_ADMIN&quot;}],&quot;profiles&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;profile&quot;:{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;},&quot;socialProfileIds&quot;:{&quot;facebookProfile&quot;:null,&quot;facebookPage&quot;:null,&quot;twitter&quot;:&quot;elysebetters&quot;,&quot;googlePlus&quot;:null,&quot;instagram&quot;:&quot;elysebetters&quot;},&quot;suppressProfile&quot;:false,&quot;editions&quot;:[],&quot;defaultTimezone&quot;:&quot;America\u002FNew_York&quot;,&quot;cmsDisplayName&quot;:&quot;Elyse Betters Picaro&quot;,&quot;authorBlogs&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;},&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-12-21 19:14:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-12-21 19:14:17&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;(Image: ZDNET)&quot;,&quot;alt&quot;:&quot;Best tech products of 2022&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;label&quot;:null,&quot;linkText&quot;:null,&quot;linkUrl&quot;:null,&quot;preferredProductName&quot;:null,&quot;promoDek&quot;:&quot;Trying to find the absolute best tech products of 2022? From the iPhone 14 Pro Max to the Kindle Scribe to the Oura Ring Gen 3 Horizon, here are ZDNET&#x27;s top gadgets of the year.&quot;,&quot;promoTitle&quot;:null,&quot;slug&quot;:&quot;best-tech-2022&quot;,&quot;title&quot;:&quot;ZDNET editors loved these tech products and gadgets in 2022&quot;,&quot;topic&quot;:{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;deleted&quot;:false,&quot;leaf&quot;:false,&quot;topicPath&quot;:[],&quot;descendantCount&quot;:61,&quot;type&quot;:{&quot;id&quot;:&quot;31bc3a04-c7a0-4fc1-b073-372a09f0cb0c&quot;,&quot;title&quot;:&quot;Content&quot;,&quot;description&quot;:&quot;Content&quot;,&quot;dateUpdated&quot;:null,&quot;typeName&quot;:&quot;content_topic_type&quot;},&quot;authors&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;editions&quot;:{&quot;data&quot;:[{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;eu&quot;,&quot;label&quot;:&quot;EU&quot;,&quot;prefix&quot;:&quot;eu\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;de-at&quot;,&quot;ar-bh&quot;,&quot;en-be&quot;,&quot;bg-bg&quot;,&quot;el-cy&quot;,&quot;cs-cz&quot;,&quot;da-dk&quot;,&quot;pt-pl&quot;,&quot;et-ee&quot;,&quot;fi-fi&quot;,&quot;fr-fr&quot;,&quot;de-de&quot;,&quot;el-gr&quot;,&quot;hu-hu&quot;,&quot;it-it&quot;,&quot;lv-lv&quot;,&quot;lt-lt&quot;,&quot;de-lu&quot;,&quot;fr-lu&quot;,&quot;en-mt&quot;,&quot;nl-nl&quot;,&quot;pl-pl&quot;,&quot;pt-pt&quot;,&quot;ro-ro&quot;,&quot;sk-sk&quot;,&quot;sl-sl&quot;,&quot;es-es&quot;,&quot;sv-se&quot;,&quot;fr-ch&quot;,&quot;de-ch&quot;,&quot;tr-tk&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;EU Edition&quot;,&quot;currency_name&quot;:&quot;Euro&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;2b7de0fe-5943-46e7-8446-c5f0dae7e8b1&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;au&quot;,&quot;label&quot;:&quot;AU&quot;,&quot;prefix&quot;:&quot;au\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_AU&quot;,&quot;locales&quot;:[&quot;en-au&quot;,&quot;en-nz&quot;],&quot;timezone&quot;:&quot;Australia\u002FSydney&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;AU Edition&quot;,&quot;currency_name&quot;:&quot;AUD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;3c6de55e-e50f-405d-baa0-944d99b16de6&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;in&quot;,&quot;label&quot;:&quot;India&quot;,&quot;prefix&quot;:&quot;in\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_IN&quot;,&quot;locales&quot;:[&quot;en-in&quot;],&quot;timezone&quot;:&quot;Asia\u002FKolkata&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;India Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;424bbcd7-943f-4cb9-a758-f40248ce8729&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;4cc2bc7d-08ca-11e4-9732-00505685119a&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;uk&quot;,&quot;label&quot;:&quot;UK&quot;,&quot;prefix&quot;:&quot;uk\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;en-gb&quot;,&quot;en-ie&quot;,&quot;en-za&quot;,&quot;ka-ge&quot;,&quot;fa-ir&quot;,&quot;ar-iq&quot;,&quot;he-il&quot;,&quot;ar-jo&quot;,&quot;ar-kw&quot;,&quot;ar-lb&quot;,&quot;ar-om&quot;,&quot;ar-ps&quot;,&quot;ar-qa&quot;,&quot;ar-sa&quot;,&quot;ar-sy&quot;,&quot;ar-ae&quot;,&quot;ar-ye&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;UK Edition&quot;,&quot;currency_name&quot;:&quot;STG&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;67ee4e75-4985-4317-8246-8ca2209ae1a4&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;as&quot;,&quot;label&quot;:&quot;Asia&quot;,&quot;prefix&quot;:&quot;as\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_SG&quot;,&quot;locales&quot;:[&quot;fa-af&quot;,&quot;hy-am&quot;,&quot;az-az&quot;,&quot;bn-bd&quot;,&quot;dz-bt&quot;,&quot;ms-bn&quot;,&quot;zh-cn&quot;,&quot;km-kh&quot;,&quot;en-hk&quot;,&quot;zh-hk&quot;,&quot;in-id&quot;,&quot;ja-jp&quot;,&quot;kk-kz&quot;,&quot;ky-kg&quot;,&quot;lo-la&quot;,&quot;ms-my&quot;,&quot;dv-mv&quot;,&quot;mm-mn&quot;,&quot;my-mm&quot;,&quot;ne-np&quot;,&quot;kr-kp&quot;,&quot;en-pk&quot;,&quot;en-ph&quot;,&quot;en-sg&quot;,&quot;si-lk&quot;,&quot;ko-kr&quot;,&quot;tg-tj&quot;,&quot;zh-tw&quot;,&quot;th-th&quot;,&quot;pt-tl&quot;,&quot;tk-tm&quot;,&quot;uz-uz&quot;,&quot;vi-vn&quot;],&quot;timezone&quot;:&quot;Asia\u002FSingapore&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;Asia Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;9b38b83f-c26a-46d8-a4d5-a37111739f84&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;}],&quot;paging&quot;:{&quot;total&quot;:6,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;languages&quot;:{&quot;data&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;4c7171e8-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;description&quot;:&quot;Discover the best technology ideas emerging from around the globe and how they are promising to help build a better future.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;name&quot;:&quot;Innovation&quot;,&quot;description&quot;:&quot;Discover the best technology ideas emerging from around the globe and how they are promising to help build a better future.&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;landingPage&quot;:null,&quot;listingPage&quot;:null,&quot;typeName&quot;:&quot;content_topic&quot;},&quot;typeName&quot;:&quot;content_article&quot;},{&quot;body&quot;:null,&quot;dek&quot;:&quot;Bored with your regular headphones? The best bone conduction headphones will transform your listening experience, focusing on vibrations that help you to feel each note.&quot;,&quot;description&quot;:&quot;Bored with your regular headphones? The best bone conduction headphones will transform your listening experience, focusing on vibrations that help you to feel each note.&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;image&quot;:{&quot;id&quot;:&quot;ce7809d1-129a-4aac-8f65-5024d38c9a01&quot;,&quot;title&quot;:&quot;bone-conduction-headphones-1&quot;,&quot;filename&quot;:&quot;bone-conduction-headphones-1.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F11\u002F18\u002Fce7809d1-129a-4aac-8f65-5024d38c9a01\u002Fbone-conduction-headphones-1.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;tags&quot;:[],&quot;size&quot;:145914,&quot;width&quot;:1296,&quot;height&quot;:720,&quot;author&quot;:{&quot;id&quot;:&quot;61c1e602-3e74-431a-ac7c-bd8d6ea28c5c&quot;,&quot;username&quot;:&quot;almurray1&quot;,&quot;email&quot;:&quot;almurray@redventures.com&quot;,&quot;firstName&quot;:&quot;Allison&quot;,&quot;middleName&quot;:null,&quot;lastName&quot;:&quot;Murray&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-01-06 00:00:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-05 16:12:25&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;ursId&quot;:&quot;30280151747558291238434412368769&quot;,&quot;roles&quot;:[{&quot;name&quot;:&quot;CMS User&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER&quot;},{&quot;name&quot;:&quot;Contributor&quot;,&quot;role&quot;:&quot;ROLE_CONTRIBUTOR&quot;},{&quot;name&quot;:&quot;Editor&quot;,&quot;role&quot;:&quot;ROLE_EDITOR&quot;},{&quot;name&quot;:&quot;Super User&quot;,&quot;role&quot;:&quot;ROLE_SUPER_USER&quot;}],&quot;profiles&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;effd44d3-b49b-41db-b330-200b927c1955&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-01-06 18:06:09&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-06-08 20:33:53&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Staff Writer&quot;,&quot;byline&quot;:null,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Allison Murray is a writer based in Chicago. She has years of reporting experience on a wide variety of tech-related topics and breaking news at various outlets like Digital Trends and Lifewire. Her work has been published on ABC News, Good Morning America, and Yahoo Finance. She is a graduate of Southern Illinois University where she majored in journalism.&quot;,&quot;expertise&quot;:&quot;Consumer tech, social media, artificial intelligence, Apple, apps, and streaming services&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;BS, Southern Illinois University&quot;,&quot;authorDisclosure&quot;:&quot;Allison Murray has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;profile&quot;:{&quot;id&quot;:&quot;effd44d3-b49b-41db-b330-200b927c1955&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-01-06 18:06:09&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-06-08 20:33:53&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Staff Writer&quot;,&quot;byline&quot;:null,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Allison Murray is a writer based in Chicago. She has years of reporting experience on a wide variety of tech-related topics and breaking news at various outlets like Digital Trends and Lifewire. Her work has been published on ABC News, Good Morning America, and Yahoo Finance. She is a graduate of Southern Illinois University where she majored in journalism.&quot;,&quot;expertise&quot;:&quot;Consumer tech, social media, artificial intelligence, Apple, apps, and streaming services&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;BS, Southern Illinois University&quot;,&quot;authorDisclosure&quot;:&quot;Allison Murray has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;},&quot;socialProfileIds&quot;:{&quot;facebookProfile&quot;:null,&quot;facebookPage&quot;:null,&quot;twitter&quot;:&quot;AllisonMurray_&quot;,&quot;googlePlus&quot;:null,&quot;instagram&quot;:null},&quot;suppressProfile&quot;:false,&quot;editions&quot;:[],&quot;defaultTimezone&quot;:&quot;America\u002FIndiana\u002FIndianapolis&quot;,&quot;cmsDisplayName&quot;:&quot;Allison Murray&quot;,&quot;authorBlogs&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Staff Writer&quot;,&quot;byline&quot;:null,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Allison Murray is a writer based in Chicago. She has years of reporting experience on a wide variety of tech-related topics and breaking news at various outlets like Digital Trends and Lifewire. Her work has been published on ABC News, Good Morning America, and Yahoo Finance. She is a graduate of Southern Illinois University where she majored in journalism.&quot;,&quot;expertise&quot;:&quot;Consumer tech, social media, artificial intelligence, Apple, apps, and streaming services&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;BS, Southern Illinois University&quot;,&quot;authorDisclosure&quot;:&quot;Allison Murray has nothing to disclose.&quot;},&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-11-18 17:29:34&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-18 17:29:57&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;Image: AfterShokz&quot;,&quot;alt&quot;:&quot;Man wearing bone conduction headphones outside&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[&quot;AfterShokz&quot;,&quot;bone conduction&quot;],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;label&quot;:null,&quot;linkText&quot;:null,&quot;linkUrl&quot;:null,&quot;preferredProductName&quot;:null,&quot;promoDek&quot;:&quot;Bored with your regular headphones? The best bone conduction headphones will transform your listening experience, focusing on vibrations that help you to feel each note.&quot;,&quot;promoTitle&quot;:null,&quot;slug&quot;:&quot;best-bone-conduction-headphones&quot;,&quot;title&quot;:&quot;What are bone conduction headphones and which one should you buy?&quot;,&quot;topic&quot;:{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;deleted&quot;:false,&quot;leaf&quot;:true,&quot;topicPath&quot;:[{&quot;id&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;4c7171e8-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;description&quot;:&quot;Discover the best technology ideas emerging from around the globe and how they are promising to help build a better future.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]},{&quot;id&quot;:&quot;eca19898-12cf-4e3a-bca9-73b9d72c405c&quot;,&quot;name&quot;:&quot;Wearables&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;wearables&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;624617d7-b7e8-46a9-b69f-a795303e5fd6&quot;,&quot;name&quot;:&quot;Wearables&quot;,&quot;description&quot;:&quot;Not just for fitness geeks anymore, wearable tech is enhancing and extending our heath, security, productivity and entertainment options.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;wearables&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]}],&quot;descendantCount&quot;:0,&quot;type&quot;:{&quot;id&quot;:&quot;31bc3a04-c7a0-4fc1-b073-372a09f0cb0c&quot;,&quot;title&quot;:&quot;Content&quot;,&quot;description&quot;:&quot;Content&quot;,&quot;dateUpdated&quot;:null,&quot;typeName&quot;:&quot;content_topic_type&quot;},&quot;authors&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;editions&quot;:{&quot;data&quot;:[{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;in&quot;,&quot;label&quot;:&quot;India&quot;,&quot;prefix&quot;:&quot;in\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_IN&quot;,&quot;locales&quot;:[&quot;en-in&quot;],&quot;timezone&quot;:&quot;Asia\u002FKolkata&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;India Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;4867fc57-ac0c-45b4-acc9-13e62dc45dcd&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;au&quot;,&quot;label&quot;:&quot;AU&quot;,&quot;prefix&quot;:&quot;au\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_AU&quot;,&quot;locales&quot;:[&quot;en-au&quot;,&quot;en-nz&quot;],&quot;timezone&quot;:&quot;Australia\u002FSydney&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;AU Edition&quot;,&quot;currency_name&quot;:&quot;AUD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;8bab6fd5-07e6-4b5f-b095-c0f110e466a1&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;uk&quot;,&quot;label&quot;:&quot;UK&quot;,&quot;prefix&quot;:&quot;uk\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;en-gb&quot;,&quot;en-ie&quot;,&quot;en-za&quot;,&quot;ka-ge&quot;,&quot;fa-ir&quot;,&quot;ar-iq&quot;,&quot;he-il&quot;,&quot;ar-jo&quot;,&quot;ar-kw&quot;,&quot;ar-lb&quot;,&quot;ar-om&quot;,&quot;ar-ps&quot;,&quot;ar-qa&quot;,&quot;ar-sa&quot;,&quot;ar-sy&quot;,&quot;ar-ae&quot;,&quot;ar-ye&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;UK Edition&quot;,&quot;currency_name&quot;:&quot;STG&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;91eeb08c-9db2-47e7-944e-5ca2f415779b&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;as&quot;,&quot;label&quot;:&quot;Asia&quot;,&quot;prefix&quot;:&quot;as\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_SG&quot;,&quot;locales&quot;:[&quot;fa-af&quot;,&quot;hy-am&quot;,&quot;az-az&quot;,&quot;bn-bd&quot;,&quot;dz-bt&quot;,&quot;ms-bn&quot;,&quot;zh-cn&quot;,&quot;km-kh&quot;,&quot;en-hk&quot;,&quot;zh-hk&quot;,&quot;in-id&quot;,&quot;ja-jp&quot;,&quot;kk-kz&quot;,&quot;ky-kg&quot;,&quot;lo-la&quot;,&quot;ms-my&quot;,&quot;dv-mv&quot;,&quot;mm-mn&quot;,&quot;my-mm&quot;,&quot;ne-np&quot;,&quot;kr-kp&quot;,&quot;en-pk&quot;,&quot;en-ph&quot;,&quot;en-sg&quot;,&quot;si-lk&quot;,&quot;ko-kr&quot;,&quot;tg-tj&quot;,&quot;zh-tw&quot;,&quot;th-th&quot;,&quot;pt-tl&quot;,&quot;tk-tm&quot;,&quot;uz-uz&quot;,&quot;vi-vn&quot;],&quot;timezone&quot;:&quot;Asia\u002FSingapore&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;Asia Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;a662168e-d80b-4c9d-858c-8dc4a6057e86&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;c5953348-8f6f-4b8a-93c3-6dc44520aa6c&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;eu&quot;,&quot;label&quot;:&quot;EU&quot;,&quot;prefix&quot;:&quot;eu\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;de-at&quot;,&quot;ar-bh&quot;,&quot;en-be&quot;,&quot;bg-bg&quot;,&quot;el-cy&quot;,&quot;cs-cz&quot;,&quot;da-dk&quot;,&quot;pt-pl&quot;,&quot;et-ee&quot;,&quot;fi-fi&quot;,&quot;fr-fr&quot;,&quot;de-de&quot;,&quot;el-gr&quot;,&quot;hu-hu&quot;,&quot;it-it&quot;,&quot;lv-lv&quot;,&quot;lt-lt&quot;,&quot;de-lu&quot;,&quot;fr-lu&quot;,&quot;en-mt&quot;,&quot;nl-nl&quot;,&quot;pl-pl&quot;,&quot;pt-pt&quot;,&quot;ro-ro&quot;,&quot;sk-sk&quot;,&quot;sl-sl&quot;,&quot;es-es&quot;,&quot;sv-se&quot;,&quot;fr-ch&quot;,&quot;de-ch&quot;,&quot;tr-tk&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;EU Edition&quot;,&quot;currency_name&quot;:&quot;Euro&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;e5bc21e5-cd29-43db-9d4a-9b171ce7e4ca&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;}],&quot;paging&quot;:{&quot;total&quot;:6,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;languages&quot;:{&quot;data&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;3f09de63-c4f9-410b-98dd-dd678c575260&quot;,&quot;name&quot;:&quot;Headphones&quot;,&quot;description&quot;:&quot;Sometimes you just need to put on your music, play your video games, and be in your own world. Change how you relax, center yourself, and calm yourself with the right pair of headphones.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;headphones&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;name&quot;:&quot;Headphones&quot;,&quot;description&quot;:&quot;Sometimes you just need to put on your music, play your video games, and be in your own world. Change how you relax, center yourself, and calm yourself with the right pair of headphones.&quot;,&quot;slug&quot;:&quot;headphones&quot;,&quot;landingPage&quot;:null,&quot;listingPage&quot;:null,&quot;typeName&quot;:&quot;content_topic&quot;},&quot;typeName&quot;:&quot;content_article&quot;},{&quot;body&quot;:null,&quot;dek&quot;:&quot;Apple rarely has deals or sales, but some iPad models are still discounted by hundreds of dollars for the holiday season. These are the best iPad deals that we could find.&quot;,&quot;description&quot;:&quot;Apple rarely has deals or sales, but some iPad models are still discounted by hundreds of dollars for the holiday season. These are the best iPad deals that we could find.&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;image&quot;:{&quot;id&quot;:&quot;ee7991ea-562c-4983-a26d-2100ed570195&quot;,&quot;title&quot;:&quot;Best iPad Black Friday deals&quot;,&quot;filename&quot;:&quot;best-ipad-black-friday-deals.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F11\u002F22\u002Fee7991ea-562c-4983-a26d-2100ed570195\u002Fbest-ipad-black-friday-deals.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;tags&quot;:[],&quot;size&quot;:351763,&quot;width&quot;:1296,&quot;height&quot;:720,&quot;author&quot;:{&quot;id&quot;:&quot;781a4b26-f4ec-4df5-84ed-c2775cdfd86f&quot;,&quot;username&quot;:&quot;ebetters&quot;,&quot;email&quot;:&quot;ebetters-picaro@redventures.com&quot;,&quot;firstName&quot;:&quot;Elyse&quot;,&quot;middleName&quot;:null,&quot;lastName&quot;:&quot;Betters Picaro&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 00:00:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-26 20:59:13&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;ursId&quot;:&quot;27051783234840286590268119258902&quot;,&quot;roles&quot;:[{&quot;name&quot;:&quot;CMS User&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER&quot;},{&quot;name&quot;:&quot;Super Admin&quot;,&quot;role&quot;:&quot;ROLE_SUPER_ADMIN&quot;}],&quot;profiles&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;profile&quot;:{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;},&quot;socialProfileIds&quot;:{&quot;facebookProfile&quot;:null,&quot;facebookPage&quot;:null,&quot;twitter&quot;:&quot;elysebetters&quot;,&quot;googlePlus&quot;:null,&quot;instagram&quot;:&quot;elysebetters&quot;},&quot;suppressProfile&quot;:false,&quot;editions&quot;:[],&quot;defaultTimezone&quot;:&quot;America\u002FNew_York&quot;,&quot;cmsDisplayName&quot;:&quot;Elyse Betters Picaro&quot;,&quot;authorBlogs&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;},&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-11-22 02:40:06&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-28 15:40:07&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;ZDNET&quot;,&quot;alt&quot;:&quot;iPads on green background&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;label&quot;:null,&quot;linkText&quot;:null,&quot;linkUrl&quot;:null,&quot;preferredProductName&quot;:null,&quot;promoDek&quot;:&quot;Apple rarely has deals or sales, but some iPad models are still discounted by hundreds of dollars for the holiday season. These are the best iPad deals that we could find.&quot;,&quot;promoTitle&quot;:null,&quot;slug&quot;:&quot;ipad-deals&quot;,&quot;title&quot;:&quot;The best iPad, iPad Pro, and iPad Mini deals right now&quot;,&quot;topic&quot;:{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;deleted&quot;:false,&quot;leaf&quot;:true,&quot;topicPath&quot;:[{&quot;id&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;4c7171e8-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;description&quot;:&quot;Discover the best technology ideas emerging from around the globe and how they are promising to help build a better future.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]},{&quot;id&quot;:&quot;bc862949-884e-4b7d-8fd8-c1157c82f32f&quot;,&quot;name&quot;:&quot;Computing&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;computing&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;da308c25-e6ee-496a-ad56-9d3cf4888a51&quot;,&quot;name&quot;:&quot;Computing&quot;,&quot;description&quot;:&quot;From office to kitchen to battlefield, while we sleep or explore the universe, computing is now a ubiquitous component of all human activity.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;computing&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]},{&quot;id&quot;:&quot;116c1d92-ec91-11e3-95d2-02911863765e&quot;,&quot;name&quot;:&quot;Tablets&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;tablets&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;8efc0b74-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;Tablets&quot;,&quot;description&quot;:&quot;Consumption only device-- or content creation too? Tablets like Apple&#x27;s market-leading iPad line are increasingly ubiquitous in work and play.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;tablets&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]}],&quot;descendantCount&quot;:0,&quot;type&quot;:{&quot;id&quot;:&quot;31bc3a04-c7a0-4fc1-b073-372a09f0cb0c&quot;,&quot;title&quot;:&quot;Content&quot;,&quot;description&quot;:&quot;Content&quot;,&quot;dateUpdated&quot;:null,&quot;typeName&quot;:&quot;content_topic_type&quot;},&quot;authors&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;editions&quot;:{&quot;data&quot;:[{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;eu&quot;,&quot;label&quot;:&quot;EU&quot;,&quot;prefix&quot;:&quot;eu\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;de-at&quot;,&quot;ar-bh&quot;,&quot;en-be&quot;,&quot;bg-bg&quot;,&quot;el-cy&quot;,&quot;cs-cz&quot;,&quot;da-dk&quot;,&quot;pt-pl&quot;,&quot;et-ee&quot;,&quot;fi-fi&quot;,&quot;fr-fr&quot;,&quot;de-de&quot;,&quot;el-gr&quot;,&quot;hu-hu&quot;,&quot;it-it&quot;,&quot;lv-lv&quot;,&quot;lt-lt&quot;,&quot;de-lu&quot;,&quot;fr-lu&quot;,&quot;en-mt&quot;,&quot;nl-nl&quot;,&quot;pl-pl&quot;,&quot;pt-pt&quot;,&quot;ro-ro&quot;,&quot;sk-sk&quot;,&quot;sl-sl&quot;,&quot;es-es&quot;,&quot;sv-se&quot;,&quot;fr-ch&quot;,&quot;de-ch&quot;,&quot;tr-tk&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;EU Edition&quot;,&quot;currency_name&quot;:&quot;Euro&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;4bf251eb-c2d9-49f9-a8f8-c6b2ffe298aa&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;5167076d-08ca-11e4-9732-00505685119a&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;in&quot;,&quot;label&quot;:&quot;India&quot;,&quot;prefix&quot;:&quot;in\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_IN&quot;,&quot;locales&quot;:[&quot;en-in&quot;],&quot;timezone&quot;:&quot;Asia\u002FKolkata&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;India Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;5cad9bab-0a41-41b1-8bf6-4f650827790c&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;uk&quot;,&quot;label&quot;:&quot;UK&quot;,&quot;prefix&quot;:&quot;uk\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;en-gb&quot;,&quot;en-ie&quot;,&quot;en-za&quot;,&quot;ka-ge&quot;,&quot;fa-ir&quot;,&quot;ar-iq&quot;,&quot;he-il&quot;,&quot;ar-jo&quot;,&quot;ar-kw&quot;,&quot;ar-lb&quot;,&quot;ar-om&quot;,&quot;ar-ps&quot;,&quot;ar-qa&quot;,&quot;ar-sa&quot;,&quot;ar-sy&quot;,&quot;ar-ae&quot;,&quot;ar-ye&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;UK Edition&quot;,&quot;currency_name&quot;:&quot;STG&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;c363246c-9762-46c3-a851-0c294dc2ce94&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;au&quot;,&quot;label&quot;:&quot;AU&quot;,&quot;prefix&quot;:&quot;au\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_AU&quot;,&quot;locales&quot;:[&quot;en-au&quot;,&quot;en-nz&quot;],&quot;timezone&quot;:&quot;Australia\u002FSydney&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;AU Edition&quot;,&quot;currency_name&quot;:&quot;AUD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;c5f81ac4-01a6-4b0f-898c-182e2ad654c6&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;1091623b-ec91-11e3-95d2-02911863765e&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;as&quot;,&quot;label&quot;:&quot;Asia&quot;,&quot;prefix&quot;:&quot;as\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_SG&quot;,&quot;locales&quot;:[&quot;fa-af&quot;,&quot;hy-am&quot;,&quot;az-az&quot;,&quot;bn-bd&quot;,&quot;dz-bt&quot;,&quot;ms-bn&quot;,&quot;zh-cn&quot;,&quot;km-kh&quot;,&quot;en-hk&quot;,&quot;zh-hk&quot;,&quot;in-id&quot;,&quot;ja-jp&quot;,&quot;kk-kz&quot;,&quot;ky-kg&quot;,&quot;lo-la&quot;,&quot;ms-my&quot;,&quot;dv-mv&quot;,&quot;mm-mn&quot;,&quot;my-mm&quot;,&quot;ne-np&quot;,&quot;kr-kp&quot;,&quot;en-pk&quot;,&quot;en-ph&quot;,&quot;en-sg&quot;,&quot;si-lk&quot;,&quot;ko-kr&quot;,&quot;tg-tj&quot;,&quot;zh-tw&quot;,&quot;th-th&quot;,&quot;pt-tl&quot;,&quot;tk-tm&quot;,&quot;uz-uz&quot;,&quot;vi-vn&quot;],&quot;timezone&quot;:&quot;Asia\u002FSingapore&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;Asia Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;ca3091a3-3fcb-40da-ba84-dd613f7e898f&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;}],&quot;paging&quot;:{&quot;total&quot;:6,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;languages&quot;:{&quot;data&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;5115b76d-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;iPad&quot;,&quot;description&quot;:&quot;Apple&#x27;s ubiquitous tablet is available at different price points, and works with accessories like the Apple Pencil and Magic Keyboard.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;ipad&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;name&quot;:&quot;iPad&quot;,&quot;description&quot;:&quot;Apple&#x27;s ubiquitous tablet is available at different price points, and works with accessories like the Apple Pencil and Magic Keyboard.&quot;,&quot;slug&quot;:&quot;ipad&quot;,&quot;landingPage&quot;:null,&quot;listingPage&quot;:null,&quot;typeName&quot;:&quot;content_topic&quot;},&quot;typeName&quot;:&quot;content_article&quot;},{&quot;body&quot;:null,&quot;dek&quot;:&quot;Looking for the brightest flashlight? ZDNET&#x27;s top picks feature flashlights with up to 100,000 lumens to shine a light on just about anything.&quot;,&quot;description&quot;:&quot;Looking for the brightest flashlight? ZDNET&#x27;s top picks feature flashlights with up to 100,000 lumens to shine a light on just about anything.&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;image&quot;:{&quot;id&quot;:&quot;82396c21-37cf-4716-8118-8a1db8e3677b&quot;,&quot;title&quot;:&quot;Brightest flashlight in the world&quot;,&quot;filename&quot;:&quot;brightest-flashlight.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F10\u002F17\u002F82396c21-37cf-4716-8118-8a1db8e3677b\u002Fbrightest-flashlight.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;tags&quot;:[],&quot;size&quot;:488155,&quot;width&quot;:1296,&quot;height&quot;:729,&quot;author&quot;:{&quot;id&quot;:&quot;781a4b26-f4ec-4df5-84ed-c2775cdfd86f&quot;,&quot;username&quot;:&quot;ebetters&quot;,&quot;email&quot;:&quot;ebetters-picaro@redventures.com&quot;,&quot;firstName&quot;:&quot;Elyse&quot;,&quot;middleName&quot;:null,&quot;lastName&quot;:&quot;Betters Picaro&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 00:00:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-26 20:59:13&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;ursId&quot;:&quot;27051783234840286590268119258902&quot;,&quot;roles&quot;:[{&quot;name&quot;:&quot;CMS User&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER&quot;},{&quot;name&quot;:&quot;Super Admin&quot;,&quot;role&quot;:&quot;ROLE_SUPER_ADMIN&quot;}],&quot;profiles&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;profile&quot;:{&quot;id&quot;:&quot;84c775b4-26e4-4285-a0cb-ab642b885442&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2016-06-21 15:54:31&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-11-14 19:27:43&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;,&quot;typeName&quot;:&quot;user_user_profile&quot;},&quot;socialProfileIds&quot;:{&quot;facebookProfile&quot;:null,&quot;facebookPage&quot;:null,&quot;twitter&quot;:&quot;elysebetters&quot;,&quot;googlePlus&quot;:null,&quot;instagram&quot;:&quot;elysebetters&quot;},&quot;suppressProfile&quot;:false,&quot;editions&quot;:[],&quot;defaultTimezone&quot;:&quot;America\u002FNew_York&quot;,&quot;cmsDisplayName&quot;:&quot;Elyse Betters Picaro&quot;,&quot;authorBlogs&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Managing Editor&quot;,&quot;byline&quot;:&quot;Elyse Betters Picaro is an editor based in New York.&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Elyse Betters Picaro is a managing editor based in Upstate New York. \\r\\n\\r\\nShe currently leads a team of journalists who write buyer&#x27;s guides, deals, and gift guides. She has experience editing countless advice pieces and has written over 8,000 articles -- including news, how-tos, explainers, and reviews on technology and even TV and entertainment-focused content -- for several leading online publications. \\r\\n\\r\\nPreviously, she was an editor at 9to5Mac and 9to5Google. She was also a US contributor at Pocket-lint. Before that, she worked as a beat reporter at different regional newspapers in Northeast America and freelanced for global websites such as the BBC. \\r\\n\\r\\nShe holds a Master of Fine Arts in writing from The New School in Manhattan and a Bachelor of Arts in journalism from the University of Massachusetts at Amherst.&quot;,&quot;expertise&quot;:&quot;Editing and writing. (Beats: Consumer tech and devices, apps, services, TV, and ecommerce.)&quot;,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Master of Fine Arts in writing (2014) from The New School in Manhattan and a Bachelor of Arts in journalism (2011) from the University of Massachusetts at Amherst&quot;,&quot;authorDisclosure&quot;:&quot;Elyse Betters Picaro has nothing to disclose.&quot;},&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-10-17 02:34:16&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-10-17 02:34:27&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:null,&quot;alt&quot;:&quot;Brightest flashlight in the world&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;label&quot;:null,&quot;linkText&quot;:null,&quot;linkUrl&quot;:null,&quot;preferredProductName&quot;:null,&quot;promoDek&quot;:&quot;Looking for the brightest flashlight? ZDNET&#x27;s top picks feature flashlights with up to 100,000 lumens to shine a light on just about anything.&quot;,&quot;promoTitle&quot;:null,&quot;slug&quot;:&quot;brightest-flashlight&quot;,&quot;title&quot;:&quot;What is the world&#x27;s brightest flashlight? The top contenders ranked by lumens&quot;,&quot;topic&quot;:{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;deleted&quot;:false,&quot;leaf&quot;:true,&quot;topicPath&quot;:[{&quot;id&quot;:&quot;a1897105-61bd-4610-abb3-4804906d4a9a&quot;,&quot;name&quot;:&quot;Home &amp; Office&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;home-and-office&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;fb23d245-fdc5-49b2-8553-a2183c76aac5&quot;,&quot;name&quot;:&quot;Home &amp; Office&quot;,&quot;description&quot;:&quot;For work and play wherever you go, ZDNET delivers news and advice on innovative products and services.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;home-and-office&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]}],&quot;descendantCount&quot;:0,&quot;type&quot;:{&quot;id&quot;:&quot;31bc3a04-c7a0-4fc1-b073-372a09f0cb0c&quot;,&quot;title&quot;:&quot;Content&quot;,&quot;description&quot;:&quot;Content&quot;,&quot;dateUpdated&quot;:null,&quot;typeName&quot;:&quot;content_topic_type&quot;},&quot;authors&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;editions&quot;:{&quot;data&quot;:[{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;as&quot;,&quot;label&quot;:&quot;Asia&quot;,&quot;prefix&quot;:&quot;as\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_SG&quot;,&quot;locales&quot;:[&quot;fa-af&quot;,&quot;hy-am&quot;,&quot;az-az&quot;,&quot;bn-bd&quot;,&quot;dz-bt&quot;,&quot;ms-bn&quot;,&quot;zh-cn&quot;,&quot;km-kh&quot;,&quot;en-hk&quot;,&quot;zh-hk&quot;,&quot;in-id&quot;,&quot;ja-jp&quot;,&quot;kk-kz&quot;,&quot;ky-kg&quot;,&quot;lo-la&quot;,&quot;ms-my&quot;,&quot;dv-mv&quot;,&quot;mm-mn&quot;,&quot;my-mm&quot;,&quot;ne-np&quot;,&quot;kr-kp&quot;,&quot;en-pk&quot;,&quot;en-ph&quot;,&quot;en-sg&quot;,&quot;si-lk&quot;,&quot;ko-kr&quot;,&quot;tg-tj&quot;,&quot;zh-tw&quot;,&quot;th-th&quot;,&quot;pt-tl&quot;,&quot;tk-tm&quot;,&quot;uz-uz&quot;,&quot;vi-vn&quot;],&quot;timezone&quot;:&quot;Asia\u002FSingapore&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;Asia Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;2b92b071-2480-4407-ab53-8817bde3dfbe&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;uk&quot;,&quot;label&quot;:&quot;UK&quot;,&quot;prefix&quot;:&quot;uk\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;en-gb&quot;,&quot;en-ie&quot;,&quot;en-za&quot;,&quot;ka-ge&quot;,&quot;fa-ir&quot;,&quot;ar-iq&quot;,&quot;he-il&quot;,&quot;ar-jo&quot;,&quot;ar-kw&quot;,&quot;ar-lb&quot;,&quot;ar-om&quot;,&quot;ar-ps&quot;,&quot;ar-qa&quot;,&quot;ar-sa&quot;,&quot;ar-sy&quot;,&quot;ar-ae&quot;,&quot;ar-ye&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;UK Edition&quot;,&quot;currency_name&quot;:&quot;STG&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;68da6e7f-618c-4413-ae18-7dec5df3ab72&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;au&quot;,&quot;label&quot;:&quot;AU&quot;,&quot;prefix&quot;:&quot;au\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_AU&quot;,&quot;locales&quot;:[&quot;en-au&quot;,&quot;en-nz&quot;],&quot;timezone&quot;:&quot;Australia\u002FSydney&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;AU Edition&quot;,&quot;currency_name&quot;:&quot;AUD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;6f7d1b5c-7986-4e31-ae26-c9e802b45aba&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;in&quot;,&quot;label&quot;:&quot;India&quot;,&quot;prefix&quot;:&quot;in\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_IN&quot;,&quot;locales&quot;:[&quot;en-in&quot;],&quot;timezone&quot;:&quot;Asia\u002FKolkata&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;India Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;6fd39158-e8d5-49ef-8ae9-014c9793e80f&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;777bbe07-07a2-49b8-bdf6-50becc1bd8b9&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;55d90575-4c61-4cd3-ba0c-d0b89abf0d85&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;eu&quot;,&quot;label&quot;:&quot;EU&quot;,&quot;prefix&quot;:&quot;eu\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;de-at&quot;,&quot;ar-bh&quot;,&quot;en-be&quot;,&quot;bg-bg&quot;,&quot;el-cy&quot;,&quot;cs-cz&quot;,&quot;da-dk&quot;,&quot;pt-pl&quot;,&quot;et-ee&quot;,&quot;fi-fi&quot;,&quot;fr-fr&quot;,&quot;de-de&quot;,&quot;el-gr&quot;,&quot;hu-hu&quot;,&quot;it-it&quot;,&quot;lv-lv&quot;,&quot;lt-lt&quot;,&quot;de-lu&quot;,&quot;fr-lu&quot;,&quot;en-mt&quot;,&quot;nl-nl&quot;,&quot;pl-pl&quot;,&quot;pt-pt&quot;,&quot;ro-ro&quot;,&quot;sk-sk&quot;,&quot;sl-sl&quot;,&quot;es-es&quot;,&quot;sv-se&quot;,&quot;fr-ch&quot;,&quot;de-ch&quot;,&quot;tr-tk&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;EU Edition&quot;,&quot;currency_name&quot;:&quot;Euro&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;d50f7f48-c5ea-4297-a6cd-16921944ea5c&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;}],&quot;paging&quot;:{&quot;total&quot;:6,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;languages&quot;:{&quot;data&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;6b4c4d8f-5c76-49a6-a061-056e01918bb9&quot;,&quot;name&quot;:&quot;Energy&quot;,&quot;description&quot;:null,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;energy&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;name&quot;:&quot;Energy&quot;,&quot;description&quot;:null,&quot;slug&quot;:&quot;energy&quot;,&quot;landingPage&quot;:null,&quot;listingPage&quot;:null,&quot;typeName&quot;:&quot;content_topic&quot;},&quot;typeName&quot;:&quot;content_article&quot;},{&quot;body&quot;:null,&quot;dek&quot;:&quot;AirPods are on everyone&#x27;s wishlist. The buds that rarely go on sale are still spreading holiday cheer through savings and their renowned sound quality. Here are the best AirPods deals we found for this holiday season.&quot;,&quot;description&quot;:&quot;AirPods are on everyone&#x27;s wishlist. The buds that rarely go on sale are still spreading holiday cheer through savings and their renowned sound quality. Here are the best AirPods deals we found for this holiday season.&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;image&quot;:{&quot;id&quot;:&quot;567a6340-d141-496b-9637-5436a994cb4f&quot;,&quot;title&quot;:&quot;Airpods 2nd Gen&quot;,&quot;filename&quot;:&quot;airpods-2nd-gen.jpg&quot;,&quot;path&quot;:&quot;https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F10\u002F07\u002F567a6340-d141-496b-9637-5436a994cb4f\u002Fairpods-2nd-gen.jpg&quot;,&quot;caption&quot;:&quot;&lt;p&gt;&lt;\u002Fp&gt;&quot;,&quot;tags&quot;:[],&quot;size&quot;:366363,&quot;width&quot;:1296,&quot;height&quot;:720,&quot;author&quot;:{&quot;id&quot;:&quot;9071cf10-c274-4388-8c06-508f648fcb4d&quot;,&quot;username&quot;:&quot;emerywright&quot;,&quot;email&quot;:&quot;ewright@redventures.com&quot;,&quot;firstName&quot;:&quot;Emery&quot;,&quot;middleName&quot;:null,&quot;lastName&quot;:&quot;Wright&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-18 00:00:00&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-09-29 13:48:04&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;ursId&quot;:&quot;30632579223057662307740998918143&quot;,&quot;roles&quot;:[{&quot;name&quot;:&quot;CMS User&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER&quot;},{&quot;name&quot;:&quot;CMS User Plus&quot;,&quot;role&quot;:&quot;ROLE_CMS_USER_PLUS&quot;},{&quot;name&quot;:&quot;Super Admin&quot;,&quot;role&quot;:&quot;ROLE_SUPER_ADMIN&quot;}],&quot;profiles&quot;:{&quot;data&quot;:[{&quot;id&quot;:&quot;66b852a4-8b9e-42f9-88f2-01150da02b6e&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-18 20:18:26&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-18 20:20:14&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Associate Editor&quot;,&quot;byline&quot;:&quot;Associate Editor&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Emery Wright is an associate editor on the commerce team. Prior to joining ZDNET, she served as a marketing editor at Healthline Media, another Red Ventures property.&quot;,&quot;expertise&quot;:null,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Graduated from Washington and Lee University in 2022 with a BA in English and two minors in creative writing and mass communications&quot;,&quot;authorDisclosure&quot;:null,&quot;typeName&quot;:&quot;user_user_profile&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;profile&quot;:{&quot;id&quot;:&quot;66b852a4-8b9e-42f9-88f2-01150da02b6e&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-08-18 20:18:26&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-08-18 20:20:14&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Associate Editor&quot;,&quot;byline&quot;:&quot;Associate Editor&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Emery Wright is an associate editor on the commerce team. Prior to joining ZDNET, she served as a marketing editor at Healthline Media, another Red Ventures property.&quot;,&quot;expertise&quot;:null,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Graduated from Washington and Lee University in 2022 with a BA in English and two minors in creative writing and mass communications&quot;,&quot;authorDisclosure&quot;:null,&quot;typeName&quot;:&quot;user_user_profile&quot;},&quot;socialProfileIds&quot;:{&quot;facebookProfile&quot;:null,&quot;facebookPage&quot;:null,&quot;twitter&quot;:null,&quot;googlePlus&quot;:null,&quot;instagram&quot;:null},&quot;suppressProfile&quot;:false,&quot;editions&quot;:[],&quot;defaultTimezone&quot;:&quot;America\u002FNew_York&quot;,&quot;cmsDisplayName&quot;:&quot;Emery Wright&quot;,&quot;authorBlogs&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;title&quot;:&quot;Associate Editor&quot;,&quot;byline&quot;:&quot;Associate Editor&quot;,&quot;bureau&quot;:&quot;US&quot;,&quot;authorBio&quot;:&quot;Emery Wright is an associate editor on the commerce team. Prior to joining ZDNET, she served as a marketing editor at Healthline Media, another Red Ventures property.&quot;,&quot;expertise&quot;:null,&quot;awardsAndCredentials&quot;:null,&quot;education&quot;:&quot;Graduated from Washington and Lee University in 2022 with a BA in English and two minors in creative writing and mass communications&quot;,&quot;authorDisclosure&quot;:null},&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2022-10-07 17:54:58&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2022-10-07 17:55:05&quot;,&quot;timezone&quot;:&quot;UTC&quot;,&quot;timezone_type&quot;:3},&quot;needsModeration&quot;:false,&quot;mimeType&quot;:&quot;image\u002Fjpeg&quot;,&quot;deleted&quot;:false,&quot;credits&quot;:&quot;Apple&quot;,&quot;alt&quot;:&quot;airpods-2nd-gen&quot;,&quot;restricted&quot;:false,&quot;startDate&quot;:null,&quot;endDate&quot;:null,&quot;preferred&quot;:false,&quot;watermark&quot;:false,&quot;doNotCrop&quot;:false,&quot;doNotResize&quot;:false,&quot;primaryCollection&quot;:null,&quot;vanityUrl&quot;:null,&quot;notes&quot;:null,&quot;crop&quot;:null,&quot;cropGravity&quot;:0,&quot;preservedRegion&quot;:null,&quot;isNew&quot;:false,&quot;keywords&quot;:[],&quot;primeColor&quot;:null,&quot;hasWarning&quot;:false,&quot;typeName&quot;:&quot;content_image&quot;},&quot;label&quot;:null,&quot;linkText&quot;:null,&quot;linkUrl&quot;:null,&quot;preferredProductName&quot;:null,&quot;promoDek&quot;:&quot;AirPods are on everyone&#x27;s wishlist. The buds that rarely go on sale are still spreading holiday cheer through savings and their renowned sound quality. Here are the best AirPods deals we found for this holiday season.&quot;,&quot;promoTitle&quot;:null,&quot;slug&quot;:&quot;airpods-deals&quot;,&quot;title&quot;:&quot;The 11 best AirPods deals right now&quot;,&quot;topic&quot;:{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;deleted&quot;:false,&quot;leaf&quot;:true,&quot;topicPath&quot;:[{&quot;id&quot;:&quot;9d3e6108-0023-11e4-95d2-02911863765e&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;4c7171e8-08ca-11e4-9732-00505685119a&quot;,&quot;name&quot;:&quot;Innovation&quot;,&quot;description&quot;:&quot;Discover the best technology ideas emerging from around the globe and how they are promising to help build a better future.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;innovation&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]},{&quot;id&quot;:&quot;eca19898-12cf-4e3a-bca9-73b9d72c405c&quot;,&quot;name&quot;:&quot;Wearables&quot;,&quot;typeName&quot;:&quot;content_topic&quot;,&quot;slug&quot;:&quot;wearables&quot;,&quot;languages&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;624617d7-b7e8-46a9-b69f-a795303e5fd6&quot;,&quot;name&quot;:&quot;Wearables&quot;,&quot;description&quot;:&quot;Not just for fitness geeks anymore, wearable tech is enhancing and extending our heath, security, productivity and entertainment options.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;wearables&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}]}],&quot;descendantCount&quot;:0,&quot;type&quot;:{&quot;id&quot;:&quot;31bc3a04-c7a0-4fc1-b073-372a09f0cb0c&quot;,&quot;title&quot;:&quot;Content&quot;,&quot;description&quot;:&quot;Content&quot;,&quot;dateUpdated&quot;:null,&quot;typeName&quot;:&quot;content_topic_type&quot;},&quot;authors&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;editions&quot;:{&quot;data&quot;:[{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;in&quot;,&quot;label&quot;:&quot;India&quot;,&quot;prefix&quot;:&quot;in\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_IN&quot;,&quot;locales&quot;:[&quot;en-in&quot;],&quot;timezone&quot;:&quot;Asia\u002FKolkata&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;India Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;4867fc57-ac0c-45b4-acc9-13e62dc45dcd&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;au&quot;,&quot;label&quot;:&quot;AU&quot;,&quot;prefix&quot;:&quot;au\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_AU&quot;,&quot;locales&quot;:[&quot;en-au&quot;,&quot;en-nz&quot;],&quot;timezone&quot;:&quot;Australia\u002FSydney&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;AU Edition&quot;,&quot;currency_name&quot;:&quot;AUD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;8bab6fd5-07e6-4b5f-b095-c0f110e466a1&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;uk&quot;,&quot;label&quot;:&quot;UK&quot;,&quot;prefix&quot;:&quot;uk\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;en-gb&quot;,&quot;en-ie&quot;,&quot;en-za&quot;,&quot;ka-ge&quot;,&quot;fa-ir&quot;,&quot;ar-iq&quot;,&quot;he-il&quot;,&quot;ar-jo&quot;,&quot;ar-kw&quot;,&quot;ar-lb&quot;,&quot;ar-om&quot;,&quot;ar-ps&quot;,&quot;ar-qa&quot;,&quot;ar-sa&quot;,&quot;ar-sy&quot;,&quot;ar-ae&quot;,&quot;ar-ye&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;UK Edition&quot;,&quot;currency_name&quot;:&quot;STG&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;91eeb08c-9db2-47e7-944e-5ca2f415779b&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;as&quot;,&quot;label&quot;:&quot;Asia&quot;,&quot;prefix&quot;:&quot;as\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_SG&quot;,&quot;locales&quot;:[&quot;fa-af&quot;,&quot;hy-am&quot;,&quot;az-az&quot;,&quot;bn-bd&quot;,&quot;dz-bt&quot;,&quot;ms-bn&quot;,&quot;zh-cn&quot;,&quot;km-kh&quot;,&quot;en-hk&quot;,&quot;zh-hk&quot;,&quot;in-id&quot;,&quot;ja-jp&quot;,&quot;kk-kz&quot;,&quot;ky-kg&quot;,&quot;lo-la&quot;,&quot;ms-my&quot;,&quot;dv-mv&quot;,&quot;mm-mn&quot;,&quot;my-mm&quot;,&quot;ne-np&quot;,&quot;kr-kp&quot;,&quot;en-pk&quot;,&quot;en-ph&quot;,&quot;en-sg&quot;,&quot;si-lk&quot;,&quot;ko-kr&quot;,&quot;tg-tj&quot;,&quot;zh-tw&quot;,&quot;th-th&quot;,&quot;pt-tl&quot;,&quot;tk-tm&quot;,&quot;uz-uz&quot;,&quot;vi-vn&quot;],&quot;timezone&quot;:&quot;Asia\u002FSingapore&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;Asia Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;a662168e-d80b-4c9d-858c-8dc4a6057e86&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;us&quot;,&quot;label&quot;:&quot;US&quot;,&quot;prefix&quot;:&quot;&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_US&quot;,&quot;locales&quot;:[&quot;en-us&quot;],&quot;timezone&quot;:&quot;America\u002FLos_Angeles&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;US Edition&quot;,&quot;currency_name&quot;:&quot;USD&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;c5953348-8f6f-4b8a-93c3-6dc44520aa6c&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;},{&quot;topic&quot;:&quot;3b16a457-b28f-42dd-a892-4af4e7697d90&quot;,&quot;edition&quot;:{&quot;key&quot;:&quot;eu&quot;,&quot;label&quot;:&quot;EU&quot;,&quot;prefix&quot;:&quot;eu\u002F&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;translationLocale&quot;:&quot;en_GB&quot;,&quot;locales&quot;:[&quot;de-at&quot;,&quot;ar-bh&quot;,&quot;en-be&quot;,&quot;bg-bg&quot;,&quot;el-cy&quot;,&quot;cs-cz&quot;,&quot;da-dk&quot;,&quot;pt-pl&quot;,&quot;et-ee&quot;,&quot;fi-fi&quot;,&quot;fr-fr&quot;,&quot;de-de&quot;,&quot;el-gr&quot;,&quot;hu-hu&quot;,&quot;it-it&quot;,&quot;lv-lv&quot;,&quot;lt-lt&quot;,&quot;de-lu&quot;,&quot;fr-lu&quot;,&quot;en-mt&quot;,&quot;nl-nl&quot;,&quot;pl-pl&quot;,&quot;pt-pt&quot;,&quot;ro-ro&quot;,&quot;sk-sk&quot;,&quot;sl-sl&quot;,&quot;es-es&quot;,&quot;sv-se&quot;,&quot;fr-ch&quot;,&quot;de-ch&quot;,&quot;tr-tk&quot;],&quot;timezone&quot;:&quot;Europe\u002FLondon&quot;,&quot;dateFormat&quot;:&quot;MMMM d, yyyy -- HH:mm z LOCALTIME&quot;,&quot;metadata&quot;:{&quot;nav_label&quot;:&quot;EU Edition&quot;,&quot;currency_name&quot;:&quot;Euro&quot;,&quot;short_date&quot;:&quot;MMM d, YYYY&quot;,&quot;long_date&quot;:&quot;MMMM d, YYYY&quot;}},&quot;id&quot;:&quot;e5bc21e5-cd29-43db-9d4a-9b171ce7e4ca&quot;,&quot;typeName&quot;:&quot;content_topic_edition&quot;}],&quot;paging&quot;:{&quot;total&quot;:6,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;languages&quot;:{&quot;data&quot;:[{&quot;canonicalUrl&quot;:null,&quot;suppressSearch&quot;:false,&quot;titleTag&quot;:null,&quot;excludeFromRivers&quot;:false,&quot;noIndex&quot;:false,&quot;seoHeadline&quot;:null,&quot;seoMetaDescription&quot;:null,&quot;seoNewsKeywords&quot;:null,&quot;relAlternate&quot;:null,&quot;relHreflang&quot;:null,&quot;relNext&quot;:null,&quot;relPrev&quot;:null,&quot;seoTwitterCreator&quot;:null,&quot;seoTwitterTitle&quot;:null,&quot;seoTwitterImage&quot;:null,&quot;seoTwitterDescription&quot;:null,&quot;seoOgDescription&quot;:null,&quot;seoOgImage&quot;:null,&quot;seoOgTitle&quot;:null,&quot;siteSearchBoostKeywords&quot;:null,&quot;tweetText&quot;:null,&quot;id&quot;:&quot;3f09de63-c4f9-410b-98dd-dd678c575260&quot;,&quot;name&quot;:&quot;Headphones&quot;,&quot;description&quot;:&quot;Sometimes you just need to put on your music, play your video games, and be in your own world. Change how you relax, center yourself, and calm yourself with the right pair of headphones.&quot;,&quot;language&quot;:&quot;en&quot;,&quot;slug&quot;:&quot;headphones&quot;,&quot;vanityUrl&quot;:null,&quot;typeName&quot;:&quot;content_topic_language&quot;}],&quot;paging&quot;:{&quot;total&quot;:1,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;name&quot;:&quot;Headphones&quot;,&quot;description&quot;:&quot;Sometimes you just need to put on your music, play your video games, and be in your own world. Change how you relax, center yourself, and calm yourself with the right pair of headphones.&quot;,&quot;slug&quot;:&quot;headphones&quot;,&quot;landingPage&quot;:null,&quot;listingPage&quot;:null,&quot;typeName&quot;:&quot;content_topic&quot;},&quot;typeName&quot;:&quot;content_article&quot;}],&quot;title&quot;:&quot;ZDNET Recommends&quot;,&quot;view&quot;:&quot;pinbox_text_list&quot;}\"\u003E \u003C\u002Fshortcode\u003E",dek:"Whether you're creating YouTube content or documenting family memories, the quality of your video is essential. We ranked the best vlogging cameras for every lifestyle.",mobileImage:c,layoutName:c,relatedObjects:[],availableOn:[{edition:"as",slug:"best-vlogging-camera"},{edition:"au",slug:"best-vlogging-camera"},{edition:"eu",slug:"best-vlogging-camera"},{edition:"in",slug:"best-vlogging-camera"},{edition:"uk",slug:"best-vlogging-camera"},{edition:n,slug:"best-vlogging-camera"}],canonicalUrl:c,capi:[],moreAuthors:[],editors:[{id:"9071cf10-c274-4388-8c06-508f648fcb4d",username:"emerywright",profileUrl:c,email:c,firstName:"Emery",lastName:"Wright",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"295fa1f6-408b-4011-9ca9-006486fbb4da",filename:"emery-wright.jpg",dateCreated:{created:c,date:"2022-08-18 20:14:00",timezone:"UTC",updated:c,published:c},alt:"emery-wright",credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F18\u002F295fa1f6-408b-4011-9ca9-006486fbb4da\u002Femery-wright.jpg",cropGravity:0,crop:c,typeName:"content_image",imageUrl:c,width:2000,height:2000,bucketPath:c,bucketType:c,title:c},socialProfileIds:{twitter:c,facebookProfile:c,facebookPage:c,instagram:c},authorBio:c,profile:{authorBio:"Emery Wright is an associate editor on the commerce team. Prior to joining ZDNET, she served as a marketing editor at Healthline Media, another Red Ventures property.",byline:"Associate Editor",authorDisclosure:c,awardsAndCredentials:c,bureau:"US",education:"Graduated from Washington and Lee University in 2022 with a BA in English and two minors in creative writing and mass communications",expertise:c,id:"66b852a4-8b9e-42f9-88f2-01150da02b6e",title:"Associate Editor"},title:e,bio:e,bureau:c,authorDisclosure:c}],listicles:[{uuid:"1382b9e0-9c54-40d9-8ac3-1d945b686516",creditCardData:c,description:"\u003Cp\u003E\u003Cstrong\u003ESpecs:&nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E 24.2 MP |&nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E .8 pounds |&nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E Depends on lens |&nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E 4k |&nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen it comes to cameras, Sony has officially surpassed Canon and Nikon as the top camera brand and it couldn't be more evident with this camera. With 4k video capabilities and the ability to capture 120 fps, your videos will be incredibly clear and have impressive quality even when put in slow motion.\u003C\u002Fp\u003E\u003Cp\u003EPersonally, I didn't know cameras of this size and type could be mirrorless and have the ability to have interchangeable lenses. This camera can be purchased with an assortment of lenses, but it is most commonly used with the 16-50mm lens.\u003C\u002Fp\u003E\u003Cp\u003EAt $800 when purchased with the lens included, this camera is on the more expensive side of the vlogging camera industry. Even so, this camera is a top-of-the-line device and if you want the best experience to kick off your vlogs, this is the one for you.\u003C\u002Fp\u003E",edition:e,dislike:"~ One of the most expensive of this type",hed:"Sony Alpha ZV-E10",imageCreditOverride:"B&H Photo and Video",imageGroup:{alt:"placeholder-product-image-for-best-lists.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",credits:"B&H Photo and Video",imageData:{id:"3d4f5b74-0eb5-4f65-881a-d452995c5bc1",title:"Sony Alpha ZV-E10",filename:"1296x729-35.jpg",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F3d4f5b74-0eb5-4f65-881a-d452995c5bc1\u002F1296x729-35.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",size:117386,width:1296,height:729,dateCreated:{date:"2022-08-10 12:53:21",timezone:"UTC",timezone_type:3},dateUpdated:{date:"2022-08-10 12:53:43",timezone:"UTC",timezone_type:3},needsModeration:d,mimeType:"image\u002Fjpeg",deleted:d,credits:"B&H Photo and Video",alt:"1296x729-35",restricted:d,startDate:c,endDate:c,preferred:d,watermark:d,doNotCrop:d,doNotResize:d,primaryCollection:c,vanityUrl:c,notes:c,crop:c,cropGravity:0,preservedRegion:c,isNew:d,keywords:[],primeColor:c,hasWarning:d,typeName:"content_image"},uuid:"3d4f5b74-0eb5-4f65-881a-d452995c5bc1",imageAltText:"placeholder-product-image-for-best-lists.jpg",imageCaption:"\u003Cp\u003E\u003C\u002Fp\u003E",imageCredit:"B&H Photo and Video",imageDoNotCrop:d,imageDoNotResize:d,imageWatermark:d,imageFilename:"1296x729-35.jpg",imageDateCreated:"2022\u002F08\u002F10",imageWidth:1296,imageHeight:729,imageParallax:e,imageCrop:e,imageEnlarge:d},like:"~ Interchangeable lens ~ High-megapixel camera ~ Has a 3-inch LCD touch screen",merchantOffers:[{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&tag=zdnet-buy-button-20",offerMerchant:A,offerPrice:"798",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FSony-Alpha-ZV-E10-Interchangeable-Mirrorless\u002Fdp\u002FB09BBLH4SG?th=1&tag=zdnet-buy-button-20"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value",offerMerchant:W,offerPrice:"800",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black\u002F6473808.p?",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-alpha-zv-e10-kit-mirrorless-vlog-camera-with-16-50mm-lens-black%2F6473808.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&sharedId=zdnet&u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&subId1=subid_value",offerMerchant:"Walmart",offerPrice:"1000",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.walmart.com\u002Fip\u002FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B\u002F534257231",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F565706\u002F9383?&sharedId=zdnet&u=https%3A%2F%2Fwww.walmart.com%2Fip%2FSony-ZV-E10-Mirrorless-Camera-with-16-50mm-Lens-Black-ILCZV-E10L-B%2F534257231&subId1=subid_value"}],shortcodeType:"listicle",subhed:"Best vlogging camera overall",supplementalText:e,supplementalUrl:e,techProd:{family:[],id:"c8e1c9ab-bc30-4465-9f0a-80d1305563a2",manufacturer:{id:275235,name:i,slug:"sony"},product:{cdId:c,cdModel:c,cdModelSlug:c,htopic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M,typePath:"Content:Content:Content:Content:Content",hPath:"Tech:Computing:Gadgets:Photography:Cameras",hslugPath:"tech:computing:gadgets:photography:cameras"},msrp:79999,catName:"Mirrorless System Digital Cameras",modelYear:c,hes:b,shortSpecs:[{val:["12.1 oz"],valSlug:["12-1"],name:"Weight",id:500357,slug:"dimensions-weight-weight"},{val:["limited warranty"],valSlug:["limited-warranty"],name:"Type",id:500381,slug:"service-support-type"},{val:["2.5 in"],valSlug:["2-5"],name:"Height",id:500356,slug:"dimensions-weight-height"},{val:["1.8 in"],valSlug:["1-8"],name:"Depth",id:500355,slug:"dimensions-weight-depth"},{val:["4.5 in"],valSlug:["4-5"],name:"Width",id:500354,slug:"dimensions-weight-width"},{val:["15.6 x 23.5 mm"],valSlug:["15-6-x-23"],name:"Optical Sensor Size (metric)",id:505364,slug:"optical-sensorld-optical-sensor"},{val:["24.2 megapixels"],valSlug:["24-2"],name:"Sensor Resolution",id:502638,slug:"optical-sensor-sensor-resolution"},{val:["Exmor CMOS"],valSlug:["exmor-cmos"],name:"Optical Sensor Type",id:500551,slug:"optical-sensor-optical-sensor"}],name:"Sony a ZV-E10L - digital camera 16-50mm Power Zoom lens",sku:["ILCZVE10L\u002FB"],slug:"sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens",topic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M}},reviews:c,resellers:[{cpc:35,id:300346,price:79800,name:A,tTag:"amazon",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB09BBLH4SG\u002Fref=asc_df_B09BBLH4SG1673002800000?tag=cnet-ce-20&creative=395261&creativeASIN=B09BBLH4SG&linkCode=asn",weight:30},{cpc:34,id:300628,price:79999,name:W,tTag:"other",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6473808%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6473808.p%253Fcmp%253DRMX&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",weight:30},{cpc:12,id:278703,price:79800,name:"Crutchfield",tTag:"cxity",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc1CZT%2Fp_158ZVE10LB%2FSony-Alpha-ZV-E10-Vlog-Camera-Kit-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&mid=58&cat_id=402&atom=10020&prod_id=&oid=17079712294&pos=1&b_id=18&bid_type=10&bamt=48cd9202db195e9b&cobrand=1&ppr=825e717c23320e32&a=2c3f6b29acaed0dcadb3c1d120c24453&rf=af1&af_assettype_id=12&af_creative_id=2973&af_id=614548&af_placement_id=1&dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90",weight:30}],slugs:{product:{name:"sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens",type:"product",addDate:{date:"2021-09-02 14:46:45",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1630594.005}},seoUrl:{name:"sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens",type:"product",addDate:{date:"2021-09-02 14:46:45",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1630594.005}}},seoUrl:c,attributes:[{id:5057100,name:"Supported Memory Cards",slug:"supported-memory-cards",val:["SD Memory Card, Memory Stick PRO Duo, SDXC Memory Card, SDHC Memory Card, Memory Stick PRO-HG Duo, Memory Stick Micro Mark2, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card"],valSlug:["sd-memory-card-memory"]},{id:501249,name:"Features",slug:"lens-system-features",val:["ED glass","Lens Barrel Retraction Function","aspherical lens"],valSlug:["ed-glass","lens-barrel-retraction-function","aspherical-lens"]},{id:505364,name:"Optical Sensor Size (metric)",slug:"optical-sensorld-optical-sensor",val:["15.6 x 23.5 mm"],valSlug:["15-6-x-23"]},{id:5057112,name:"Exposure Metering",slug:"exposure-whitejd-exposure-metering",val:["Multi-segment, center-weighted, spot, average, highlight-weighted"],valSlug:["multi-segment-center-weighted"]},{id:503312,name:"Lens Series",slug:"lens-system-lens-series",val:["PZ OSS"],valSlug:["pz-oss"]},{id:1102857,name:"Exposure Range",slug:"exposure-white-exposure-range",val:["EV -2-20 (ISO 100)"],valSlug:["ev-2-20-iso"]},{id:5056086,name:"Display Format",slug:"display-format",val:["921,600 pixels"],valSlug:["921-600-pixels"]},{id:5072976,name:"HDR Mode",slug:"general-hdr-mode",val:["Auto HDR mode"],valSlug:["auto-hdr-mode"]},{id:504870,name:"ISO (Max)",slug:"video-input-iso-max",val:["51200"],valSlug:["51200"]},{id:500260,name:"Digital Video Format",slug:"video-input-digital-video",val:["H.264","XAVC S"],valSlug:["h-264","xavc-s"]},{id:1110069,name:"Battery Life Details",slug:"batteryjd-battery-life-details",val:["Photo shooting - 440 shots (LCD Monitor on) ¦ Video recording - 125 minutes (LCD Monitor on)"],valSlug:["photo-shooting-440-shots"]},{id:5064811,name:"Effective Sensor Resolution",slug:"general-effective-sensor-resolution",val:["24,200,000 pixels"],valSlug:["24-200-000-pixels"]},{id:500256,name:"Type",slug:"video-input-type",val:["digital camera"],valSlug:["digital-camera"]},{id:5058154,name:"Light Sensitivity",slug:"light-sensitivity",val:["ISO 50, ISO 51200, ISO 100-32000"],valSlug:["iso-50-iso-51200"]},{id:5061216,name:"Memory Card Slot",slug:"memory-storage-memory-card",val:["Memory Stick PRO Duo card, SD card"],valSlug:["memory-stick-pro-duo"]},{id:5056099,name:"Exposure Compensation",slug:"exposure-white-exposure-compensation",val:["±5 EV range, in 1\u002F2 or 1\u002F3 EV steps"],valSlug:["5-ev-range-in"]},{id:5063181,name:"Width",slug:"dimensions-weightaa-width",val:["4.5 in"],valSlug:["4-5-in"]},{id:501830,name:"White Balance Presets",slug:"white-balancejd-white-balance",val:["2500K - 9900K","cloudy","daylight","flash","fluorescent","incandescent","shade","underwater"],valSlug:["2500k-9900k","cloudy","daylight","flash","fluorescent","incandescent","shade","underwater"]},{id:501829,name:"Exposure Modes",slug:"exposure-parameters-exposure-modes",val:["aperture-priority","automatic","bulb","manual","program","shutter-priority"],valSlug:["aperture-priority","automatic","bulb","manual","program","shutter-priority"]},{id:1000003,name:"ProductName",slug:"productname",val:["Sony a ZV-E10L - digital camera 16-50mm Power Zoom lens"],valSlug:["sony-a-zv-e10l-digital-camera-16-50mm-power-zoom-lens"]},{id:5058050,name:"Interface",slug:"general-interface",val:["HDMI, USB 3.1, Wireless LAN, Bluetooth 4.1"],valSlug:["hdmi-usb-3-1"]},{id:503383,name:"Details",slug:"supported-battery-details",val:["Li-ion rechargeable battery"],valSlug:["li-ion-rechargeable-battery"]},{id:503382,name:"Form Factor",slug:"supported-batteryjd-form-factor",val:["Sony NP-FW50"],valSlug:["sony-np-fw50"]},{id:503379,name:"Manufacturer Battery Name",slug:"battery-manufacturer-battery-name",val:["Sony NP-FW50"],valSlug:["sony-np-fw50"]},{id:5062169,name:"Zoom Adjustment",slug:"zoom-adjustment",val:["Manual (by ring), motorized drive"],valSlug:["manual-by-ring-motorized"]},{id:5072409,name:"Lens Mounting Type",slug:"lens-system-lens-mounting",val:["Sony E-mount"],valSlug:["sony-e-mount"]},{id:503378,name:"Battery Form Factor",slug:"battery-battery-form-factor",val:["manufacturer-specific"],valSlug:["manufacturer-specific"]},{id:5062160,name:"Focus Adjustment",slug:"lens-systemjd-focus-adjustment",val:["Automatic, manual"],valSlug:["automatic-manual"]},{id:503385,name:"Included",slug:"supported-battery-included",val:["included"],valSlug:["included"]},{id:503384,name:"Capacity",slug:"supported-battery-capacity",val:["1080 mAh"],valSlug:["1080"]},{id:700009,name:"MSRP",slug:"msrp",val:["799.99"],valSlug:["799-99"]},{id:1000044,name:"LinkModel",slug:"linkmodel",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6473808&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6473808%2Fpdp&intsrc=CATF_4831"],valSlug:["https-bestbuy-7tiv-net"]},{id:1102964,name:"Connector Type",slug:"connectionsjh-connector-type",val:["USB 3.1 Gen 1 (USB Type-C) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone stereo 3.5 mm) ¦ Headphones (mini-phone stereo 3.5 mm)"],valSlug:["usb-3-1-gen"]},{id:5066792,name:"Auto Focus",slug:"general-auto-focus",val:["TTL contrast and phase detection"],valSlug:["ttl-contrast-and-phase"]},{id:1105526,name:"Provider SKU",slug:"asin",val:["6473808"],valSlug:["6473808"]},{id:5064746,name:"White Balance",slug:"exposure-white-white-balance",val:["Custom, automatic, presets"],valSlug:["custom-automatic-presets"]},{id:505454,name:"Max Video Resolution",slug:"optical-sensor-max-video",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500332,name:"Technology",slug:"battery-technology",val:["lithium ion"],valSlug:["lithium-ion"]},{id:505452,name:"Image Processor",slug:"video-input-image-processor",val:["BIONZ X"],valSlug:["bionz-x"]},{id:5065249,name:"Auto Focus Points (Zones) Qty",slug:"general-auto-focus-points",val:["425"],valSlug:["425"]},{id:5072931,name:"ISO (Max)",slug:"iso-max",val:["51200"],valSlug:["51200"]},{id:1103460,name:"Image Storage",slug:"memory-storageld-image-storage",val:["6000 x 4000 ¦ 4240 x 2832 ¦ 3008 x 2000 ¦ 6000 x 3376 ¦ 4240 x 2400 ¦ 3008 x 1688 ¦ 4000 x 4000 ¦ 2832 x 2832 ¦ 2000 x 2000 ¦ 5328 x 4000 ¦ 3776 x 2832 ¦ 2656 x 2000"],valSlug:["6000-x-4000-4240"]},{id:504432,name:"Field of View Crop Factor",slug:"optical-sensor-field-of",val:["1.5"],valSlug:["1-5"]},{id:501375,name:"Effective Sensor Resolution",slug:"optical-sensor-effective-sensor",val:["24200000 pixels"],valSlug:["24200000"]},{id:5057588,name:"Exposure Modes",slug:"exposure-white-exposure-modes",val:["Program, bulb, automatic, manual, aperture-priority, shutter-priority"],valSlug:["program-bulb-automatic-manual"]},{id:5066289,name:"White Balance Presets",slug:"white-balance-presets",val:["Incandescent, fluorescent, cloudy, flash, daylight, shade, underwater, 2500K - 9900K"],valSlug:["incandescent-fluorescent-cloudy-flash"]},{id:500359,name:"Max Operating Temperature",slug:"environmental-parameters-max-operating",val:["104 °F"],valSlug:["104"]},{id:1103504,name:"Battery Type",slug:"battery-battery-type",val:["Sony NP-FW50 lithium ion"],valSlug:["sony-np-fw50-lithium"]},{id:500358,name:"Min Operating Temperature",slug:"environmental-parameters-min-operating",val:["32 °F"],valSlug:["32"]},{id:500357,name:"Weight",slug:"dimensions-weight-weight",val:["12.1 oz"],valSlug:["12-1"]},{id:5064911,name:"Image Recording Format",slug:"general-image-recording-format",val:["JPEG, RAW, RAW + JPEG"],valSlug:["jpeg-raw-raw-jpeg"]},{id:500356,name:"Height",slug:"dimensions-weight-height",val:["2.5 in"],valSlug:["2-5"]},{id:500355,name:"Depth",slug:"dimensions-weight-depth",val:["1.8 in"],valSlug:["1-8"]},{id:500354,name:"Width",slug:"dimensions-weight-width",val:["4.5 in"],valSlug:["4-5"]},{id:501377,name:"White Balance",slug:"white-balance-white-balance",val:["automatic","custom","presets"],valSlug:["automatic","custom","presets"]},{id:501376,name:"Optical Sensor Size",slug:"optical-sensorpb-optical-sensor",val:["APS-C (15.6 x 23.5 mm)"],valSlug:["aps-c-15-6"]},{id:5070532,name:"Lens Included",slug:"lens-included",val:["16-50mm Power Zoom lens"],valSlug:["16-50mm-power-zoom"]},{id:502412,name:"Frame Rate",slug:"video-capture-frame-rate",val:["24 frames per second","25 frames per second","30 frames per second"],valSlug:["24","25","30"]},{id:502411,name:"Image Resolution",slug:"video-capture-image-resolution",val:["1920 x 1080","3840 x 2160"],valSlug:["1920-x-1080","3840-x-2160"]},{id:502410,name:"Digital Video Format",slug:"video-capture-digital-video",val:["XAVC S","XAVC S HD"],valSlug:["xavc-s","xavc-s-hd"]},{id:500373,name:"Color",slug:"miscellaneous-color",val:["black"],valSlug:["black"]},{id:5055707,name:"Display Features",slug:"displayjd-display-features",val:["Display brightness control"],valSlug:["display-brightness-control"]},{id:502416,name:"White Balance Bracketing",slug:"white-balancejd1-white-balance",val:["Yes"],valSlug:["yes"]},{id:5061850,name:"Max Video Resolution",slug:"max-video-resolution",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500382,name:"Service Included",slug:"service-support-service-included",val:["parts and labor"],valSlug:["parts-and-labor"]},{id:500381,name:"Type",slug:"service-support-type",val:["limited warranty"],valSlug:["limited-warranty"]},{id:501917,name:"AE\u002FAF Control",slug:"auto-focus-ae-af",val:["Eye detection AF","Eye priority AF","Subject-tracking AF"],valSlug:["eye-detection-af","eye-priority-af","subject-tracking-af"]},{id:502425,name:"Exposure Metering Zones",slug:"exposure-parametersjd-exposure-metering",val:["1200"],valSlug:["1200"]},{id:502424,name:"Self-Timer Delay",slug:"video-inputjd-self-timer",val:["10 sec","2 sec","5 sec"],valSlug:["10-sec","2-sec","5-sec"]},{id:1103503,name:"Details",slug:"battery-details",val:["Sony NP-FW50 Li-ion rechargeable battery - 1080 mAh (included)"],valSlug:["sony-np-fw50-li"]},{id:501414,name:"Type",slug:"connections-type",val:["HDMI output","headphones",$],valSlug:["hdmi-output","headphones",$]},{id:100005,name:"UPC",slug:"upc",val:["0027242922129"],valSlug:["0027242922129"]},{id:100007,name:"Manufacturer SKU",slug:"manufacturersku",val:["ILCZVE10L\u002FB"],valSlug:["ilczve10lb"]},{id:1109686,name:"Included Accessories",slug:"miscellaneousrf-included-accessories",val:["Body cap, shoulder strap, AC power adapter, windshield, windshield mount"],valSlug:["body-cap-shoulder-strap"]},{id:500384,name:"Full Contract Period",slug:"service-support-full-contract",val:["1 year"],valSlug:["1-year"]},{id:5059300,name:"Audio Signal Format",slug:"audio-signal-format",val:["Linear PCM"],valSlug:["linear-pcm"]},{id:505001,name:"High-Definition Video Support",slug:"camcorder-features-high-definition",val:["4K"],valSlug:["4k"]},{id:501416,name:"Connector Type",slug:"connections-connector-type",val:["19 pin micro HDMI Type D","USB Type-C","mini-phone stereo 3.5 mm"],valSlug:["19-pin-micro-hdmi","usb-type-c","mini-phone-stereo-3"]},{id:100019,name:"Image File Name\u002FLocation",slug:"image-file-name-location",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6473\u002F6473808_sd.jpg"],valSlug:["https-pisces-bbystatic-com"]},{id:100020,name:"CDS SKU",slug:"cds-sku",val:["S25716006"],valSlug:["s25716006"]},{id:501937,name:"X-sync Speed",slug:"shutter-x-sync-speed",val:["1\u002F160 sec"],valSlug:["1-160-sec"]},{id:501936,name:"Flash Terminal",slug:"video-input-flash-terminal",val:["hot shoe"],valSlug:["hot-shoe"]},{id:5057269,name:"Depth",slug:"dimensions-weightab-depth",val:["1.8 in"],valSlug:["1-8-in"]},{id:501445,name:"Sensitivity",slug:"exposure-range-sensitivity",val:["ISO 100"],valSlug:["iso-100"]},{id:501444,name:"Light Metering Range",slug:"exposure-range-light-metering",val:["EV -2-20"],valSlug:["ev-2-20"]},{id:501443,name:"Included Accessories",slug:"miscellaneous-included-accessories",val:["AC power adapter","body cap","shoulder strap","windshield","windshield mount"],valSlug:["ac-power-adapter","body-cap","shoulder-strap","windshield","windshield-mount"]},{id:501442,name:"Zoom Adjustment",slug:"lens-system-zoom-adjustment",val:["manual (by ring)","motorized drive"],valSlug:["manual-by-ring","motorized-drive"]},{id:5053064,name:"Enclosure Color",slug:"general-enclosure-color",val:["Black"],valSlug:["black"]},{id:501441,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-system-focal-length",val:["24 m"],valSlug:["24"]},{id:5057674,name:"Special Effects",slug:"special-effects",val:["Black & White, Sepia, Vivid, Sunset, Soft Focus, Illustration, Landscape, Portrait, Water Color, Miniature, Retro, partial color, Toy camera, Posterization, High contrast monochrome, Pop Color, HDR Painting, Rich-tone monochrome, Soft High-key"],valSlug:["black-white-sepia-vivid"]},{id:500430,name:"Type",slug:"service-supportpi-type",val:["1 year warranty "],valSlug:["1-year-warranty"]},{id:5058182,name:"Max Shutter Speed",slug:"max-shutter-speed",val:["1\u002F4000 sec"],valSlug:["1-4000-sec"]},{id:5066393,name:"Display Form Factor",slug:"displayjk-display-form-factor",val:["Rotating"],valSlug:["rotating"]},{id:5061781,name:"Max View Angle",slug:"lens-systemlb-max-view",val:["83 degrees"],valSlug:["83-degrees"]},{id:5072532,name:"Print Standard",slug:"general-print-standard",val:["DPOF support, Exif Print support, PRINT Image Matching"],valSlug:["dpof-support-exif-print"]},{id:5056150,name:"Microphone Operation Mode",slug:"microphone-operation-mode",val:["Stereo (3-Capsule directional)"],valSlug:["stereo-3-capsule-directional"]},{id:5058706,name:"Total Pixels",slug:"general-total-pixels",val:["25,000,000 pixels"],valSlug:["25-000-000-pixels"]},{id:1102585,name:"Lens Construction",slug:"lens-system-lens-construction",val:["8 groups \u002F 9 elements"],valSlug:["8-groups-9-elements"]},{id:1105657,name:"Video Capture",slug:"memory-storage-video-capture",val:["XAVC S - 3840 x 2160 p - 30 fps ¦ XAVC S - 3840 x 2160 p - 24 fps ¦ XAVC S - 3840 x 2160 p - 25 fps ¦ XAVC S HD - 1920 x 1080 p - 24 - 120 fps"],valSlug:["xavc-s-3840-x"]},{id:508652,name:"Frame Rate (Max Resolution)",slug:"frame-rate-max-resolution",val:["30 fps"],valSlug:["30"]},{id:500983,name:"Lens Aperture",slug:"lens-system-lens-aperture",val:["f\u002F3.5-5.6"],valSlug:["f-3-5-5"]},{id:500982,name:"Special Functions",slug:"lens-system-special-functions",val:["zoom"],valSlug:["zoom"]},{id:500981,name:"Type",slug:"lens-system-type",val:["zoom lens"],valSlug:["zoom-lens"]},{id:5053631,name:"Face Detection",slug:"face-detection",val:["Eye Detect AF, Face Detection AF\u002FAE, Self Portrait Auto Shutter","Yes"],valSlug:["eye-detect-af-face","yes"]},{id:5056190,name:"Exposure Metering Zones",slug:"exposure-white-exposure-metering",val:["1200"],valSlug:["1200"]},{id:5057209,name:"White Balance Bracketing",slug:"white-balance-bracketing",val:["Yes"],valSlug:["yes"]},{id:500991,name:"Filter Size",slug:"lens-system-filter-size",val:["40.5 mm"],valSlug:["40-5"]},{id:500990,name:"Element Qty",slug:"lens-system-element-qty",val:["9"],valSlug:["9"]},{id:500989,name:"Group Qty",slug:"lens-system-group-qty",val:["8"],valSlug:["8"]},{id:500988,name:"Max View Angle",slug:"lens-system-max-view",val:["83 degrees"],valSlug:["83"]},{id:500987,name:"Focus Adjustment",slug:"lens-system-focus-adjustment",val:["automatic","manual"],valSlug:["automatic","manual"]},{id:500986,name:"Min Focus Distance",slug:"lens-system-min-focus",val:["9.8 in"],valSlug:["9-8"]},{id:500985,name:"Max Focal Length",slug:"lens-system-max-focal",val:["50 mm"],valSlug:["50"]},{id:5057203,name:"Height",slug:"dimensions-weightab-height",val:["2.5 in"],valSlug:["2-5-in"]},{id:500984,name:"Min Focal Length",slug:"lens-system-min-focal",val:["16 mm"],valSlug:["16"]},{id:508674,name:"Scan",slug:"scan",val:["progressive scan"],valSlug:["progressive-scan"]},{id:5058885,name:"AE\u002FAF Control",slug:"ae-af-control",val:["Subject-tracking AF, Eye detection AF, Eye priority AF"],valSlug:["subject-tracking-af-eye"]},{id:501518,name:"Exposure Metering",slug:"exposure-parameters-exposure-metering",val:["average","center-weighted","highlight-weighted","multi-segment","spot"],valSlug:["average","center-weighted","highlight-weighted","multi-segment","spot"]},{id:501517,name:"Auto Focus Points (Zones) Qty",slug:"auto-focus-auto-focus",val:["425"],valSlug:["425"]},{id:1110298,name:"CCS SKU",slug:"ccs-sku",val:["25716006"],valSlug:["25716006"]},{id:501516,name:"System",slug:"auto-focus-system",val:["TTL contrast and phase detection"],valSlug:["ttl-contrast-and-phase"]},{id:1102596,name:"Type",slug:"lens-systemlb-type",val:["Zoom lens - 3x zoom - 16 - 50 mm - f\u002F3.5-5.6 PZ OSS - zoom"],valSlug:["zoom-lens-3x-zoom"]},{id:500519,name:"Weight",slug:"dimensions-weightyc-weight",val:["12.1 oz"],valSlug:["12-1"]},{id:510245,name:"Details",slug:"3848b-details",val:["camera with battery and memory card"],valSlug:["camera-with-battery-and"]},{id:5082489,name:"Features",slug:"a5488-features",val:["Built-in speaker"],valSlug:["built-in-speaker"]},{id:5064570,name:"Optical Sensor Size",slug:"general-optical-sensor-size",val:["APS-C (23.5 x 15.6 mm)"],valSlug:["aps-c-23-5"]},{id:508223,name:"Lens Mounting Type",slug:"lens-mounting-type",val:["Sony E-mount"],valSlug:["sony-e-mount"]},{id:508222,name:"Continuous Shooting Speed",slug:"d949f-continuous-shooting-speed",val:["11 frames per second","3 frames per second","6 frames per second","8 frames per second"],valSlug:["11-frames-per-second","3-frames-per-second","6-frames-per-second","8-frames-per-second"]},{id:1105705,name:"Service & Support",slug:"manufacturer-warrantyed1-service-support",val:["Limited warranty - parts and labor - 1 year"],valSlug:["limited-warranty-parts-and"]},{id:508220,name:"Digital Camera Type",slug:"834a2-digital-camera-type",val:["mirrorless system"],valSlug:["mirrorless-system"]},{id:500539,name:"Image Resolution",slug:"still-image-image-resolution",val:["2000 x 2000","2832 x 2832","3008 x 1688","3008 x 2000","3776 x 2832","4000 x 4000","4240 x 2400","4240 x 2832","5328 x 4000","6000 x 3376","6000 x 4000"],valSlug:["2000-x-2000","2832-x-2832","3008-x-1688","3008-x-2000","3776-x-2832","4000-x-4000","4240-x-2400","4240-x-2832","5328-x-4000","6000-x-3376","6000-x-4000"]},{id:500538,name:"Features",slug:"video-input-features",val:["AE lock","AF lock","BRAVIA Sync function","Chromatic Aberration Compensation (CAC)","Clear Image Zoom","Dynamic Range Optimizer","GPS via mobile","HDR Movie mode","Intelligent AUTO (iAUTO)","Lens Distortion Correction","Superior Auto mode","Touch Shutter technology","USB charging","built-in speaker","fast motion recording","high ISO speed noise reduction","interval shooting mode","noise reduction over long exposures","peripheral shading correction","silent shooting","slow motion recording","x.v.Color technology"],valSlug:["ae-lock","af-lock","bravia-sync-function","chromatic-aberration-compensation-cac","clear-image-zoom","dynamic-range-optimizer","gps-via-mobile","hdr-movie-mode","intelligent-auto-iauto","lens-distortion-correction","superior-auto-mode","touch-shutter-technology","usb-charging","built-in-speaker","fast-motion-recording","high-iso-speed-noise","interval-shooting-mode","noise-reduction-over-long","peripheral-shading-correction","silent-shooting","slow-motion-recording","x-v-color-technology"]},{id:5082480,name:"Optical Sensor Size",slug:"e34a8-optical-sensor-size",val:["APS-C"],valSlug:["aps-c"]},{id:500537,name:"Image Recording Format",slug:"video-input-image-recording",val:["JPEG","RAW","RAW + JPEG"],valSlug:["jpeg","raw","raw-jpeg"]},{id:500551,name:"Optical Sensor Type",slug:"optical-sensor-optical-sensor",val:["Exmor CMOS"],valSlug:["exmor-cmos"]},{id:5056271,name:"X-sync Speed",slug:"exposure-white-x-sync",val:["1\u002F160 sec"],valSlug:["1-160-sec"]},{id:500548,name:"Light Sensitivity",slug:"video-input-light-sensitivity",val:["ISO 100-32000","ISO 50","ISO 51200"],valSlug:["iso-100-32000","iso-50","iso-51200"]},{id:500547,name:"Total Pixels",slug:"optical-sensor-total-pixels",val:["25000000 pixels"],valSlug:["25000000"]},{id:508226,name:"HDR Mode",slug:"hdr-mode",val:["Auto HDR mode"],valSlug:["auto-hdr-mode"]},{id:508225,name:"Image Stabilizer",slug:"da4af-image-stabilizer",val:["electronic (with Active Mode)"],valSlug:["electronic-with-active-mode"]},{id:501071,name:"Optical Zoom",slug:"lens-system-optical-zoom",val:["3 x"],valSlug:["3"]},{id:501580,name:"Min Shutter Speed",slug:"shutter-min-shutter-speed",val:["30 sec"],valSlug:["30"]},{id:501579,name:"Exposure Compensation",slug:"exposure-parameters-exposure-compensation",val:["±5 EV range, in 1\u002F2 or 1\u002F3 EV steps"],valSlug:["5-ev-range-in"]},{id:1105756,name:"Product Type",slug:"generalej-product-type",val:["Digital camera - 4K - mirrorless system"],valSlug:["digital-camera-4k-mirrorless"]},{id:5067038,name:"Optical Zoom",slug:"general-optical-zoom",val:["3x"],valSlug:["3x"]},{id:508255,name:"Diagonal Size",slug:"484a3-diagonal-size",val:["3 in"],valSlug:["3"]},{id:508254,name:"Display Form Factor",slug:"ce483-display-form-factor",val:["rotating"],valSlug:["rotating"]},{id:508252,name:"Type",slug:"9b484-type",val:["LCD display"],valSlug:["lcd-display"]},{id:5057839,name:"Weight",slug:"dimensions-weightab-weight",val:["12.1 oz"],valSlug:["12-1-oz"]},{id:508259,name:"Features",slug:"774a6-features",val:["display brightness control"],valSlug:["display-brightness-control"]},{id:503138,name:"Lens Included",slug:"lens-system-lens-included",val:["16-50mm Power Zoom lens"],valSlug:["16-50mm-power-zoom"]},{id:508258,name:"Touch Screen",slug:"7d490-touch-screen",val:["Yes"],valSlug:["yes"]},{id:508257,name:"Display Format",slug:"60486-display-format",val:["921,600 pixels"],valSlug:["921-600-pixels"]},{id:508256,name:"Diagonal Size (metric)",slug:"754b9-diagonal-size-metric",val:["7.5 cm"],valSlug:["7-5"]},{id:5061930,name:"Continuous Shooting Speed",slug:"additional-features-continuous-shooting",val:["8 frames per second, 3 frames per second, 6 frames per second, 11 frames per second"],valSlug:["8-frames-per-second"]},{id:502638,name:"Sensor Resolution",slug:"optical-sensor-sensor-resolution",val:["24.2 megapixels"],valSlug:["24-2"]},{id:5057314,name:"Field of View Crop Factor",slug:"field-of-view-crop",val:["1.5"],valSlug:["1-5"]},{id:508279,name:"Memory Card Slot",slug:"b6494-memory-card-slot",val:["Memory Stick PRO Duo card","SD card"],valSlug:["memory-stick-pro-duo","sd-card"]},{id:504182,name:"Audio Signal Format",slug:"pro-camcorder-audio-signal",val:["Linear PCM"],valSlug:["linear-pcm"]},{id:1110372,name:"Product features",slug:"product-features",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002F5c\u002F03\u002F5c039bf6-16ad-4f4e-be0a-dcd09497d2a9.xml","https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002F6b\u002F31\u002F6b31a80e-55bf-46ab-8b37-c80f587b84ec.xml"],valSlug:["4f4e-be0a-dcd09497d2a9-xml","46ab-8b37-c80f587b84ec-xml"]},{id:5055800,name:"Digital Video Format",slug:"digital-video-format",val:["H.264, XAVC S"],valSlug:["h-264-xavc-s"]},{id:500606,name:"Brand",slug:"header-brand",val:[i],valSlug:["sony"]},{id:5053236,name:"Optical Sensor Type",slug:"general-optical-sensor-type",val:["Exmor CMOS"],valSlug:["exmor-cmos"]},{id:500600,name:"Product Line",slug:"header-product-line",val:["Sony a"],valSlug:["sony-a"]},{id:508280,name:"Supported Memory Cards",slug:"184bf-supported-memory-cards",val:["Memory Stick Micro Mark2","Memory Stick PRO Duo","Memory Stick PRO-HG Duo","SD Memory Card","SDHC Memory Card","SDHC UHS-I Memory Card","SDXC Memory Card","SDXC UHS-I Memory Card"],valSlug:["memory-stick-micro-mark2","memory-stick-pro-duo","memory-stick-pro-hg","sd-memory-card","sdhc-memory-card","sdhc-uhs-i-memory","sdxc-memory-card","sdxc-uhs-i-memory"]},{id:508295,name:"Print Standard",slug:"print-standard",val:["DPOF support","Exif Print support","PRINT Image Matching"],valSlug:["dpof-support","exif-print-support","print-image-matching"]},{id:508294,name:"Connectivity Features",slug:"connectivity-features",val:["remote control via mobile devices","remote live view"],valSlug:["remote-control-via-mobile","remote-live-view"]},{id:5061068,name:"Additional Features",slug:"additional-features-additional-features",val:["Built-in speaker, AE lock, AF lock, interval shooting mode, Dynamic Range Optimizer, USB charging, Chromatic Aberration Compensation (CAC), x.v.Color technology, Intelligent AUTO (iAUTO), Touch Shutter technology, fast motion recording, Superior Auto mode, Clear Image Zoom, noise reduction over long exposures, Lens Distortion Correction, high ISO speed noise reduction, silent shooting, BRAVIA Sync function, GPS via mobile, slow motion recording, HDR Movie mode, peripheral shading correction, Background Defocus function"],valSlug:["built-in-speaker-ae"]},{id:508288,name:"Wireless Interface",slug:"d34be-wireless-interface",val:["Bluetooth 4.1","Wireless LAN"],valSlug:["bluetooth-4-1","wireless-lan"]},{id:508303,name:"Auto Focus Features",slug:"auto-focus-features",val:["Predictive Focus Control"],valSlug:["predictive-focus-control"]},{id:1105307,name:"Marketing description",slug:"marketing-description",val:["Marketing description is not available."],valSlug:["marketing-description-is-not"]},{id:5066717,name:"Image Stabilizer",slug:"general-image-stabilizer",val:["Electronic (with Active Mode)"],valSlug:["electronic-with-active-mode"]},{id:5059551,name:"Features",slug:"lens-systemlb-features",val:["ED glass, aspherical lens, Lens Barrel Retraction Function"],valSlug:["ed-glass-aspherical-lens"]},{id:5058006,name:"Image Processor",slug:"image-processor",val:["BIONZ X"],valSlug:["bionz-x"]},{id:1103246,name:"Sensor Resolution",slug:"general-sensor-resolution",val:["24.2 Megapixel"],valSlug:["24-2-megapixel"]},{id:5053395,name:"Flash Terminal",slug:"flash-terminal",val:["Hot shoe"],valSlug:["hot-shoe"]},{id:505767,name:"Details",slug:"battery-life-details",val:["LCD Monitor on"],valSlug:["lcd-monitor-on"]},{id:505766,name:"Battery Life",slug:"battery-life-battery-life",val:["125 minutes","440 shots"],valSlug:["125","440"]},{id:505765,name:"Usage Mode",slug:"battery-lifejd-usage-mode",val:["photo shooting","video recording"],valSlug:["photo-shooting","video-recording"]},{id:5053416,name:"Min Operating Temperature",slug:"min-operating-temperature",val:["32 °F"],valSlug:["32-f"]},{id:5057003,name:"Min Shutter Speed",slug:"min-shutter-speed",val:["30 sec"],valSlug:["30-sec"]},{id:5065189,name:"Shooting Programs",slug:"shooting-programs",val:["Landscape, portrait mode, macro, night portrait, night scene, sports mode, sunset, handheld twilight, anti-motion blur"],valSlug:["landscape-portrait-mode-macro"]},{id:5053923,name:"Max Operating Temperature",slug:"environmental-parametersaa-max-operating",val:["104 °F"],valSlug:["104-f"]},{id:5060594,name:"Filter Size",slug:"lens-systemjd2f4ba-filter-size",val:["40.5 mm"],valSlug:["40-5-mm"]},{id:505287,name:"Face Detection",slug:"video-input-face-detection",val:["Yes"],valSlug:["yes"]},{id:505795,name:"Color Category",slug:"miscellaneous-product-color",val:["black"],valSlug:["black"]},{id:1109974,name:"Type",slug:"displaypb-type",val:["3\" LCD display"],valSlug:["3-lcd-display"]},{id:5072778,name:"Auto Focus Features",slug:"general-auto-focus-features",val:["Predictive Focus Control"],valSlug:["predictive-focus-control"]},{id:505807,name:"Interfaces Provided",slug:"video-input-av-interfaces",val:["HDMI","USB 3.1"],valSlug:["hdmi","usb-3-1"]},{id:501207,name:"Special Effects",slug:"video-input-special-effects",val:["Black & White","HDR Painting","High contrast monochrome","Illustration","Landscape","Miniature","Pop Color","Portrait","Posterization","Retro","Rich-tone monochrome","Sepia","Soft Focus","Soft High-key","Sunset","Toy camera","Vivid","Water Color","partial color"],valSlug:["black-white","hdr-painting","high-contrast-monochrome","illustration","landscape","miniature","pop-color","portrait","posterization","retro","rich-tone-monochrome","sepia","soft-focus","soft-high-key","sunset","toy-camera","vivid","water-color","partial-color"]},{id:500694,name:"Packaged Quantity",slug:"header-packaged-quantity",val:["1"],valSlug:["1"]},{id:501206,name:"Shooting Programs",slug:"exposure-parameters-shooting-programs",val:["anti-motion blur","handheld twilight","landscape","macro","night portrait","night scene","portrait mode","sports mode","sunset"],valSlug:["anti-motion-blur","handheld-twilight","landscape","macro","night-portrait","night-scene","portrait-mode","sports-mode","sunset"]},{id:1109954,name:"Touch Screen",slug:"displayjf-touch-screen",val:["Yes"],valSlug:["yes"]},{id:505808,name:"Face Detection Detalis",slug:"video-inputjd-face-detection",val:["Face Detection AF\u002FAE","Self Portrait Auto Shutter","eye Detect AF"],valSlug:["face-detection-af-ae","self-portrait-auto-shutter","eye-detect-af"]},{id:501208,name:"Max Shutter Speed",slug:"shutter-max-shutter-speed",val:["1\u002F4000 sec"],valSlug:["1-4000"]},{id:5068727,name:"Min Focus Distance",slug:"lens-systemjd6a4b2-min-focus",val:["9.8 in"],valSlug:["9-8-in"]},{id:5061553,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-systemjdcc48d-focal-length",val:["24 - 77mm"],valSlug:["24-77mm"]},{id:1109998,name:"Key Selling Points",slug:"key-selling-points",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002Fa1\u002F0a\u002Fa10a2ba0-a016-438f-8331-f71df43104bc.xml","https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttp:\u002F\u002Fcdn.cnetcontent.com\u002Fdf\u002F1d\u002Fdf1d2d7f-8982-445b-a660-de8af18f5e79.xml"],valSlug:["438f-8331-f71df43104bc-xml","445b-a660-de8af18f5e79-xml"]}],images:[{id:"869e2674-52b2-4b37-b631-fde1d16ea4ad",val:[],valSlug:[]}],priceSummary:{editionId:0,low:79800,high:79999,avg:79866,median:79800,numOffers:3,grade:10,modDate:{date:"2023-01-06 13:59:25",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1673013.565},lowRId:278703,lowUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc1CZT%2Fp_158ZVE10LB%2FSony-Alpha-ZV-E10-Vlog-Camera-Kit-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&mid=58&cat_id=402&atom=10020&prod_id=&oid=17079712294&pos=1&b_id=18&bid_type=10&bamt=48cd9202db195e9b&cobrand=1&ppr=825e717c23320e32&a=2c3f6b29acaed0dcadb3c1d120c24453&rf=af1&af_assettype_id=12&af_creative_id=2973&af_id=614548&af_placement_id=1&dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90",lowUuid:"c8e1c9ab-bc30-4465-9f0a-80d1305563a2",msrp:79999},specs:c},usePricing:b},{uuid:"62cac0be-d844-41a8-add0-2448301ac834",creditCardData:c,description:"\u003Cp\u003E\u003Cstrong\u003ESpecs:&nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&nbsp;64 MP |&nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&nbsp;.26 pounds |&nbsp;\u003Cstrong\u003EDigital zoom: \u003C\u002Fstrong\u003E8x |&nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&nbsp;4K |&nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&nbsp;Up to 60 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen I first got my hands on one of these DJI Pocket cameras, I was shocked how this small camera could capture better content than my iPhone 13. It's been on my Amazon wishlist ever since, and it weighs just over a quarter of a pound for easy portability.\u003C\u002Fp\u003E\u003Cp\u003EThis camera can capture high movement videos with excellent smoothness with its 3-axis gimbal. Along with the smooth continuity, your subject will be kept in the shot with ActiveTrack 3.0 technology.&nbsp;\u003C\u002Fp\u003E\u003Cp\u003EDespite its small size, the DJI Pocket 2 can take up to 8x zoom photos on its 64MP camera. But this camera doesn't need you to zoom in to get the best shots. The combination of the upgraded 1\u002F1.7-inch sensor and the 20mm f\u002F1.8 lens creates a wide view to capture panoramic shots, large-group selfies, and amazing timelapses.\u003C\u002Fp\u003E",edition:e,dislike:"~ Audio quality lacks",hed:"DJI Pocket 2",imageCreditOverride:W,imageGroup:{alt:"placeholder-product-image-for-best-lists.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",credits:W,imageData:{id:"73824534-341e-494b-99c2-c7fff9fab775",title:"DJI Pocket 2",filename:"dji-pocket-2.jpg",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F09\u002F30\u002F73824534-341e-494b-99c2-c7fff9fab775\u002Fdji-pocket-2.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",size:103061,width:1296,height:720,dateCreated:{date:"2022-09-30 20:49:04",timezone:"UTC",timezone_type:3},dateUpdated:{date:"2022-09-30 20:49:07",timezone:"UTC",timezone_type:3},needsModeration:d,mimeType:"image\u002Fjpeg",deleted:d,credits:c,alt:"dji-pocket-2",restricted:d,startDate:c,endDate:c,preferred:d,watermark:d,doNotCrop:d,doNotResize:d,primaryCollection:c,vanityUrl:c,notes:c,crop:c,cropGravity:0,preservedRegion:c,isNew:d,keywords:[],primeColor:c,hasWarning:d,typeName:"content_image"},uuid:"73824534-341e-494b-99c2-c7fff9fab775",imageAltText:"placeholder-product-image-for-best-lists.jpg",imageCaption:"\u003Cp\u003E\u003C\u002Fp\u003E",imageCredit:W,imageDoNotCrop:d,imageDoNotResize:d,imageWatermark:d,imageFilename:"dji-pocket-2.jpg",imageDateCreated:"2022\u002F09\u002F30",imageWidth:1296,imageHeight:720,imageParallax:e,imageCrop:e,imageEnlarge:d},like:"~ Gimbal creates smooth movement ~ Lightweight ~ impressive battery",merchantOffers:[{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20",offerMerchant:A,offerPrice:"349",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FDJI-Pocket-Stabilizer-Pocket-Sized-ActiveTrack\u002Fdp\u002FB08J7FL57P\u002F?tag=zdnet-buy-button-20"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value",offerMerchant:W,offerPrice:"350",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fdji-pocket-2-3-axis-stabilized-handheld-camera\u002F6431048.p?",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fdji-pocket-2-3-axis-stabilized-handheld-camera%2F6431048.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value"}],shortcodeType:"listicle",subhed:"Best value vlogging camera",supplementalText:e,supplementalUrl:e,techProd:{family:[],id:"c923267f-0094-48a4-81eb-fd85a376b6ad",manufacturer:{id:15011426,name:"DJI",slug:"dji"},product:{cdId:c,cdModel:c,cdModelSlug:c,htopic:{id:e,slug:"video-cameras",name:"Video Cameras",typeName:e,uuid:"1c11cdcd-c387-11e2-8208-0291187b029a",typePath:"Content:Content:Content:Content:Content",hPath:"Tech:Computing:Gadgets:Photography:Video Cameras",hslugPath:"tech:computing:gadgets:photography:video-cameras"},msrp:c,catName:"Action Cameras",modelYear:c,hes:b,shortSpecs:[{val:["4.13 oz"],valSlug:["4-13"],name:"Weight",id:500357,slug:"dimensions-weight-weight"},{val:["4.9 in"],valSlug:["4-9"],name:"Height",id:500356,slug:"dimensions-weight-height"},{val:["1.2 in"],valSlug:["1-2"],name:"Depth",id:500355,slug:"dimensions-weight-depth"},{val:["1.5 in"],valSlug:["1-5"],name:"Width",id:500354,slug:"dimensions-weight-width"},{val:["action camera"],valSlug:["action-camera"],name:"Type",id:500256,slug:"video-input-type"},{val:["H.264"],valSlug:["h-264"],name:"Digital Video Format",id:5055800,slug:"digital-video-format"},{val:["4K"],valSlug:["4k"],name:"High-Definition Video Support",id:505001,slug:"camcorder-features-high-definition"}],name:"DJI Pocket 2 - action camera",sku:["CP.OS.00000146.01"],slug:"dji-pocket-2-action-camera",topic:{id:e,slug:"video-cameras",name:"Video Cameras",typeName:e,uuid:"1c11cdcd-c387-11e2-8208-0291187b029a"}},reviews:c,resellers:[{cpc:35,id:300346,price:34900,name:A,tTag:"amazon",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08J7FL57P\u002Fref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&creative=395261&creativeASIN=B08J7FL57P&linkCode=asn",weight:30},{cpc:35,id:15000652,price:34995,name:"Apple",tTag:"ir",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fapple.sjv.io\u002Fc\u002F159047\u002F473657\u002F7613?prodsku=HPFJ2ZM%2FA&u=https%3A%2F%2Fwww.apple.com%2Fus%2Fshop%2Fgo%2Fproduct%2FHPFJ2&intsrc=CATF_3652&subId1=[subid_value]",weight:30},{cpc:34,id:300628,price:34999,name:W,tTag:"other",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6431048%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6431048.p%253Fcmp%253DRMX&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",weight:30}],slugs:{product:{name:"dji-pocket-2-action-camera",type:"product",addDate:{date:"2020-11-16 10:47:43",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1605523.663}},seoUrl:{name:"dji-pocket-2-action-camera",type:"product",addDate:{date:"2020-11-16 10:47:43",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1605523.663}}},seoUrl:c,attributes:[{id:5057100,name:"Supported Memory Cards",slug:"supported-memory-cards",val:["microSD Card, microSDHC Card, microSDXC Card"],valSlug:["microsd-card-microsdhc-card"]},{id:508674,name:"Scan",slug:"scan",val:["progressive scan"],valSlug:["progressive-scan"]},{id:1110298,name:"CCS SKU",slug:"ccs-sku",val:["24372587"],valSlug:["24372587"]},{id:505364,name:"Optical Sensor Size (metric)",slug:"optical-sensorld-optical-sensor",val:["14.9 mm (1\u002F1.7\")"],valSlug:["14-9-mm-1"]},{id:1102596,name:"Type",slug:"lens-systemlb-type",val:["Wide-angle lens f\u002F1.8 - wide angle"],valSlug:["wide-angle-lens-f"]},{id:5063770,name:"Digital Zoom",slug:"general-digital-zoom",val:["8x"],valSlug:["8x"]},{id:1102856,name:"Image Storage",slug:"memory-storage-image-storage",val:["9216 x 6912"],valSlug:["9216-x-6912"]},{id:5072976,name:"HDR Mode",slug:"general-hdr-mode",val:["HDR Movie mode"],valSlug:["hdr-movie-mode"]},{id:504870,name:"ISO (Max)",slug:"video-input-iso-max",val:["6400"],valSlug:["6400"]},{id:500260,name:"Digital Video Format",slug:"video-input-digital-video",val:["H.264"],valSlug:["h-264"]},{id:1110069,name:"Battery Life Details",slug:"batteryjd-battery-life-details",val:["Video recording - 140 minutes (Full HD resolution)"],valSlug:["video-recording-140-minutes"]},{id:500256,name:"Type",slug:"video-input-type",val:["action camera"],valSlug:["action-camera"]},{id:5058154,name:"Light Sensitivity",slug:"light-sensitivity",val:["ISO 100-6400"],valSlug:["iso-100-6400"]},{id:5061216,name:"Memory Card Slot",slug:"memory-storage-memory-card",val:["microSD card"],valSlug:["microsd-card"]},{id:5064570,name:"Optical Sensor Size",slug:"general-optical-sensor-size",val:["1\u002F1.7\""],valSlug:["1-1-7"]},{id:500538,name:"Features",slug:"video-input-features",val:["Panorama Capture","slow motion recording"],valSlug:["panorama-capture","slow-motion-recording"]},{id:500537,name:"Image Recording Format",slug:"video-input-image-recording",val:["DNG (RAW)","JPEG"],valSlug:["dng-raw","jpeg"]},{id:500551,name:"Optical Sensor Type",slug:"optical-sensor-optical-sensor",val:["CMOS"],valSlug:["cmos"]},{id:5063181,name:"Width",slug:"dimensions-weightaa-width",val:["1.5 in"],valSlug:["1-5-in"]},{id:501829,name:"Exposure Modes",slug:"exposure-parameters-exposure-modes",val:["automatic","program"],valSlug:["automatic","program"]},{id:500548,name:"Light Sensitivity",slug:"video-input-light-sensitivity",val:["ISO 100-6400"],valSlug:["iso-100-6400"]},{id:508226,name:"HDR Mode",slug:"hdr-mode",val:["HDR Movie mode"],valSlug:["hdr-movie-mode"]},{id:508225,name:"Image Stabilizer",slug:"da4af-image-stabilizer",val:["optical (3-axis gimbal)"],valSlug:["optical-3-axis-gimbal"]},{id:508224,name:"Built-in Optical Image Stabilizer",slug:"built-in-optical-image",val:["Yes"],valSlug:["yes"]},{id:501580,name:"Min Shutter Speed",slug:"shutter-min-shutter-speed",val:["8 sec"],valSlug:["8"]},{id:1000003,name:"ProductName",slug:"productname",val:["DJI Pocket 2 - action camera"],valSlug:["dji-pocket-2-action-camera"]},{id:5058050,name:"Interface",slug:"general-interface",val:["USB-C"],valSlug:["usb-c"]},{id:503378,name:"Battery Form Factor",slug:"battery-battery-form-factor",val:["manufacturer-specific"],valSlug:["manufacturer-specific"]},{id:508254,name:"Display Form Factor",slug:"ce483-display-form-factor",val:["built-in"],valSlug:["built-in"]},{id:508252,name:"Type",slug:"9b484-type",val:["LCD display"],valSlug:["lcd-display"]},{id:503385,name:"Included",slug:"supported-battery-included",val:["included"],valSlug:["included"]},{id:503384,name:"Capacity",slug:"supported-battery-capacity",val:["875 mAh"],valSlug:["875"]},{id:5057839,name:"Weight",slug:"dimensions-weightab-weight",val:["4.13 oz"],valSlug:["4-13-oz"]},{id:1000044,name:"LinkModel",slug:"linkmodel",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6431048&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6431048%2Fpdp&intsrc=CATF_4831"],valSlug:["https-bestbuy-7tiv-net"]},{id:508258,name:"Touch Screen",slug:"7d490-touch-screen",val:["Yes"],valSlug:["yes"]},{id:1105526,name:"Provider SKU",slug:"asin",val:["6431048"],valSlug:["6431048"]},{id:5068331,name:"Memory Card Max Supported Size",slug:"memory-storagejk-memory-card",val:["256 GB"],valSlug:["256-gb"]},{id:5064746,name:"White Balance",slug:"exposure-white-white-balance",val:["Automatic"],valSlug:["automatic"]},{id:505454,name:"Max Video Resolution",slug:"optical-sensor-max-video",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500332,name:"Technology",slug:"battery-technology",val:["lithium polymer"],valSlug:["lithium-polymer"]},{id:5072931,name:"ISO (Max)",slug:"iso-max",val:["6400"],valSlug:["6400"]},{id:508279,name:"Memory Card Slot",slug:"b6494-memory-card-slot",val:["microSD card"],valSlug:["microsd-card"]},{id:504182,name:"Audio Signal Format",slug:"pro-camcorder-audio-signal",val:["AAC"],valSlug:["aac"]},{id:508277,name:"Memory Card Max Supported Size",slug:"4a489-memory-card-max",val:["256 GB"],valSlug:["256"]},{id:502387,name:"Microphone Features",slug:"audio-input-microphone-features",val:["directionality control","zoom"],valSlug:["directionality-control","zoom"]},{id:5055800,name:"Digital Video Format",slug:"digital-video-format",val:["H.264"],valSlug:["h-264"]},{id:5060408,name:"Camcorder Sensor Resolution",slug:"camcorder-sensor-resolution",val:["64 MP"],valSlug:["64-mp"]},{id:500606,name:"Brand",slug:"header-brand",val:["DJI"],valSlug:["dji"]},{id:5053236,name:"Optical Sensor Type",slug:"general-optical-sensor-type",val:["CMOS"],valSlug:["cmos"]},{id:5057588,name:"Exposure Modes",slug:"exposure-white-exposure-modes",val:["Program, automatic"],valSlug:["program-automatic"]},{id:500600,name:"Product Line",slug:"header-product-line",val:["DJI"],valSlug:["dji"]},{id:508280,name:"Supported Memory Cards",slug:"184bf-supported-memory-cards",val:["microSD Card","microSDHC Card","microSDXC Card"],valSlug:["microsd-card","microsdhc-card","microsdxc-card"]},{id:500359,name:"Max Operating Temperature",slug:"environmental-parameters-max-operating",val:["104 °F"],valSlug:["104"]},{id:500871,name:"Microphone Operation Mode",slug:"audio-inputke-microphone-operation",val:["stereo"],valSlug:["stereo"]},{id:1103504,name:"Battery Type",slug:"battery-battery-type",val:["Lithium polymer - manufacturer-specific"],valSlug:["lithium-polymer-manufacturer-specific"]},{id:500358,name:"Min Operating Temperature",slug:"environmental-parameters-min-operating",val:["32 °F"],valSlug:["32"]},{id:5061068,name:"Additional Features",slug:"additional-features-additional-features",val:["Panorama Capture, slow motion recording, Wi-Fi ready, ActiveTrack 3.0, AI Editor, Story Mode"],valSlug:["panorama-capture-slow-motion"]},{id:500357,name:"Weight",slug:"dimensions-weight-weight",val:["4.13 oz"],valSlug:["4-13"]},{id:5064911,name:"Image Recording Format",slug:"general-image-recording-format",val:["JPEG, DNG (RAW)"],valSlug:["jpeg-dng-raw"]},{id:500356,name:"Height",slug:"dimensions-weight-height",val:["4.9 in"],valSlug:["4-9"]},{id:500355,name:"Depth",slug:"dimensions-weight-depth",val:["1.2 in"],valSlug:["1-2"]},{id:500354,name:"Width",slug:"dimensions-weight-width",val:["1.5 in"],valSlug:["1-5"]},{id:501377,name:"White Balance",slug:"white-balance-white-balance",val:["automatic"],valSlug:["automatic"]},{id:501376,name:"Optical Sensor Size",slug:"optical-sensorpb-optical-sensor",val:["1\u002F1.7\""],valSlug:["1-1-7"]},{id:1105307,name:"Marketing description",slug:"marketing-description",val:["Pocket-sized and extremely portable, DJI Pocket 2 is a tiny camera that lets you single-handedly record memorable moments. Equipped to stabilize movement and take sharp photos and smooth videos, Pocket 2 gives you the freedom to create magic at hand."],valSlug:["pocket-sized-and-extremely"]},{id:502411,name:"Image Resolution",slug:"video-capture-image-resolution",val:["1920 x 1080","2720 x 1530","3840 x 2160"],valSlug:["1920-x-1080","2720-x-1530","3840-x-2160"]},{id:502410,name:"Digital Video Format",slug:"video-capture-digital-video",val:["H.264"],valSlug:["h-264"]},{id:5066717,name:"Image Stabilizer",slug:"general-image-stabilizer",val:["Optical (3-axis gimbal)"],valSlug:["optical-3-axis-gimbal"]},{id:5061850,name:"Max Video Resolution",slug:"max-video-resolution",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:502424,name:"Self-Timer Delay",slug:"video-inputjd-self-timer",val:["3 sec","5 sec"],valSlug:["3-sec","5-sec"]},{id:1103503,name:"Details",slug:"battery-details",val:["875 mAh (included)"],valSlug:["875-mah-included"]},{id:505767,name:"Details",slug:"battery-life-details",val:["Full HD resolution"],valSlug:["full-hd-resolution"]},{id:501414,name:"Type",slug:"connections-type",val:["USB","accessory port"],valSlug:["usb","accessory-port"]},{id:505766,name:"Battery Life",slug:"battery-life-battery-life",val:["140 minutes"],valSlug:["140"]},{id:505765,name:"Usage Mode",slug:"battery-lifejd-usage-mode",val:["video recording"],valSlug:["video-recording"]},{id:100005,name:"UPC",slug:"upc",val:["0190021032057"],valSlug:["0190021032057"]},{id:5053416,name:"Min Operating Temperature",slug:"min-operating-temperature",val:["32 °F"],valSlug:["32-f"]},{id:100007,name:"Manufacturer SKU",slug:"manufacturersku",val:["CP.OS.00000146.01"],valSlug:["cpos0000014601"]},{id:5057003,name:"Min Shutter Speed",slug:"min-shutter-speed",val:["8 sec"],valSlug:["8-sec"]},{id:5059300,name:"Audio Signal Format",slug:"audio-signal-format",val:["AAC"],valSlug:["aac"]},{id:500652,name:"Digital Zoom",slug:"video-input-digital-zoom",val:["8 x"],valSlug:["8"]},{id:1102524,name:"Product Type",slug:"generalma-product-type",val:["Action camera - 4K"],valSlug:["action-camera-4k"]},{id:5070304,name:"Features",slug:"action-camera-features",val:["Time-Lapse recording, hyperlapse recording, motionlapse recording"],valSlug:["time-lapse-recording-hyperlapse"]},{id:505001,name:"High-Definition Video Support",slug:"camcorder-features-high-definition",val:["4K"],valSlug:["4k"]},{id:5053923,name:"Max Operating Temperature",slug:"environmental-parametersaa-max-operating",val:["104 °F"],valSlug:["104-f"]},{id:501416,name:"Connector Type",slug:"connections-connector-type",val:["USB Type-C"],valSlug:["usb-type-c"]},{id:100019,name:"Image File Name\u002FLocation",slug:"image-file-name-location",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6431\u002F6431048cv1d.jpg"],valSlug:["https-pisces-bbystatic-com"]},{id:100020,name:"CDS SKU",slug:"cds-sku",val:["S24372587"],valSlug:["s24372587"]},{id:5057269,name:"Depth",slug:"dimensions-weightab-depth",val:["1.2 in"],valSlug:["1-2-in"]},{id:1109677,name:"Included Accessories",slug:"miscellaneousre-included-accessories",val:["Carrying case, remote control, tripod adapter, wrist strap, USB power cable, smartphone adapter (lighting), smartphone adapter (USB-C)"],valSlug:["carrying-case-remote-control"]},{id:501443,name:"Included Accessories",slug:"miscellaneous-included-accessories",val:["USB power cable","carrying case","remote control","smartphone adapter (USB-C)","smartphone adapter (lighting)","tripod adapter","wrist strap"],valSlug:["usb-power-cable","carrying-case","remote-control","smartphone-adapter-usb-c","smartphone-adapter-lighting","tripod-adapter","wrist-strap"]},{id:505795,name:"Color Category",slug:"miscellaneous-product-color",val:["black"],valSlug:["black"]},{id:501441,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-system-focal-length",val:["20 m"],valSlug:["20"]},{id:505807,name:"Interfaces Provided",slug:"video-input-av-interfaces",val:["USB-C"],valSlug:["usb-c"]},{id:507599,name:"Camera Type",slug:"ea4a4-camera-type",val:["mountable"],valSlug:["mountable"]},{id:5058182,name:"Max Shutter Speed",slug:"max-shutter-speed",val:["1\u002F8000 sec"],valSlug:["1-8000-sec"]},{id:1109980,name:"Type",slug:"displayjf-type",val:["LCD display"],valSlug:["lcd-display"]},{id:503497,name:"Sensor Qty",slug:"optical-sensor-sensor-qty",val:["1 CMOS"],valSlug:["1"]},{id:500694,name:"Packaged Quantity",slug:"header-packaged-quantity",val:["1"],valSlug:["1"]},{id:1109954,name:"Touch Screen",slug:"displayjf-touch-screen",val:["Yes"],valSlug:["yes"]},{id:5066393,name:"Display Form Factor",slug:"displayjk-display-form-factor",val:["Built-in"],valSlug:["built-in"]},{id:507602,name:"Features",slug:"334a8-features",val:["Time-Lapse recording"],valSlug:["time-lapse-recording"]},{id:5068698,name:"Camera Type",slug:"action-camera-camera-type",val:["Mountable"],valSlug:["mountable"]},{id:5061781,name:"Max View Angle",slug:"lens-systemlb-max-view",val:["93 degrees"],valSlug:["93-degrees"]},{id:5056150,name:"Microphone Operation Mode",slug:"microphone-operation-mode",val:["Stereo"],valSlug:["stereo"]},{id:501208,name:"Max Shutter Speed",slug:"shutter-max-shutter-speed",val:["1\u002F8000 sec"],valSlug:["1-8000"]},{id:5058477,name:"Software",slug:"software-software",val:["DJI Mimo App"],valSlug:["dji-mimo-app"]},{id:1105657,name:"Video Capture",slug:"memory-storage-video-capture",val:["H.264 - 3840 x 2160 p - 24 - 60 fps ¦ H.264 - 2720 x 1530 p - 24 - 60 fps ¦ H.264 - 1920 x 1080 p - 24 - 60 fps"],valSlug:["h-264-3840-x"]},{id:508652,name:"Frame Rate (Max Resolution)",slug:"frame-rate-max-resolution",val:["60 fps"],valSlug:["60"]},{id:5061536,name:"Microphone Features",slug:"microphone-features",val:["Zoom, directionality control, DJI Matrix Stereo technology"],valSlug:["zoom-directionality-control-dji"]},{id:500983,name:"Lens Aperture",slug:"lens-system-lens-aperture",val:["f\u002F1.8"],valSlug:["f-1-8"]},{id:500982,name:"Special Functions",slug:"lens-system-special-functions",val:["wide angle"],valSlug:["wide-angle"]},{id:500981,name:"Type",slug:"lens-system-type",val:["wide-angle lens"],valSlug:["wide-angle-lens"]},{id:1102826,name:"Connector Type",slug:"connectionsjb-connector-type",val:["USB (USB Type-C) ¦ Accessory port"],valSlug:["usb-usb-type-c"]},{id:500988,name:"Max View Angle",slug:"lens-system-max-view",val:["93 degrees"],valSlug:["93"]},{id:5061553,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-systemjdcc48d-focal-length",val:["20mm"],valSlug:["20mm"]},{id:5057203,name:"Height",slug:"dimensions-weightab-height",val:["4.9 in"],valSlug:["4-9-in"]}],images:[{id:"705bb306-a58b-492f-b5eb-7d64d6c3aeea",val:[],valSlug:[]}],priceSummary:{editionId:0,low:34900,high:34999,avg:34965,median:34995,numOffers:3,grade:10,modDate:{date:"2023-01-06 18:37:14",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1673030.234},lowRId:300346,lowUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08J7FL57P\u002Fref=asc_df_B08J7FL57P1673002800000?tag=cnet-camera-20&creative=395261&creativeASIN=B08J7FL57P&linkCode=asn",lowUuid:"c923267f-0094-48a4-81eb-fd85a376b6ad"},specs:c},usePricing:b},{uuid:"ddfc2a70-05c6-4120-922e-7179568adfdd",creditCardData:c,description:"\u003Cp\u003E\u003Cstrong\u003ESpecs:&nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&nbsp;23 MP |&nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&nbsp;.34 pounds |&nbsp;\u003Cstrong\u003EDigital zoom: \u003C\u002Fstrong\u003E2x |&nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&nbsp;5.3K |&nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&nbsp;Up to 240 fps\u003C\u002Fp\u003E\u003Cp\u003EGoPros have become a staple in sports photography. With over 30 mounts and accessories, you can attach this camera to virtually anything. Additionally, there isn't an environment where you can't use this camera. With a tough build and waterproof capabilities up to 33 feet.\u003C\u002Fp\u003E\u003Cp\u003EThough the camera is primarily for capturing content while in action, using this camera to vlog could be perfect if you film in extreme conditions. At just $400, this camera has the capability to film 5.3K resolution at 60 fps - something no other camera on this list has. On top of the incredible resolution, there are screens on both the front and back of the camera body for creators to make sure their shots are perfect.\u003C\u002Fp\u003E\u003Cp\u003E\u003Cstrong\u003ERead the review:&nbsp;\u003C\u002Fstrong\u003E\u003Ca href=\"https:\u002F\u002Fwww.zdnet.com\u002Fproduct\u002Fgopro-hero10-black\u002F\" target=\"_blank\"\u003E\u003Cstrong\u003EGoPro Hero10 Black review\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E",edition:e,dislike:"~ Battery life isn't great ~ More expensive without a yearly subscription",hed:"GoPro Hero10 Black",imageCreditOverride:z,imageGroup:{alt:"placeholder-product-image-for-best-lists.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",credits:z,imageData:{id:"8f75704e-ffb0-4e5e-8581-4917dd711d56",title:"GoPro HERO10",filename:"1296x729-1.jpg",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F10\u002F8f75704e-ffb0-4e5e-8581-4917dd711d56\u002F1296x729-1.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",size:79344,width:1296,height:729,dateCreated:{date:"2022-08-10 13:49:04",timezone:"UTC",timezone_type:3},dateUpdated:{date:"2022-08-10 13:49:15",timezone:"UTC",timezone_type:3},needsModeration:d,mimeType:"image\u002Fjpeg",deleted:d,credits:z,alt:"1296x729-1",restricted:d,startDate:c,endDate:c,preferred:d,watermark:d,doNotCrop:d,doNotResize:d,primaryCollection:c,vanityUrl:c,notes:c,crop:c,cropGravity:0,preservedRegion:c,isNew:d,keywords:[],primeColor:c,hasWarning:d,typeName:"content_image"},uuid:"8f75704e-ffb0-4e5e-8581-4917dd711d56",imageAltText:"placeholder-product-image-for-best-lists.jpg",imageCaption:"\u003Cp\u003E\u003C\u002Fp\u003E",imageCredit:z,imageDoNotCrop:d,imageDoNotResize:d,imageWatermark:d,imageFilename:"1296x729-1.jpg",imageDateCreated:"2022\u002F08\u002F10",imageWidth:1296,imageHeight:729,imageParallax:e,imageCrop:e,imageEnlarge:d},like:"~ 5.3K resolution at 60 fps ~ HyperSmooth 4.0 video stabilization ~ Incredibly durable body",merchantOffers:[{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20",offerMerchant:A,offerPrice:"429",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FGoPro-HERO10-Black-Waterproof-Stabilization\u002Fdp\u002FB09QD75B95\u002F?tag=zdnet-buy-button-20"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value",offerMerchant:W,offerPrice:"429",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fgopro-hero10-black-action-camera\u002F6474501.p?",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fgopro-hero10-black-action-camera%2F6474501.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&sid=subid_value&url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html",offerMerchant:z,offerPrice:"350",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgopro.com\u002Fen\u002Fus\u002Fshop\u002Fcameras\u002Fhero10-black\u002FCHDHX-101-master.html",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.pntrs.com\u002Ft\u002F8-12501-212732-218522?website=318972&sid=subid_value&url=https%3A%2F%2Fgopro.com%2Fen%2Fus%2Fshop%2Fcameras%2Fhero10-black%2FCHDHX-101-master.html"}],shortcodeType:"listicle",subhed:"Best vlogging camera for video frame rate",supplementalText:e,supplementalUrl:e,techProd:{family:[],id:"d462cc94-9825-463b-8a34-3a3664f1110a",manufacturer:{id:6290278,name:z,slug:"gopro"},product:{cdId:c,cdModel:c,cdModelSlug:c,htopic:{id:e,slug:"video-cameras",name:"Video Cameras",typeName:e,uuid:"1c11cdcd-c387-11e2-8208-0291187b029a",typePath:"Content:Content:Content:Content:Content",hPath:"Tech:Computing:Gadgets:Photography:Video Cameras",hslugPath:"tech:computing:gadgets:photography:video-cameras"},msrp:c,catName:c,modelYear:c,hes:d,shortSpecs:[],name:"GoPro HERO10 Black - Waterproof Action Camera with Front LCD and Touch Rear Screens, 5.3K60 Ultra HD Video, 23MP Photos, 1080p Live Streaming, Webcam, Stabilization",sku:["CHDHX-101-TH"],slug:"gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos",topic:{id:e,slug:"video-cameras",name:"Video Cameras",typeName:e,uuid:"1c11cdcd-c387-11e2-8208-0291187b029a"}},reviews:c,resellers:[{cpc:35,id:50000889,price:37999,name:"Walmart",tTag:"walmart",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F568844\u002F9383?veh=aff&sourceid=imp_000011112222333344&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&subId1=[subid_value]",weight:30},{cpc:35,id:300346,price:39999,name:A,tTag:"amazon",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB09QD75B95?tag=cnet-api-20&linkCode=ogi&th=1&psc=1",weight:30}],slugs:{product:{name:"gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos",type:"product",addDate:{date:"2022-11-03 01:01:39",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1667437.299}},seoUrl:{name:"gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos",type:"product",addDate:{date:"2022-11-03 01:01:39",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1667437.299}}},seoUrl:c,attributes:[{id:100005,name:"UPC",slug:"upc",val:["818279027259"],valSlug:["0818279027259"]},{id:100007,name:"Manufacturer SKU",slug:"manufacturersku",val:["CHDHX-101-TH"],valSlug:["chdhx101th"]},{id:1105526,name:"Provider SKU",slug:"asin",val:["B09QD75B95"],valSlug:["b09qd75b95"]},{id:1000003,name:"ProductName",slug:"productname",val:["GoPro HERO10 Black - Waterproof Action Camera with Front LCD and Touch Rear Screens, 5.3K60 Ultra HD Video, 23MP Photos, 1080p Live Streaming, Webcam, Stabilization"],valSlug:["gopro-hero10-black-waterproof-action-camera-with-front-lcd-and-touch-rear-screens-5-3k60-ultra-hd-video-23mp-photos"]}],images:[],priceSummary:{editionId:0,low:37999,high:39999,avg:38999,median:38999,numOffers:2,grade:10,modDate:{date:"2023-01-06 19:22:21",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1673032.941},lowRId:50000889,lowUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgoto.walmart.com\u002Fc\u002F159047\u002F568844\u002F9383?veh=aff&sourceid=imp_000011112222333344&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F673136678&subId1=[subid_value]",lowUuid:"d462cc94-9825-463b-8a34-3a3664f1110a"},specs:c},usePricing:b},{uuid:"f8aa8994-01a7-4536-8899-dfc09dbffc07",creditCardData:c,description:"\u003Cp\u003E\u003Cstrong\u003ESpecs:&nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&nbsp;20.1 MP |&nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&nbsp;.67 pounds |&nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E&nbsp;4.2x |&nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&nbsp;4k |&nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&nbsp;Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EThe photography industry is very brand loyal. As a Canon user myself, I will continue to buy these products until something incredible makes me swap. Without an interchangeable lens, the listed weight of this camera is actually how much it weighs. Vlogging demands a steady hand, and there's no better way to ensure steadiness than with a lightweight camera. Along with being lightweight, it is also one of the smallest vlogging cameras of this quality.\u003C\u002Fp\u003E\u003Cp\u003EThis camera has the ability to shoot 4k video at 30 fps, along with the ability to live stream to Youtube directly from your camera. If you want a higher frame rate, you can get 120 fps with 1080p resolution. If you decide you want to use this camera to get photos as well as video, this device can shoot at 30 fps in RAW burst mode.\u003C\u002Fp\u003E",edition:e,dislike:"~ Lower megapixel than some cheaper competitors ~ Image stabilizer reduces image blur",hed:"Canon PowerShot G7 X MIII",imageCreditOverride:A,imageGroup:{alt:"placeholder-product-image-for-best-lists.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",credits:A,imageData:{id:"2148909e-ed9b-45f2-aeaa-1402b4fe759c",title:"Canon PowerShot G7 X MIII review | Best vlogging camera",filename:"canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F2148909e-ed9b-45f2-aeaa-1402b4fe759c\u002Fcanon-powershot-g7-x-miii-review-best-vlogging-camera.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",size:303879,width:1296,height:729,dateCreated:{date:"2022-08-12 15:49:51",timezone:"UTC",timezone_type:3},dateUpdated:{date:"2022-08-12 15:49:57",timezone:"UTC",timezone_type:3},needsModeration:d,mimeType:"image\u002Fjpeg",deleted:d,credits:c,alt:"Canon PowerShot G7 X MIII review | Best vlogging camera",restricted:d,startDate:c,endDate:c,preferred:d,watermark:d,doNotCrop:d,doNotResize:d,primaryCollection:c,vanityUrl:c,notes:c,crop:c,cropGravity:0,preservedRegion:c,isNew:d,keywords:[],primeColor:c,hasWarning:d,typeName:"content_image"},uuid:"2148909e-ed9b-45f2-aeaa-1402b4fe759c",imageAltText:"placeholder-product-image-for-best-lists.jpg",imageCaption:"\u003Cp\u003E\u003C\u002Fp\u003E",imageCredit:A,imageDoNotCrop:d,imageDoNotResize:d,imageWatermark:d,imageFilename:"canon-powershot-g7-x-miii-review-best-vlogging-camera.jpg",imageDateCreated:"2022\u002F08\u002F12",imageWidth:1296,imageHeight:729,imageParallax:e,imageCrop:e,imageEnlarge:d},like:"~ Fantastic fps in RAW burst mode ~ Lightweight camera ~ 8.3 fps continuous shooting",merchantOffers:[{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20",offerMerchant:A,offerPrice:"749",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002FCanon-PowerShot-Digital-Camera-Screen\u002Fdp\u002FB07TKNCQZL?tag=zdnet-buy-button-20"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value",offerMerchant:W,offerPrice:"749",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black\u002F6359935.p?skuId=6359935",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fcanon-powershot-g7-x-mark-iii-20-1-megapixel-digital-camera-black%2F6359935.p%3FskuId%3D6359935&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&afCampaignId=subid_value&afCreativeId=2993&afPlacementId=2",offerMerchant:"B&H",offerPrice:"749",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bhphotovideo.com\u002Fc\u002Fproduct\u002F1512529-REG\u002Fcanon_3637c026_powershot_g7_x_mark.html?ap=y&smp=y",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fgo.shopyourlikes.com\u002Fpi\u002Fad3e1e63d07060c00de9ea4a7e4b56e1a9e1d8d7?afId=614548&afCampaignId=subid_value&afCreativeId=2993&afPlacementId=2"}],shortcodeType:"listicle",subhed:"Best vlogging camera for Canon users",supplementalText:e,supplementalUrl:e,techProd:{family:[],id:"4c0593dd-1bd1-497b-b66f-f612e9960e0a",manufacturer:{id:275062,name:r,slug:"canon"},product:{cdId:c,cdModel:c,cdModelSlug:c,htopic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M,typePath:"Content:Content:Content:Content:Content",hPath:"Tech:Computing:Gadgets:Photography:Cameras",hslugPath:"tech:computing:gadgets:photography:cameras"},msrp:84999,catName:"Compact Digital Cameras",modelYear:c,hes:b,shortSpecs:[{val:["9.88 oz"],valSlug:["9-88"],name:"Weight",id:500357,slug:"dimensions-weight-weight"},{val:["2.4 in"],valSlug:["2-4"],name:"Height",id:500356,slug:"dimensions-weight-height"},{val:["1.6 in"],valSlug:["1-6"],name:"Depth",id:500355,slug:"dimensions-weight-depth"},{val:["4.2 in"],valSlug:["4-2"],name:"Width",id:500354,slug:"dimensions-weight-width"},{val:["16 mm (1.0\")"],valSlug:["16-mm-1-0"],name:"Optical Sensor Size (metric)",id:505364,slug:"optical-sensorld-optical-sensor"},{val:["20.1 megapixels"],valSlug:["20-1"],name:"Sensor Resolution",id:502638,slug:"optical-sensor-sensor-resolution"},{val:["CMOS"],valSlug:["cmos"],name:"Optical Sensor Type",id:500551,slug:"optical-sensor-optical-sensor"}],name:"Canon PowerShot G7 X Mark III - digital camera",sku:["3637c001"],slug:"canon-powershot-g7-x-mark-iii-digital-camera",topic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M}},reviews:c,resellers:[{cpc:34,id:300628,price:74999,name:W,tTag:"other",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6359935%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6359935.p%253Fcmp%253DRMX&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",weight:30},{cpc:12,id:278703,price:74900,name:"Crutchfield",tTag:"cxity",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc183P%2Fp_280G7X3K%2FCanon-PowerShot-G7-X-Mark-III-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&mid=58&cat_id=402&atom=10020&prod_id=12503936864&oid=10422020158&pos=1&b_id=18&bid_type=10&bamt=48cd9202db195e9b&cobrand=1&ppr=ae4e9ed0ee19d1aa&a=2c3f6b29acaed0dcadb3c1d120c24453&rf=af1&af_assettype_id=12&af_creative_id=2973&af_id=614548&af_placement_id=1&dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90",weight:30}],slugs:{product:{name:"canon-powershot-g7-x-mark-iii-digital-camera",type:"product",addDate:{date:"2019-07-14 11:27:19",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1563103.639}},seoUrl:{name:"canon-powershot-g7-x-mark-iii-digital-camera",type:"product",addDate:{date:"2019-07-14 11:27:19",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1563103.639}}},seoUrl:c,attributes:[{id:5057100,name:"Supported Memory Cards",slug:"supported-memory-cards",val:["SD Memory Card, SDXC Memory Card, SDHC Memory Card, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card"],valSlug:["sd-memory-card-sdxc"]},{id:501252,name:"Lens Type",slug:"flash-range-lens-type",val:["tele lens","wide lens"],valSlug:["tele-lens","wide-lens"]},{id:501250,name:"Flash Modes",slug:"camera-flash-flash-modes",val:["auto mode","fill-in mode","flash OFF mode","rear curtain sync","slow synchro"],valSlug:["auto-mode","fill-in-mode","flash-off-mode","rear-curtain-sync","slow-synchro"]},{id:508674,name:"Scan",slug:"scan",val:["progressive scan"],valSlug:["progressive-scan"]},{id:1111061,name:"Product Type",slug:"generalkd-product-type",val:["Digital camera - 4K - compact"],valSlug:["digital-camera-4k-compact"]},{id:501249,name:"Features",slug:"lens-system-features",val:["UA lens","UD glass","aspherical lens","built-in lens shield"],valSlug:["ua-lens","ud-glass","aspherical-lens","built-in-lens-shield"]},{id:5058885,name:"AE\u002FAF Control",slug:"ae-af-control",val:["Touch Area AF"],valSlug:["touch-area-af"]},{id:501518,name:"Exposure Metering",slug:"exposure-parameters-exposure-metering",val:["center-weighted","evaluative","spot"],valSlug:["center-weighted","evaluative","spot"]},{id:501517,name:"Auto Focus Points (Zones) Qty",slug:"auto-focus-auto-focus",val:["31"],valSlug:["31"]},{id:1110298,name:"CCS SKU",slug:"ccs-sku",val:["22209534"],valSlug:["22209534"]},{id:501516,name:"System",slug:"auto-focus-system",val:["TTL contrast detection"],valSlug:["ttl-contrast-detection"]},{id:502028,name:"Red-Eye Reduction",slug:"camera-flash-red-eye",val:["Yes"],valSlug:["yes"]},{id:501515,name:"Macro Focus Range",slug:"lens-system-macro-focus",val:["2 in - 19.7 in"],valSlug:["2-in-19-7"]},{id:501015,name:"Type",slug:"camera-flash-type",val:["pop-up flash"],valSlug:["pop-up-flash"]},{id:505364,name:"Optical Sensor Size (metric)",slug:"optical-sensorld-optical-sensor",val:["16 mm (1.0\")"],valSlug:["16-mm-1-0"]},{id:5057112,name:"Exposure Metering",slug:"exposure-whitejd-exposure-metering",val:["Evaluative, center-weighted, spot"],valSlug:["evaluative-center-weighted-spot"]},{id:5063770,name:"Digital Zoom",slug:"general-digital-zoom",val:["4x"],valSlug:["4x"]},{id:1102856,name:"Image Storage",slug:"memory-storage-image-storage",val:["RAW 5472 x 3648 ¦ JPEG 5472 x 3648 ¦ JPEG 3648 x 2432 ¦ JPEG 2736 x 1824 ¦ JPEG 2400 x 1600 ¦ JPEG 5472 x 3072 ¦ JPEG 3648 x 2048 ¦ JPEG 2736 x 1536 ¦ JPEG 2400 x 1344 ¦ JPEG 4864 x 3648 ¦ JPEG 3248 x 2432 ¦ JPEG 2432 x 1824 ¦ JPEG 2112 x 1600 ¦ JPEG 3648 x 3648 ¦ JPEG 2432 x 2432 ¦ JPEG 1824 x 1824 ¦ JPEG 1600 x 1600"],valSlug:["raw-5472-x-3648"]},{id:501022,name:"Features",slug:"camera-flash-features",val:["flash +\u002F- compensation"],valSlug:["flash-compensation"]},{id:501020,name:"Min Shooting Distance",slug:"flash-range-min-shooting",val:["1.3 ft","1.6 ft"],valSlug:["1-3","1-6"]},{id:5056086,name:"Display Format",slug:"display-format",val:["1,040,000 pixels"],valSlug:["1-040-000-pixels"]},{id:501019,name:"Max Shooting Distance",slug:"flash-range-max-shooting",val:["16.4 ft","25 ft"],valSlug:["16-4","25"]},{id:5072976,name:"HDR Mode",slug:"general-hdr-mode",val:["HDR Movie mode"],valSlug:["hdr-movie-mode"]},{id:500519,name:"Weight",slug:"dimensions-weightyc-weight",val:["10.7 oz","9.9 oz"],valSlug:["10-7","9-9"]},{id:504870,name:"ISO (Max)",slug:"video-input-iso-max",val:["25600"],valSlug:["25600"]},{id:510245,name:"Details",slug:"3848b-details",val:["camera only","camera with battery and memory card"],valSlug:["camera-only","camera-with-battery-and"]},{id:500260,name:"Digital Video Format",slug:"video-input-digital-video",val:["H.264"],valSlug:["h-264"]},{id:5064811,name:"Effective Sensor Resolution",slug:"general-effective-sensor-resolution",val:["20,100,000 pixels"],valSlug:["20-100-000-pixels"]},{id:500256,name:"Type",slug:"video-input-type",val:["digital camera"],valSlug:["digital-camera"]},{id:5058154,name:"Light Sensitivity",slug:"light-sensitivity",val:["ISO auto, ISO 25600, ISO 125-12800"],valSlug:["iso-auto-iso-25600"]},{id:5061216,name:"Memory Card Slot",slug:"memory-storage-memory-card",val:["SD card"],valSlug:["sd-card"]},{id:5056099,name:"Exposure Compensation",slug:"exposure-white-exposure-compensation",val:["±3 EV range, in 1\u002F3 EV steps"],valSlug:["3-ev-range-in"]},{id:5082489,name:"Features",slug:"a5488-features",val:["GPS support"],valSlug:["gps-support"]},{id:5064570,name:"Optical Sensor Size",slug:"general-optical-sensor-size",val:["1.0\""],valSlug:["1-0"]},{id:508222,name:"Continuous Shooting Speed",slug:"d949f-continuous-shooting-speed",val:["20 frames per second","30 frames per second","8 frames per second"],valSlug:["20-frames-per-second","30-frames-per-second","8-frames-per-second"]},{id:508220,name:"Digital Camera Type",slug:"834a2-digital-camera-type",val:["compact"],valSlug:["compact"]},{id:500539,name:"Image Resolution",slug:"still-image-image-resolution",val:["1600 x 1600","1824 x 1824","2112 x 1600","2400 x 1344","2400 x 1600","2432 x 1824","2432 x 2432","2736 x 1536","2736 x 1824","3248 x 2432","3648 x 2048","3648 x 2432","3648 x 3648","4864 x 3648","5472 x 3072","5472 x 3648"],valSlug:["1600-x-1600","1824-x-1824","2112-x-1600","2400-x-1344","2400-x-1600","2432-x-1824","2432-x-2432","2736-x-1536","2736-x-1824","3248-x-2432","3648-x-2048","3648-x-2432","3648-x-3648","4864-x-3648","5472-x-3072","5472-x-3648"]},{id:500538,name:"Features",slug:"video-input-features",val:["Auto Lighting Optimizer","Backlight Correction HDR","GPS via mobile","Panorama Capture","Time-Lapse recording","USB charging","histogram display","in-camera RAW processing"],valSlug:["auto-lighting-optimizer","backlight-correction-hdr","gps-via-mobile","panorama-capture","time-lapse-recording","usb-charging","histogram-display","in-camera-raw-processing"]},{id:5082480,name:"Optical Sensor Size",slug:"e34a8-optical-sensor-size",val:["1-inch"],valSlug:["1-inch"]},{id:500537,name:"Image Recording Format",slug:"video-input-image-recording",val:["JPEG","RAW","RAW + JPEG"],valSlug:["jpeg","raw","raw-jpeg"]},{id:500551,name:"Optical Sensor Type",slug:"optical-sensor-optical-sensor",val:["CMOS"],valSlug:["cmos"]},{id:5063181,name:"Width",slug:"dimensions-weightaa-width",val:["4.2 in"],valSlug:["4-2-in"]},{id:501830,name:"White Balance Presets",slug:"white-balancejd-white-balance",val:["cloudy","daylight","flash","fluorescent light (cool white)","incandescent","shade"],valSlug:["cloudy","daylight","flash","fluorescent-light-cool-white","incandescent","shade"]},{id:501829,name:"Exposure Modes",slug:"exposure-parameters-exposure-modes",val:["aperture-priority","automatic","bulb","manual","program","shutter-priority"],valSlug:["aperture-priority","automatic","bulb","manual","program","shutter-priority"]},{id:500548,name:"Light Sensitivity",slug:"video-input-light-sensitivity",val:["ISO 25600","ISO auto"],valSlug:["iso-25600","iso-auto"]},{id:500547,name:"Total Pixels",slug:"optical-sensor-total-pixels",val:["20900000 pixels"],valSlug:["20900000"]},{id:508226,name:"HDR Mode",slug:"hdr-mode",val:["HDR Movie mode"],valSlug:["hdr-movie-mode"]},{id:508225,name:"Image Stabilizer",slug:"da4af-image-stabilizer",val:["optical (Intelligent IS with 5-axis Advanced Dynamic Mode)"],valSlug:["optical-intelligent-is-with"]},{id:508224,name:"Built-in Optical Image Stabilizer",slug:"built-in-optical-image",val:["Yes"],valSlug:["yes"]},{id:501071,name:"Optical Zoom",slug:"lens-system-optical-zoom",val:["4.2 x"],valSlug:["4-2"]},{id:501580,name:"Min Shutter Speed",slug:"shutter-min-shutter-speed",val:["30 sec"],valSlug:["30"]},{id:1104731,name:"Battery Life Details",slug:"battery-battery-life-details",val:["Photo shooting - 235 shots ¦ Photo shooting - 320 shots (ECO mode) ¦ Playback - 5 hours"],valSlug:["photo-shooting-235-shots"]},{id:501579,name:"Exposure Compensation",slug:"exposure-parameters-exposure-compensation",val:["±3 EV range, in 1\u002F3 EV steps"],valSlug:["3-ev-range-in"]},{id:1000003,name:"ProductName",slug:"productname",val:["Canon PowerShot G7 X Mark III - digital camera"],valSlug:["canon-powershot-g7-x-mark-iii-digital-camera"]},{id:5061123,name:"Macro Focus Range",slug:"macro-focus-range",val:["2 in - 19.7 in"],valSlug:["2-in-19-7"]},{id:5058050,name:"Interface",slug:"general-interface",val:["HDMI, USB-C, IEEE 802.11b\u002Fg\u002Fn, Bluetooth 4.1"],valSlug:["hdmi-usb-c-ieee"]},{id:503383,name:"Details",slug:"supported-battery-details",val:["Li-ion rechargeable battery"],valSlug:["li-ion-rechargeable-battery"]},{id:503382,name:"Form Factor",slug:"supported-batteryjd-form-factor",val:["Canon NB-13L"],valSlug:["canon-nb-13l"]},{id:503381,name:"Quantity",slug:"supported-battery-quantity",val:["1"],valSlug:["1"]},{id:1102915,name:"Type",slug:"displaype-type",val:["3\" LCD display"],valSlug:["3-lcd-display"]},{id:5067038,name:"Optical Zoom",slug:"general-optical-zoom",val:["4.2x"],valSlug:["4-2x"]},{id:503379,name:"Manufacturer Battery Name",slug:"battery-manufacturer-battery-name",val:["Canon NB-13L"],valSlug:["canon-nb-13l"]},{id:5062169,name:"Zoom Adjustment",slug:"zoom-adjustment",val:["Motorized drive"],valSlug:["motorized-drive"]},{id:503378,name:"Battery Form Factor",slug:"battery-battery-form-factor",val:["manufacturer-specific"],valSlug:["manufacturer-specific"]},{id:508255,name:"Diagonal Size",slug:"484a3-diagonal-size",val:["3 in"],valSlug:["3"]},{id:1110088,name:"Effective Flash Range",slug:"camera-flash-effective-flash",val:["1.6 ft - 25 ft (wide lens) ¦ 1.3 ft - 16.4 ft (tele lens)"],valSlug:["1-6-ft-25"]},{id:508254,name:"Display Form Factor",slug:"ce483-display-form-factor",val:["folding"],valSlug:["folding"]},{id:508252,name:"Type",slug:"9b484-type",val:["LCD display"],valSlug:["lcd-display"]},{id:1110092,name:"Type",slug:"lens-systemjd1-type",val:["Zoom lens - 4.2x zoom - 8.8 - 36.8 mm - f\u002F1.8-2.8"],valSlug:["zoom-lens-4-2x"]},{id:5062160,name:"Focus Adjustment",slug:"lens-systemjd-focus-adjustment",val:["Automatic, manual"],valSlug:["automatic-manual"]},{id:503385,name:"Included",slug:"supported-battery-included",val:["included"],valSlug:["included"]},{id:503384,name:"Capacity",slug:"supported-battery-capacity",val:["1250 mAh"],valSlug:["1250"]},{id:5057839,name:"Weight",slug:"dimensions-weightab-weight",val:["9.88 oz"],valSlug:["9-88-oz"]},{id:700009,name:"MSRP",slug:"msrp",val:["849.99"],valSlug:["849-99"]},{id:1000044,name:"LinkModel",slug:"linkmodel",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6359935&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6359935%2Fpdp&intsrc=CATF_4831"],valSlug:["https-bestbuy-7tiv-net"]},{id:508259,name:"Features",slug:"774a6-features",val:["display brightness control"],valSlug:["display-brightness-control"]},{id:508258,name:"Touch Screen",slug:"7d490-touch-screen",val:["Yes"],valSlug:["yes"]},{id:5066792,name:"Auto Focus",slug:"general-auto-focus",val:["TTL contrast detection"],valSlug:["ttl-contrast-detection"]},{id:508257,name:"Display Format",slug:"60486-display-format",val:["1,040,000 pixels"],valSlug:["1-040-000-pixels"]},{id:1105526,name:"Provider SKU",slug:"asin",val:["6359935"],valSlug:["6359935"]},{id:508256,name:"Diagonal Size (metric)",slug:"754b9-diagonal-size-metric",val:["7.5 cm"],valSlug:["7-5"]},{id:5061930,name:"Continuous Shooting Speed",slug:"additional-features-continuous-shooting",val:["8 frames per second, 20 frames per second, 30 frames per second"],valSlug:["8-frames-per-second"]},{id:5064746,name:"White Balance",slug:"exposure-white-white-balance",val:["Custom, automatic, presets"],valSlug:["custom-automatic-presets"]},{id:502638,name:"Sensor Resolution",slug:"optical-sensor-sensor-resolution",val:["20.1 megapixels"],valSlug:["20-1"]},{id:505454,name:"Max Video Resolution",slug:"optical-sensor-max-video",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500332,name:"Technology",slug:"battery-technology",val:["lithium ion"],valSlug:["lithium-ion"]},{id:505452,name:"Image Processor",slug:"video-input-image-processor",val:["DIGIC 8"],valSlug:["digic-8"]},{id:5058598,name:"Humidity Range Operating",slug:"humidity-range-operating",val:["10 - 90%"],valSlug:["10-90"]},{id:5065249,name:"Auto Focus Points (Zones) Qty",slug:"general-auto-focus-points",val:["31"],valSlug:["31"]},{id:5072931,name:"ISO (Max)",slug:"iso-max",val:["25600"],valSlug:["25600"]},{id:508279,name:"Memory Card Slot",slug:"b6494-memory-card-slot",val:["SD card"],valSlug:["sd-card"]},{id:504182,name:"Audio Signal Format",slug:"pro-camcorder-audio-signal",val:["AAC"],valSlug:["aac"]},{id:5055800,name:"Digital Video Format",slug:"digital-video-format",val:["H.264"],valSlug:["h-264"]},{id:501375,name:"Effective Sensor Resolution",slug:"optical-sensor-effective-sensor",val:["20100000 pixels"],valSlug:["20100000"]},{id:500606,name:"Brand",slug:"header-brand",val:[r],valSlug:["canon"]},{id:5053236,name:"Optical Sensor Type",slug:"general-optical-sensor-type",val:["CMOS"],valSlug:["cmos"]},{id:5057588,name:"Exposure Modes",slug:"exposure-white-exposure-modes",val:["Program, bulb, automatic, manual, aperture-priority, shutter-priority"],valSlug:["program-bulb-automatic-manual"]},{id:5054007,name:"Flash Modes",slug:"flash-modes",val:["Fill-in mode, rear curtain sync, slow synchro, auto mode, flash OFF mode"],valSlug:["fill-in-mode-rear"]},{id:5066289,name:"White Balance Presets",slug:"white-balance-presets",val:["Incandescent, cloudy, flash, daylight, shade, fluorescent light (cool white)"],valSlug:["incandescent-cloudy-flash-daylight"]},{id:500600,name:"Product Line",slug:"header-product-line",val:["Canon PowerShot"],valSlug:["canon-powershot"]},{id:508280,name:"Supported Memory Cards",slug:"184bf-supported-memory-cards",val:["SD Memory Card","SDHC Memory Card","SDHC UHS-I Memory Card","SDXC Memory Card","SDXC UHS-I Memory Card"],valSlug:["sd-memory-card","sdhc-memory-card","sdhc-uhs-i-memory","sdxc-memory-card","sdxc-uhs-i-memory"]},{id:500359,name:"Max Operating Temperature",slug:"environmental-parameters-max-operating",val:["104 °F"],valSlug:["104"]},{id:500871,name:"Microphone Operation Mode",slug:"audio-inputke-microphone-operation",val:["stereo"],valSlug:["stereo"]},{id:508295,name:"Print Standard",slug:"print-standard",val:["DPOF support","Exif Print support","PictBridge support","direct print"],valSlug:["dpof-support","exif-print-support","pictbridge-support","direct-print"]},{id:1103504,name:"Battery Type",slug:"battery-battery-type",val:["Canon NB-13L lithium ion"],valSlug:["canon-nb-13l-lithium"]},{id:500358,name:"Min Operating Temperature",slug:"environmental-parameters-min-operating",val:["32 °F"],valSlug:["32"]},{id:508294,name:"Connectivity Features",slug:"connectivity-features",val:["Live streaming","Wireless Image Transfer"],valSlug:["live-streaming","wireless-image-transfer"]},{id:5061068,name:"Additional Features",slug:"additional-features-additional-features",val:["Histogram display, USB charging, Auto Lighting Optimizer, in-camera RAW processing, Backlight Correction HDR, Panorama Capture, Time-Lapse recording, GPS via mobile, RAW burst mode, vertical video support"],valSlug:["histogram-display-usb-charging"]},{id:500357,name:"Weight",slug:"dimensions-weight-weight",val:["9.88 oz"],valSlug:["9-88"]},{id:5064911,name:"Image Recording Format",slug:"general-image-recording-format",val:["JPEG, RAW, RAW + JPEG"],valSlug:["jpeg-raw-raw-jpeg"]},{id:500356,name:"Height",slug:"dimensions-weight-height",val:["2.4 in"],valSlug:["2-4"]},{id:500355,name:"Depth",slug:"dimensions-weight-depth",val:["1.6 in"],valSlug:["1-6"]},{id:500354,name:"Width",slug:"dimensions-weight-width",val:["4.2 in"],valSlug:["4-2"]},{id:501377,name:"White Balance",slug:"white-balance-white-balance",val:["automatic","custom","presets"],valSlug:["automatic","custom","presets"]},{id:501376,name:"Optical Sensor Size",slug:"optical-sensorpb-optical-sensor",val:["1.0\""],valSlug:["1-0"]},{id:508288,name:"Wireless Interface",slug:"d34be-wireless-interface",val:["Bluetooth 4.1","IEEE 802.11b\u002Fg\u002Fn"],valSlug:["bluetooth-4-1","ieee-802-11b-g"]},{id:508303,name:"Auto Focus Features",slug:"auto-focus-features",val:["Focus Peaking function"],valSlug:["focus-peaking-function"]},{id:508302,name:"Bracketing Modes",slug:"bracketing-modes",val:["Flash Exposure Bracketing","focus bracketing"],valSlug:["flash-exposure-bracketing","focus-bracketing"]},{id:502412,name:"Frame Rate",slug:"video-capture-frame-rate",val:["119.9 frames per second","29.97 frames per second","30 frames per second","59.94 frames per second"],valSlug:["119-9","29-97","30","59-94"]},{id:1105307,name:"Marketing description",slug:"marketing-description",val:["Ideal for vloggers, bloggers and anyone posting content on line, the Canon PowerShot G7 X Mark III helps you look amazing with superb 4K video, a large 1-type sensor and 20.1MP photos - all in a super-portable design you can take anywhere."],valSlug:["ideal-for-vloggers-bloggers"]},{id:502411,name:"Image Resolution",slug:"video-capture-image-resolution",val:["1280 x 720","1920 x 1080","3840 x 2160"],valSlug:["1280-x-720","1920-x-1080","3840-x-2160"]},{id:500362,name:"Humidity Range Operating",slug:"environmental-parameters-humidity-range",val:["10 - 90%"],valSlug:["10-90"]},{id:502410,name:"Digital Video Format",slug:"video-capture-digital-video",val:["H.264"],valSlug:["h-264"]},{id:5066717,name:"Image Stabilizer",slug:"general-image-stabilizer",val:["Optical (Intelligent IS with 5-axis Advanced Dynamic Mode)"],valSlug:["optical-intelligent-is-with"]},{id:500373,name:"Color",slug:"miscellaneous-color",val:["black"],valSlug:["black"]},{id:5059551,name:"Features",slug:"lens-systemlb-features",val:["UD glass, built-in lens shield, aspherical lens, UA lens"],valSlug:["ud-glass-built-in"]},{id:5055707,name:"Display Features",slug:"displayjd-display-features",val:["Display brightness control"],valSlug:["display-brightness-control"]},{id:5061850,name:"Max Video Resolution",slug:"max-video-resolution",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:501917,name:"AE\u002FAF Control",slug:"auto-focus-ae-af",val:["Touch Area AF"],valSlug:["touch-area-af"]},{id:5058006,name:"Image Processor",slug:"image-processor",val:["DIGIC 8"],valSlug:["digic-8"]},{id:1103246,name:"Sensor Resolution",slug:"general-sensor-resolution",val:["20.1 Megapixel"],valSlug:["20-1-megapixel"]},{id:502424,name:"Self-Timer Delay",slug:"video-inputjd-self-timer",val:["10 sec","2 sec"],valSlug:["10-sec","2-sec"]},{id:1103503,name:"Details",slug:"battery-details",val:["Canon NB-13L Li-ion rechargeable battery - 1250 mAh (included)"],valSlug:["canon-nb-13l-li"]},{id:505767,name:"Details",slug:"battery-life-details",val:["ECO mode"],valSlug:["eco-mode"]},{id:5053933,name:"Camera Flash",slug:"camera-flash-camera-flash",val:["Pop-up flash"],valSlug:["pop-up-flash"]},{id:501414,name:"Type",slug:"connections-type",val:["HDMI output","USB",$],valSlug:["hdmi-output","usb",$]},{id:505766,name:"Battery Life",slug:"battery-life-battery-life",val:["235 shots","320 shots","5 hours"],valSlug:["235","320","5"]},{id:505765,name:"Usage Mode",slug:"battery-lifejd-usage-mode",val:["photo shooting","playback"],valSlug:["photo-shooting","playback"]},{id:100005,name:"UPC",slug:"upc",val:["0013803316063"],valSlug:["0013803316063"]},{id:502434,name:"Still Image Format",slug:"still-image-still-image",val:["JPEG","RAW"],valSlug:["jpeg","raw"]},{id:5053416,name:"Min Operating Temperature",slug:"min-operating-temperature",val:["32 °F"],valSlug:["32-f"]},{id:100007,name:"Manufacturer SKU",slug:"manufacturersku",val:["3637c001"],valSlug:["3637c001"]},{id:1109942,name:"Included Accessories",slug:"miscellaneousse-included-accessories",val:["Battery charger, wrist strap"],valSlug:["battery-charger-wrist-strap"]},{id:5057003,name:"Min Shutter Speed",slug:"min-shutter-speed",val:["30 sec"],valSlug:["30-sec"]},{id:5059300,name:"Audio Signal Format",slug:"audio-signal-format",val:["AAC"],valSlug:["aac"]},{id:500652,name:"Digital Zoom",slug:"video-input-digital-zoom",val:["4 x"],valSlug:["4"]},{id:505001,name:"High-Definition Video Support",slug:"camcorder-features-high-definition",val:["4K"],valSlug:["4k"]},{id:5053923,name:"Max Operating Temperature",slug:"environmental-parametersaa-max-operating",val:["104 °F"],valSlug:["104-f"]},{id:501416,name:"Connector Type",slug:"connections-connector-type",val:["19 pin micro HDMI Type D","USB Type-C","mini-phone 3.5 mm"],valSlug:["19-pin-micro-hdmi","usb-type-c","mini-phone-3-5"]},{id:5061858,name:"Features",slug:"camera-flashjd-features",val:["Flash +\u002F- compensation"],valSlug:["flash-compensation"]},{id:100019,name:"Image File Name\u002FLocation",slug:"image-file-name-location",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6359\u002F6359935_sd.jpg"],valSlug:["https-pisces-bbystatic-com"]},{id:100020,name:"CDS SKU",slug:"cds-sku",val:["s22209534"],valSlug:["s22209534"]},{id:5057269,name:"Depth",slug:"dimensions-weightab-depth",val:["1.6 in"],valSlug:["1-6-in"]},{id:505287,name:"Face Detection",slug:"video-input-face-detection",val:["Yes"],valSlug:["yes"]},{id:501443,name:"Included Accessories",slug:"miscellaneous-included-accessories",val:["battery charger","wrist strap"],valSlug:["battery-charger","wrist-strap"]},{id:505795,name:"Color Category",slug:"miscellaneous-product-color",val:["black"],valSlug:["black"]},{id:501442,name:"Zoom Adjustment",slug:"lens-system-zoom-adjustment",val:["motorized drive"],valSlug:["motorized-drive"]},{id:5053064,name:"Enclosure Color",slug:"general-enclosure-color",val:["Black"],valSlug:["black"]},{id:501441,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-system-focal-length",val:["24 m"],valSlug:["24"]},{id:5072778,name:"Auto Focus Features",slug:"general-auto-focus-features",val:["Focus Peaking function"],valSlug:["focus-peaking-function"]},{id:505807,name:"Interfaces Provided",slug:"video-input-av-interfaces",val:["HDMI","USB-C"],valSlug:["hdmi","usb-c"]},{id:5072775,name:"Bracketing Modes",slug:"exposure-white-bracketing-modes",val:["Focus bracketing, Flash Exposure Bracketing"],valSlug:["focus-bracketing-flash-exposure"]},{id:5058182,name:"Max Shutter Speed",slug:"max-shutter-speed",val:["1\u002F25600 sec"],valSlug:["1-25600-sec"]},{id:500694,name:"Packaged Quantity",slug:"header-packaged-quantity",val:["1"],valSlug:["1"]},{id:1109954,name:"Touch Screen",slug:"displayjf-touch-screen",val:["Yes"],valSlug:["yes"]},{id:505811,name:"Color Category",slug:"miscellaneouspf-product-color",val:["black"],valSlug:["black"]},{id:5066393,name:"Display Form Factor",slug:"displayjk-display-form-factor",val:["Folding"],valSlug:["folding"]},{id:505808,name:"Face Detection Detalis",slug:"video-inputjd-face-detection",val:["Face Detection AF\u002FAE"],valSlug:["face-detection-af-ae"]},{id:5072532,name:"Print Standard",slug:"general-print-standard",val:["Direct print, DPOF support, Exif Print support, PictBridge support"],valSlug:["direct-print-dpof-support"]},{id:5056150,name:"Microphone Operation Mode",slug:"microphone-operation-mode",val:["Stereo"],valSlug:["stereo"]},{id:5058706,name:"Total Pixels",slug:"general-total-pixels",val:["20,900,000 pixels"],valSlug:["20-900-000-pixels"]},{id:1102585,name:"Lens Construction",slug:"lens-system-lens-construction",val:["9 groups \u002F 11 elements"],valSlug:["9-groups-11-elements"]},{id:1105657,name:"Video Capture",slug:"memory-storage-video-capture",val:["H.264 - 3840 x 2160 p - 30 fps ¦ H.264 - 1920 x 1080 p - 119.9 fps ¦ H.264 - 1920 x 1080 p - 59.94 fps ¦ H.264 - 1920 x 1080 p - 29.97 fps ¦ H.264 - 1280 x 720 p - 59.94 fps"],valSlug:["h-264-3840-x"]},{id:1111034,name:"Connector Type",slug:"connectionske-connector-type",val:["USB (USB Type-C) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone 3.5 mm)"],valSlug:["usb-usb-type-c"]},{id:508652,name:"Frame Rate (Max Resolution)",slug:"frame-rate-max-resolution",val:["30 fps"],valSlug:["30"]},{id:500983,name:"Lens Aperture",slug:"lens-system-lens-aperture",val:["f\u002F1.8-2.8"],valSlug:["f-1-8-2"]},{id:500981,name:"Type",slug:"lens-system-type",val:["zoom lens"],valSlug:["zoom-lens"]},{id:5053631,name:"Face Detection",slug:"face-detection",val:["Face Detection AF\u002FAE","Yes"],valSlug:["face-detection-af-ae","yes"]},{id:500990,name:"Element Qty",slug:"lens-system-element-qty",val:["11"],valSlug:["11"]},{id:500989,name:"Group Qty",slug:"lens-system-group-qty",val:["9"],valSlug:["9"]},{id:5068727,name:"Min Focus Distance",slug:"lens-systemjd6a4b2-min-focus",val:["2 in"],valSlug:["2-in"]},{id:500987,name:"Focus Adjustment",slug:"lens-system-focus-adjustment",val:["automatic","manual"],valSlug:["automatic","manual"]},{id:5061553,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-systemjdcc48d-focal-length",val:["24 - 100mm"],valSlug:["24-100mm"]},{id:500986,name:"Min Focus Distance",slug:"lens-system-min-focus",val:["2 in"],valSlug:["2"]},{id:500985,name:"Max Focal Length",slug:"lens-system-max-focal",val:["36.8 mm"],valSlug:["36-8"]},{id:5057203,name:"Height",slug:"dimensions-weightab-height",val:["2.4 in"],valSlug:["2-4-in"]},{id:500984,name:"Min Focal Length",slug:"lens-system-min-focal",val:["8.8 mm"],valSlug:["8-8"]}],images:[{id:"da54fa97-04dd-4d4b-ba20-d1d7304eb593",val:[],valSlug:[]}],priceSummary:{editionId:0,low:74900,high:74999,avg:74950,median:74950,numOffers:2,grade:10,modDate:{date:"2023-01-06 13:44:39",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1673012.679},lowRId:278703,lowUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Frd.bizrate.com\u002Frd?t=https%3A%2F%2Fwww.crutchfield.com%2FI-rbizc183P%2Fp_280G7X3K%2FCanon-PowerShot-G7-X-Mark-III-Black.html%3Fcnxclid%3DSZ_REDIRECT_ID&mid=58&cat_id=402&atom=10020&prod_id=12503936864&oid=10422020158&pos=1&b_id=18&bid_type=10&bamt=48cd9202db195e9b&cobrand=1&ppr=ae4e9ed0ee19d1aa&a=2c3f6b29acaed0dcadb3c1d120c24453&rf=af1&af_assettype_id=12&af_creative_id=2973&af_id=614548&af_placement_id=1&dv=d8026767e80d58ca428915c8a32ee0b82a744a2f54955e90",lowUuid:"4c0593dd-1bd1-497b-b66f-f612e9960e0a",msrp:84999},specs:c},usePricing:b},{uuid:"28bcdbaa-5709-4f9b-8692-254e58c00053",creditCardData:c,description:"\u003Cp\u003E\u003Cstrong\u003ESpecs:&nbsp;\u003C\u002Fstrong\u003E\u003Cstrong\u003EMegapixels:\u003C\u002Fstrong\u003E&nbsp;21 MP |&nbsp;\u003Cstrong\u003EBody weight:\u003C\u002Fstrong\u003E&nbsp;.65 pounds |&nbsp;\u003Cstrong\u003EDigital zoom:\u003C\u002Fstrong\u003E&nbsp;44x |&nbsp;\u003Cstrong\u003EVideo resolution:\u003C\u002Fstrong\u003E&nbsp;4k |&nbsp;\u003Cstrong\u003EFrames per second:\u003C\u002Fstrong\u003E&nbsp;Up to 120 fps\u003C\u002Fp\u003E\u003Cp\u003EWhen spending your dollar on a vlogging camera, you should take into account all the other things you can use the camera for. Whether it be landscape photography, sports photography, or videography, versatility is key in the camera industry. With capability to shoot up to 21 fps in continuous shooting, this camera is for more than just video.\u003C\u002Fp\u003E\u003Cp\u003EThis camera features shutter speeds ranging from 30- 1\u002F32000 and a burst rate of 24 fps to create incredible opportunities to capture moving objects. Like most other cameras on this list, this device features a 3-inch LCD touchscreen that's adjustable so you can see what you're filming.&nbsp;\u003C\u002Fp\u003E",edition:e,dislike:"~ Poor battery life ~ Subpar stabilization",hed:"Sony ZV-1",imageCreditOverride:e,imageGroup:{alt:"placeholder-product-image-for-best-lists.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",credits:e,imageData:{id:"39dddeb8-142b-49f9-876c-44545a3a1bd9",title:"Sony ZV-1 review | Best vlogging camera",filename:"sony-zv-1-review-best-vlogging-camera.jpg",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F12\u002F39dddeb8-142b-49f9-876c-44545a3a1bd9\u002Fsony-zv-1-review-best-vlogging-camera.jpg",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",size:340227,width:1296,height:729,dateCreated:{date:"2022-08-12 15:50:14",timezone:"UTC",timezone_type:3},dateUpdated:{date:"2022-08-12 15:50:19",timezone:"UTC",timezone_type:3},needsModeration:d,mimeType:"image\u002Fjpeg",deleted:d,credits:c,alt:"Sony ZV-1 review | Best vlogging camera",restricted:d,startDate:c,endDate:c,preferred:d,watermark:d,doNotCrop:d,doNotResize:d,primaryCollection:c,vanityUrl:c,notes:c,crop:c,cropGravity:0,preservedRegion:c,isNew:d,keywords:[],primeColor:c,hasWarning:d,typeName:"content_image"},uuid:"39dddeb8-142b-49f9-876c-44545a3a1bd9",imageAltText:"placeholder-product-image-for-best-lists.jpg",imageCaption:"\u003Cp\u003E\u003C\u002Fp\u003E",imageCredit:e,imageDoNotCrop:d,imageDoNotResize:d,imageWatermark:d,imageFilename:"sony-zv-1-review-best-vlogging-camera.jpg",imageDateCreated:"2022\u002F08\u002F12",imageWidth:1296,imageHeight:729,imageParallax:e,imageCrop:e,imageEnlarge:d},like:"~ 21 fps for continuous shooting ~ 44x digital zoom and 2.7x optical zoom ~ Great autofocus",merchantOffers:[{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20",offerMerchant:A,offerPrice:"648",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D?tag=zdnet-buy-button-20"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value",offerMerchant:W,offerPrice:"700",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.bestbuy.com\u002Fsite\u002Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black\u002F6415933.p?",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsony-zv-1-20-1-megapixel-digital-camera-for-content-creators-and-vloggers-black%2F6415933.p%3F&publisher_slug=zdnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=subid_value"},{useMonetization:b,monetizedUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b",offerMerchant:i,offerPrice:"700",monetizationStatus:"on",rawUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.anrdoezrs.net\u002Flinks\u002F9041660\u002Ftype\u002Fdlg\u002Fsid\u002Fsubid_value\u002Fhttps:\u002F\u002Felectronics.sony.com\u002Fimaging\u002Fcompact-cameras\u002Fall-compact-cameras\u002Fp\u002Fdczv1-b"}],shortcodeType:"listicle",subhed:"Best vlogging camera for versatility",supplementalText:e,supplementalUrl:e,techProd:{family:[],id:"c16a30b4-c2fd-4a20-be55-6cbed576c1fb",manufacturer:{id:275235,name:i,slug:"sony"},product:{cdId:c,cdModel:c,cdModelSlug:c,htopic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M,typePath:"Content:Content:Content:Content:Content",hPath:"Tech:Computing:Gadgets:Photography:Cameras",hslugPath:"tech:computing:gadgets:photography:cameras"},msrp:74999,catName:"Compact Digital Cameras",modelYear:c,hes:b,shortSpecs:[{val:["9.42 oz"],valSlug:["9-42"],name:"Weight",id:500357,slug:"dimensions-weight-weight"},{val:["limited warranty"],valSlug:["limited-warranty"],name:"Type",id:500381,slug:"service-support-type"},{val:["2.4 in"],valSlug:["2-4"],name:"Height",id:500356,slug:"dimensions-weight-height"},{val:["1.7 in"],valSlug:["1-7"],name:"Depth",id:500355,slug:"dimensions-weight-depth"},{val:["4.2 in"],valSlug:["4-2"],name:"Width",id:500354,slug:"dimensions-weight-width"},{val:["8.8 x 13.2 mm"],valSlug:["8-8-x-13"],name:"Optical Sensor Size (metric)",id:505364,slug:"optical-sensorld-optical-sensor"},{val:["20.1 megapixels"],valSlug:["20-1"],name:"Sensor Resolution",id:502638,slug:"optical-sensor-sensor-resolution"},{val:["Exmor RS CMOS"],valSlug:["exmor-rs-cmos"],name:"Optical Sensor Type",id:500551,slug:"optical-sensor-optical-sensor"}],name:"Sony ZV-1 - digital camera - ZEISS",sku:["DCZV1\u002FB"],slug:"sony-zv-1-digital-camera-zeiss",topic:{id:e,slug:"cameras",name:N,typeName:e,uuid:M}},reviews:c,resellers:[{cpc:35,id:300346,price:74800,name:A,tTag:"amazon",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fassoc-redirect.amazon.com\u002Fg\u002Fr\u002Fhttps:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB08965JV8D\u002Fref=asc_df_B08965JV8D1673002800000?tag=cnet-ce-20&creative=395261&creativeASIN=B08965JV8D&linkCode=asn",weight:30},{cpc:34,id:300628,price:74999,name:W,tTag:"other",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F376373%2F633495%2F10014%3Fprodsku%3D6415933%26u%3Dhttp%253A%252F%252Fwww.bestbuy.com%252Fsite%252F-%252F6415933.p%253Fcmp%253DRMX&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",weight:30},{cpc:33,id:303151,price:74800,name:"Target",tTag:"other",url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fgoto.target.com%2Fc%2F376373%2F1036126%2F2092%3Fprodsku%3D84301471%26u%3Dhttps%253A%252F%252Fwww.target.com%252Fp%252Fsony-zv-1-camera-for-content-creators-and-vloggers%252F-%252FA-84301471%26intsrc%3DCATF_8031&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",weight:30}],slugs:{product:{name:"sony-zv-1-digital-camera-zeiss",type:"product",addDate:{date:"2020-05-30 10:25:30",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1590834.33}},seoUrl:{name:"sony-zv-1-digital-camera-zeiss",type:"product",addDate:{date:"2020-05-30 10:25:30",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1590834.33}}},seoUrl:c,attributes:[{id:5057100,name:"Supported Memory Cards",slug:"supported-memory-cards",val:["Memory Stick Duo, SD Memory Card, Memory Stick PRO Duo, SDXC Memory Card, SDHC Memory Card, Memory Stick PRO-HG Duo, Memory Stick Micro Mark2, SDHC UHS-I Memory Card, SDXC UHS-I Memory Card"],valSlug:["memory-stick-duo-sd"]},{id:508674,name:"Scan",slug:"scan",val:["interlaced","progressive scan"],valSlug:["interlaced","progressive-scan"]},{id:501249,name:"Features",slug:"lens-system-features",val:["AA (advanced aspherical) lens","T* coating","aspherical lens","built-in lens shield","built-in neutral density filter"],valSlug:["aa-advanced-aspherical-lens","t-coating","aspherical-lens","built-in-lens-shield","built-in-neutral-density"]},{id:5058885,name:"AE\u002FAF Control",slug:"ae-af-control",val:["Subject-tracking AF, Eye detection AF, Real-time Eye AF, Touch AF"],valSlug:["subject-tracking-af-eye"]},{id:501518,name:"Exposure Metering",slug:"exposure-parameters-exposure-metering",val:["average","center-weighted","highlight-weighted","multi-segment","spot"],valSlug:["average","center-weighted","highlight-weighted","multi-segment","spot"]},{id:501517,name:"Auto Focus Points (Zones) Qty",slug:"auto-focus-auto-focus",val:["425"],valSlug:["425"]},{id:1110298,name:"CCS SKU",slug:"ccs-sku",val:["23527320"],valSlug:["23527320"]},{id:501516,name:"System",slug:"auto-focus-system",val:["TTL contrast and phase detection"],valSlug:["ttl-contrast-and-phase"]},{id:505364,name:"Optical Sensor Size (metric)",slug:"optical-sensorld-optical-sensor",val:["8.8 x 13.2 mm"],valSlug:["8-8-x-13"]},{id:1110019,name:"Release date",slug:"3-release-date",val:["2020-05-26"],valSlug:["2020-05-26"]},{id:5057112,name:"Exposure Metering",slug:"exposure-whitejd-exposure-metering",val:["Multi-segment, center-weighted, spot, average, highlight-weighted"],valSlug:["multi-segment-center-weighted"]},{id:503312,name:"Lens Series",slug:"lens-system-lens-series",val:["Vario-Sonnar T*"],valSlug:["vario-sonnar-t"]},{id:1102857,name:"Exposure Range",slug:"exposure-white-exposure-range",val:["EV 0-24 (ISO 100)"],valSlug:["ev-0-24-iso"]},{id:5056086,name:"Display Format",slug:"display-format",val:["921,600 pixels"],valSlug:["921-600-pixels"]},{id:1110031,name:"Type",slug:"displayld-type",val:["3\" LCD display"],valSlug:["3-lcd-display"]},{id:500519,name:"Weight",slug:"dimensions-weightyc-weight",val:["10.4 oz","9.4 oz"],valSlug:["10-4","9-4"]},{id:504870,name:"ISO (Max)",slug:"video-input-iso-max",val:["25600"],valSlug:["25600"]},{id:510245,name:"Details",slug:"3848b-details",val:["camera only","camera with battery and memory card"],valSlug:["camera-only","camera-with-battery-and"]},{id:500260,name:"Digital Video Format",slug:"video-input-digital-video",val:["AVCHD","XAVC S"],valSlug:["avchd","xavc-s"]},{id:5064811,name:"Effective Sensor Resolution",slug:"general-effective-sensor-resolution",val:["20,100,000 pixels"],valSlug:["20-100-000-pixels"]},{id:500256,name:"Type",slug:"video-input-type",val:["digital camera"],valSlug:["digital-camera"]},{id:5058154,name:"Light Sensitivity",slug:"light-sensitivity",val:["ISO 80, ISO 64, ISO auto (100-12800), ISO 25600, ISO 100-12800"],valSlug:["iso-80-iso-64"]},{id:5061216,name:"Memory Card Slot",slug:"memory-storage-memory-card",val:["Memory Stick Duo card, Memory Stick PRO Duo card, SD card"],valSlug:["memory-stick-duo-card"]},{id:5056099,name:"Exposure Compensation",slug:"exposure-white-exposure-compensation",val:["±3 EV range, in 1\u002F3 EV steps"],valSlug:["3-ev-range-in"]},{id:501559,name:"Shipping Weight",slug:"dimensions-weight-shipping-weight",val:["17.92 oz"],valSlug:["17-92"]},{id:501558,name:"Shipping Height",slug:"dimensions-weight-shipping-height",val:["4.6 in"],valSlug:["4-6"]},{id:501557,name:"Shipping Depth",slug:"dimensions-weight-shipping-depth",val:["3 in"],valSlug:["3"]},{id:501556,name:"Shipping Width",slug:"dimensions-weight-shipping-width",val:["6.1 in"],valSlug:["6-1"]},{id:5082489,name:"Features",slug:"a5488-features",val:["Auto power save"],valSlug:["auto-power-save"]},{id:5064570,name:"Optical Sensor Size",slug:"general-optical-sensor-size",val:["1.0\""],valSlug:["1-0"]},{id:508222,name:"Continuous Shooting Speed",slug:"d949f-continuous-shooting-speed",val:["10 frames per second","24 frames per second","3 frames per second"],valSlug:["10-frames-per-second","24-frames-per-second","3-frames-per-second"]},{id:508220,name:"Digital Camera Type",slug:"834a2-digital-camera-type",val:["compact"],valSlug:["compact"]},{id:500538,name:"Features",slug:"video-input-features",val:["BRAVIA Sync function","Clear Image Zoom","High ISO NR","Motion Snapshot","RGB primary color filter","Sweep Panorama technology","USB charging","auto power save","built-in help guide","camera orientation detection","digital image rotation","interval shooting mode","noise reduction over long exposures","slow motion recording","takes photos while movie recording"],valSlug:["bravia-sync-function","clear-image-zoom","high-iso-nr","motion-snapshot","rgb-primary-color-filter","sweep-panorama-technology","usb-charging","auto-power-save","built-in-help-guide","camera-orientation-detection","digital-image-rotation","interval-shooting-mode","noise-reduction-over-long","slow-motion-recording","takes-photos-while-movie"]},{id:5082480,name:"Optical Sensor Size",slug:"e34a8-optical-sensor-size",val:["1-inch"],valSlug:["1-inch"]},{id:500537,name:"Image Recording Format",slug:"video-input-image-recording",val:["JPEG","RAW","RAW + JPEG"],valSlug:["jpeg","raw","raw-jpeg"]},{id:500551,name:"Optical Sensor Type",slug:"optical-sensor-optical-sensor",val:["Exmor RS CMOS"],valSlug:["exmor-rs-cmos"]},{id:5063181,name:"Width",slug:"dimensions-weightaa-width",val:["4.2 in"],valSlug:["4-2-in"]},{id:501830,name:"White Balance Presets",slug:"white-balancejd-white-balance",val:["cloudy","daylight","flash","fluorescent light (cool white)","fluorescent light (daylight white)","fluorescent light (daylight)","fluorescent light (warm white)","incandescent","shade","underwater"],valSlug:["cloudy","daylight","flash","fluorescent-light-cool-white","fluorescent-light-daylight-white","fluorescent-light-daylight","fluorescent-light-warm-white","incandescent","shade","underwater"]},{id:501573,name:"Lens Brand",slug:"lens-system-lens-brand",val:["ZEISS"],valSlug:["zeiss"]},{id:501829,name:"Exposure Modes",slug:"exposure-parameters-exposure-modes",val:["aperture-priority","automatic","bulb","manual","program","shutter-priority"],valSlug:["aperture-priority","automatic","bulb","manual","program","shutter-priority"]},{id:500548,name:"Light Sensitivity",slug:"video-input-light-sensitivity",val:["ISO 100-12800","ISO 25600","ISO 64","ISO 80","ISO auto (100-12800)"],valSlug:["iso-100-12800","iso-25600","iso-64","iso-80","iso-auto-100-12800"]},{id:500547,name:"Total Pixels",slug:"optical-sensor-total-pixels",val:["21000000 pixels"],valSlug:["21000000"]},{id:508225,name:"Image Stabilizer",slug:"da4af-image-stabilizer",val:["optical (Steady Shot with Active Mode)"],valSlug:["optical-steady-shot-with"]},{id:508224,name:"Built-in Optical Image Stabilizer",slug:"built-in-optical-image",val:["Yes"],valSlug:["yes"]},{id:501071,name:"Optical Zoom",slug:"lens-system-optical-zoom",val:["2.7 x"],valSlug:["2-7"]},{id:1109848,name:"Product Type",slug:"generalac-product-type",val:["Digital camera - 4K - compact"],valSlug:["digital-camera-4k-compact"]},{id:500556,name:"Viewfinder Type",slug:"viewfinder-viewfinder-type",val:["none"],valSlug:["none"]},{id:501580,name:"Min Shutter Speed",slug:"shutter-min-shutter-speed",val:["30 sec"],valSlug:["30"]},{id:1104731,name:"Battery Life Details",slug:"battery-battery-life-details",val:["Photo shooting - 260 shots (LCD Monitor on) ¦ Photo shooting - 410 shots (LCD Monitor off) ¦ Video recording - 75 minutes"],valSlug:["photo-shooting-260-shots"]},{id:501579,name:"Exposure Compensation",slug:"exposure-parameters-exposure-compensation",val:["±3 EV range, in 1\u002F3 EV steps"],valSlug:["3-ev-range-in"]},{id:1000003,name:"ProductName",slug:"productname",val:["Sony ZV-1 - digital camera - ZEISS"],valSlug:["sony-zv-1-digital-camera-zeiss"]},{id:5058050,name:"Interface",slug:"general-interface",val:["HDMI, USB 2.0, Wireless LAN"],valSlug:["hdmi-usb-2-0"]},{id:503383,name:"Details",slug:"supported-battery-details",val:["Li-ion rechargeable battery"],valSlug:["li-ion-rechargeable-battery"]},{id:503382,name:"Form Factor",slug:"supported-batteryjd-form-factor",val:["Sony NP-BX1"],valSlug:["sony-np-bx1"]},{id:503381,name:"Quantity",slug:"supported-battery-quantity",val:["1"],valSlug:["1"]},{id:5067038,name:"Optical Zoom",slug:"general-optical-zoom",val:["2.7x"],valSlug:["2-7x"]},{id:503379,name:"Manufacturer Battery Name",slug:"battery-manufacturer-battery-name",val:["Sony NP-BX1"],valSlug:["sony-np-bx1"]},{id:5062169,name:"Zoom Adjustment",slug:"zoom-adjustment",val:["Motorized drive"],valSlug:["motorized-drive"]},{id:503378,name:"Battery Form Factor",slug:"battery-battery-form-factor",val:["manufacturer-specific"],valSlug:["manufacturer-specific"]},{id:508255,name:"Diagonal Size",slug:"484a3-diagonal-size",val:["3 in"],valSlug:["3"]},{id:500830,name:"Body Material",slug:"miscellaneous-body-material",val:["aluminum","plastic"],valSlug:["aluminum","plastic"]},{id:508252,name:"Type",slug:"9b484-type",val:["LCD display"],valSlug:["lcd-display"]},{id:1110092,name:"Type",slug:"lens-systemjd1-type",val:["ZEISS zoom lens - 2.7x zoom - 9.4 - 25.7 mm - f\u002F1.8-2.8 Vario-Sonnar T*"],valSlug:["zeiss-zoom-lens-2"]},{id:5062160,name:"Focus Adjustment",slug:"lens-systemjd-focus-adjustment",val:["Automatic, manual"],valSlug:["automatic-manual"]},{id:503385,name:"Included",slug:"supported-battery-included",val:["included"],valSlug:["included"]},{id:503384,name:"Capacity",slug:"supported-battery-capacity",val:["1240 mAh"],valSlug:["1240"]},{id:5057839,name:"Weight",slug:"dimensions-weightab-weight",val:["9.42 oz"],valSlug:["9-42-oz"]},{id:700009,name:"MSRP",slug:"msrp",val:["749.99"],valSlug:["749-99"]},{id:1000044,name:"LinkModel",slug:"linkmodel",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fbestbuy.7tiv.net\u002Fc\u002F159047\u002F633495\u002F10014?prodsku=6415933&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6415933%2Fpdp&intsrc=CATF_4831"],valSlug:["https-bestbuy-7tiv-net"]},{id:508259,name:"Features",slug:"774a6-features",val:["TRILUMINOS Color technology","display brightness control"],valSlug:["triluminos-color-technology","display-brightness-control"]},{id:508258,name:"Touch Screen",slug:"7d490-touch-screen",val:["Yes"],valSlug:["yes"]},{id:5066792,name:"Auto Focus",slug:"general-auto-focus",val:["TTL contrast and phase detection"],valSlug:["ttl-contrast-and-phase"]},{id:508257,name:"Display Format",slug:"60486-display-format",val:["921,600 pixels"],valSlug:["921-600-pixels"]},{id:1105526,name:"Provider SKU",slug:"asin",val:["6415933"],valSlug:["6415933"]},{id:508256,name:"Diagonal Size (metric)",slug:"754b9-diagonal-size-metric",val:["7.5 cm"],valSlug:["7-5"]},{id:5061930,name:"Continuous Shooting Speed",slug:"additional-features-continuous-shooting",val:["3 frames per second, 10 frames per second, 24 frames per second"],valSlug:["3-frames-per-second"]},{id:5064746,name:"White Balance",slug:"exposure-white-white-balance",val:["Custom, automatic, presets"],valSlug:["custom-automatic-presets"]},{id:502638,name:"Sensor Resolution",slug:"optical-sensor-sensor-resolution",val:["20.1 megapixels"],valSlug:["20-1"]},{id:505454,name:"Max Video Resolution",slug:"optical-sensor-max-video",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500332,name:"Technology",slug:"battery-technology",val:["lithium ion"],valSlug:["lithium-ion"]},{id:505452,name:"Image Processor",slug:"video-input-image-processor",val:["BIONZ X"],valSlug:["bionz-x"]},{id:5065249,name:"Auto Focus Points (Zones) Qty",slug:"general-auto-focus-points",val:["425"],valSlug:["425"]},{id:5072931,name:"ISO (Max)",slug:"iso-max",val:["25600"],valSlug:["25600"]},{id:508279,name:"Memory Card Slot",slug:"b6494-memory-card-slot",val:["Memory Stick Duo card","Memory Stick PRO Duo card","SD card"],valSlug:["memory-stick-duo-card","memory-stick-pro-duo","sd-card"]},{id:5055800,name:"Digital Video Format",slug:"digital-video-format",val:["AVCHD, XAVC S"],valSlug:["avchd-xavc-s"]},{id:501375,name:"Effective Sensor Resolution",slug:"optical-sensor-effective-sensor",val:["20100000 pixels"],valSlug:["20100000"]},{id:500606,name:"Brand",slug:"header-brand",val:[i],valSlug:["sony"]},{id:5053236,name:"Optical Sensor Type",slug:"general-optical-sensor-type",val:["Exmor RS CMOS"],valSlug:["exmor-rs-cmos"]},{id:5057588,name:"Exposure Modes",slug:"exposure-white-exposure-modes",val:["Program, bulb, automatic, manual, aperture-priority, shutter-priority"],valSlug:["program-bulb-automatic-manual"]},{id:5066289,name:"White Balance Presets",slug:"white-balance-presets",val:["Incandescent, cloudy, flash, daylight, shade, fluorescent light (cool white), fluorescent light (daylight), fluorescent light (warm white), underwater, fluorescent light (daylight white)"],valSlug:["incandescent-cloudy-flash-daylight"]},{id:500600,name:"Product Line",slug:"header-product-line",val:[i],valSlug:["sony"]},{id:508280,name:"Supported Memory Cards",slug:"184bf-supported-memory-cards",val:["Memory Stick Duo","Memory Stick Micro Mark2","Memory Stick PRO Duo","Memory Stick PRO-HG Duo","SD Memory Card","SDHC Memory Card","SDHC UHS-I Memory Card","SDXC Memory Card","SDXC UHS-I Memory Card"],valSlug:["memory-stick-duo","memory-stick-micro-mark2","memory-stick-pro-duo","memory-stick-pro-hg","sd-memory-card","sdhc-memory-card","sdhc-uhs-i-memory","sdxc-memory-card","sdxc-uhs-i-memory"]},{id:500359,name:"Max Operating Temperature",slug:"environmental-parameters-max-operating",val:["104 °F"],valSlug:["104"]},{id:500871,name:"Microphone Operation Mode",slug:"audio-inputke-microphone-operation",val:["stereo"],valSlug:["stereo"]},{id:508295,name:"Print Standard",slug:"print-standard",val:["DPOF support","Exif Print support"],valSlug:["dpof-support","exif-print-support"]},{id:1103504,name:"Battery Type",slug:"battery-battery-type",val:["Sony NP-BX1 lithium ion"],valSlug:["sony-np-bx1-lithium"]},{id:500358,name:"Min Operating Temperature",slug:"environmental-parameters-min-operating",val:["32 °F"],valSlug:["32"]},{id:508294,name:"Connectivity Features",slug:"connectivity-features",val:["remote control via mobile devices","remote live view"],valSlug:["remote-control-via-mobile","remote-live-view"]},{id:5061068,name:"Additional Features",slug:"additional-features-additional-features",val:["RGB primary color filter, auto power save, digital image rotation, camera orientation detection, Sweep Panorama technology, interval shooting mode, takes photos while movie recording, USB charging, built-in help guide, High ISO NR, Motion Snapshot, Clear Image Zoom, noise reduction over long exposures, BRAVIA Sync function, slow motion recording, Background Defocus function"],valSlug:["rgb-primary-color-filter"]},{id:500357,name:"Weight",slug:"dimensions-weight-weight",val:["9.42 oz"],valSlug:["9-42"]},{id:5064911,name:"Image Recording Format",slug:"general-image-recording-format",val:["JPEG, RAW, RAW + JPEG"],valSlug:["jpeg-raw-raw-jpeg"]},{id:500356,name:"Height",slug:"dimensions-weight-height",val:["2.4 in"],valSlug:["2-4"]},{id:500355,name:"Depth",slug:"dimensions-weight-depth",val:["1.7 in"],valSlug:["1-7"]},{id:500354,name:"Width",slug:"dimensions-weight-width",val:["4.2 in"],valSlug:["4-2"]},{id:501377,name:"White Balance",slug:"white-balance-white-balance",val:["automatic","custom","presets"],valSlug:["automatic","custom","presets"]},{id:501376,name:"Optical Sensor Size",slug:"optical-sensorpb-optical-sensor",val:["1.0\""],valSlug:["1-0"]},{id:508288,name:"Wireless Interface",slug:"d34be-wireless-interface",val:["Wireless LAN"],valSlug:["wireless-lan"]},{id:508303,name:"Auto Focus Features",slug:"auto-focus-features",val:["Focus Peaking function"],valSlug:["focus-peaking-function"]},{id:508302,name:"Bracketing Modes",slug:"bracketing-modes",val:["Dynamic Range Bracketing","white balance bracketing"],valSlug:["dynamic-range-bracketing","white-balance-bracketing"]},{id:5070532,name:"Lens Included",slug:"lens-included",val:["ZEISS"],valSlug:["zeiss"]},{id:1105307,name:"Marketing description",slug:"marketing-description",val:["The ZV-1 is designed for content creation with a selfie-friendly vari-angle LCD screen, body grip, and a recording lamp. A directional 3-capsule mic with wind screen picks up your voice clearly with less wind noise; and the Bokeh switch and Product Showcase Setting make videos more interesting with less effort."],valSlug:["the-zv-1-is"]},{id:502411,name:"Image Resolution",slug:"video-capture-image-resolution",val:["1920 x 1080","3840 x 2160"],valSlug:["1920-x-1080","3840-x-2160"]},{id:502410,name:"Digital Video Format",slug:"video-capture-digital-video",val:["AVCHD","XAVC S","XAVC S HD"],valSlug:["avchd","xavc-s","xavc-s-hd"]},{id:1105536,name:"Service & Support",slug:"manufacturer-warrantyab1-service-support",val:["Limited warranty - parts and labor - 1 year"],valSlug:["limited-warranty-parts-and"]},{id:5066717,name:"Image Stabilizer",slug:"general-image-stabilizer",val:["Optical (Steady Shot with Active Mode)"],valSlug:["optical-steady-shot-with"]},{id:500373,name:"Color",slug:"miscellaneous-color",val:["black"],valSlug:["black"]},{id:5059551,name:"Features",slug:"lens-systemlb-features",val:["Built-in lens shield, aspherical lens, built-in neutral density filter, AA (advanced aspherical) lens, T* coating"],valSlug:["built-in-lens-shield"]},{id:5055707,name:"Display Features",slug:"displayjd-display-features",val:["Display brightness control, TRILUMINOS Color technology"],valSlug:["display-brightness-control-triluminos"]},{id:502416,name:"White Balance Bracketing",slug:"white-balancejd1-white-balance",val:["Yes"],valSlug:["yes"]},{id:5061850,name:"Max Video Resolution",slug:"max-video-resolution",val:["3840 x 2160"],valSlug:["3840-x-2160"]},{id:500382,name:"Service Included",slug:"service-support-service-included",val:["parts and labor"],valSlug:["parts-and-labor"]},{id:500381,name:"Type",slug:"service-support-type",val:["limited warranty"],valSlug:["limited-warranty"]},{id:501917,name:"AE\u002FAF Control",slug:"auto-focus-ae-af",val:["Eye detection AF","Subject-tracking AF"],valSlug:["eye-detection-af","subject-tracking-af"]},{id:5058006,name:"Image Processor",slug:"image-processor",val:["BIONZ X"],valSlug:["bionz-x"]},{id:1103246,name:"Sensor Resolution",slug:"general-sensor-resolution",val:["20.1 Megapixel"],valSlug:["20-1-megapixel"]},{id:5053395,name:"Flash Terminal",slug:"flash-terminal",val:["Hot shoe"],valSlug:["hot-shoe"]},{id:1103503,name:"Details",slug:"battery-details",val:["Sony NP-BX1 Li-ion rechargeable battery - 1240 mAh (included)"],valSlug:["sony-np-bx1-li"]},{id:505767,name:"Details",slug:"battery-life-details",val:["LCD Monitor off","LCD Monitor on"],valSlug:["lcd-monitor-off","lcd-monitor-on"]},{id:501414,name:"Type",slug:"connections-type",val:["HDMI output","USB 2.0",$],valSlug:["hdmi-output","usb-2-0",$]},{id:505766,name:"Battery Life",slug:"battery-life-battery-life",val:["260 shots","410 shots","75 minutes"],valSlug:["260","410","75"]},{id:505765,name:"Usage Mode",slug:"battery-lifejd-usage-mode",val:["photo shooting","video recording"],valSlug:["photo-shooting","video-recording"]},{id:100005,name:"UPC",slug:"upc",val:["0027242920552"],valSlug:["0027242920552"]},{id:5053416,name:"Min Operating Temperature",slug:"min-operating-temperature",val:["32 °F"],valSlug:["32-f"]},{id:100007,name:"Manufacturer SKU",slug:"manufacturersku",val:["DCZV1\u002FB"],valSlug:["dczv1b"]},{id:5057003,name:"Min Shutter Speed",slug:"min-shutter-speed",val:["30 sec"],valSlug:["30-sec"]},{id:500384,name:"Full Contract Period",slug:"service-support-full-contract",val:["1 year"],valSlug:["1-year"]},{id:5065189,name:"Shooting Programs",slug:"shooting-programs",val:["Landscape, portrait mode, macro, night portrait, pet, fireworks, night scene, sports mode, sunset, high sensitivity, handheld twilight, gourmet, anti-motion blur"],valSlug:["landscape-portrait-mode-macro"]},{id:505001,name:"High-Definition Video Support",slug:"camcorder-features-high-definition",val:["4K"],valSlug:["4k"]},{id:5053923,name:"Max Operating Temperature",slug:"environmental-parametersaa-max-operating",val:["104 °F"],valSlug:["104-f"]},{id:501416,name:"Connector Type",slug:"connections-connector-type",val:["19 pin micro HDMI Type D","5 pin Micro-USB Type B","mini-phone stereo 3.5 mm"],valSlug:["19-pin-micro-hdmi","5-pin-micro-usb","mini-phone-stereo-3"]},{id:100019,name:"Image File Name\u002FLocation",slug:"image-file-name-location",val:["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fpisces.bbystatic.com\u002Fprescaled\u002F500\u002F500\u002Fimage2\u002FBestBuy_US\u002Fimages\u002Fproducts\u002F6415\u002F6415933_sd.jpg"],valSlug:["https-pisces-bbystatic-com"]},{id:100020,name:"CDS SKU",slug:"cds-sku",val:["S23527320"],valSlug:["s23527320"]},{id:501936,name:"Flash Terminal",slug:"video-input-flash-terminal",val:["hot shoe"],valSlug:["hot-shoe"]},{id:5057269,name:"Depth",slug:"dimensions-weightab-depth",val:["1.7 in"],valSlug:["1-7-in"]},{id:1109677,name:"Included Accessories",slug:"miscellaneousre-included-accessories",val:["Carrying strap, wind screen, micro-USB cable, wind screen adapter"],valSlug:["carrying-strap-wind-screen"]},{id:505287,name:"Face Detection",slug:"video-input-face-detection",val:["Yes"],valSlug:["yes"]},{id:501445,name:"Sensitivity",slug:"exposure-range-sensitivity",val:["ISO 100"],valSlug:["iso-100"]},{id:501443,name:"Included Accessories",slug:"miscellaneous-included-accessories",val:["carrying strap","micro-USB cable","wind screen","wind screen adapter"],valSlug:["carrying-strap","micro-usb-cable","wind-screen","wind-screen-adapter"]},{id:505795,name:"Color Category",slug:"miscellaneous-product-color",val:["black"],valSlug:["black"]},{id:501442,name:"Zoom Adjustment",slug:"lens-system-zoom-adjustment",val:["motorized drive"],valSlug:["motorized-drive"]},{id:5053064,name:"Enclosure Color",slug:"general-enclosure-color",val:["Black"],valSlug:["black"]},{id:501441,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-system-focal-length",val:["24 m"],valSlug:["24"]},{id:5057674,name:"Special Effects",slug:"special-effects",val:["Soft Focus, Illustration, Miniature, Retro, partial color, Toy camera, Posterization, High contrast monochrome, Pop Color, HDR Painting, Rich-tone monochrome, Soft High-key"],valSlug:["soft-focus-illustration-miniature"]},{id:5072778,name:"Auto Focus Features",slug:"general-auto-focus-features",val:["Focus Peaking function"],valSlug:["focus-peaking-function"]},{id:505807,name:"Interfaces Provided",slug:"video-input-av-interfaces",val:["HDMI","USB 2.0"],valSlug:["hdmi","usb-2-0"]},{id:500430,name:"Type",slug:"service-supportpi-type",val:["1 year warranty "],valSlug:["1-year-warranty"]},{id:5072775,name:"Bracketing Modes",slug:"exposure-white-bracketing-modes",val:["Dynamic Range Bracketing, white balance bracketing"],valSlug:["dynamic-range-bracketing-white"]},{id:5058182,name:"Max Shutter Speed",slug:"max-shutter-speed",val:["1\u002F32000 sec"],valSlug:["1-32000-sec"]},{id:501207,name:"Special Effects",slug:"video-input-special-effects",val:["HDR Painting","High contrast monochrome","Illustration","Miniature","Pop Color","Posterization","Retro","Rich-tone monochrome","Soft Focus","Soft High-key","Toy camera","partial color"],valSlug:["hdr-painting","high-contrast-monochrome","illustration","miniature","pop-color","posterization","retro","rich-tone-monochrome","soft-focus","soft-high-key","toy-camera","partial-color"]},{id:500694,name:"Packaged Quantity",slug:"header-packaged-quantity",val:["1"],valSlug:["1"]},{id:501206,name:"Shooting Programs",slug:"exposure-parameters-shooting-programs",val:["anti-motion blur","fireworks","gourmet","handheld twilight","high sensitivity","landscape","macro","night portrait","night scene","pet","portrait mode","sports mode","sunset"],valSlug:["anti-motion-blur","fireworks","gourmet","handheld-twilight","high-sensitivity","landscape","macro","night-portrait","night-scene","pet","portrait-mode","sports-mode","sunset"]},{id:1109954,name:"Touch Screen",slug:"displayjf-touch-screen",val:["Yes"],valSlug:["yes"]},{id:505811,name:"Color Category",slug:"miscellaneouspf-product-color",val:["black"],valSlug:["black"]},{id:1110212,name:"Body Material",slug:"miscellaneouspf-body-material",val:["Plastic, aluminum"],valSlug:["plastic-aluminum"]},{id:5066393,name:"Display Form Factor",slug:"displayjk-display-form-factor",val:["Folding (176°) \u002F rotating (270°)"],valSlug:["folding-176-rotating-270"]},{id:505808,name:"Face Detection Detalis",slug:"video-inputjd-face-detection",val:["Face Detection AF\u002FAE","Smile Shutter"],valSlug:["face-detection-af-ae","smile-shutter"]},{id:5061781,name:"Max View Angle",slug:"lens-systemlb-max-view",val:["84 degrees"],valSlug:["84-degrees"]},{id:5072532,name:"Print Standard",slug:"general-print-standard",val:["DPOF support, Exif Print support"],valSlug:["dpof-support-exif-print"]},{id:5056150,name:"Microphone Operation Mode",slug:"microphone-operation-mode",val:["Stereo"],valSlug:["stereo"]},{id:501208,name:"Max Shutter Speed",slug:"shutter-max-shutter-speed",val:["1\u002F32000 sec"],valSlug:["1-32000"]},{id:5058706,name:"Total Pixels",slug:"general-total-pixels",val:["21,000,000 pixels"],valSlug:["21-000-000-pixels"]},{id:1102839,name:"Connector Type",slug:"connectionsma-connector-type",val:["USB 2.0 (5 pin Micro-USB Type B) ¦ HDMI output (19 pin micro HDMI Type D) ¦ Microphone (mini-phone stereo 3.5 mm)"],valSlug:["usb-2-0-5"]},{id:1102585,name:"Lens Construction",slug:"lens-system-lens-construction",val:["9 groups \u002F 10 elements"],valSlug:["9-groups-10-elements"]},{id:1105657,name:"Video Capture",slug:"memory-storage-video-capture",val:["XAVC S - 3840 x 2160 p ¦ XAVC S HD - 1920 x 1080 p ¦ AVCHD - 1920 x 1080 i"],valSlug:["xavc-s-3840-x"]},{id:508652,name:"Frame Rate (Max Resolution)",slug:"frame-rate-max-resolution",val:["30 fps"],valSlug:["30"]},{id:5061536,name:"Microphone Features",slug:"microphone-features",val:["3-mic system"],valSlug:["3-mic-system"]},{id:500983,name:"Lens Aperture",slug:"lens-system-lens-aperture",val:["f\u002F1.8-2.8"],valSlug:["f-1-8-2"]},{id:500981,name:"Type",slug:"lens-system-type",val:["zoom lens"],valSlug:["zoom-lens"]},{id:5053631,name:"Face Detection",slug:"face-detection",val:["Face Detection AF\u002FAE, Smile Shutter","Yes"],valSlug:["face-detection-af-ae","yes"]},{id:5057209,name:"White Balance Bracketing",slug:"white-balance-bracketing",val:["Yes"],valSlug:["yes"]},{id:500990,name:"Element Qty",slug:"lens-system-element-qty",val:["10"],valSlug:["10"]},{id:500989,name:"Group Qty",slug:"lens-system-group-qty",val:["9"],valSlug:["9"]},{id:5068727,name:"Min Focus Distance",slug:"lens-systemjd6a4b2-min-focus",val:["2 in"],valSlug:["2-in"]},{id:500988,name:"Max View Angle",slug:"lens-system-max-view",val:["84 degrees"],valSlug:["84"]},{id:500987,name:"Focus Adjustment",slug:"lens-system-focus-adjustment",val:["automatic","manual"],valSlug:["automatic","manual"]},{id:5061553,name:"Focal Length Equivalent to 35mm Camera",slug:"lens-systemjdcc48d-focal-length",val:["24 - 70mm"],valSlug:["24-70mm"]},{id:500986,name:"Min Focus Distance",slug:"lens-system-min-focus",val:["2 in"],valSlug:["2"]},{id:500985,name:"Max Focal Length",slug:"lens-system-max-focal",val:["25.7 mm"],valSlug:["25-7"]},{id:5057203,name:"Height",slug:"dimensions-weightab-height",val:["2.4 in"],valSlug:["2-4-in"]},{id:500984,name:"Min Focal Length",slug:"lens-system-min-focal",val:["9.4 mm"],valSlug:["9-4"]}],images:[{id:"b377b9bb-63ef-4d58-9776-3088e7c6cbe5",val:[],valSlug:[]}],priceSummary:{editionId:0,low:74800,high:74999,avg:74866,median:74800,numOffers:3,grade:10,modDate:{date:"2022-12-27 18:46:47",timezone_type:3,timezone:"UTC",secondsSinceEpoch:1672166.807},lowRId:303151,lowUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fshop-links.co\u002Flink\u002F?url=https%3A%2F%2Fgoto.target.com%2Fc%2F376373%2F1036126%2F2092%3Fprodsku%3D84301471%26u%3Dhttps%253A%252F%252Fwww.target.com%252Fp%252Fsony-zv-1-camera-for-content-creators-and-vloggers%252F-%252FA-84301471%26intsrc%3DCATF_8031&publisher_slug=cnet&article_name=__ARTICLE_NAME__&article_url=__ARTICLE_URL__&exclusive=1&u1=[subid_value]",lowUuid:"c16a30b4-c2fd-4a20-be55-6cbed576c1fb",msrp:74999},specs:c},usePricing:b},{uuid:"8e068ed3-abb4-472a-a2c2-1ca8604bcf1d",creditCardData:c,description:"\u003Cp\u003EThe best vlogging camera is the Sony Alpha ZV-E10 due to its pristine video quality and ability to swap lenses. Though the camera is small in size, the technology engrained in this product is incredible. Like the Canon PowerShot G7 X MIII, this camera is mirrorless and has the capability to use multiple lenses to capture content.\u003C\u002Fp\u003E\u003Cp\u003EWhile yes, it is the best option in our opinion, there are plenty of options out there including GoPro and Canon products. Here's a table to compare the key features and prices of these best vlogging cameras.\u003C\u002Fp\u003E\u003Ctable\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EVlogging camera\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EPrice\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EMegapixels\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EBody weight\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony Alpha ZV-E10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$800\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E24.2 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.8 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EDJI Pocket 2\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$350\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E64 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.26 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EGoPro Hero10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$400\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E23 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.34 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ECanon PowerShot G7 X MIII\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$750\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E20.1 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.67 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony ZV-1\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E$648\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E21 MP\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E.65 pounds\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003C\u002Ftbody\u003E\u003C\u002Ftable\u003E",edition:e,dislike:e,hed:"What is the best vlogging camera?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"65474b26-90c2-4eee-bda5-a005bcbe6f10",creditCardData:c,description:"\u003Cp\u003EEach person has a different use for every product out there. Consider this chart before making your purchase to find out which vlogging camera is best for you.\u003C\u002Fp\u003E\u003Ctable\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EChoose this\u003C\u002Fstrong\u003E\u003Cstrong\u003E&nbsp;vlogging camera\u003C\u002Fstrong\u003E\u003Cstrong\u003E…\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003E\u003Cstrong\u003EIf you…\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony Alpha ZV-E10\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EAre serious about capturing video and want to create quality content\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EDJI Pocket 2\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EWant incredible camera quality at a fraction of the price and size of a typical camera\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003EGoPro Hero10 Black\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003ENeed a camera that can withstand the element of water, dirt, wind, and snow\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ECanon PowerShot G7 X MIII\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EAre a loyal Canon customer and want to continue with their line of products\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cp\u003ESony ZV-1\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003Ctd\u003E\u003Cp\u003EWant to use your camera for more than just video\u003C\u002Fp\u003E\u003C\u002Ftd\u003E\u003C\u002Ftr\u003E\u003C\u002Ftbody\u003E\u003C\u002Ftable\u003E",edition:e,dislike:e,hed:"Which is the right vlogging camera for you?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"023f67f2-1e4e-4603-921c-efe3f9fdd0e9",creditCardData:c,description:"\u003Cp\u003ESize, weight, camera quality, and price. These are just a few of the important details we looked at when selecting which vlogging camera is the best.&nbsp;\u003C\u002Fp\u003E\u003Cp\u003EI am fairly new to the \"professional\" photography realm, only buying my first DSLR just a few weeks ago. But, I've been shooting photography for over three years, so I know what to look for when deciding which camera to purchase.&nbsp;\u003C\u002Fp\u003E\u003Cp\u003EWhile these cameras aren't the DSLRs I'm used to, the technology within these cameras put them as solid alternatives for a casual photographer who wants an easily portable camera.&nbsp;\u003C\u002Fp\u003E",edition:e,dislike:e,hed:"How did we choose these vlogging cameras?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"e338db83-da68-4ce6-9398-b4683b088f84",creditCardData:c,description:"\u003Cp\u003ETo start vlogging, all you need is a camera and an SD card to store your footage. But, if you are serious about this form of content creation, you will likely need a tripod, editing software on your computer, an attachable microphone, as well as more minor accessories along the way.\u003C\u002Fp\u003E",edition:e,dislike:e,hed:"What equipment do you need for vlogging?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"1a69d0be-f6af-4943-ad92-a9fed6d28064",creditCardData:c,description:"\u003Cp\u003ELike all cameras, making sure your camera's megapixel count is high is the best starting point. Additionally, you'll want a camera that can handle the lowest aperture and shoot in 4k, or at least 1080p.\u003C\u002Fp\u003E",edition:e,dislike:e,hed:"What should I look for when buying a vlogging camera?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"cdb4d865-c9ed-437a-969c-f41b27684f88",creditCardData:c,description:"\u003Cp\u003EIn short, yes if you want good quality videos. Without a flip screen, you will be unable to see what your camera is pointing at.\u003C\u002Fp\u003E",edition:e,dislike:e,hed:"Do you need a flip screen for vlogging?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b},{uuid:"1555caca-a976-4e78-b5df-4435662a7042",creditCardData:c,description:"\u003Cp\u003EThe phrase, \"a photographer is only as good as his camera,\" couldn't be more false. While, yes, having an advanced, high-quality camera helps, it ultimately comes down to the person using the camera. While the five vlogging cameras included in this list are the best ones on the market, here are a couple alternatives to consider before making your purchase.\u003C\u002Fp\u003E",edition:e,dislike:e,hed:"Are there alternative vlogging cameras worth considering?",imageCreditOverride:e,imageGroup:{},like:e,merchantOffers:[],shortcodeType:"listicle",subhed:e,supplementalText:e,supplementalUrl:e,techProd:c,usePricing:b}],reviewCards:[],noIndex:d,promoDek:c,promoHed:"What is the best vlogging camera, and do you need a flip screen?",relAlternate:c,relHrefLang:c,relNext:c,relPrev:c,seoMetaDescription:c,seoNewsKeywords:c,seoOgDescription:c,seoOgImage:c,seoOgTitle:c,seoTwitterCreator:c,shortcodeTags:e,additionalShortcodeData:{showDisclosure:b,shortcodeCount:{total:16,commerce:15,pinbox:1}},site:m,titleTag:c,type:G,video:c,suppressAds:d,suppressBio:d,suppressComments:d}},{id:"67573ef1-8295-487e-bd00-0ad009fb7890",meta:{componentName:"recommended-content",componentDisplayName:"Recommended Content",componentType:"ContentList"},metadata:{},links:{self:{href:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcmg-prod.apigee.net\u002Fv1\u002Fxapi\u002Frecommendations\u002Fadmiral\u002Fzdnet\u002Fgenreco\u002Fd582c94f-6422-48f0-a40b-fa366086f9ba\u002Fweb?apiKey=hzY568JORMZcDzoFQ1ey5LBJuBS7DncX&componentName=recommended-content&componentDisplayName=Recommended%20Content&componentType=ContentList&content_type=article&boost=content_subtype%3Abest-list%3A2.0%2Ccontent_subtype%3Areview-single%3A1.75%2Ccontent_subtype%3Areview-multi%3A1.75%2Ccontent_subtype%3Anews-promo%3A1.75%2Ccontent_subtype%3Amisc-commerce%3A1.75&date_range=336&limit=5&hydrate=true"}},items:[{author:{id:"e7582209-1d56-45da-8e5c-6d042b18e212",username:"tclemons1",profileUrl:c,email:c,firstName:"Taylor",lastName:"Clemons",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"c646bb0f-81fb-4b32-97e3-e73a4d0d1f03",filename:"taylor-clemons.jpg",dateCreated:{created:c,date:"2022-08-05 15:37:46",timezone:"UTC",updated:c,published:c},alt:c,credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F05\u002Fc646bb0f-81fb-4b32-97e3-e73a4d0d1f03\u002Ftaylor-clemons.jpg",cropGravity:c,crop:c,typeName:c,imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:c},socialProfileIds:c,authorBio:"Taylor Clemons is a tech writer and reviewer based near Cleveland, OH. After graduating from Tiffin University in 2011, they spent several years in lawn and garden manufacturing before working on their own (now defunct) game review site, Steam Shovelers. From there, Taylor expanded into writing about consumer technology like televisions, home audio equipment, and smart home devices at Lifewire. Taylor's work can also be found at The Balance, TechRadar, Tom's Hardware, SPY.com, GameSkinny, IndieHangover, The Inventory, and Forbes.",profile:{authorBio:c,byline:c,authorDisclosure:c,awardsAndCredentials:c,bureau:c,education:c,expertise:c,id:c,title:c},title:"Staff Writer",bio:e,bureau:"US",authorDisclosure:c},body:e,gallery:c,category:c,children:c,contentType:q,contentUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fhome-and-office\u002Fhome-entertainment\u002Fbest-tv\u002F",coreImages:c,date:c,datePublished:{created:c,date:"2022-12-28 15:00:00",timezone:"UTC",updated:c,published:c},description:"Whether you're looking for a new main screen for family movie nights or a second TV for your bedroom or kids' playroom, it's easier and more affordable than ever to get your hands on a great 4K TV. We analyzed price, size, and panel type to find the best TVs currently on the market.",genreGroups:c,icon:e,nodeId:e,subCategory:c,id:"1df989ab-f2ff-4e47-929f-d3e376ba5085",image:{id:"c1988ff2-d588-4490-a1e1-a84f2fc89a6c",filename:"best-tv-cover-photo.jpg",dateCreated:{created:c,date:"2022-10-20 14:49:27",timezone:"UTC",updated:c,published:c},alt:"A TCL, LG, and Amazon Fire Omni TV on a green and yellow background",credits:"Taylor Clemons\u002FZDNET",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F10\u002F20\u002Fc1988ff2-d588-4490-a1e1-a84f2fc89a6c\u002Fbest-tv-cover-photo.jpg",cropGravity:0,crop:c,typeName:c,imageUrl:c,width:1296,height:720,bucketPath:c,bucketType:c,title:c},label:e,metaData:c,name:e,promoTitle:"Upgrade or future-proof your home theater with these awesome TVs",section:e,slug:"best-tv",startYear:c,summary:e,title:"The 5 best TVs of 2023",topics:[{id:"239fba33-cec9-4f4d-8408-a8feecb7f71e",slug:"tvs",name:"TVs",typeName:e,uuid:e,primary:b,topicPath:[]},{id:"35466bd1-f8e5-4cca-9c22-561ce4c0af03",slug:"smart-home",name:"Smart Home",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"9e387438-bfb1-47c2-a8a5-71be354f69de",slug:"home-entertainment",name:"Home Entertainment",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"a1897105-61bd-4610-abb3-4804906d4a9a",slug:"home-and-office",name:"Home & Office",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"a3279b29-677e-4133-9d9a-eb87332abb09",slug:"home-networking",name:"Home Networking",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"af36937c-c95c-4bf0-9c02-831f70ad9a0c",slug:"best-lists",name:"Best Lists",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[]}],hubTopicPathString:"Home & Office^Home Entertainment^TVs",type:e,typeName:y,url:e,isSponsored:d},{author:{id:"a0de22ce-dbed-419b-9a97-562689032701",username:"kwan2035",profileUrl:c,email:c,firstName:"June",lastName:"Wan",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"4cc4d03e-eeaf-4b0c-bb8a-63d34de6cc51",filename:"1549928918804.jpg",dateCreated:{created:c,date:"2022-06-03 20:04:44",timezone:"UTC",updated:c,published:c},alt:c,credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F06\u002F03\u002F4cc4d03e-eeaf-4b0c-bb8a-63d34de6cc51\u002F1549928918804.jpg",cropGravity:c,crop:c,typeName:c,imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:c},socialProfileIds:c,authorBio:"June serves as Technology Editor of ZDNET and is based in New York City. He reviews the latest consumer gadgets and shares advice to make the most out of them. When June isn't drooling over the next best thing, he's probably being let down by the Los Angeles Lakers.",profile:{authorBio:c,byline:c,authorDisclosure:c,awardsAndCredentials:c,bureau:c,education:c,expertise:c,id:c,title:c},title:"Technology Editor",bio:e,bureau:"US",authorDisclosure:c},body:e,gallery:c,category:c,children:c,contentType:q,contentUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Farticle\u002Fbest-samsung-phone\u002F",coreImages:c,date:c,datePublished:{created:c,date:"2023-01-02 15:00:00",timezone:"UTC",updated:c,published:c},description:"Samsung's smartphone catalog ranges from great-value budget phones to foldables that push the envelope of innovation. If you're ready to explore a new Galaxy, ZDNET has reviewed the top Samsung phones in 2023 to help you decide.",genreGroups:c,icon:e,nodeId:e,subCategory:c,id:"a80fde15-9e06-454b-af96-5c3c2c698200",image:{id:"7cfdc315-fe82-496a-af07-4f56833105cd",filename:"samsung-galaxy-z-flip-4-bespoke-all-colors-3.jpg",dateCreated:{created:c,date:"2022-08-31 03:10:38",timezone:"UTC",updated:c,published:c},alt:"20200206-samsung-reaction.jpg",credits:"Jason Hiner\u002FZDNET",caption:"\u003Cp\u003EOLYMPUS DIGITAL CAMERA\u003C\u002Fp\u003E",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F31\u002F7cfdc315-fe82-496a-af07-4f56833105cd\u002Fsamsung-galaxy-z-flip-4-bespoke-all-colors-3.jpg",cropGravity:0,crop:c,typeName:c,imageUrl:c,width:6000,height:3376,bucketPath:c,bucketType:c,title:c},label:e,metaData:c,name:e,promoTitle:"Which Samsung phone is the best, and how do the top models compare?",section:e,slug:"best-samsung-phone",startYear:c,summary:e,title:"The 5 best Samsung phones of 2023",topics:[{id:"1147b242-ec91-11e3-95d2-02911863765e",slug:"smartphones",name:"Smartphones",typeName:e,uuid:e,primary:b,topicPath:[]},{id:"1136d09c-ec91-11e3-95d2-02911863765e",slug:"samsung",name:"Samsung",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"af36937c-c95c-4bf0-9c02-831f70ad9a0c",slug:"best-lists",name:"Best Lists",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[]}],hubTopicPathString:"Innovation^Smartphones",type:e,typeName:y,url:e,isSponsored:d},{author:{id:"e7582209-1d56-45da-8e5c-6d042b18e212",username:"tclemons1",profileUrl:c,email:c,firstName:"Taylor",lastName:"Clemons",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"c646bb0f-81fb-4b32-97e3-e73a4d0d1f03",filename:"taylor-clemons.jpg",dateCreated:{created:c,date:"2022-08-05 15:37:46",timezone:"UTC",updated:c,published:c},alt:c,credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F05\u002Fc646bb0f-81fb-4b32-97e3-e73a4d0d1f03\u002Ftaylor-clemons.jpg",cropGravity:c,crop:c,typeName:c,imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:c},socialProfileIds:c,authorBio:"Taylor Clemons is a tech writer and reviewer based near Cleveland, OH. After graduating from Tiffin University in 2011, they spent several years in lawn and garden manufacturing before working on their own (now defunct) game review site, Steam Shovelers. From there, Taylor expanded into writing about consumer technology like televisions, home audio equipment, and smart home devices at Lifewire. Taylor's work can also be found at The Balance, TechRadar, Tom's Hardware, SPY.com, GameSkinny, IndieHangover, The Inventory, and Forbes.",profile:{authorBio:c,byline:c,authorDisclosure:c,awardsAndCredentials:c,bureau:c,education:c,expertise:c,id:c,title:c},title:"Staff Writer",bio:e,bureau:"US",authorDisclosure:c},body:e,gallery:c,category:c,children:c,contentType:q,contentUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fhome-and-office\u002Fhome-entertainment\u002Fbest-gaming-pc\u002F",coreImages:c,date:c,datePublished:{created:c,date:"2022-12-28 18:00:00",timezone:"UTC",updated:c,published:c},description:"A pre-built gaming PC can be a great way to get the exact rig that you need to reliably play your favorite games as well as the latest triple-A titles. They're also a good way to guarantee that you'll be able to get your hands on in-demand components like graphics cards and CPUs.",genreGroups:c,icon:e,nodeId:e,subCategory:c,id:"852e0d76-ec56-4740-ba3f-674b599c2258",image:{id:"51994d4e-df9a-4368-b0e4-753bbdd054d9",filename:"gaming-pc-cover-photo.jpg",dateCreated:{created:c,date:"2022-10-19 17:48:16",timezone:"UTC",updated:c,published:c},alt:"An Alienware Aurora, HP Omen 25L, and MSI MEG Trident X on a magenta background",credits:"Taylor Clemons\u002FZDNET",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F10\u002F19\u002F51994d4e-df9a-4368-b0e4-753bbdd054d9\u002Fgaming-pc-cover-photo.jpg",cropGravity:0,crop:c,typeName:c,imageUrl:c,width:1296,height:720,bucketPath:c,bucketType:c,title:c},label:e,metaData:c,name:e,promoTitle:"The best gaming PCs: Top rigs for pros, casual gamers, and creators",section:e,slug:"best-gaming-pc",startYear:c,summary:e,title:"The 5 best gaming PCs of 2023",topics:[{id:"eaece766-f666-4dd7-a912-a57ae1cbb714",slug:"gaming-devices",name:"Gaming Devices",typeName:e,uuid:e,primary:b,topicPath:[]},{id:"10666ed8-ec91-11e3-95d2-02911863765e",slug:"hardware",name:"Hardware",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"110769e8-ec91-11e3-95d2-02911863765e",slug:"pcs",name:"PCs",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"af36937c-c95c-4bf0-9c02-831f70ad9a0c",slug:"best-lists",name:"Best Lists",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[]}],hubTopicPathString:"Home & Office^Home Entertainment^Gaming^Gaming Devices",type:e,typeName:y,url:e,isSponsored:d},{author:{id:"a0de22ce-dbed-419b-9a97-562689032701",username:"kwan2035",profileUrl:c,email:c,firstName:"June",lastName:"Wan",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"4cc4d03e-eeaf-4b0c-bb8a-63d34de6cc51",filename:"1549928918804.jpg",dateCreated:{created:c,date:"2022-06-03 20:04:44",timezone:"UTC",updated:c,published:c},alt:c,credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F06\u002F03\u002F4cc4d03e-eeaf-4b0c-bb8a-63d34de6cc51\u002F1549928918804.jpg",cropGravity:c,crop:c,typeName:c,imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:c},socialProfileIds:c,authorBio:"June serves as Technology Editor of ZDNET and is based in New York City. He reviews the latest consumer gadgets and shares advice to make the most out of them. When June isn't drooling over the next best thing, he's probably being let down by the Los Angeles Lakers.",profile:{authorBio:c,byline:c,authorDisclosure:c,awardsAndCredentials:c,bureau:c,education:c,expertise:c,id:c,title:c},title:"Technology Editor",bio:e,bureau:"US",authorDisclosure:c},body:e,gallery:c,category:c,children:c,contentType:q,contentUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Farticle\u002Fbest-iphone\u002F",coreImages:c,date:c,datePublished:{created:c,date:"2022-12-29 13:20:00",timezone:"UTC",updated:c,published:c},description:"Apple's new iPhone 14 line brings fresh appeal, but older generations including the iPhone 13, iPhone 12, and iPhone SE are just as compelling to buy. We've tested the top iPhone models to help you find the right fit for your needs as well as your budget.",genreGroups:c,icon:e,nodeId:e,subCategory:c,id:"916805f8-c2e0-4841-88c0-26149f47b4c1",image:{id:"f2ab8e2c-de23-4ea0-8cb2-7f9ffb2d3c7f",filename:"iphone-14-pro-red-background.jpg",dateCreated:{created:c,date:"2022-09-22 21:22:20",timezone:"UTC",updated:c,published:c},alt:"iphone-12-models.png",credits:"Jason Cipriani\u002F ZDNet",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F09\u002F22\u002Ff2ab8e2c-de23-4ea0-8cb2-7f9ffb2d3c7f\u002Fiphone-14-pro-red-background.jpg",cropGravity:0,crop:c,typeName:c,imageUrl:c,width:6000,height:3376,bucketPath:c,bucketType:c,title:c},label:e,metaData:c,name:e,promoTitle:"Which iPhone is right for you and how do the different models compare?",section:e,slug:"best-iphone",startYear:c,summary:e,title:"The 5 best iPhone models of 2023",topics:[{id:"1093d9cb-ec91-11e3-95d2-02911863765e",slug:"iphone",name:"iPhone",typeName:e,uuid:e,primary:b,topicPath:[]},{id:"0fbd54d0-ec91-11e3-95d2-02911863765e",slug:"apple",name:"Apple",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"1147b242-ec91-11e3-95d2-02911863765e",slug:"smartphones",name:"Smartphones",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"57d5b2de-e901-4dd9-af48-ece44becc366",slug:"5g",name:"5G",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"af36937c-c95c-4bf0-9c02-831f70ad9a0c",slug:"best-lists",name:"Best Lists",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[]}],hubTopicPathString:"Innovation^Smartphones^iPhone",type:e,typeName:y,url:e,isSponsored:d},{author:{id:"e7582209-1d56-45da-8e5c-6d042b18e212",username:"tclemons1",profileUrl:c,email:c,firstName:"Taylor",lastName:"Clemons",jobTitle:c,dateCreated:{created:c,date:c,timezone:c,updated:c,published:c},image:{id:"c646bb0f-81fb-4b32-97e3-e73a4d0d1f03",filename:"taylor-clemons.jpg",dateCreated:{created:c,date:"2022-08-05 15:37:46",timezone:"UTC",updated:c,published:c},alt:c,credits:c,caption:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F08\u002F05\u002Fc646bb0f-81fb-4b32-97e3-e73a4d0d1f03\u002Ftaylor-clemons.jpg",cropGravity:c,crop:c,typeName:c,imageUrl:c,width:c,height:c,bucketPath:c,bucketType:c,title:c},socialProfileIds:c,authorBio:"Taylor Clemons is a tech writer and reviewer based near Cleveland, OH. After graduating from Tiffin University in 2011, they spent several years in lawn and garden manufacturing before working on their own (now defunct) game review site, Steam Shovelers. From there, Taylor expanded into writing about consumer technology like televisions, home audio equipment, and smart home devices at Lifewire. Taylor's work can also be found at The Balance, TechRadar, Tom's Hardware, SPY.com, GameSkinny, IndieHangover, The Inventory, and Forbes.",profile:{authorBio:c,byline:c,authorDisclosure:c,awardsAndCredentials:c,bureau:c,education:c,expertise:c,id:c,title:c},title:"Staff Writer",bio:e,bureau:"US",authorDisclosure:c},body:e,gallery:c,category:c,children:c,contentType:q,contentUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fhome-and-office\u002Fhome-entertainment\u002Fbest-oled-tv\u002F",coreImages:c,date:c,datePublished:{created:c,date:"2022-12-29 17:21:00",timezone:"UTC",updated:c,published:c},description:"An OLED TV can offer superior detailing, contrast, color volume, and overall picture quality. This makes them perfect for movie marathons with family and friends. We rounded up the best OLED TVs on the market -- and Samsung is a new contender.",genreGroups:c,icon:e,nodeId:e,subCategory:c,id:"9a11269a-2f39-4866-8515-637a4ef5a2f7",image:{id:"71bc10f0-0a2a-4495-b61a-b9ffc59be75c",filename:"oled-tv-cover-image.jpg",dateCreated:{created:c,date:"2022-10-25 20:12:26",timezone:"UTC",updated:c,published:c},alt:"An LG, Sony, and Vizio OLED TV on a blue and green background",credits:"Taylor Clemons\u002FZDNET",caption:"\u003Cp\u003E\u003C\u002Fp\u003E",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F10\u002F25\u002F71bc10f0-0a2a-4495-b61a-b9ffc59be75c\u002Foled-tv-cover-image.jpg",cropGravity:0,crop:c,typeName:c,imageUrl:c,width:1296,height:720,bucketPath:c,bucketType:c,title:c},label:e,metaData:c,name:e,promoTitle:"The best OLED TVs (and why they're so expensive)",section:e,slug:"best-oled-tv",startYear:c,summary:e,title:"The 5 best OLED TVs of 2023",topics:[{id:"239fba33-cec9-4f4d-8408-a8feecb7f71e",slug:"tvs",name:"TVs",typeName:e,uuid:e,primary:b,topicPath:[]},{id:"35466bd1-f8e5-4cca-9c22-561ce4c0af03",slug:"smart-home",name:"Smart Home",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"9e387438-bfb1-47c2-a8a5-71be354f69de",slug:"home-entertainment",name:"Home Entertainment",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"af36937c-c95c-4bf0-9c02-831f70ad9a0c",slug:"best-lists",name:"Best Lists",typeName:e,uuid:e,primary:d,topicPath:[]},{id:"f1f7db06-c6f9-4e80-8187-60ad48f035a1",slug:"zdnet-recommends",name:"ZDNET Recommends",typeName:e,uuid:e,primary:d,topicPath:[]}],hubTopicPathString:"Home & Office^Home Entertainment^TVs",type:e,typeName:y,url:e,isSponsored:d}],componentLabel:c,description:c,paging:c,slug:e,title:c,viewMoreText:c,viewMoreUrl:c},{id:"ad1df337-f233-41af-8ee6-5ed3c46cb145",meta:{componentName:"top-videos",componentDisplayName:"Top Videos",componentType:"VideoList"},metadata:{},links:{self:{href:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcmg-prod.apigee.net\u002Fv1\u002Fxapi\u002Fcomponents\u002Fzdnet\u002Flisting\u002Ffiltered\u002Ftop-videos\u002Fweb?apiKey=hzY568JORMZcDzoFQ1ey5LBJuBS7DncX&componentName=top-videos&componentDisplayName=Top%20Videos&componentType=VideoList"}},items:[{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F06\u002F10112f8e-fa33-49a7-b785-25a53e0a1bb9\u002F20230106-bestofces_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F06\u002F10112f8e-fa33-49a7-b785-25a53e0a1bb9\u002F20230106-bestofces_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"4cc5e607-4226-4321-a998-0d320409ca84",title:"Best of CES 2023: These innovations will reshape the future",slug:"best-of-ces-2023-these-innovations-will-reshape-the-future",description:c,image:{id:"9ac256c6-ebaf-4874-bd32-2e6cc482e6b9",filename:"zdxces-best2.jpg",dateCreated:{date:"2023-01-06 19:15:03",timezone:"UTC",timezone_type:3},alt:"zdxces-best2",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2023\u002F01\u002F06\u002F9ac256c6-ebaf-4874-bd32-2e6cc482e6b9\u002Fzdxces-best2.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1600,height:900,sType:c,mediaType:c},author:{id:"7fd4ad0a-8175-11e2-9d12-0018fe8a00b0",userName:"jhiner",firstName:"Jason",lastName:"Hiner",image:{id:"5289451f-02f9-4941-8358-81a842c1e05e",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:2228,metaData:{collection:{id:"4cc5e607-4226-4321-a998-0d320409ca84",title:"Best of CES 2023: These innovations will reshape the future",hide:c,description:"ZDNET's top picks aren't just products we liked, but ones that could make things better and inspire innovation in other products.",typeSlug:c},duration:2228,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-06 19:22:38",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-06 19:22:38",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F04\u002Fad914b0d-e579-4f2d-8007-3e5d2542e3da\u002F20220104-hiner-cessamsung_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F04\u002Fad914b0d-e579-4f2d-8007-3e5d2542e3da\u002F20220104-hiner-cessamsung_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"d4128ae4-822e-4fcc-b98f-d16b6c103d3d",title:"Samsung Knox Matrix wants to secure all the smart devices in your house",slug:"samsung-knox-matrix-wants-to-secure-all-the-smart-devices-in-your-house",description:c,image:{id:"62a8d14d-63c7-4a9d-becd-f075fb6e2773",filename:"samsung-knox-matrix-thumbnail.jpg",dateCreated:{date:"2023-01-04 22:17:38",timezone:"UTC",timezone_type:3},alt:"samsung-knox-matrix-thumbnail",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2023\u002F01\u002F04\u002F62a8d14d-63c7-4a9d-becd-f075fb6e2773\u002Fsamsung-knox-matrix-thumbnail.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1081,sType:c,mediaType:c},author:{id:"7fd4ad0a-8175-11e2-9d12-0018fe8a00b0",userName:"jhiner",firstName:"Jason",lastName:"Hiner",image:{id:"5289451f-02f9-4941-8358-81a842c1e05e",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:84,metaData:{collection:{id:"d4128ae4-822e-4fcc-b98f-d16b6c103d3d",title:"Samsung Knox Matrix wants to secure all the smart devices in your house",hide:c,description:"In an exclusive interview with ZDNET at CES 2023, Samsung security lead Shin Baik explains what Knox Matrix is and why Samsung plans to use it to secure more of the devices in your house.",typeSlug:c},duration:84,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-04 22:00:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-04 22:19:47",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F03\u002Fb4fa4b04-944e-48d2-b2c9-d82d6cf3772d\u002F20230103-hiner-cesintro_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2023\u002F01\u002F03\u002Fb4fa4b04-944e-48d2-b2c9-d82d6cf3772d\u002F20230103-hiner-cesintro_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"bc1689e8-9e50-4d23-b5c6-321323ffbb2a",title:"CES 2023: Keep an eye on these 4 things",slug:"ces-2023-keep-an-eye-on-these-4-things",description:c,image:{id:"e6101f7e-e8f8-49ba-9087-5ebc9a73a0e2",filename:"gettyimages-1237539178.jpg",dateCreated:{date:"2023-01-03 16:11:33",timezone:"UTC",timezone_type:3},alt:"gettyimages-1237539178",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2023\u002F01\u002F03\u002Fe6101f7e-e8f8-49ba-9087-5ebc9a73a0e2\u002Fgettyimages-1237539178.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1024,height:614,sType:c,mediaType:c},author:{id:"7fd4ad0a-8175-11e2-9d12-0018fe8a00b0",userName:"jhiner",firstName:"Jason",lastName:"Hiner",image:{id:"5289451f-02f9-4941-8358-81a842c1e05e",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:64,metaData:{collection:{id:"bc1689e8-9e50-4d23-b5c6-321323ffbb2a",title:"CES 2023: Keep an eye on these 4 things",hide:c,description:"The world's biggest tech event is back in 2023 and ZDNET is sniffing out the most important innovations.",typeSlug:c},duration:64,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-03 16:38:16",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 16:38:16",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F20\u002Ffeb46709-8622-45b6-b353-690c1f568d11\u002F20221220-cloud-hiner-fixed_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F20\u002Ffeb46709-8622-45b6-b353-690c1f568d11\u002F20221220-cloud-hiner-fixed_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"2a390cc0-69cf-4eb3-9fbb-51d1b25f7b36",title:"Analyst: The edge-to-cloud evolution is promising, when we overcome these challenges",slug:"the-edge-to-cloud-evolution-is-promising-when-we-overcome-these-challenges",description:c,image:{id:"976203f6-d704-4320-9337-9c31848a214c",filename:"getty-metamorworks-edge-computing.jpg",dateCreated:{date:"2022-12-20 15:47:53",timezone:"UTC",timezone_type:3},alt:"getty-metamorworks-edge-computing",credits:"Getty\u002Fmetamorworks",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F20\u002F976203f6-d704-4320-9337-9c31848a214c\u002Fgetty-metamorworks-edge-computing.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:2381,height:1259,sType:c,mediaType:c},author:{id:"7fd4ad0a-8175-11e2-9d12-0018fe8a00b0",userName:"jhiner",firstName:"Jason",lastName:"Hiner",image:{id:"5289451f-02f9-4941-8358-81a842c1e05e",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:1650,metaData:{collection:{id:"2a390cc0-69cf-4eb3-9fbb-51d1b25f7b36",title:"Analyst: The edge-to-cloud evolution is promising, when we overcome these challenges",hide:c,description:"Edge computing is unleashing a new wave of digital capabilities that businesses can tap, but it's also piling on to the technical debt IT leaders have to manage with diminished budgets.",typeSlug:c},duration:1650,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-23 21:25:21",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-23 21:25:21",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F74ba9d8e-0be2-42af-8557-3faed9183e10\u002F20221214-cippy-freeform_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F74ba9d8e-0be2-42af-8557-3faed9183e10\u002F20221214-cippy-freeform_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"1289ee82-7a58-4517-b154-d70d7e604fe8",title:"How to use Apple's new Freeform app",slug:"how-to-use-apples-new-freeform-app",description:c,image:{id:"8a65522d-d2a6-4dcb-8393-2c70a71fb3be",filename:"dsf2869.jpg",dateCreated:{date:"2022-12-19 15:26:08",timezone:"UTC",timezone_type:3},alt:"dsf2869",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F19\u002F8a65522d-d2a6-4dcb-8393-2c70a71fb3be\u002Fdsf2869.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1081,sType:c,mediaType:c},author:{id:"5a505bd7-edd5-4501-b6a1-0b4b0149318e",userName:"Jason Cipriani",firstName:"Jason",lastName:"Cipriani",image:{id:"ec9503e9-68fc-4acb-b714-31487e597154",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:612,metaData:{collection:{id:"1289ee82-7a58-4517-b154-d70d7e604fe8",title:"How to use Apple's new Freeform app",hide:c,description:"From creating new boards to collaborating with friends or coworkers, here's what you need to know about Apple's new whiteboard app.",typeSlug:c},duration:612,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-23 16:00:17",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-23 16:00:17",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F30575efc-6098-482f-8796-a61d2619d6f5\u002F20221209-matt-heybike_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F30575efc-6098-482f-8796-a61d2619d6f5\u002F20221209-matt-heybike_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"718b020a-39ba-4acb-a7f4-356afa60e9e1",title:"Heybike Cityrun e-bike review: Our favorite way to commute",slug:"heybike-cityrun-e-bike-review-our-favorite-way-to-commute",description:c,image:{id:"7f705ec8-b054-4ead-9f0c-ffbc087bda8a",filename:"heybike-cityrun-10.jpg",dateCreated:{date:"2022-12-05 04:25:58",timezone:"UTC",timezone_type:3},alt:"Heybike Cityrun on sidewalk",credits:"Matthew Miller\u002FZDNET",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F05\u002F7f705ec8-b054-4ead-9f0c-ffbc087bda8a\u002Fheybike-cityrun-10.jpg",cropGravity:c,crop:c,caption:"\u003Cp\u003EThe orange color stands out in the fall\u003C\u002Fp\u003E",typeName:c,imageUrl:c,width:1600,height:900,sType:c,mediaType:c},author:{id:"98d6f538-10d6-11e4-9732-00505685119a",userName:"palmsolo (aka Matthew Miller)",firstName:"Matthew",lastName:"Miller",image:{id:"ee87d915-3bf6-40cb-8e7f-6112d3b322bc",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:307,metaData:{collection:{id:"718b020a-39ba-4acb-a7f4-356afa60e9e1",title:"Heybike Cityrun e-bike review: Our favorite way to commute",hide:c,description:"Built with your safety in mind, the Heybike Cityrun electric bike gives you what you need to share the road with traffic.",typeSlug:c},duration:307,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-22 16:00:19",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-22 16:00:20",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F64869c1c-7fef-40b5-b51e-0dec1d03a49a\u002F20221216-cippy-action_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F64869c1c-7fef-40b5-b51e-0dec1d03a49a\u002F20221216-cippy-action_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"4a584d86-3491-4e34-80e4-6147fbe16872",title:"How you should be using the Apple Watch Ultra's Action button",slug:"how-you-should-be-using-the-apple-watch-ultras-action-button",description:c,image:{id:"8d4dac4e-c824-4a41-9183-364f135c5a88",filename:"apple-watch-ultra-shortcuts.jpg",dateCreated:{date:"2022-12-19 15:19:54",timezone:"UTC",timezone_type:3},alt:"apple-watch-ultra-shortcuts",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F19\u002F8d4dac4e-c824-4a41-9183-364f135c5a88\u002Fapple-watch-ultra-shortcuts.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1081,sType:c,mediaType:c},author:{id:"5a505bd7-edd5-4501-b6a1-0b4b0149318e",userName:"Jason Cipriani",firstName:"Jason",lastName:"Cipriani",image:{id:"ec9503e9-68fc-4acb-b714-31487e597154",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:319,metaData:{collection:{id:"4a584d86-3491-4e34-80e4-6147fbe16872",title:"How you should be using the Apple Watch Ultra's Action button",hide:c,description:"The programmable action button isn't meant to be a single-purpose tool, and this Shortcut unlocks its true potential.",typeSlug:c},duration:319,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-21 16:00:16",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-21 16:00:17",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F624e58a9-47b6-4642-bd0c-e85b2309ff36\u002F20221212-maria-homepodreset_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F624e58a9-47b6-4642-bd0c-e85b2309ff36\u002F20221212-maria-homepodreset_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"e8649050-85b0-4999-b5ea-ba4a0d8af03f",title:"How to reset your HomePod Mini",slug:"how-to-reset-your-homepod-mini",description:c,image:{id:"919a7036-1e2f-421e-aa19-813e56cf2f2f",filename:"reset-homepod-mini.jpg",dateCreated:{date:"2022-12-12 19:25:25",timezone:"UTC",timezone_type:3},alt:"HomePod Mini on desk",credits:"Maria Diaz\u002FZDNET",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F12\u002F919a7036-1e2f-421e-aa19-813e56cf2f2f\u002Freset-homepod-mini.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"0a6fffc2-2220-44ba-99e4-4c567f6f57bb",userName:"maria-diaz-zd",firstName:"Maria",lastName:"Diaz",image:{id:"d89921b7-c002-40ef-8401-f002f1a769e9",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:89,metaData:{collection:{id:"e8649050-85b0-4999-b5ea-ba4a0d8af03f",title:"How to reset your HomePod Mini",hide:c,description:"The minimalist design of Apple's HomePod Mini may leave you wondering how to reset it. If you want to sell your smart speaker or are having issues getting it to respond, we'll show you how to reset your HomePod in a couple minutes.",typeSlug:c},duration:89,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-20 16:00:24",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-20 16:00:24",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F40e34f11-6f23-4eae-95c3-a77dcc813880\u002F20221213-cippy-iosupdate_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F19\u002F40e34f11-6f23-4eae-95c3-a77dcc813880\u002F20221213-cippy-iosupdate_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"6fa7ab01-0401-44ae-8a03-45995574ef03",title:"How to improve your always-on display with iOS 16.2",slug:"how-to-improve-your-always-on-display-with-ios-16-2",description:c,image:{id:"37c1b98a-e70e-4115-9afa-cb9a542a47ef",filename:"always-on-display-settings-ios-16-2-1.jpg",dateCreated:{date:"2022-12-19 15:13:29",timezone:"UTC",timezone_type:3},alt:"always-on-display-settings-ios-16-2-1",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F19\u002F37c1b98a-e70e-4115-9afa-cb9a542a47ef\u002Falways-on-display-settings-ios-16-2-1.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:6240,height:3512,sType:c,mediaType:c},author:{id:"5a505bd7-edd5-4501-b6a1-0b4b0149318e",userName:"Jason Cipriani",firstName:"Jason",lastName:"Cipriani",image:{id:"ec9503e9-68fc-4acb-b714-31487e597154",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:187,metaData:{collection:{id:"6fa7ab01-0401-44ae-8a03-45995574ef03",title:"How to improve your always-on display with iOS 16.2",hide:c,description:"If the iPhone 14's always-on display is often too \"on\" for you, there's good news!",typeSlug:c},duration:187,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-19 16:00:23",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-19 16:00:23",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F12\u002F8964a30e-d33c-4bb1-bf60-cd43a6b3d028\u002F20221206-matt-lectric_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fzdnet.redvideo.io\u002F2022\u002F12\u002F12\u002F8964a30e-d33c-4bb1-bf60-cd43a6b3d028\u002F20221206-matt-lectric_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"4fff7053-53dc-44a9-b608-0e5396398bef",title:"Lectric XP 3.0 electric bike review: A passenger means double the fun",slug:"lectric-xp-3-0-electric-bike-review-a-passenger-means-double-the-fun",description:c,image:{id:"a2f235ba-d5f3-48d2-b05c-58b0afb8c97c",filename:"lectric-xp-3-1.jpg",dateCreated:{date:"2022-12-05 02:44:56",timezone:"UTC",timezone_type:3},alt:"lectric-xp-3-1",credits:"Matthew Miller\u002FZDNET",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fimg\u002F2022\u002F12\u002F05\u002Fa2f235ba-d5f3-48d2-b05c-58b0afb8c97c\u002Flectric-xp-3-1.jpg",cropGravity:c,crop:c,caption:"\u003Cp\u003EThe passenger package sets this bike apart from the rest\u003C\u002Fp\u003E",typeName:c,imageUrl:c,width:1600,height:900,sType:c,mediaType:c},author:{id:"98d6f538-10d6-11e4-9732-00505685119a",userName:"palmsolo (aka Matthew Miller)",firstName:"Matthew",lastName:"Miller",image:{id:"ee87d915-3bf6-40cb-8e7f-6112d3b322bc",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:331,metaData:{collection:{id:"4fff7053-53dc-44a9-b608-0e5396398bef",title:"Lectric XP 3.0 electric bike review: A passenger means double the fun",hide:c,description:"If you're looking for an e-bike that allows you to bring someone along for a ride, the Lectric XP 3.0's added accessories let you do just that.",typeSlug:c},duration:331,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2022-12-15 16:00:21",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2022-12-15 16:00:21",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c}]},{id:"0eecafc2-bdc6-4550-9d01-c288e2a384d4",meta:{componentName:"cnet-top-videos",componentDisplayName:"CNET Top Videos",componentType:"VideoList"},metadata:{},links:{self:{href:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcmg-prod.apigee.net\u002Fv1\u002Fxapi\u002Fcomponents\u002Fcnet\u002Flisting\u002Ffiltered\u002Ffd2016-topvideos\u002Fweb?apiKey=hzY568JORMZcDzoFQ1ey5LBJuBS7DncX&componentName=cnet-top-videos&componentDisplayName=CNET%20Top%20Videos&componentType=VideoList"}},items:[{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002Fbd6b7de2-efae-48e7-9275-dc45615e4c3c\u002Facer-helios-fin_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k,2160h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002Fbd6b7de2-efae-48e7-9275-dc45615e4c3c\u002Facer-helios-fin_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"e782f25e-8e19-45bc-a55d-65d92c2a59f1",title:"Acer Unveils 16-, 18-Inch Predator Helios Gaming Laptops",slug:"acer-unveils-16-18-inch-predator-helios-gaming-laptops",description:c,image:{id:"7d997ee1-8d46-4f65-a237-75b972916aa9",filename:"helios.jpg",dateCreated:{date:"2023-01-03 19:40:35",timezone:"UTC",timezone_type:3},alt:"helios",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F03\u002F7d997ee1-8d46-4f65-a237-75b972916aa9\u002Fhelios.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"22d93660-8176-11e2-9d12-0018fe8a00b0",userName:"CNET staff",firstName:"CNET",lastName:"staff",image:{id:c,filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:336,metaData:{collection:{id:"e782f25e-8e19-45bc-a55d-65d92c2a59f1",title:"Acer Unveils 16-, 18-Inch Predator Helios Gaming Laptops",hide:c,description:"The new 16- and 18-inch Predator Helios gaming laptops, announced at CES 2023, feature the latest 13th-gen Intel Core processors, Nvidia GeForce RTX 40-series graphics, enhanced cooling, beautiful displays and a whole lot of lights.",typeSlug:c},duration:336,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-03 19:48:18",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 19:48:18",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F4cbe3530-9af7-46c4-a90a-97fca99573d9\u002Ffinal-watch-rog-reveal-oled-swift-gaming-monitors-ces-2023_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F4cbe3530-9af7-46c4-a90a-97fca99573d9\u002Ffinal-watch-rog-reveal-oled-swift-gaming-monitors-ces-2023_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"5cec7849-cfb2-4461-99cd-c6bf8b4b46a9",title:"Asus Launches New ROG OLED Gaming Monitors at CES 2023",slug:"rog-unveils-new-oled-gaming-monitors-at-ces-2023",description:c,image:{id:"51a13abf-310a-41ab-9751-f1e562ffa654",filename:"watch-rog-reveal-oled-swift-gaming-monitors-ces-2023-00-04-41-09-still001.jpg",dateCreated:{date:"2023-01-03 19:00:13",timezone:"UTC",timezone_type:3},alt:"watch-rog-reveal-oled-swift-gaming-monitors-ces-2023-00-04-41-09-still001",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F03\u002F51a13abf-310a-41ab-9751-f1e562ffa654\u002Fwatch-rog-reveal-oled-swift-gaming-monitors-ces-2023-00-04-41-09-still001.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1280,height:720,sType:c,mediaType:c},author:{id:"4fb9baa2-d790-49e1-ab39-a8ce29b9ccee",userName:"candice.greene",firstName:"Candice",lastName:"Greene",image:{id:c,filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:257,metaData:{collection:{id:"5cec7849-cfb2-4461-99cd-c6bf8b4b46a9",title:"Asus Launches New ROG OLED Gaming Monitors at CES 2023",hide:c,description:"At CES 2023, Asus shows off its all-new ROG OLED Swift gaming pro monitors, the PG24 and PG 27.",typeSlug:c},duration:257,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-03 19:00:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 19:49:06",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F3acf1e68-8949-46dc-859c-5cabd1ad822c\u002Fces-dell-alienware-gseries-v1_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F3acf1e68-8949-46dc-859c-5cabd1ad822c\u002Fces-dell-alienware-gseries-v1_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"41f8ec74-7ba6-4c97-9f31-eaf6e7036730",title:"Massive 18-inch Gaming Laptop Leads New Alienware Lineup",slug:"massive-18-inch-gaming-laptop-leads-the-new-alienware-lineup",description:c,image:{id:"2436c243-2ad1-4902-b5d4-99f1f07ae886",filename:"alienware-m18-02.jpg",dateCreated:{date:"2023-01-03 18:49:19",timezone:"UTC",timezone_type:3},alt:"221220-yt-ces-alienware-gaming-laptops-clean",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F03\u002F2436c243-2ad1-4902-b5d4-99f1f07ae886\u002Falienware-m18-02.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:4473,height:2520,sType:c,mediaType:c},author:{id:"937867c4-8176-11e2-9d12-0018fe8a00b0",userName:"dackerman",firstName:"Dan",lastName:"Ackerman",image:{id:"a6f57d67-c860-4bf9-bcb5-392849c54b33",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:353,metaData:{collection:{id:"41f8ec74-7ba6-4c97-9f31-eaf6e7036730",title:"Massive 18-inch Gaming Laptop Leads New Alienware Lineup",hide:c,description:"Dell's budget G15 and G16 gaming laptops also get a new look for 2023.",typeSlug:c},duration:353,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-03 14:00:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 19:48:29",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2022\u002F12\u002F22\u002F4d9b2884-4e2a-41f9-809b-35733d161504\u002F122922-crazyhomeproductsces-final_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2022\u002F12\u002F22\u002F4d9b2884-4e2a-41f9-809b-35733d161504\u002F122922-crazyhomeproductsces-final_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"b33abbb8-4f70-4119-9a3d-22c0d8ba6a6c",title:"Wacky Home Products That Are Tough to Find",slug:"crazy-home-products-that-are-tough-to-find",description:c,image:{id:"4e8c3d9e-8d81-41c0-9040-d9ec301142e3",filename:"ces-crazyhomeproducts-site.jpg",dateCreated:{date:"2022-12-22 16:55:23",timezone:"UTC",timezone_type:3},alt:"ces-crazyhomeproducts-site",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2022\u002F12\u002F22\u002F4e8c3d9e-8d81-41c0-9040-d9ec301142e3\u002Fces-crazyhomeproducts-site.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"c965e644-be19-41f4-96bd-ceaff98d6db7",userName:"sfox-sowell",firstName:"Sophia",lastName:"Fox-Sowell",image:{id:c,filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:289,metaData:{collection:{id:"b33abbb8-4f70-4119-9a3d-22c0d8ba6a6c",title:"Wacky Home Products That Are Tough to Find",hide:c,description:"We rounded up our top five most absurd home products unveiled at CES.",typeSlug:c},duration:289,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-02 13:00:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 19:50:45",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F9ea01953-1f23-41ba-8fbc-584b6c41e71a\u002Fnvidia-rtx_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k,2160h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F03\u002F9ea01953-1f23-41ba-8fbc-584b6c41e71a\u002Fnvidia-rtx_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"a4ff7aea-197d-4a3b-9a94-79203f0ddbfc",title:"Nvidia Debuts RTX 4070 Ti at CES 2023",slug:"nvidia-debuts-rtx-4070-ti-at-ces-2023",description:c,image:{id:"8771ca8f-558d-480d-b2f6-1586fa69e2a7",filename:"nvidia-rtx-00-00-02-22-still096.jpg",dateCreated:{date:"2023-01-03 16:29:17",timezone:"UTC",timezone_type:3},alt:"nvidia-rtx-00-00-02-22-still096",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F03\u002F8771ca8f-558d-480d-b2f6-1586fa69e2a7\u002Fnvidia-rtx-00-00-02-22-still096.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"c95213e2-70db-4ef1-a842-9a7f703e5217",userName:"jmpepper70",firstName:"Jason",lastName:"Pepper",image:{id:c,filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:139,metaData:{collection:{id:"a4ff7aea-197d-4a3b-9a94-79203f0ddbfc",title:"Nvidia Debuts RTX 4070 Ti at CES 2023",hide:c,description:"At CES 2023, Nvidia unveils its all new RTX 4070 Ti graphics processor.",typeSlug:c},duration:139,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-03 16:31:41",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-03 16:31:42",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fb686d4c3-3f1f-4a01-9cbd-e6c625d39832\u002Fbmw-dee_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fb686d4c3-3f1f-4a01-9cbd-e6c625d39832\u002Fbmw-dee_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"8fe3897c-ce4b-4a1e-8211-55996a265da7",title:"BMW iVision Dee Concept Car Revealed at CES 2023",slug:"bmw-ivision-dee-concept-car-revealed-at-ces-2023",description:c,image:{id:"b02cd938-6196-4bb8-8236-37b1c81d3fb2",filename:"bmw-dee-00-01-07-12-still104.jpg",dateCreated:{date:"2023-01-05 05:09:07",timezone:"UTC",timezone_type:3},alt:"bmw-dee-00-01-07-12-still104",credits:"BMW",path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F05\u002Fb02cd938-6196-4bb8-8236-37b1c81d3fb2\u002Fbmw-dee-00-01-07-12-still104.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"3c585368-af1d-4149-8be2-7fd4664a47ee",userName:"andyaltman",firstName:"Andy",lastName:"Altman",image:{id:"d609a84a-103b-41f3-9d85-f8b512712c4c",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:653,metaData:{collection:{id:"8fe3897c-ce4b-4a1e-8211-55996a265da7",title:"BMW iVision Dee Concept Car Revealed at CES 2023",hide:c,description:"At CES 2023, BMW unveiled its vision for the future of its vehicle lineup the iVision Dee concept.",typeSlug:c},duration:653,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-05 05:15:12",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-05 05:15:12",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fb50233fb-c9b6-43b8-bb86-455488219f84\u002Famd-7040_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k,1080h8000k,2160h8000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fb50233fb-c9b6-43b8-bb86-455488219f84\u002Famd-7040_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"d0445cdf-97b6-4978-b4e7-f49a95329ab0",title:"AMD Reveals New Ryzen 7040 CPU at CES 2023",slug:"amd-reveals-new-ryzen-7040-cpu-at-ces-2023",description:c,image:{id:"d960c3c2-b914-425f-8cfa-dfb6665217d6",filename:"amd-chip-image.jpg",dateCreated:{date:"2023-01-05 02:55:16",timezone:"UTC",timezone_type:3},alt:"amd-chip-image",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F05\u002Fd960c3c2-b914-425f-8cfa-dfb6665217d6\u002Famd-chip-image.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"22d93660-8176-11e2-9d12-0018fe8a00b0",userName:"CNET staff",firstName:"CNET",lastName:"staff",image:{id:c,filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:254,metaData:{collection:{id:"d0445cdf-97b6-4978-b4e7-f49a95329ab0",title:"AMD Reveals New Ryzen 7040 CPU at CES 2023",hide:c,description:"At CES 2023, AMD revealed the new Ryzen 7040 CPU, a new line of upcoming 7040 CPU PCs, as well as the processor's technological capabilities compared to AMD's competitors.",typeSlug:c},duration:254,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-05 02:57:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-05 03:03:21",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Ff52ffcb6-cf2b-48e0-abda-7037afbd9312\u002Fbhapticgloves_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Ff52ffcb6-cf2b-48e0-abda-7037afbd9312\u002Fbhapticgloves_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"4b635bed-6759-4ec2-bfbb-cdac2ae1ae7c",title:"We Wore Really Portable VR Haptic Gloves",slug:"we-wore-really-portable-vr-haptic-gloves",description:c,image:{id:"690f9742-097a-4eec-8e15-af2e7889bb50",filename:"ytstill.jpg",dateCreated:{date:"2023-01-05 03:15:42",timezone:"UTC",timezone_type:3},alt:"ytstill",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F05\u002F690f9742-097a-4eec-8e15-af2e7889bb50\u002Fytstill.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"ec8b2a32-8175-11e2-9d12-0018fe8a00b0",userName:"scottstein8",firstName:"Scott",lastName:"Stein",image:{id:"71108869-8ae8-11e2-9400-029118418759",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:123,metaData:{collection:{id:"4b635bed-6759-4ec2-bfbb-cdac2ae1ae7c",title:"We Wore Really Portable VR Haptic Gloves",hide:c,description:"The bHaptics TactGlove connects with Bluetooth to your Quest 2, and buzzes your fingers with feedback. We tried a few demos.",typeSlug:c},duration:123,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-05 03:27:32",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-05 03:27:32",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c},{manifestUrl:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fbe64e125-8f43-492b-95ba-f3fcf90883c4\u002Fces23-arcade1up-final_,360h700k,360h1000k,540h1800k,720h2500k,720h3200k,1080h5000k.m3u8",mp4Url:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcnet.redvideo.io\u002F2023\u002F01\u002F05\u002Fbe64e125-8f43-492b-95ba-f3fcf90883c4\u002Fces23-arcade1up-final_720h3200k.mp4",mp4Width:1280,mp4Height:720,id:"c2763efb-5b71-4475-a116-10b4e8e4a6b8",title:"Arcade1Up Made a Casino Game for Your Home, and Shrank Its Game Table",slug:"arcade1up-made-a-casino-game-for-your-home-and-shrunk-its-game-table",description:c,image:{id:"ce504a67-69db-4a60-8866-953efcc1b08a",filename:"ces23-arcade1up.jpg",dateCreated:{date:"2023-01-05 17:23:10",timezone:"UTC",timezone_type:3},alt:"ces23-arcade1up",credits:c,path:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.cnet.com\u002Fa\u002Fimg\u002Fhub\u002F2023\u002F01\u002F05\u002Fce504a67-69db-4a60-8866-953efcc1b08a\u002Fces23-arcade1up.jpg",cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:1920,height:1080,sType:c,mediaType:c},author:{id:"ec8b2a32-8175-11e2-9d12-0018fe8a00b0",userName:"scottstein8",firstName:"Scott",lastName:"Stein",image:{id:"71108869-8ae8-11e2-9400-029118418759",filename:c,dateCreated:c,alt:c,credits:c,path:c,cropGravity:c,crop:c,caption:c,typeName:c,imageUrl:c,width:c,height:c,sType:c,mediaType:c},socialProfileIds:c,authorDisclosure:c},headline:c,duration:236,metaData:{collection:{id:"c2763efb-5b71-4475-a116-10b4e8e4a6b8",title:"Arcade1Up Made a Casino Game for Your Home, and Shrank Its Game Table",hide:c,description:"A Wheel of Fortune slot machine and a smaller interactive board game table are coming later this year. We took a look.",typeSlug:c},duration:236,mpxId:c,mpxRefId:c,promoDescription:c,promoTitle:c,ratingVChip:c,section:c,status:"LIVE"},mpxRefId:c,mp4:c,captions:[],datePublished:{date:"2023-01-05 17:27:00",timezone:"UTC",timezone_type:3},displayDatePublished:c,dateUpdated:{date:"2023-01-05 19:14:43",timezone:"UTC",timezone_type:3},displayDateUpdated:c,tags:[],topics:[],collections:[],noIndex:c,suppressAds:c,seoOgTitle:c,seoOgImage:c,seoOgDescription:c,seoMetaDescription:c,seoTwitterTitle:c,seoOgTwitterImage:c,seoTwitterCreator:c,section:c,annotations:c,primaryTopic:c,secondaryTopics:c,playlist:c}]}];D.footer=[];D.debug=c;D.isSeamless=d;H[0]=c;return {layout:"default",data:[{content:D}],fetch:{},error:c,state:{brand:m,edition:n,hasAffiliateDisclosure:b,overlayActive:d,breakingNews:d,trackedComponents:{components:{}},routeHistory:{currentPath:E},i18n:{routeParams:{}},axios:{requests:[],responses:[],errors:[]},services:{features:{debug:b,abTest:b,ads:{positiveNextStep:{criteriaValueHolder:{allowedValues:[b],notAllowedValues:[]}}},adDisplay:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},adSense:b,amazonNative:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},ampAd:b,mediaNet:b,taboola:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},bidbarrel:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},indexexchange:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},dapi:b,disqus:b,editions:b,oneTrust:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},gdpr:d,mpulse:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},myfinance:b,newsletter:b,iterable:b,bluehornet:d,serverScripts:{positiveNextStep:{key:"format",criteriaValueHolder:{allowedValues:[],notAllowedValues:["amp"]},isKeyRequired:d}},seamless:{positiveNextStep:{key:"seamless",criteriaValueHolder:{allowedValues:[b],notAllowedValues:[e]},isKeyRequired:d,positiveNextStep:{clientFunc:o,crawlers:["Yeti","Baiduspider","Linespider","googlebot"],criteriaValueHolder:{allowedValues:[],notAllowedValues:[]},allowedValues:["Yeti","Baiduspider","Linespider","googlebot"]}}},cms:b,urbanAirship:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d,positiveNextStep:{clientFunc:o,crawlers:["Yeti","Baiduspider","Linespider","googlebot"],criteriaValueHolder:{allowedValues:[],notAllowedValues:[]},allowedValues:["Yeti","Baiduspider","Linespider","googlebot"]}}},vanity:b,"vanity.mask":b,chartbeatVideo:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},cohesion:b,tagular:b,chartbeat:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},comscore:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},"comscore.pageView":d,tealium:b,"tealium.inline":d,"tealium.cohesion":d,"500px":b,facebook:b,flickr:b,gifv:b,google_maps:b,imgur:b,instagram:b,playbuzz:b,reddit:b,scribd:b,soundcloud:b,twitter:b,video:b,vimeo:b,youtube:b,audiencescience:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},branch:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},crazyegg:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},dw:b,facebookmarketing:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},googleremarketing:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},nielsen:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},qualtrics:d,qualtricsNoTealium:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},sitecatalyst:b,trackonomics:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},trueanthem:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},viglink:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},adDisplayCriteria:{positiveNextStep:{criteriaValueHolder:{allowedValues:[b],notAllowedValues:[]}}},article:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d}},articleWatchAndReadVideo:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"siteSection",criteriaValueHolder:{allowedValues:["top_funnel"],notAllowedValues:[]}}}},bestList:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"articleSubType",criteriaValueHolder:{allowedValues:[G],notAllowedValues:[]},positiveNextStep:{key:"topicSlugs",criteriaValueHolder:{allowedValues:[],notAllowedValues:["credit-cards"]}}}}},bestListV2ExcludeEduFinance:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"format",criteriaValueHolder:{allowedValues:[],notAllowedValues:["amp"]},isKeyRequired:d,positiveNextStep:{key:"articleId",criteriaValueHolder:{allowedValues:["a80fde15-9e06-454b-af96-5c3c2c698200","916805f8-c2e0-4841-88c0-26149f47b4c1","25b07925-a6a5-4082-8b15-b99237fcc2fe","603b35c8-8390-4fb6-b012-0979491a924f","887e68cb-422f-40e3-a18d-95e2e6ee1017","4bd41ca8-8d38-4f87-b2f3-0fcc641a139d","005432f8-3869-421b-8f89-c96960c36722","060cdb91-348c-4a6c-8b88-e3bc2d3c905f","ae7d9c4c-b5cc-43a6-aad5-412e532517ab","70ed4886-ce39-4bc6-9b0a-3f66a8110d5b","b932788f-d0a1-4788-8467-90960a8d9557","0ca8fffa-ebce-40b4-ba18-3780107a0937","bb7ff5c1-26f6-4407-9284-2452420d7ce7","2e12223f-b3ee-43ba-a562-cdcd6fe3fa1d","d5d545d9-2757-4097-a120-a83a23822f7b","f137fbf7-7abc-493f-b321-4c6da363c0de","c7abd799-f142-4567-a395-24a2c515e176","7b927b38-5700-4ac2-acb4-137527902a29","65793dec-5601-40be-9d4e-bc0f1b20cf56","ee2b2b24-bab5-47c3-8939-8ded1e952085"],notAllowedValues:[]}}}}},bestListExcludeHO:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"articleSubType",criteriaValueHolder:{allowedValues:[G],notAllowedValues:[]},positiveNextStep:{key:"siteHier",criteriaValueHolder:{allowedValues:[],notAllowedValues:["home-and-office"]},positiveNextStep:{key:"topicSlugs",criteriaValueHolder:{allowedValues:[],notAllowedValues:["credit-cards"]}}}}}},bottomFunnel:{positiveNextStep:{key:"siteSection",criteriaValueHolder:{allowedValues:[u],notAllowedValues:[]}}},bottomFunnelDesktop:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"siteSection",criteriaValueHolder:{allowedValues:[u],notAllowedValues:[]},positiveNextStep:{criteriaValueHolder:{allowedValues:[p],notAllowedValues:[]},positiveNextStep:{key:"articleSubType",criteriaValueHolder:{allowedValues:[],notAllowedValues:["zd-academy"]}}}}}},disableVideoShare:{positiveNextStep:{criteriaValueHolder:{allowedValues:[],notAllowedValues:["video-share"]},strictCompare:d}},isNotSpecialFeature:{positiveNextStep:{key:"collectionTypeSlug",criteriaValueHolder:{allowedValues:[],notAllowedValues:["special-feature"]}}},review:{positiveNextStep:{criteriaValueHolder:{allowedValues:["review"],notAllowedValues:[]},strictCompare:d}},reviewSingle:{positiveNextStep:{key:"articleSubType",criteriaValueHolder:{allowedValues:["review-single"],notAllowedValues:[]}}},topFunnel:{positiveNextStep:{key:"siteSection",criteriaValueHolder:{allowedValues:["top_funnel"],notAllowedValues:[]}}},homeAndOfficeBestList:{positiveNextStep:{criteriaValueHolder:{allowedValues:[q,"article-topic"],notAllowedValues:[]},strictCompare:d,positiveNextStep:{key:"format",criteriaValueHolder:{allowedValues:[],notAllowedValues:["amp"]},isKeyRequired:d,positiveNextStep:{criteriaValueHolder:{allowedValues:[p],notAllowedValues:[]},positiveNextStep:{key:"articleSubType",criteriaValueHolder:{allowedValues:[G],notAllowedValues:[]},positiveNextStep:{key:"siteHier",criteriaValueHolder:{allowedValues:["home-and-office"],notAllowedValues:[]}}}}}}},bestListAdTestLessAdsIds:{positiveNextStep:{key:"articleId",criteriaValueHolder:{allowedValues:["eb34d7c1-ade8-450e-8557-84265091ea6d","76ce69ec-5e27-4bef-9b3b-da94d3fff29d","ee2b2b24-bab5-47c3-8939-8ded1e952085","a06e47df-d292-4e01-bf7b-b99113e87f9e","5d046756-1633-48ef-bcfe-d5cca54c6a3f","f833a576-f16d-46f1-99f5-47493e291754","f1f7ddfe-da40-4678-8b92-bb4a145e8e71","73fec83b-3f63-4239-8799-26b9ff086a34","95a0ff34-79e7-47ca-8202-e5c887312bd1","a158a664-0d39-43df-a68e-e471ca91493f","34d93633-427d-4313-b14e-5f13d990633f","12529d32-9e4b-4df8-996e-98fc64c2f5a2","8d0fc52a-3a6b-4777-b6fb-cee766dd7422","241ccbb1-8a49-4026-9e7d-d842ab36f31d","2a6c554e-1059-428c-8783-a874eee70d5a","98da39c3-d56f-461c-98e1-b47f0f2afb28","5d98f2b4-6814-4914-9ad3-e9289fe24867","63631e65-604a-4d0d-8ae0-172672d0da98","85f804a4-2093-4893-a792-1869af6bcf30","31648983-6ef9-45a4-8014-c30406534f73","30b1370c-d781-47a8-bfd2-4ea6e5c0039e","a0451a4d-ee60-4c0c-a6d3-f31dba4c6a8d","cf23f2a6-2315-4dbd-b97a-550d6b3340cd","0b096a14-2e1b-40ba-8022-bc7446872fb1","ff5c3fb7-e9e7-42c7-ac62-f63aa5cea25f","cc2f7074-27a9-4b48-a779-7895fea88ee7","ae9dc642-5389-4e80-8b42-d01368471ccd","92526e99-7ea3-4e61-816c-57ed63614c09","be8d4eb0-073b-43be-8eb0-d1a83b672137","5dd1f613-db17-4c7d-a6cf-8dbc7eea251c","02aae842-e2b7-4333-9020-76f966238ab6","189ebbc9-5bf1-427a-999d-ac9f90dde33e","f61af8d6-0d2a-42c7-9880-5eca94258642","6011dd1e-7572-421f-8a3a-5e7d08a7f939","0ccb5eef-eb76-4219-ae52-1eef9944ef64","e959efc1-c177-48de-a9e9-16c1e0743a10","c8894ed5-d23a-4daa-aedf-eb5e6676f138","0c1fc5b1-0eb4-4b47-aa04-675d8dae2ae3","4e51ceca-1c99-4f72-b4d7-ab07eda6005b","6b6469d4-678a-4055-a41b-69057240bace","5fcdc7e9-321e-443f-a786-7818aacf32c2","8026d480-6aab-488f-b5d2-3408bb3cfee5","d8c97073-e2c8-4c75-8a39-d66c8d5e9cb9","a84c4e04-9068-4547-90b0-da62b843024c","7a559134-e026-4c7c-be88-86a0ba12c843","65dbd15e-ed4b-4aa8-9f7a-27e67b8806f8"],notAllowedValues:[]}}},bestListAdTestMoreAdsIds:{positiveNextStep:{key:"articleId",criteriaValueHolder:{allowedValues:["1177c391-d20b-4c17-9fb5-43631d12297f","790f56f4-210e-4fe4-9f76-c68bac5f012f","d7234bcd-d0d2-4a85-be32-88530ad5c063","77c4971b-fa84-401e-bf91-043bc13271e1","f8bd55ef-348c-4e03-b4bc-1bec41f83fc3","956f4732-419c-4165-b085-003196e7a6e0","6978392d-daf6-4eaf-a10c-5e53dab9229d","4e0b0d05-0ad0-4a02-9411-a0c11dd0e4fc","13a42a39-f1f1-4f78-8b44-f574d6b2400f","75344465-e849-410e-900e-1413960817c7","bbd329d2-1ffc-4978-87c7-c2c998527098","2d916a83-282b-4411-902c-782a7a9c875e","f4b86d6c-567c-49e1-85e4-208b91b4918f","abc94381-a248-4043-b8dd-993051a61692","f441239f-48f5-4a11-bfeb-7de7024463ed","8d1e8770-77a7-445b-8d17-5a9d263c1d80","8d810ef8-8656-49ea-8dc1-815c07faf290","fea8f91d-9a63-48bc-89ea-6773fdf6aa3b","62bf36df-e14b-48cf-8ab7-10b35484140f","5a715ebc-5951-46ac-b104-55aa909683be","08a2e7ab-57af-4efd-8ca8-9b45f87cde85","6101390b-964b-4b94-bcf5-5c3b4fe6adbe","f58a513b-3d48-431e-b6db-70b382349d3d","c93da663-b030-4db2-a174-e17ba18500a3","6dd4f4e4-7d01-4c5c-b8fd-aa61eef36775","f50b698e-6fec-41b5-92fb-72394a496914","9de8d92b-13af-4e0a-bb57-1bafbd9ca99f","1df989ab-f2ff-4e47-929f-d3e376ba5085","7d471baf-a423-4502-803f-8836897b5896","3d3f00d3-71b3-49b6-aae6-538072e1b585","64e61664-0563-4fbe-af79-726fb1c13ed5","25437038-ac8f-4e48-b548-d8cdbe2b3563","26c61144-08f3-4c62-9fc0-4a8f840bf1e1","e0615c03-65e0-41c3-9e10-312d232bd926","e9d5aa99-dcd3-4163-9d69-73cb62f64a01","f27fdeee-9df8-4430-a242-a94eda228a97","e7b38881-246c-40d2-aa4b-1106373bfe00","f2b1ac6b-2a35-4272-a03d-651647e87754","75e64597-613b-4a0e-b028-bde7f19f75e3","a8793210-a130-45f0-9bc7-12c44b41cd18","f803059c-4f47-4585-ad05-798ddd657236","13575bcb-dab6-4f2a-afc9-59b2e52a7440","2a8b1e22-7993-44ab-a01b-262ec326dc70","7b8ec829-caa6-48b7-8663-9528ed4dc946","9f38d113-ca78-4cbc-b18d-21ed27691cf1","e12f1406-7d78-42a1-9506-310164b0ab67","9a11269a-2f39-4866-8515-637a4ef5a2f7","746ff466-a523-4c4e-b850-4d7df5cb89f1","e0848088-fb9b-4443-8826-688c1dd2c3fc","1b4a8554-2c56-44c6-86e9-32283ed29e33","a0818195-7b2a-486f-8a25-b0f9faa8e461","dc50f9c0-6a8c-420a-a458-b4b1e88e97da","0ddd828e-c84d-452b-95b0-8dd4b5809291","9888db63-8d1c-42c5-9517-9b9493d7f24b","631f3f23-8afa-4f47-ae01-271e95e2087b","4f2b970e-78e4-44d4-b8d7-0e0e6a893178","a86c05f7-8767-4b10-ae19-af6040ca20ea","660a6fc0-2404-4900-be57-140dc581f6af","c242e4ca-a763-4f40-b01d-37b124656949","49efd847-09cf-433c-9c18-25f900323390","e932927e-2f4b-4026-8133-2bfe0258b69d","c399b84d-f0ad-48bf-bd56-0868b5aa61bd","1c800982-45d2-4aad-87a7-a7bfcd0f6385","c0a696ec-1074-4fa1-8bf1-643c2f93dcaa","605abbc8-d8d7-4347-bf1b-03b112ac73ed","b949ceb2-f178-4e46-819c-024b2025c364","d24a2f21-e809-4c2a-8d04-3992847f6eab","48c50d1e-3b9a-440c-b683-ce445991bec9","2345f383-cccc-48e7-b4f8-e45ff9ae06c4","3637b237-8f33-4631-a507-955053a9517f"],notAllowedValues:[]}}}},hidLoaded:{"ld+json":b,"chartbeat/config":b,"cohesion/abtest":b,qualtrics:b},overrides:{}},root:{environment:"production",version:e},scripts:{scripts:[]},ab:{id:c,version:c,bucket:c},ads:{adDisplay:{containerId:e,disableAdIncrement:d,disableInitialLoad:d,slotVars:{topics:F,network:o,platform:p,siteName:m},skyboxBodyClasses:c,skyboxSlotName:"pageArticleSkybox",skyboxHasOmnibar:d,targeting:{cid:"best-vlogging-camera,d582c94f-6422-48f0-a40b-fa366086f9ba",collection:e,edition:n,section:u,pageType:q,ptype:q,pid:"canon-powershot-g7-x,canon-powershot,canon-eos,sony,panasonic-lumix,nikon-as,canon,nikon-coolpix,nikon-coolpix-s6900,tamrac-digital-zoom",tag:"table-of-contents-all-h2s,faq-markup,sony,canon,nikon,panasonic,best-buy,amazon,best-digital-cameras,zoom",topic:"innovation,computing,photo-video,home-and-office,home-entertainment,more-topics,zdnet-recommends,camera-accessories,cameras,photography",type:G,buyingcycle:v,ctopic:"technology,phones_and_computers,cameras,webcams",ctax:"technology and computing,cameras and camcorders",entity:"alpha,best vlogging camera,camera,canon,digital,e10,fps,mp,mp body weight,pound,powershot,sony,vlogging camera,zv",csig:v,pname:F,mfr:"canon,sony,nikon-inc,panasonic,gopro,best-buy,dji,amazon,youtube",prodtype:"camera-accessories-and-accessory-kits,microphones,sd-cards,camera-accessories,weight,web-cameras,microphone,tripod,software,battery",device:p,env:w,test:e},enabled:b},adSense:{ads:[],pageOptions:{personalizedAds:d}}},ampTracking:{leads:[]},format:{format:"web"},auth:{fetchComplete:d,loggedIn:d,profile:c,user:c},device:{device:p},disqus:{isOpen:d,page:{api_key:e,identifier:e,remote_auth_s3:c,title:e,url:e},units:{}},newsletter:{newsletters:c,userSubscriptions:c},page:{pages:[D,o],header:[{id:"d324d261-6567-42d5-a310-90ebae26beb1",meta:{componentName:"editorial-links-header",componentDisplayName:"Editorial Header Links",componentType:"EditorialLinks"},metadata:{},links:{self:{href:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fcmg-prod.apigee.net\u002Fv1\u002Fxapi\u002Fcomponents\u002Fzdnet\u002Feditorial\u002Fmixed_editorial\u002Fheader-topics-us\u002Fweb?apiKey=hzY568JORMZcDzoFQ1ey5LBJuBS7DncX&componentName=editorial-links-header&componentDisplayName=Editorial%20Header%20Links&componentType=EditorialLinks"}},componentLabel:"Header Links US",description:"Provides links for the header",items:[{label:c,linkText:"CES 2023: The Biggest Trends for Pros",linkUrl:"\u002Ftopic\u002Fces-2023-the-biggest-trends-for-pros\u002F",trackingName:"header-trendingmenu|ces-2023:-the-biggest-trends-for-pros"},{label:c,linkText:"Best iPhone models",linkUrl:"\u002Farticle\u002Fbest-iphone\u002F",trackingName:"header-trendingmenu|best-iphone-models"},{label:c,linkText:"Best note-taking apps for iPad",linkUrl:"\u002Farticle\u002Fbest-note-taking-app-for-ipad\u002F",trackingName:"header-trendingmenu|best-note-taking-apps-for-ipad"},{label:c,linkText:"Brightest flashlights",linkUrl:"\u002Fhome-and-office\u002Fenergy\u002Fbrightest-flashlight\u002F",trackingName:"header-trendingmenu|brightest-flashlights"},{label:c,linkText:"Best home battery and backup systems",linkUrl:"\u002Fhome-and-office\u002Fenergy\u002Fbest-home-battery\u002F",trackingName:"header-trendingmenu|best-home-battery-and-backup-systems"},{label:c,linkText:"Best VPN services",linkUrl:"\u002Farticle\u002Fbest-vpn\u002F",trackingName:"header-trendingmenu|best-vpn-services"},{label:c,linkText:"Best web hosting services",linkUrl:"\u002Farticle\u002Fbest-web-hosting\u002F",trackingName:"header-trendingmenu|best-web-hosting-services"},{label:c,linkText:"Best electric cars",linkUrl:"\u002Farticle\u002Fbest-electric-car\u002F",trackingName:"header-trendingmenu|best-electric-cars"},{label:c,linkText:"Best Samsung phones",linkUrl:"\u002Farticle\u002Fbest-samsung-phone\u002F",trackingName:"header-trendingmenu|best-samsung-phones"},{label:c,linkText:"Best computers",linkUrl:"\u002Farticle\u002Fbest-computer\u002F",trackingName:"header-trendingmenu|best-computers"},{label:c,linkText:"Innovation",linkUrl:"\u002Ftopic\u002Finnovation\u002F",trackingName:"header-trendingmenu|innovation"},{label:c,linkText:"The Tech Trends to Watch in 2023",linkUrl:"\u002Ftopic\u002Fthe-tech-trends-to-watch-in-2023\u002F",trackingName:"header-trendingmenu|the-tech-trends-to-watch-in-2023"},{label:c,linkText:"Cloud",linkUrl:"\u002Ftopic\u002Fcloud\u002F",trackingName:"header-trendingmenu|cloud"},{label:c,linkText:"Windows 11",linkUrl:"\u002Ftopic\u002Fwindows-11\u002F",trackingName:"header-trendingmenu|windows-11"},{label:c,linkText:"ZDNET Recommends",linkUrl:"\u002Fzdnet-recommends\u002F",trackingName:"header-trendingmenu|zdnet-recommends"}]}],footer:c,seamless:[]},video:{video:c,players:[],hasVideo:d,playerState:{autoplay:d,autoplayType:"MANUAL",contentStartTime:c,isAd:c,player:c,videoState:"UNPLAYED"},videoPlaylist:[],inlineClick:{id:e,click:d}},tracking:{data:{_pageNumber:o,_pageComponents:"paw1|cm02|zz01|cm04|cm01|pb01",pageType:q,collectionId:H,contentId:x,contentType:y,siteEdition:n,siteSection:u,tagSlugs:["table-of-contents-all-h2s","faq-markup"],topicId:["040c3ff1-4f98-4277-b43f-e4d930acbe4e","9e387438-bfb1-47c2-a8a5-71be354f69de","f1f7db06-c6f9-4e80-8187-60ad48f035a1"],topicName:["photo & video","home entertainment","zdnet recommends"],topicSlugs:[I,"home-entertainment","zdnet-recommends"],articleType:y,articleSubType:G,annotations:[{id:"d84eac86-f3a8-4547-b45d-d11071bfe2c7",score:1723.1564637012,termIdInSource:J,termName:r,termSourceType:g,typeName:a},{id:"b92db693-ce33-4b2b-9d21-e9f4a019a4d5",score:1708.0569674012,termIdInSource:K,termName:i,termSourceType:g,typeName:a},{id:"1c34a45a-d1db-49ee-a1b3-8e5b617271f0",score:1400,termIdInSource:"1c723cd7-c387-11e2-8208-0291187b029a",termName:L,termSourceType:s,typeName:a},{id:"9fcf24e9-b2c7-4724-bdd7-ef317ff909b8",score:1322.4978510798,termIdInSource:M,termName:N,termSourceType:s,typeName:a},{id:"0cf6dbb9-d30e-4c4e-a0f6-05291524e8ad",score:1108.0569674012,termIdInSource:"c471fe0d-f313-11e2-8262-0291187b029a",termName:i,termSourceType:h,typeName:a},{id:"b24ebde0-96c7-4336-a5ea-40dd43eb2bf8",score:1100,termIdInSource:"30040507",termName:"Camera Accessories & Accessory Kits",termSourceType:j,typeName:a},{id:"f903d043-1413-42fe-a831-6d38498f5d8a",score:990.00000059605,termIdInSource:"275330",termName:"Nikon Inc.",termSourceType:g,typeName:a},{id:"501d400f-fa7d-49b7-a9e6-018932e6d708",score:O,termIdInSource:"bf93271f-f313-11e2-8262-0291187b029a",termName:r,termSourceType:h,typeName:a},{id:"25c3c696-c22d-4fce-ae32-a946bcf08c7e",score:O,termIdInSource:J,termName:r,termSourceType:k,typeName:a},{id:"c9104b77-05e7-4f26-b52a-743c5d51d8fd",score:859.46400513554,termIdInSource:P,termName:Q,termSourceType:s,typeName:a},{id:"3247f228-c658-4297-8153-1e8dfccd1f02",score:840.00000059605,termIdInSource:"c3ac53f7-f313-11e2-8262-0291187b029a",termName:"Nikon",termSourceType:h,typeName:a},{id:"5aacb945-f3ea-4206-a9f3-5dd9f02c4ab3",score:808.05696740116,termIdInSource:K,termName:i,termSourceType:k,typeName:a},{id:"f2294c1e-0e6f-4231-872a-23f8b41b2ba2",score:R,termIdInSource:"c3e718c0-f313-11e2-8262-0291187b029a",termName:S,termSourceType:h,typeName:a},{id:"0e15ae07-5d8a-4eab-952f-93602c3adc99",score:R,termIdInSource:"275196",termName:S,termSourceType:g,typeName:a},{id:"6fc13bf8-91ac-4f8d-8781-73c935571564",score:634.46400513554,termIdInSource:T,termName:z,termSourceType:g,typeName:a},{id:"59666069-c380-4139-a011-623ca5da29e8",score:525.87680324345,termIdInSource:"80091fdc-5aac-4677-ab3d-5f67f534da86",termName:"Canon PowerShot G7 X",termSourceType:U,typeName:a},{id:"deb9ed58-453b-4b4f-b7f7-c1b5b2df1008",score:V,termIdInSource:"30030905",termName:"Microphones",termSourceType:j,typeName:a},{id:"9bbd99b1-bb7a-47b8-8981-1c29863df984",score:V,termIdInSource:"be8afc10-f313-11e2-8262-0291187b029a",termName:W,termSourceType:h,typeName:a},{id:"8bbbc864-9f5b-44e8-93de-e9ffd6ed6691",score:460,termIdInSource:"280048",termName:W,termSourceType:g,typeName:a},{id:"aeb168d7-43c7-45c6-b95f-1b6e2eae67d4",score:X,termIdInSource:"1004040201",termName:"SD Cards",termSourceType:j,typeName:a},{id:"3e147a13-525a-4b97-bdb4-bb180a4f447b",score:X,termIdInSource:"10061304",termName:L,termSourceType:j,typeName:a},{id:"ead76051-491c-4ef3-b54e-bb04b9b549f1",score:409.46400513554,termIdInSource:"canon-powershot",termName:"Canon PowerShot",termSourceType:f,typeName:a},{id:"aa26be8e-c759-4b38-b8cf-2c0ea2376883",score:407.60000269413,termIdInSource:"15011426",termName:"DJI",termSourceType:g,typeName:a},{id:"fa1fbaca-c4ff-460f-af2f-59f13aaeca1f",score:390.00000059605,termIdInSource:"canon-eos",termName:"Canon EOS",termSourceType:f,typeName:a},{id:"931ce2bf-efff-419e-a10e-07e8305017ff",score:t,termIdInSource:"sony-dpw",termName:i,termSourceType:f,typeName:a},{id:"8f073156-26b9-44a2-84ec-7c0d6f4d217e",score:t,termIdInSource:Y,termName:Y,termSourceType:l,typeName:a},{id:"472c2c71-9d8f-4ea7-bd69-085aecbe2d9d",score:t,termIdInSource:"sony-magicgate",termName:i,termSourceType:f,typeName:a},{id:"09695896-d59f-43c2-ba2d-a3630e03089c",score:t,termIdInSource:"sony-betamax",termName:i,termSourceType:f,typeName:a},{id:"20fab42d-4e66-4a9d-8856-3d0e22ab7fcc",score:351.09600217533,termIdInSource:Z,termName:A,termSourceType:g,typeName:a},{id:"ec634a7b-a6a8-4e3b-9467-c1088338d4f6",score:B,termIdInSource:"10061303",termName:"Web Cameras",termSourceType:j,typeName:a},{id:"9ce1aa1d-47d8-4019-be64-17596aac4f82",score:B,termIdInSource:"panasonic-lumix",termName:"Panasonic Lumix",termSourceType:f,typeName:a},{id:"5899ed0c-13fe-4140-9f1a-9b5f1783ed18",score:B,termIdInSource:"nikon-as",termName:"Nikon AS",termSourceType:f,typeName:a},{id:"fbc8b8c7-f445-4c9e-a58a-065fa353933c",score:346.62231398945,termIdInSource:M,termName:N,termSourceType:_,typeName:a},{id:"d0f14154-f4d3-4dde-9f19-919ef2d3ad13",score:334.46400513554,termIdInSource:T,termName:z,termSourceType:k,typeName:a},{id:"b27c34b0-7056-4477-b8c7-4dc842aec501",score:318.08000391483,termIdInSource:"canon-vixia",termName:r,termSourceType:f,typeName:a},{id:"9afc6876-1352-41ac-a548-8923c0083a0a",score:300,termIdInSource:"1c3d24e4-c387-11e2-8208-0291187b029a",termName:"Home Entertainment",termSourceType:s,typeName:a},{id:"48ce0ab7-6b40-433b-86c2-699647f01df5",score:276.09600217533,termIdInSource:"bd515a1a-f313-11e2-8262-0291187b029a",termName:A,termSourceType:h,typeName:a},{id:"0ce6f146-1968-4855-a4cf-b96b8055b1ed",score:275,termIdInSource:"nikon-coolpix",termName:"Nikon Coolpix",termSourceType:f,typeName:a},{id:"1a00fcea-816c-450b-b52f-87548c8fa389",score:247.19999849796,termIdInSource:"54",termName:"Best digital cameras",termSourceType:"CNET_EVERGREEN",typeName:a},{id:"2782840b-7d36-4061-8e8a-a1750cb33333",score:235,termIdInSource:"f324b664-107f-4cd8-b6cf-c6956827624e",termName:"Nikon Coolpix S6900",termSourceType:U,typeName:a},{id:"f85f50b8-308d-4e99-a299-7b7dd7cb4d36",score:211.98829318241,termIdInSource:"tamrac-digital-zoom",termName:"Tamrac Digital Zoom",termSourceType:f,typeName:a},{id:"f1064cc1-a683-4bff-88c5-eeb610a2a453",score:206.7724627246,termIdInSource:"7623ba4c-4f83-4743-b14c-c3f3e5259cb3",termName:"Zoom",termSourceType:h,typeName:a},{id:"82dbfc55-8dde-433d-88ea-ea9ff1f5813d",score:205.00000119209,termIdInSource:"285123",termName:"YouTube",termSourceType:k,typeName:a},{id:"a7e2789a-72dd-4c8a-a527-c8dd416a9d81",score:201.09600217533,termIdInSource:Z,termName:A,termSourceType:k,typeName:a},{id:"fc20fdef-c988-45b3-94ce-178093e74536",score:C,termIdInSource:$,termName:$,termSourceType:l,typeName:a},{id:"8ce652a2-df4f-43b0-9b42-2e0542fe8909",score:C,termIdInSource:aa,termName:aa,termSourceType:l,typeName:a},{id:"75c5a37e-c24b-447e-8269-27c7702849ab",score:C,termIdInSource:ab,termName:ab,termSourceType:l,typeName:a},{id:"05c0cd76-8dee-43b7-9633-925ba6360cfe",score:197.00000154972,termIdInSource:ac,termName:ac,termSourceType:l,typeName:a},{id:"d2e2352c-ebd8-4161-a2b3-11f8922b6f9b",score:ad,termIdInSource:"a30d92da-7926-46b8-9d83-3c7497c40619",termName:z,termSourceType:h,typeName:a},{id:"5145f586-6c45-46ab-b17f-3901417ed2c8",score:ad,termIdInSource:P,termName:Q,termSourceType:_,typeName:a}],_buyingCycle:v,contentTags:"table-of-contents-all-h2s|faq-markup|zdnet-recommends",cohesionRevisionId:"rev_2JvWVcFDFZJW9W7ouTeJzeSlM76",collectionTypeSlug:e,_secondaryCollectionIds:o,products:[],articleAuthorId:["516897af-0442-4325-ad67-5150f546675c"],articleAuthorName:["josh slate"],articleAuthorDisplayName:["Josh Slate"],articleAuthorUsername:"jslate",articleId:x,articleTitle:"the 5 best vlogging cameras of 2023",collectionName:[e],collectionSlug:[c],collectionThreadName:[],articlePubDate:"2023-01-05 22:50:00+0000",siteHier:[u,"innovation","computing",I],brand:m,_collectionPrimaryId:H,deviceType:p,edition:n,error:w,isDev:d,limit:4,pageViewGuid:c,reportSuiteId:"cnetzdnetglobalsite",siteName:m,siteType:"responsive web",soastaBucket:e,soastaPageType:y,tealium:{profile:"zdnetglobalsite",env:w},testGroup:e,testName:e,testVersion:e,traffic_source:"cloud"},pageComponents:{paw1:b,cm02:b,zz01:b,cm04:b,cm01:b,pb01:b},pageType:q,postId:x,pageViews:0,vguid:c}},serverRendered:b,routePath:E,config:{_app:{basePath:ae,assetsPath:ae,cdnURL:"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20230107024744\u002Fhttps:\u002F\u002Fwww.zdnet.com\u002Fa\u002Fneutron\u002F"}}}}("content_annotation",true,null,false,"","CNET_FAM_LINE","CNET_CMP_MFR","CNET_TAG","Sony","CNET_CAT_CDS","B2B_CMP","CNET_CAT_PRODTYPE","zdnet","us",void 0,"desktop","article","Canon","CNET_CAT_TOPIC",358.05696740116,"bottom_funnel","compare","prod","d582c94f-6422-48f0-a40b-fa366086f9ba","content_article","GoPro","Amazon",350,200,{},"\u002Farticle\u002Fbest-vlogging-camera\u002F","innovation\u002Fcomputing\u002Fphoto-video","best-list",Array(1),"photo-video","275062","275235","Camera Accessories","1c37805c-c387-11e2-8208-0291187b029a","Cameras",973.15646370116,"1bfbd4ac-c387-11e2-8208-0291187b029a","Photography",800,"Panasonic","6290278","CNET_FAM_SERIES",500,"Best Buy",425,"weight","280364","TR_CAT_TOPIC","microphone","tripod","software","battery",184.46400513554,"\u002F"));</script><script>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()},!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/905157c.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/c2988b5.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/ee84f3f.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/6b7a6b3.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/4b325d5.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/bd3a91d.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/9066967.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/7ea2efd.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/0669ad3.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/467a3b5.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/a39223b.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/711f1f3.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/c018127.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/9078eec.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/a64b78a.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/b38f421.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/c82e798.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/605b295.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/69047e4.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/cee1205.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/728a593.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/f845173.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/67f0557.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/1be6689.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/251d6ac.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/3c46ee0.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/2ba20f8.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/9267cba.modern.js" defer=""></script><script nomodule="" src="https://web.archive.org/web/20230107024744js_/https://www.zdnet.com/a/neutron/13a48cc.js" defer=""></script><script type="module" src="https://web.archive.org/web/20230107024744jm_/https://www.zdnet.com/a/neutron/5ca15ac.modern.js" defer=""></script> </body> </html> <!-- FILE ARCHIVED ON 02:47:44 Jan 07, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:32:54 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.544 exclusion.robots: 0.032 exclusion.robots.policy: 0.02 esindex: 0.011 cdx.remote: 8.394 LoadShardBlock: 137.814 (3) PetaboxLoader3.datanode: 183.23 (4) PetaboxLoader3.resolve: 92.878 (2) load_resource: 209.358 -->

Pages: 1 2 3 4 5 6 7 8 9 10