{"title":"Memory Card for Action Camera","description":"\u003cstyle\u003e\n  :root {\n    --lf-black: #000000;\n    --lf-black-2: #080808;\n    --lf-black-3: #111111;\n    --lf-red: #c1121f;\n    --lf-red-soft: #ff4d57;\n    --lf-white: #ffffff;\n    --lf-text: #f4f4f4;\n    --lf-muted: #b8b8b8;\n    --lf-border: rgba(255, 255, 255, 0.12);\n    --lf-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);\n    --lf-radius-lg: 22px;\n    --lf-radius-md: 16px;\n  }\n\n  .lf-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 12px 4px 8px;\n    background: var(--lf-black);\n    font-family: Inter, Arial, sans-serif;\n    color: var(--lf-text);\n    line-height: 1.6;\n  }\n\n  .lf-wrap * {\n    box-sizing: border-box;\n  }\n\n  .lf-wrap a {\n    color: var(--lf-red-soft);\n    text-decoration: none;\n    font-weight: 700;\n  }\n\n  .lf-wrap a:hover {\n    text-decoration: underline;\n    text-underline-offset: 4px;\n  }\n\n  .lf-wrap h2,\n  .lf-wrap h3,\n  .lf-wrap h4 {\n    color: var(--lf-white);\n    margin-top: 0;\n    letter-spacing: -0.02em;\n  }\n\n  .lf-wrap h2 {\n    font-size: clamp(26px, 3.6vw, 38px);\n    line-height: 1.15;\n    margin-bottom: 16px;\n  }\n\n  .lf-wrap h3 {\n    font-size: 22px;\n    line-height: 1.25;\n    margin-bottom: 12px;\n  }\n\n  .lf-wrap h4 {\n    font-size: 18px;\n    line-height: 1.35;\n    margin-bottom: 10px;\n  }\n\n  .lf-wrap p {\n    font-size: 16px;\n    line-height: 1.75;\n    margin: 0 0 15px;\n    color: var(--lf-text);\n  }\n\n  .lf-muted {\n    color: var(--lf-muted) !important;\n  }\n\n  .lf-section,\n  .lf-band {\n    margin: 0 auto 24px;\n    border-radius: var(--lf-radius-lg);\n    box-shadow: var(--lf-shadow);\n  }\n\n  .lf-hero {\n    padding: 36px;\n    background:\n      radial-gradient(circle at 85% 10%, rgba(255, 77, 87, 0.22), transparent 34%),\n      radial-gradient(circle at 10% 90%, rgba(193, 18, 31, 0.16), transparent 35%),\n      linear-gradient(135deg, #1a070a 0%, #050505 100%);\n    border: 1px solid rgba(255, 77, 87, 0.24);\n    border-radius: var(--lf-radius-lg);\n    margin-bottom: 24px;\n  }\n\n  .lf-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    padding: 8px 13px;\n    border: 1px solid rgba(255, 77, 87, 0.28);\n    border-radius: 999px;\n    background: rgba(255, 77, 87, 0.08);\n    color: var(--lf-red-soft);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .lf-lead {\n    max-width: 920px;\n    font-size: 19px !important;\n    line-height: 1.75 !important;\n    color: var(--lf-white) !important;\n  }\n\n  .lf-stat-grid,\n  .lf-card-grid,\n  .lf-card-grid-3,\n  .lf-link-grid {\n    display: grid;\n    gap: 16px;\n  }\n\n  .lf-stat-grid {\n    grid-template-columns: repeat(4, 1fr);\n    margin-top: 22px;\n  }\n\n  .lf-stat,\n  .lf-card,\n  .lf-link-card {\n    background: rgba(255, 255, 255, 0.045);\n    border: 1px solid var(--lf-border);\n    border-radius: var(--lf-radius-md);\n    padding: 20px;\n  }\n\n  .lf-stat-number {\n    display: block;\n    font-size: 24px;\n    line-height: 1.1;\n    font-weight: 900;\n    color: var(--lf-red-soft);\n  }\n\n  .lf-stat-label {\n    margin: 8px 0 0 !important;\n    color: var(--lf-muted) !important;\n    font-size: 14px !important;\n  }\n\n  .lf-section {\n    padding: 32px;\n    background: var(--lf-black-2);\n    border: 1px solid var(--lf-border);\n  }\n\n  .lf-section-dark {\n    background:\n      radial-gradient(circle at bottom left, rgba(193, 18, 31, 0.13), transparent 36%),\n      var(--lf-black-3);\n  }\n\n  .lf-card-grid {\n    grid-template-columns: repeat(2, 1fr);\n    margin-top: 18px;\n  }\n\n  .lf-card-grid-3 {\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 18px;\n  }\n\n  .lf-list {\n    list-style: none;\n    padding: 0;\n    margin: 14px 0 0;\n  }\n\n  .lf-list li {\n    position: relative;\n    padding-left: 22px;\n    margin-bottom: 12px;\n    color: var(--lf-text);\n    line-height: 1.65;\n  }\n\n  .lf-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--lf-red-soft);\n    box-shadow: 0 0 10px rgba(255, 77, 87, 0.35);\n  }\n\n  .lf-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 20px;\n    border: 1px solid var(--lf-border);\n    border-radius: var(--lf-radius-md);\n    background: #090909;\n  }\n\n  .lf-table {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n  }\n\n  .lf-table th,\n  .lf-table td {\n    padding: 15px;\n    border-bottom: 1px solid var(--lf-border);\n    text-align: left;\n    vertical-align: top;\n    color: var(--lf-text);\n    line-height: 1.55;\n    font-size: 15px;\n  }\n\n  .lf-table th {\n    background: rgba(193, 18, 31, 0.16);\n    color: var(--lf-white);\n    font-weight: 900;\n  }\n\n  .lf-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .lf-band {\n    padding: 26px 28px;\n    background:\n      radial-gradient(circle at top right, rgba(255, 77, 87, 0.16), transparent 30%),\n      linear-gradient(135deg, #18090b 0%, #080808 100%);\n    border: 1px solid rgba(255, 77, 87, 0.22);\n  }\n\n  .lf-link-grid {\n    grid-template-columns: repeat(4, 1fr);\n    margin-top: 16px;\n  }\n\n  .lf-link-card span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--lf-muted);\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    font-weight: 800;\n  }\n\n  .lf-faq {\n    margin-top: 16px;\n  }\n\n  .lf-faq details {\n    margin-bottom: 12px;\n    border: 1px solid var(--lf-border);\n    border-radius: var(--lf-radius-md);\n    background: rgba(255, 255, 255, 0.04);\n    overflow: hidden;\n  }\n\n  .lf-faq summary {\n    cursor: pointer;\n    padding: 17px 20px;\n    color: var(--lf-white);\n    font-weight: 900;\n    line-height: 1.45;\n  }\n\n  .lf-faq-answer {\n    padding: 0 20px 18px;\n  }\n\n  @media (max-width: 900px) {\n    .lf-stat-grid,\n    .lf-card-grid-3,\n    .lf-link-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .lf-card-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 740px) {\n    .lf-wrap {\n      padding: 8px 2px 4px;\n    }\n\n    .lf-hero,\n    .lf-section,\n    .lf-band {\n      padding: 20px 16px;\n      border-radius: 16px;\n    }\n\n    .lf-wrap h2 {\n      font-size: 26px;\n    }\n\n    .lf-wrap h3 {\n      font-size: 21px;\n    }\n\n    .lf-stat-grid,\n    .lf-card-grid,\n    .lf-card-grid-3,\n    .lf-link-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lf-table {\n      min-width: 0;\n      border: 0;\n    }\n\n    .lf-table thead {\n      display: none;\n    }\n\n    .lf-table,\n    .lf-table tbody,\n    .lf-table tr,\n    .lf-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .lf-table tr {\n      border-bottom: 1px solid var(--lf-border);\n      padding: 12px 0;\n    }\n\n    .lf-table td {\n      border-bottom: 0;\n      padding: 10px 14px;\n    }\n\n    .lf-table td::before {\n      content: attr(data-label);\n      display: block;\n      margin-bottom: 4px;\n      color: var(--lf-red-soft);\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.07em;\n      text-transform: uppercase;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lf-wrap\"\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"lf-hero\"\u003e\n\u003cspan class=\"lf-eyebrow\"\u003eAction Camera Storage\u003c\/span\u003e\n\u003cp class=\"lf-lead lf-muted\"\u003eEvery adventure deserves smooth, uninterrupted footage. A memory card for an action camera is the difference between capturing the perfect shot and losing it to dropped frames. Kingspec's Mixage MicroSD TF Card is U3\/V30 certified for 4K action cameras — with read speeds up to 175MB\/s and capacities from 32GB to 512GB.\u003c\/p\u003e\n\u003cdiv class=\"lf-stat-grid\"\u003e\n\u003cdiv class=\"lf-stat\"\u003e\n\u003cspan class=\"lf-stat-number\"\u003e175MB\/s\u003c\/span\u003e\n\u003cp class=\"lf-stat-label\"\u003eRead speed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-stat\"\u003e\n\u003cspan class=\"lf-stat-number\"\u003e110MB\/s\u003c\/span\u003e\n\u003cp class=\"lf-stat-label\"\u003eWrite speed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-stat\"\u003e\n\u003cspan class=\"lf-stat-number\"\u003eU3 \/ V30\u003c\/span\u003e\n\u003cp class=\"lf-stat-label\"\u003eGoPro HERO13 compatible\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-stat\"\u003e\n\u003cspan class=\"lf-stat-number\"\u003e$19.99\u003c\/span\u003e\n\u003cp class=\"lf-stat-label\"\u003eStarting price\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHAT DO YOU NEED ── --\u003e\n\u003cdiv class=\"lf-section lf-section-dark\"\u003e\n\u003ch3\u003eWhat Memory Card Do You Need for an Action Camera?\u003c\/h3\u003e\n\u003cp class=\"lf-muted\"\u003eAction cameras like GoPro, Insta360, and DJI Osmo record at extremely high bitrates — far higher than a standard phone or camera. That means you need a memory card that can keep up with sustained, fast writes. The wrong card doesn't just slow you down; it can cause file corruption and recording failures mid-adventure.\u003c\/p\u003e\n\u003cp style=\"margin-top: 14px;\"\u003eThe minimum requirement for modern action cameras is a \u003cstrong style=\"color: #fff;\"\u003eU3 or V30 speed class\u003c\/strong\u003e card, which guarantees a minimum sustained write speed of 30MB\/s. Kingspec's Mixage MicroSD TF Card exceeds this with write speeds up to 110MB\/s — giving you reliable headroom for 4K and 5.3K recording.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── GOPRO GUIDE ── --\u003e\n\u003cdiv class=\"lf-section\"\u003e\n\u003ch3\u003eGoPro SD Card — What Speed and Capacity Do You Need?\u003c\/h3\u003e\n\u003cp class=\"lf-muted\"\u003eGoPro's own recommended minimums per their official compatibility guide:\u003c\/p\u003e\n\u003cdiv class=\"lf-table-wrap\" style=\"margin-top: 16px;\"\u003e\n\u003ctable class=\"lf-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eGoPro Model\u003c\/th\u003e\n\u003cth\u003eMin. Speed Class\u003c\/th\u003e\n\u003cth\u003eMax Capacity\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHERO13 \/ 12 \/ 11 \/ 10 Black\u003c\/td\u003e\n\u003ctd\u003eV30\u003c\/td\u003e\n\u003ctd\u003eUp to 1TB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHERO9 \/ 8 \/ 7 \/ 6 \/ 5 Black\u003c\/td\u003e\n\u003ctd\u003eClass 10 \/ U1\u003c\/td\u003e\n\u003ctd\u003eUp to 256GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHERO4 \/ HERO Session\u003c\/td\u003e\n\u003ctd\u003eClass 10\u003c\/td\u003e\n\u003ctd\u003eUp to 128GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 16px;\"\u003eKingspec's Mixage MicroSD TF Card is \u003cstrong style=\"color: #fff;\"\u003eU3 and V30 certified\u003c\/strong\u003e, making it the right choice for the latest GoPro HERO13, HERO12, HERO11, HERO10, and HERO9 Black. For HERO13 and HERO12 Black specifically, GoPro officially recommends V30 cards — the Mixage MicroSD TF Card meets and exceeds this.\u003c\/p\u003e\n\u003cdiv class=\"lf-band\" style=\"margin-top: 20px;\"\u003e\n\u003ch4\u003eNeed a larger-format card for your DSLR?\u003c\/h4\u003e\n\u003cp class=\"lf-muted\"\u003eFor standard SD slots in DSLRs, mirrorless cameras, and camcorders, see our \u003ca href=\"\/fr\/collections\/sd-card-for-camera\"\u003eSD Card for Camera\u003c\/a\u003e collection — or browse the full \u003ca href=\"\/fr\/collections\/sdxc-memory-card\"\u003eSDXC Memory Card\u003c\/a\u003e range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CAPACITY ── --\u003e\n\u003cdiv class=\"lf-section lf-section-dark\"\u003e\n\u003ch3\u003eHow Much Storage Do You Need for Action Camera Footage?\u003c\/h3\u003e\n\u003cp class=\"lf-muted\"\u003e4K video files are large. Here's a real-world guide based on standard GoPro bitrates:\u003c\/p\u003e\n\u003cdiv class=\"lf-card-grid-3\" style=\"margin-top: 16px;\"\u003e\n\u003cdiv class=\"lf-card\"\u003e\n\u003cstrong style=\"font-size: 20px; color: #fff;\"\u003e64GB\u003c\/strong\u003e\n\u003cp class=\"lf-muted\" style=\"margin: 8px 0 0; font-size: 14px;\"\u003e~80 minutes of 4K footage\u003cbr\u003eQuick sessions, single-day use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-card\"\u003e\n\u003cstrong style=\"font-size: 20px; color: #fff;\"\u003e128GB\u003c\/strong\u003e\n\u003cp class=\"lf-muted\" style=\"margin: 8px 0 0; font-size: 14px;\"\u003e~160 minutes of 4K footage\u003cbr\u003e2.5+ hours — full day shooting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-card\" style=\"border-color: rgba(255,77,87,0.4); background: rgba(255,77,87,0.06);\"\u003e\n\u003cstrong style=\"font-size: 20px; color: #ff4d57;\"\u003e256GB ★ Most Popular\u003c\/strong\u003e\n\u003cp class=\"lf-muted\" style=\"margin: 8px 0 0; font-size: 14px;\"\u003e~320 minutes of 4K footage\u003cbr\u003e5+ hours — weekend adventures\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lf-card\"\u003e\n\u003cstrong style=\"font-size: 20px; color: #fff;\"\u003e512GB\u003c\/strong\u003e\n\u003cp class=\"lf-muted\" style=\"margin: 8px 0 0; font-size: 14px;\"\u003e~640 minutes of 4K footage\u003cbr\u003e10+ hours — extended trips\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 16px;\"\u003eFor a full day of shooting or a weekend trip, \u003cstrong style=\"color: #fff;\"\u003e128GB or 256GB\u003c\/strong\u003e is the practical sweet spot. If you're shooting in 5.3K on a HERO13 Black, go for 256GB or higher.\u003c\/p\u003e\n\u003cdiv class=\"lf-band\" style=\"margin-top: 20px;\"\u003e\n\u003ch4\u003eAlready know what capacity you need?\u003c\/h4\u003e\n\u003cp class=\"lf-muted\"\u003e\u003ca href=\"\/fr\/collections\/128-gb-micro-sd-card\"\u003e128 GB Micro SD Card\u003c\/a\u003e  |  \u003ca href=\"\/fr\/collections\/256-gb-micro-sd-card\"\u003e256 GB Micro SD Card\u003c\/a\u003e  |  \u003ca href=\"\/fr\/collections\/gopro-sd-card\"\u003eGoPro SD Card\u003c\/a\u003e collection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHY THE MIXAGE CARD ── --\u003e\n\u003cdiv class=\"lf-section\"\u003e\n\u003ch3\u003eWhy the Mixage MicroSD TF Card Is Built for Action\u003c\/h3\u003e\n\u003cul class=\"lf-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eU3 and V30 certified\u003c\/strong\u003e — meets GoPro's minimum requirement for HERO13, HERO12, HERO11, HERO10, HERO9\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRead speeds up to 175MB\/s\u003c\/strong\u003e — transfer footage to your laptop or phone fast\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWrite speeds up to 110MB\/s\u003c\/strong\u003e — smooth 4K and 5.3K recording without dropped frames\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e32GB to 512GB capacities\u003c\/strong\u003e — fits any shooting scenario from a quick session to a full trip\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncludes SD adapter\u003c\/strong\u003e — works in action cameras and also in any camera or laptop with a full-size SD slot\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3D NAND flash\u003c\/strong\u003e — built for durability and long-term reliability\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperating temperature 0°C to 70°C\u003c\/strong\u003e — handles heat from long 4K recording sessions\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3-year product warranty\u003c\/strong\u003e — backed by Kingspec Tech\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ── microSD vs SD ── --\u003e\n\u003cdiv class=\"lf-section lf-section-dark\"\u003e\n\u003ch3\u003emicroSD vs Standard SD Card for Action Cameras\u003c\/h3\u003e\n\u003cp class=\"lf-muted\"\u003eMost action cameras — including all GoPro HERO models — use the \u003cstrong style=\"color: #fff;\"\u003emicroSD form factor\u003c\/strong\u003e (11mm × 15mm × 1mm). The standard SD card size (32mm × 24mm) is too large for action camera bodies.\u003c\/p\u003e\n\u003cp style=\"margin-top: 14px;\"\u003eThe Kingspec Mixage MicroSD TF Card uses the microSD form factor and is the correct choice for all GoPro HERO cameras, Insta360, DJI Action, and similar action cameras.\u003c\/p\u003e\n\u003cdiv class=\"lf-band\" style=\"margin-top: 20px;\"\u003e\n\u003ch4\u003eFor DSLRs and mirrorless cameras\u003c\/h4\u003e\n\u003cp class=\"lf-muted\"\u003eLooking for a full-size SD card? Kingspec's \u003ca href=\"\/fr\/collections\/sd-card-for-camera\"\u003eSD Card for Camera\u003c\/a\u003e collection features the SDXC UHS-I U3 V30 card — read 165MB\/s, write 81MB\/s, with a \u003cstrong style=\"color: #fff;\"\u003e10-year warranty\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── SDXC OPTION ── --\u003e\n\u003cdiv class=\"lf-section\"\u003e\n\u003ch3\u003eAlso Available: SD Card SDXC UHS-I U3 V30\u003c\/h3\u003e\n\u003cp\u003eFor action cameras that support standard SD cards, or for users who want maximum sustained write speeds for professional video workflows, Kingspec also offers the SD Card SDXC UHS-I U3 V30:\u003c\/p\u003e\n\u003cul class=\"lf-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRead speeds up to 165MB\/s\u003c\/strong\u003e — fast file transfers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWrite speeds up to 81MB\/s\u003c\/strong\u003e — U3\/V30 certified for 4K video\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCapacities from 64GB to 512GB\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e10-year product warranty\u003c\/strong\u003e — longer-lasting coverage than the MicroSD TF Card\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3D NAND flash\u003c\/strong\u003e — reliable, long-term storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 14px;\"\u003eBrowse the full \u003ca href=\"\/fr\/collections\/sdxc-memory-card\"\u003eSDXC Memory Card\u003c\/a\u003e collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── FAQ ── --\u003e\n\u003cdiv class=\"lf-section lf-section-dark\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"lf-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Kingspec MicroSD TF Card good for GoPro HERO13 and HERO12 Black?\u003c\/summary\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003e\n\u003cp class=\"lf-muted\"\u003eYes. The Mixage MicroSD TF Card is U3 and V30 certified, which meets and exceeds GoPro's official minimum requirement of V30 for HERO13, HERO12, HERO11, HERO10, and HERO9 Black. It supports capacities up to 512GB — GoPro supports up to 1TB in these models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference between U3 and V30 for action cameras?\u003c\/summary\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003e\n\u003cp class=\"lf-muted\"\u003eNothing in practice — both guarantee a minimum sustained write speed of 30MB\/s. V30 is the video-focused label (same speed class, different naming system). Both are the minimum for smooth 4K action camera recording.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use a 512GB microSD card in my GoPro?\u003c\/summary\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003e\n\u003cp class=\"lf-muted\"\u003eFor HERO13, HERO12, HERO11, HERO10, and HERO9 Black — yes, GoPro officially supports up to 1TB in these models. For older HERO models, check the maximum supported capacity in your user manual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does my action camera need a U3\/V30 card when a U1 card is cheaper?\u003c\/summary\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003e\n\u003cp class=\"lf-muted\"\u003eU1 cards guarantee only 10MB\/s minimum write speed. Action cameras writing 4K video need significantly more. A U1 card in a 4K action camera can cause dropped frames, recording failures, and file corruption. \u003cstrong style=\"color: #fff;\"\u003eU3\/V30 is the minimum safe choice.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the advantage of the SD adapter that comes with the Mixage card?\u003c\/summary\u003e\n\u003cdiv class=\"lf-faq-answer\"\u003e\n\u003cp class=\"lf-muted\"\u003eThe included SD adapter lets you use the same card across more devices. Pop the microSD into the adapter to read it in any standard SD card slot — laptops, cameras, card readers, and more. Makes transferring your footage much easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CTA ── --\u003e\n\u003cdiv class=\"lf-band\" style=\"text-align: center;\"\u003e\n\u003ch3\u003eShop Action Camera Memory Cards\u003c\/h3\u003e\n\u003cp class=\"lf-muted\"\u003eFrom 64GB to 512GB — all U3\/V30 certified, all with SD adapter and Kingspec warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"microsd-tf-card","title":"MicroSD TF Card","description":"\u003ch3\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"product_detial_feature\"\u003e\n\u003cul\u003e\n\u003cli\u003eProfessional grade storage for uncompromised 4K recording.\u003c\/li\u003e\n\u003cli\u003eSeamless integration across all creative platforms.\u003c\/li\u003e\n\u003cli\u003eStable Performance, capture ideas before they fade.\u003c\/li\u003e\n\u003cli\u003eScalable storage options tailored to your evolving projects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Kingspec","offers":[{"title":"32GB \/ 1","offer_id":43527921893469,"sku":"MT102032","price":19.99,"currency_code":"USD","in_stock":true},{"title":"32GB \/ 3 with 1 Adapter","offer_id":43528126988381,"sku":"MT1020323A","price":34.99,"currency_code":"USD","in_stock":true},{"title":"64GB \/ 1","offer_id":43527921926237,"sku":"MT102064","price":27.99,"currency_code":"USD","in_stock":true},{"title":"64GB \/ 3 with 1 Adapter","offer_id":43528127021149,"sku":"MT1020643A","price":60.99,"currency_code":"USD","in_stock":true},{"title":"128GB \/ 1","offer_id":43527921959005,"sku":"MT102128","price":34.99,"currency_code":"USD","in_stock":true},{"title":"128GB \/ 3 with 1 Adapter","offer_id":43528127053917,"sku":"MT1021283A","price":89.99,"currency_code":"USD","in_stock":true},{"title":"256GB \/ 1","offer_id":43527921991773,"sku":"MT102256","price":59.99,"currency_code":"USD","in_stock":true},{"title":"256GB \/ 3 with 1 Adapter","offer_id":43528127086685,"sku":"MT1022563A","price":134.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0296\/7230\/8829\/files\/12_73591261-837d-48b2-876a-0d27d7801f6d.jpg?v=1761122818"},{"product_id":"sd-card-sdxc-uhs-i-u3-v30","title":"SD card SDXC UHS-I U3 V30","description":"\u003ch3\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"product_detial_feature\"\u003e\n\u003cul\u003e\n\u003cli\u003eYour ideal companion for smooth 4K UHD recording.\u003c\/li\u003e\n\u003cli\u003eSeamless Compatibility Across Leading Camera Brands.\u003c\/li\u003e\n\u003cli\u003eDelivers top-tier UHS-\u003cspan\u003eI\u003c\/span\u003e\u003cspan\u003e?\u003c\/span\u003espeeds for reliable performance.\u003c\/li\u003e\n\u003cli\u003eBoost Your Storage with Expanded Capacity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Kingspec Tech","offers":[{"title":"64GB","offer_id":43528036286557,"sku":"MS103064","price":23.99,"currency_code":"USD","in_stock":true},{"title":"128GB","offer_id":43528054308957,"sku":"MS103128","price":34.99,"currency_code":"USD","in_stock":true},{"title":"256GB","offer_id":43528054341725,"sku":"MS103256","price":62.99,"currency_code":"USD","in_stock":true},{"title":"512GB","offer_id":43528054374493,"sku":"MS103512","price":92.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0296\/7230\/8829\/files\/12_fb487e82-a8ab-453d-a9cf-a24b0c23da4b.jpg?v=1761121950"}],"url":"https:\/\/www.kingspectech.com\/fr\/collections\/memory-card-for-action-camera.oembed","provider":"Kingspec Tech","version":"1.0","type":"link"}