DJI Dock 3
.sd-dock3, .sd-dock3 * { box-sizing: border-box; } .sd-dock3 { --sd-ink: #10151d; --sd-muted: #5e6876; --sd-line: #dce3ea; --sd-soft: #f3f6f9; --sd-white: #ffffff; --sd-dark: #0711 1d; --sd-dark-2: #0d1a28; --sd-dark-3: #152536; --sd-blue: #066bbf; --sd-blue-dark: #044f8d; --sd-blue-soft: #e9f4ff; --sd-cyan: #78c8ff; --sd-green: #1f9d69; --sd-amber: #d67a00; --sd-media-radius: 16px; --sd-media-border: rgba(16, 21, 29, 0.14); width: 100%; overflow: hidden; background: var(--sd-white); color: var(--sd-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Let the component wrappers—not Shopify theme image rules—draw media frames. */ .sd-dock3 img, .sd-dock3 video, .sd-dock3 iframe { display: block; max-width: 100%; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; } .sd-dock3 img { height: auto; } .sd-dock3 figure { margin: 0; padding: 0; } .sd-dock3 button, .sd-dock3 summary, .sd-dock3 a { font: inherit; } .sd-dock3 h2, .sd-dock3 h3, .sd-dock3 h4, .sd-dock3 p, .sd-dock3 ul, .sd-dock3 ol { margin-top: 0; } .sd-dock3 a { color: inherit; text-underline-offset: 3px; } .sd-dock3 a:focus-visible, .sd-dock3 summary:focus-visible { outline: 3px solid var(--sd-white); outline-offset: 2px; box-shadow: 0 0 0 6px var(--sd-blue-dark); } .sd-dock3 [id] { scroll-margin-top: var(--sd-header-offset, 96px); } .sd-dock3__container { width: min(1240px, calc(100% - 40px)); margin: 0 auto; } .sd-dock3__container--wide { width: min(1440px, calc(100% - 40px)); } .sd-dock3__section { padding: 92px 0; background: var(--sd-white); } .sd-dock3__section--soft { background: var(--sd-soft); } .sd-dock3__section--dark { background: radial-gradient(circle at 82% 18%, rgba(24, 128, 205, 0.18), transparent 30%), var(--sd-dark); color: var(--sd-white); } .sd-dock3__section--compact { padding: 64px 0; } .sd-dock3__eyebrow { margin-bottom: 12px; color: var(--sd-blue); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; line-height: 1.3; text-transform: uppercase; } .sd-dock3__section--dark .sd-dock3__eyebrow { color: var(--sd-cyan); } .sd-dock3__section-head { max-width: 880px; margin-bottom: 42px; } .sd-dock3__section-head--center { margin-right: auto; margin-left: auto; text-align: center; } .sd-dock3__section-head h3 { margin-bottom: 14px; color: inherit; font-size: clamp(30px, 4vw, 50px); font-weight: 780; letter-spacing: -0.045em; line-height: 1.06; } .sd-dock3__lead { margin-bottom: 0; color: var(--sd-muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.72; } .sd-dock3__section--dark .sd-dock3__lead { color: #bdc8d3; } /* Prevent Shopify theme heading colours from overriding dark sections. */ .sd-dock3 .sd-dock3__section--dark h2, .sd-dock3 .sd-dock3__section--dark h3, .sd-dock3 .sd-dock3__section--dark h4 { color: var(--sd-white) !important; } .sd-dock3__small { color: var(--sd-muted); font-size: 13px; line-height: 1.55; } .sd-dock3__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; } .sd-dock3__section--dark .sd-dock3__small { color: #aebbc7; } .sd-dock3__button-row { display: flex; flex-wrap: wrap; gap: 12px; } .sd-dock3__button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--sd-blue); border-radius: 8px; background: var(--sd-blue); color: var(--sd-white) !important; font-size: 15px; font-weight: 750; line-height: 1.2; text-decoration: none; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; } .sd-dock3__button:hover { border-color: var(--sd-blue-dark); background: var(--sd-blue-dark); transform: translateY(-1px); } .sd-dock3__button--ghost { border-color: rgba(255, 255, 255, 0.48); background: rgba(7, 17, 29, 0.38); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .sd-dock3__button--ghost:hover { border-color: var(--sd-white); background: rgba(255, 255, 255, 0.12); } .sd-dock3__button--light { border-color: var(--sd-white); background: var(--sd-white); color: var(--sd-dark) !important; } .sd-dock3__button--light:hover { border-color: #d9e9f6; background: #d9e9f6; } /* Hero */ .sd-dock3__hero { position: relative; min-height: clamp(680px, 69vw, 880px); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: #0a1722; color: var(--sd-white); } .sd-dock3__hero-media, .sd-dock3__hero-shade { position: absolute; inset: 0; } .sd-dock3__hero-media { z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; } .sd-dock3__hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(3, 9, 15, 0.95) 0%, rgba(3, 9, 15, 0.76) 42%, rgba(3, 9, 15, 0.22) 75%, rgba(3, 9, 15, 0.12) 100%), linear-gradient(0deg, rgba(3, 9, 15, 0.88) 0%, rgba(3, 9, 15, 0.16) 48%, rgba(3, 9, 15, 0.32) 100%); } .sd-dock3__hero-content { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 86px 0 70px; } .sd-dock3__hero-copy { max-width: 790px; } .sd-dock3__hero .sd-dock3__eyebrow { color: #91d3ff; } .sd-dock3__hero h2 { max-width: 720px; margin-bottom: 18px; color: var(--sd-white); font-size: clamp(48px, 7vw, 92px); font-weight: 800; letter-spacing: -0.065em; line-height: 0.94; } .sd-dock3__hero-tagline { max-width: 700px; margin-bottom: 12px; color: var(--sd-white); font-size: clamp(23px, 3vw, 38px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.16; } .sd-dock3__hero-subline { max-width: 730px; margin-bottom: 28px; color: #d4dde6; font-size: clamp(16px, 2vw, 20px); line-height: 1.62; } .sd-dock3__hero-stats { max-width: 980px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 34px; } .sd-dock3__hero-stat { min-height: 104px; padding: 17px 16px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; background: rgba(7, 17, 29, 0.58); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .sd-dock3__hero-stat strong { display: block; margin-bottom: 2px; color: var(--sd-white); font-size: clamp(21px, 2.4vw, 30px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; } .sd-dock3__hero-stat span { display: block; color: #c6d0da; font-size: 12px; line-height: 1.38; } .sd-dock3__hero-note { max-width: 980px; margin: 15px 0 0; color: #aebbc8; font-size: 11px; line-height: 1.5; } /* Page navigation */ .sd-dock3__jump-wrap { border-bottom: 1px solid var(--sd-line); background: var(--sd-white); } .sd-dock3__jump { display: flex; gap: 8px; overflow-x: auto; padding: 16px 0; scrollbar-width: thin; } .sd-dock3__jump a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--sd-line); border-radius: 999px; background: var(--sd-white); color: #33404e; font-size: 13px; font-weight: 700; line-height: 1; text-decoration: none; } .sd-dock3__jump a:hover { border-color: #abd5f5; background: var(--sd-blue-soft); color: var(--sd-blue-dark); } /* Grids, cards and media */ .sd-dock3__grid { display: grid; gap: 22px; } .sd-dock3__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .sd-dock3__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .sd-dock3__split { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(32px, 6vw, 84px); } .sd-dock3__split--reverse { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); } .sd-dock3__split--reverse .sd-dock3__split-media { order: 2; } .sd-dock3__split-copy h3 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 50px); font-weight: 780; letter-spacing: -0.045em; line-height: 1.07; } .sd-dock3__split-copy > p:not(.sd-dock3__eyebrow) { color: var(--sd-muted); } .sd-dock3 .sd-dock3__section--dark .sd-dock3__split-copy > p:not(.sd-dock3__eyebrow) { color: #bdc8d3 !important; } .sd-dock3__media-frame { position: relative; overflow: hidden; border: 1px solid var(--sd-media-border); border-radius: var(--sd-media-radius); background: #dfe6ed; box-shadow: 0 20px 55px rgba(10, 24, 38, 0.13); } .sd-dock3__media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; } .sd-dock3__media-frame--wide img { aspect-ratio: 16 / 9; } .sd-dock3__media-label { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 7px; background: rgba(5, 14, 23, 0.74); color: var(--sd-white); font-size: 11px; font-weight: 750; letter-spacing: 0.05em; line-height: 1; text-transform: uppercase; } .sd-dock3__card { padding: 28px; border: 1px solid var(--sd-line); border-radius: 14px; background: var(--sd-white); box-shadow: 0 12px 35px rgba(12, 28, 44, 0.05); } .sd-dock3__card--dark { border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.055); box-shadow: none; } .sd-dock3__card-num { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: var(--sd-blue); color: var(--sd-white); font-size: 12px; font-weight: 800; } .sd-dock3__card h4 { margin-bottom: 9px; color: inherit; font-size: 20px; font-weight: 760; letter-spacing: -0.025em; line-height: 1.2; } .sd-dock3__card p { margin-bottom: 0; color: var(--sd-muted); font-size: 14px; line-height: 1.65; } .sd-dock3__card--dark p { color: #b8c3cf; } .sd-dock3__checklist, .sd-dock3__plain-list { margin: 22px 0 0; padding: 0; list-style: none; } .sd-dock3__checklist li, .sd-dock3__plain-list li { position: relative; margin-bottom: 11px; padding-left: 28px; color: var(--sd-muted); line-height: 1.55; } .sd-dock3__checklist li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--sd-green); font-weight: 900; } .sd-dock3__plain-list li::before { content: ""; position: absolute; top: 0.72em; left: 4px; width: 7px; height: 7px; border-radius: 50%; background: var(--sd-blue); } .sd-dock3__section--dark .sd-dock3__checklist li, .sd-dock3__section--dark .sd-dock3__plain-list li { color: #c3ced8; } /* Canada SEO / GEO answer panel */ .sd-dock3__geo { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); align-items: center; gap: clamp(30px, 5vw, 68px); margin-top: 52px; padding: clamp(34px, 5vw, 58px); border: 1px solid #1d4160; border-radius: 18px; background: radial-gradient(circle at 92% 8%, rgba(51, 161, 238, 0.22), transparent 36%), linear-gradient(135deg, #071421, #0d2438); color: var(--sd-white); box-shadow: 0 22px 60px rgba(8, 27, 44, 0.16); } .sd-dock3__geo h3 { margin-bottom: 15px; color: var(--sd-white) !important; font-size: clamp(28px, 3.6vw, 45px); font-weight: 790; letter-spacing: -0.045em; line-height: 1.08; } .sd-dock3__geo-copy > p:not(.sd-dock3__eyebrow) { margin-bottom: 18px; color: #c5d2dd; font-size: 16px; line-height: 1.72; } .sd-dock3__geo-copy strong { color: var(--sd-white); } .sd-dock3__geo-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 19px; } .sd-dock3__geo-links a { color: #99d6ff; font-size: 13px; font-weight: 750; } .sd-dock3__geo-facts { display: grid; gap: 10px; margin: 0; } .sd-dock3__geo-fact { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 10px; background: rgba(255, 255, 255, 0.055); } .sd-dock3__geo-fact dt, .sd-dock3__geo-fact dd { margin: 0; } .sd-dock3__geo-fact dt { color: #88ccfa; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; line-height: 1.4; text-transform: uppercase; } .sd-dock3__geo-fact dd { color: #eef6fc; font-size: 13px; font-weight: 650; line-height: 1.48; } /* Stats */ .sd-dock3__stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-top: 44px; border: 1px solid var(--sd-line); border-radius: 14px; background: var(--sd-line); } .sd-dock3__stat { min-height: 150px; padding: 28px 22px; background: var(--sd-white); } .sd-dock3__stat strong { display: block; margin-bottom: 7px; color: var(--sd-blue); font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; letter-spacing: -0.05em; line-height: 1; } .sd-dock3__stat span { display: block; color: var(--sd-muted); font-size: 13px; line-height: 1.45; } /* Video */ .sd-dock3__video { position: relative; width: 100%; overflow: hidden; border: 1px solid var(--sd-media-border); border-radius: var(--sd-media-radius); background: #02070c; box-shadow: 0 22px 65px rgba(8, 22, 36, 0.2); } .sd-dock3__video::before { content: ""; display: block; padding-top: 56.25%; } .sd-dock3__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } /* Comparison */ .sd-dock3__aircraft-card { overflow: hidden; border: 1px solid var(--sd-line); border-radius: var(--sd-media-radius); background: var(--sd-white); box-shadow: 0 18px 48px rgba(10, 26, 43, 0.08); } .sd-dock3__aircraft-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; background: #06090d; } .sd-dock3__aircraft-body { padding: 30px; } .sd-dock3__aircraft-body h4 { margin-bottom: 8px; font-size: 30px; font-weight: 800; letter-spacing: -0.045em; line-height: 1; } .sd-dock3__aircraft-use { margin-bottom: 20px; color: var(--sd-blue); font-size: 13px; font-weight: 760; letter-spacing: 0.06em; text-transform: uppercase; } .sd-dock3__compare-list { margin: 0; padding: 0; list-style: none; } .sd-dock3__compare-list li { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 16px; padding: 12px 0; border-top: 1px solid var(--sd-line); font-size: 14px; line-height: 1.45; } .sd-dock3__compare-list strong { color: #33404d; } .sd-dock3__compare-list span { color: var(--sd-muted); } /* Applications */ .sd-dock3__application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } .sd-dock3__application { position: relative; min-height: 260px; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; padding: 24px; border: 1px solid var(--sd-media-border); border-radius: var(--sd-media-radius); background: #182431; color: var(--sd-white); } .sd-dock3__application::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(2, 8, 14, 0.92), rgba(2, 8, 14, 0.08) 70%); } .sd-dock3__application img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; } .sd-dock3__application:hover img { transform: scale(1.025); } .sd-dock3__application h4 { margin-bottom: 5px; color: var(--sd-white); font-size: 19px; font-weight: 770; line-height: 1.16; } .sd-dock3__application p { margin-bottom: 0; color: #d4dde5; font-size: 12px; line-height: 1.45; } /* Tables and specification accordions */ .sd-dock3__table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--sd-line); border-radius: 12px; background: var(--sd-white); -webkit-overflow-scrolling: touch; } .sd-dock3__table-wrap:focus-visible { outline: 3px solid var(--sd-blue-dark); outline-offset: -4px; } .sd-dock3__table { width: 100%; min-width: 680px; border-collapse: collapse; color: var(--sd-ink); font-size: 14px; line-height: 1.48; } .sd-dock3__table th, .sd-dock3__table td { padding: 15px 17px; border-bottom: 1px solid var(--sd-line); text-align: left; vertical-align: top; } .sd-dock3__table th { background: #eaf0f5; color: #273442; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; } .sd-dock3__table tbody th[scope="row"] { width: 28%; background: var(--sd-white); color: #2f3d4b; font-size: 14px; font-weight: 700; letter-spacing: normal; text-align: left; text-transform: none; vertical-align: top; } .sd-dock3__table tr:last-child td, .sd-dock3__table tr:last-child th { border-bottom: 0; } .sd-dock3__spec-stack, .sd-dock3__faq-stack { display: grid; gap: 12px; } .sd-dock3__details { overflow: hidden; border: 1px solid var(--sd-line); border-radius: 12px; background: var(--sd-white); } .sd-dock3__details summary { position: relative; padding: 20px 58px 20px 22px; color: #1a2734; font-size: 17px; font-weight: 760; line-height: 1.35; cursor: pointer; list-style: none; } .sd-dock3__details summary::-webkit-details-marker { display: none; } .sd-dock3__details summary:focus-visible { outline: 3px solid var(--sd-blue-dark); outline-offset: -4px; box-shadow: none; } .sd-dock3__details summary::after { content: "+"; position: absolute; top: 50%; right: 22px; width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--sd-blue-soft); color: var(--sd-blue); font-size: 20px; font-weight: 500; line-height: 1; transform: translateY(-50%); } .sd-dock3__details[open] summary::after { content: "−"; } .sd-dock3__details-body { padding: 0 22px 22px; color: var(--sd-muted); } .sd-dock3__details-body > :last-child { margin-bottom: 0; } .sd-dock3__details .sd-dock3__table-wrap { border-radius: 8px; } .sd-dock3__faq .sd-dock3__details-body { max-width: 980px; padding-right: 58px; font-size: 14px; line-height: 1.7; } /* Notices and CTA */ .sd-dock3__notice { padding: 25px 27px; border: 1px solid #b9d9f3; border-left: 5px solid var(--sd-blue); border-radius: 10px; background: var(--sd-blue-soft); } .sd-dock3__notice--amber { border-color: #f1d3a1; border-left-color: var(--sd-amber); background: #fff8ec; } .sd-dock3__notice h4 { margin-bottom: 8px; color: #173b59; font-size: 18px; font-weight: 780; } .sd-dock3__notice--amber h4 { color: #754800; } .sd-dock3__notice p { margin-bottom: 0; color: #415c72; font-size: 14px; } .sd-dock3__cta { position: relative; isolation: isolate; overflow: hidden; padding: 72px 54px; border-radius: 18px; background: linear-gradient(105deg, rgba(4, 15, 25, 0.97), rgba(4, 15, 25, 0.7)), url("https://www-cdn.djiits.com/dps/6bd9a7d3ae41ad4a1c5e955137357a94.jpg") center / cover no-repeat; color: var(--sd-white); } .sd-dock3__cta-copy { max-width: 760px; } .sd-dock3__cta h3 { margin-bottom: 15px; color: var(--sd-white); font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: -0.055em; line-height: 1.02; } .sd-dock3__cta p { margin-bottom: 26px; color: #d2dce5; font-size: 17px; } .sd-dock3__sources { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--sd-line); } .sd-dock3__sources a { color: var(--sd-blue-dark); font-size: 13px; font-weight: 700; } @media (max-width: 1020px) { .sd-dock3__hero-stats, .sd-dock3__stat-grid, .sd-dock3__application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__split, .sd-dock3__split--reverse { grid-template-columns: 1fr; gap: 38px; } .sd-dock3__split--reverse .sd-dock3__split-media { order: 0; } } @media (max-width: 760px) { .sd-dock3__container, .sd-dock3__container--wide, .sd-dock3__hero-content { width: min(100% - 28px, 1240px); } .sd-dock3__section { padding: 68px 0; } .sd-dock3__section--compact { padding: 48px 0; } .sd-dock3__hero { min-height: 780px; } .sd-dock3__hero-media { object-position: 63% center; } .sd-dock3__hero-shade { background: linear-gradient(0deg, rgba(3, 9, 15, 0.97) 0%, rgba(3, 9, 15, 0.76) 62%, rgba(3, 9, 15, 0.24) 100%), linear-gradient(90deg, rgba(3, 9, 15, 0.55), transparent); } .sd-dock3__hero-content { padding: 70px 0 34px; } .sd-dock3__hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__hero-stat { min-height: 94px; padding: 14px; } .sd-dock3__grid--2, .sd-dock3__grid--3, .sd-dock3__grid--4, .sd-dock3__application-grid { grid-template-columns: 1fr; } .sd-dock3__geo { grid-template-columns: 1fr; padding: 30px 22px; } .sd-dock3__application { min-height: 285px; } .sd-dock3__stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__stat { min-height: 130px; padding: 23px 18px; } .sd-dock3__card, .sd-dock3__aircraft-body { padding: 23px; } .sd-dock3__compare-list li { grid-template-columns: 1fr; gap: 3px; } .sd-dock3__details summary { padding: 18px 52px 18px 18px; font-size: 16px; } .sd-dock3__details summary::after { right: 17px; } .sd-dock3__details-body { padding: 0 18px 18px; } .sd-dock3__faq .sd-dock3__details-body { padding-right: 18px; } .sd-dock3__cta { padding: 54px 25px; } } @media (max-width: 440px) { .sd-dock3__hero { min-height: 840px; } .sd-dock3__stat-grid { grid-template-columns: 1fr; } .sd-dock3__hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sd-dock3__hero-stat span { font-size: 11px; } .sd-dock3__button-row { display: grid; grid-template-columns: 1fr; } .sd-dock3__button { width: 100%; } .sd-dock3__geo-fact { grid-template-columns: 1fr; gap: 4px; } } @media (max-width: 360px) { .sd-dock3__hero-stats { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { .sd-dock3 *, .sd-dock3 *::before, .sd-dock3 *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } } DJI Dock 3 Canada · Autonomous enterprise operations DJI Dock 3 Rise to any challenge—fixed or vehicle-mounted. A compact remote-operations system built around DJI Matrice 4D or Matrice 4TD, designed to support 24/7 remote operations through rapid battery turnaround, environmental monitoring, and DJI FlightHub 2 mission management—with Canadian enterprise guidance from SpeedyDrone Canada. Request a Canadian Quote View Specifications Fixed + Mobile Two deployment approaches for persistent or temporary operations −30 to 50°C Specified Dock operating temperature range IP56 / IP55 Dock / Matrice 4D Series ingress protection ratings 27 min Powered-off aircraft charge from 15% to 95% at 25°C 54 min Maximum aircraft flight time under DJI test conditions 10 km Maximum operating radius under specified test conditions 12 m/s Specified maximum takeoff and landing wind speed As fast as 10 s Task issuance to takeoff when Dock and aircraft are in the required ready state Performance figures are not unconditional guarantees. Flight time, radius, charging time, launch time, and weather capability depend on the stated test conditions, system configuration, site, aircraft status, connectivity, firmware, regulatory limits, and environment. “24/7” describes system availability—not permission or a guarantee to fly continuously in every weather, site, or airspace condition. Overview Canada Deployment M4D vs M4TD FlightHub 2 Applications Ecosystem Specifications Project Readiness FAQ Remote operations, from launch to insight An end-to-end autonomous drone workflow DJI Dock 3 brings aircraft storage, charging, takeoff, landing, environmental monitoring, data transfer, and remote mission control into one enterprise platform. Select Matrice 4D for high-precision mapping and detailed visual inspection, or Matrice 4TD when thermal imaging and low-light response are essential. Video availability is controlled by YouTube. The complete written product information remains available below if embedded media is blocked. 01 Plan and schedule Build waypoint, mapping, inspection, or response missions in DJI FlightHub 2 and schedule recurring operations where supported. 02 Launch remotely Check Dock, aircraft, weather, network, and airspace status before dispatching an automated or remotely supervised flight. 03 Collect and upload Capture visible, thermal, or mapping data and transfer mission media into a centralized project workflow. 04 Review and maintain Compare results, create models, review alerts, preserve flight records, and monitor maintenance status from the same ecosystem. DJI Dock 3 Canada · Quick answer An autonomous drone docking station for Canadian enterprise teams DJI Dock 3 is DJI's drone-in-a-box platform for scheduled and remotely supervised enterprise missions. It operates with Matrice 4D or Matrice 4TD and DJI FlightHub 2, supporting fixed-site or engineered vehicle-mounted deployment. SpeedyDrone Canada is an authorized DJI dealer based in Toronto, serving organizations across Canada with enterprise product guidance, configuration and quote support, training discussions, and after-sales communication. Availability, installation, software, training, delivery, and support scope are confirmed in the written quotation. Request a DJI Dock 3 Canada Quote DJI Enterprise Solutions in Canada About SpeedyDrone Canada Product categoryAutonomous drone dock / drone-in-a-box system Aircraft choicesDJI Matrice 4D for mapping and visual inspection; Matrice 4TD for thermal and low-light missions DeploymentFixed installation or engineered vehicle-mounted deployment Operations platformDJI FlightHub 2 for mission planning, remote supervision, media, models, and device management Canadian sourceSpeedyDrone Canada · Toronto, Ontario · Serving organizations across Canada Master all environments Engineered for remote outdoor infrastructure Dock 3 combines an IP56 enclosure, active thermal management, weather and enclosure sensors, internal and external security cameras, surge protection, and backup power for monitored remote operation. Matrice 4D Series aircraft add IP55 protection and low-noise anti-ice propellers. Dock operating range: −30°C to 50°C Aircraft operating range: −20°C to 50°C Compressor-based air conditioning and Dock cover heating Wind, rain, ambient-temperature, water-ingress, internal-temperature, and humidity sensing Four Dock lights support return and landing in low-light conditions External and internal 1080p security cameras with white-light illumination Outdoor infrastructure design IP56 Dock ingress protection rating under controlled laboratory conditions 55 kg Approximate Dock weight without aircraft; batch variation may occur >4 hr Fully charged backup-battery operating time at 25°C for supported essential functions 800 W Maximum Dock input power on 100–240 VAC, 50/60 Hz IP ratings are based on controlled test conditions and are not permanent; protection may decline through wear, damage, poor maintenance, or incorrect installation. During a power outage, the backup battery supports designated system functions, but does not charge the aircraft or power air conditioning, Dock-cover heating, or wind-gauge heating. Flexible deployment Choose a permanent site or bring the Dock to the mission Dock 3 supports traditional fixed installation and DJI's first vehicle-mounted Dock workflow. The right architecture depends on mission frequency, coverage, site access, power, network, vehicle integration, aircraft choice, regulatory approvals, and operational procedures. Vehicle-mounted deployment A Fixed deployment Best suited to recurring missions from a known site—such as an industrial facility, utility corridor, solar park, mine, campus, port, water asset, or public-safety coverage area. Survey an open site with stable AC power and reliable network access. Provide appropriate foundations, grounding, lightning protection, drainage, security, and service access. Validate local radio conditions, GNSS visibility, route clearance, alternate landing areas, and airspace requirements. Where terrain or obstructions limit direct connectivity, evaluate the current compatible DJI ground-station or relay solution. DJI Enterprise app can support deployment and commissioning workflows. B Vehicle-mounted deployment Designed for temporary response, long-corridor inspection, and operations where a permanent Dock is impractical. The vehicle is an engineered platform—not simply a transport surface. DJI Dock 3 Vehicle-Mounted Gimbal Mount is required and sold separately. Dock cover must remain closed while the vehicle is moving. Dock and vehicle must remain stationary while the aircraft is operating. After relocation, complete cloud-based Dock location calibration and confirm a parking slope below 3°. Configure the relative alternate landing site and verify route, network, power, and safe clearance. Secure the Dock base to the vehicle bracket, tighten all lock nuts, and install the required base-to-vehicle safety rope exactly as specified in DJI's installation manual. The vehicle integration may support aircraft charging and data transfer during transport when correctly engineered. Vehicle integration is project-specific Allow approximately 640 mm of Dock length with the cover closed and 1760 mm when fully open, then add structural, airflow, service, electrical, cable-routing, safety, and payload clearances. SpeedyDrone Canada should review the intended vehicle, mount, power source, networking, installation orientation, operating procedure, and quotation before an order is finalized. Optional elevated signal infrastructure Site and signal design Coverage starts with the right architecture Positioning a compatible DJI ground station at an elevated, line-of-sight location can expand site-placement options where terrain or structures make direct links difficult. DJI currently lists both the D-RTK 3 Relay Fixed Deployment Version and DJI O4 Ground Station as compatible signal-infrastructure options. Operating mode, firmware, range, frequency approval, availability, topology, and project fit must be confirmed for Canada and the intended deployment. Transmission-distance figures do not equal an authorized operating radius. Actual range depends on the radio standard, interference, obstacles, antenna placement, terrain, altitude, and safety margins. Return-to-home, alternate-site, lost-link, and emergency procedures remain required. Confirm whether the project calls for D-RTK 3 Relay Fixed Deployment Version, DJI O4 Ground Station, or neither before purchase. High-performance Dock aircraft Matrice 4D or Matrice 4TD? Both aircraft share the Dock-optimized airframe, non-folding arms, a single intelligent flight battery, IP55 protection, O4+ Enterprise transmission, three visible-light focal lengths, a laser rangefinder, and compatibility with DJI RC Plus 2 Enterprise for manual missions. Their primary difference is the imaging package. DJI Matrice 4D Mapping + detailed visual inspection Wide camera 4/3 CMOS, 20 MP, 24 mm equivalent, f/2.8–f/11, mechanical shutter Medium tele 1/1.3-inch CMOS, 48 MP, 70 mm equivalent, f/2.8 Tele camera 1/1.5-inch CMOS, 48 MP, 168 mm equivalent, f/2.8 Optics Lens defogging on all three cameras; up to 112× hybrid zoom Best fit Orthomosaics, mapping, change monitoring, stockpiles, structures, and visible-light asset inspection DJI Matrice 4TD Thermal inspection + public safety + low light Wide camera 1/1.3-inch CMOS, 48 MP, 24 mm equivalent, f/1.7 Medium + tele 48 MP at 70 mm and 48 MP at 168 mm, both f/2.8 Thermal Uncooled VOx, native 640 × 512 at 30 Hz; 1280 × 1024 output when UHR Infrared Image is enabled and Night Scene mode is off Low light NIR auxiliary light plus three full-colour night-vision visible cameras Best fit Thermal condition monitoring, search and response, solar and electrical inspection, fire and hot-spot assessment, and night operations 54 min Maximum flight time in DJI's windless laboratory test 47 min Maximum hover time in DJI's windless test 43 km Maximum flight distance under specified windless test conditions 2,090 g Maximum takeoff weight, subject to local payload and operating limits Mapping and measurement notice DJI identifies the Matrice 4D 4/3 wide camera as the supported option for mapping without ground control points in the applicable workflow. Accuracy is never determined by the camera alone: flight planning, overlap, altitude, RTK/GNSS conditions, control/check points, terrain, processing settings, calibration, and project standards must all be considered. Laser and thermal measurements also depend on target, geometry, atmosphere, range, emissivity, and operating conditions. Longer endurance, rapid turnaround Built to keep missions moving The Dock and aircraft are designed as a single operational system: fast cover opening, quick mission readiness, high-efficiency charging, direct media transfer, and long-endurance Matrice 4D Series aircraft reduce idle time between missions. Rapid charging The Dock charges a powered-off aircraft from 15% to 95% in approximately 27 minutes at 25°C. Charge time changes with temperature, battery condition, starting state, and system load. Quick Takeoff When the Dock and aircraft are in the required ready state, the system can progress from task issuance to takeoff in as little as approximately 10 seconds. O4+ Enterprise link The Matrice 4D Series uses O4+ Enterprise transmission. Published transmission distances require unobstructed, interference-free test conditions and vary by regional radio standard. Precision landing RTK positioning and visual landing markers work together for accurate return to the Dock. Markers, cameras, RTK, Dock status, route, and landing-zone conditions must remain suitable. Low-noise anti-ice propellers Downturned propeller tips reduce flight noise, while the propeller design improves resilience in cold conditions. Propellers remain wearing parts and require routine inspection and scheduled replacement. Manual field operation Matrice 4D and 4TD can also pair with DJI RC Plus 2 Enterprise for supported manual operations outside the automated Dock workflow. Controller and accessories may be separate. DJI's 54-minute maximum-flight-time test was conducted in a windless laboratory environment at 20 m above sea level, in photo mode without taking photos, with Obstacle Avoidance Action set to Off, flying forward at a constant 12 m/s from 100% to 0%. The 10 km operating radius was measured at approximately 25°C with a 15% safe battery reserve, in windless conditions, at approximately 15 m/s round-trip speed with an 18-minute hover. Actual results vary with environment, use, and firmware. Plan real missions with conservative reserves and local requirements. DJI FlightHub 2 Plan, fly, monitor, process, and maintain from the cloud FlightHub 2 connects Dock status, mission planning, live operations, media, models, alerts, records, and team permissions. Capabilities vary by region, licence, plan, quota, aircraft, firmware, and configuration. Waypoint, geometric, slope, mapping, detailed inspection, and Smart 3D route workflows Virtual Cockpit remote control with live video and supported camera functions FlyTo, Smart Track, PinPoint, laser ranging, return-to-home, and emergency actions Cloud-based 2D and 3D reconstruction and visual data comparison Centralized media, flight records, team permissions, Dock health, and maintenance alerts Supported event detection, search, analysis, and third-party integrations where enabled FlightHub 2 remote operations Automated missions Schedule repeatable data capture and standardize route geometry, camera actions, operating parameters, and media collection. Live response Use Virtual Cockpit for real-time supervision and supported remote control. Smart Track controls gimbal tracking; it does not make the aircraft automatically follow the target. Models and comparison Generate supported cloud maps and models, then compare recurring captures for construction, stockpile, inspection, or incident documentation workflows. Open ecosystem Evaluate DJI Cloud API, FlightHub Sync, on-premises options, edge-computing interfaces, and supported third-party algorithms for project-specific integration. Network and IT readiness Provide reliable internet and the required firewall access for FlightHub 2, live-streaming services, time synchronization, Dock services, and cloud endpoints. DJI currently recommends at least 50 Mbps for a stable FlightHub 2 experience; simultaneous live views, media transfer, cloud modelling, and organizational security policies may require more. Private networks should be tested end to end before commissioning. Supported intelligent workflow From data capture to action Make recurring missions easier to review Depending on the selected FlightHub 2 plan and configuration, supported intelligent functions can assist with finding objects, monitoring known areas, comparing fixed-angle inspection imagery, and flagging relevant events for operator review. These tools assist trained personnel; they do not replace operational supervision, emergency decision-making, or professional engineering analysis. Repeat fixed-angle captures for like-for-like visual comparison Search supported mission media and review task-based alerts Inspect thermal or visible imagery according to the mission design Use cloud models and map layers for shared situational context Retain a consistent project, aircraft, media, and flight-record history Industry applications One platform, multiple mission profiles Dock 3 can support scheduled inspection, rapid response, mapping, and situational-awareness programs across many industries. Suitability depends on the selected aircraft, payload, software, site design, operating approvals, weather, data requirements, and human oversight. Public Safety Rapid situational awareness, incident overwatch, search support, and post-event documentation. Powerline Inspection Repeat corridor patrols, asset imagery, thermal review, and issue documentation. Mapping & GIS Orthomosaics, 3D context, change tracking, topographic documentation, and asset inventories. Oil & Gas Facility, pipeline, flare, and right-of-way visual or thermal data collection. Renewable Energy Solar-field inspection, thermal anomaly review, wind-site documentation, and vegetation context. Maritime Port, shoreline, vessel-area, channel, and waterway situational awareness. Roads & Bridges Repeat infrastructure imaging, route documentation, condition surveys, and incident response. Water Conservancy Dams, reservoirs, flood-control assets, shorelines, and waterway monitoring. Optional ecosystem Build the system around the mission Dock 3 is the centre of a configurable enterprise solution. The following products and interfaces may expand coverage, field control, connectivity, sensing, communication, or integration—but should not be assumed to be included in the base listing. Vehicle-Mounted Gimbal Mount Required for supported vehicle deployment. It helps maintain the Dock's mounting attitude and must be integrated with the vehicle, power, cabling, structure, and operating procedure. Ground-station / relay options DJI O4 Ground Station and D-RTK 3 Relay Fixed Deployment Version support different compatible high-site or relay architectures. Regional frequency approval, availability, placement, link budget, firmware, topology, and mode must be confirmed. DJI RC Plus 2 Enterprise Enables supported manual operation of Matrice 4D or 4TD away from the Dock workflow. Controller configuration and aircraft pairing should be confirmed. Obstacle Sensing Module An optional multi-sensor module for compatible advanced obstacle sensing scenarios. Availability, certification, firmware, environmental limitations, and application conditions must be confirmed before relying on it. DJI AL1 Spotlight & AS1 Speaker Optional light and broadcast accessories for supported response, inspection, and communication missions. These accessories reduce available flight performance. Installing AL1 disables upward obstacle sensing, and switching on its spotlight deactivates obstacle avoidance; never direct it toward anyone's eyes. AS1 also affects power performance and flight time. Follow DJI's current manuals, payload limits, local rules, and feature-availability requirements. Cellular, edge, and open interfaces Evaluate DJI Cellular Dongle 2, SIM service, external network hardware, edge-computing devices, PSDK payloads, Cloud API, FlightHub Sync, or on-premises workflows as separate project items. Not a universal package list Dock body, aircraft, batteries, remote controller, vehicle mount, ground station, cellular modem, accessories, installation materials, software licences, cloud quotas, commissioning, training, and support may be quoted separately. Your written SpeedyDrone Canada quotation and purchase order—not a generic web-page list—define the supplied configuration and package contents. Technical specifications System details for project planning Open each group to review the Dock, aircraft, camera, thermal, laser, power, charging, network, and environmental specifications. Values are based on DJI materials current when this page was prepared and should be reconfirmed for the quoted regional model. DJI Dock 3 — General, physical, and deployment DJI Dock 3 general, physical, and deployment specifications Item Specification Planning note Weight Approximately 55 kg without aircraft DJI notes potential batch variation; vehicle and structural calculations require the final regional hardware data. Dimensions — cover open 1760 × 745 × 485 mm (L × W × H) Preserve additional installation, service, airflow, takeoff, landing, and safety clearance. Dimensions — cover closed 640 × 745 × 770 mm (L × W × H) Specified dimensions account for external features identified by DJI; verify drawings before fabrication. Aircraft capacity One Matrice 4D Series aircraft One Dock does not automatically store, swap, or operate multiple aircraft at the same time. Ingress protection IP56 Controlled laboratory rating; not permanent and may decrease with wear, damage, or poor maintenance. Operating temperature −30°C to 50°C (−22°F to 122°F) Installation and mission limits also depend on aircraft, battery, accessories, precipitation, icing, wind, and site. Maximum operating altitude 4500 m Subject to aircraft performance, local regulation, loading, weather, and project risk assessment. Maximum landing wind speed 12 m/s Not a command to operate at the limit; gusts, turbulence, precipitation, icing, site geometry, and reserve margins matter. RTK base positioning accuracy Horizontal: 1 cm + 1 ppm (RMS); vertical: 2 cm + 1 ppm (RMS) Requires suitable observation conditions and does not alone determine final mapping or asset-measurement accuracy. Deployment software DJI Enterprise app Use current compatible mobile device, firmware, account, network, and regional service availability. DJI Dock 3 — Power, charging, climate control, and backup DJI Dock 3 power, charging, climate control, and backup specifications Item Specification Planning note AC input 100–240 VAC, 50/60 Hz Electrical design, disconnecting means, circuit protection, grounding, cable, weatherproofing, and code compliance are site-specific. Maximum input power 800 W Provide engineering margin and consider heaters, air conditioning, charging cycles, auxiliary equipment, and backup-power strategy. Aircraft charge output 35 VDC Managed internally by the compatible Dock and aircraft system. Charging time Approximately 27 minutes from 15% to 95% Measured with the aircraft powered off at 25°C. Actual time varies with battery health, environment, and system state. Air conditioning Compressor-based system; 48 V operating voltage Supports enclosure thermal management; site ventilation and service clearance remain necessary. Backup battery 12 Ah, 12 V lead-acid battery Specified operating time exceeds four hours with a fully charged backup battery at 25°C for supported essential functions. Backup-power limitations No aircraft charging, air conditioning, Dock-cover heating, or wind-gauge heating during AC outage External UPS/generator design, outage procedures, safe aircraft recovery, and remote alerting may be required. AC surge protection 20 kA rated value; EN 61643-11 Type 2 / IEC 61643-1 Class II Coordinate with the full site lightning and surge protection system. Ethernet surge protection 10 kA Itotal; EN/IEC 61643-21 Category C External cable routes, shielding, grounding, and site exposure must be engineered. DJI Dock 3 — Network, sensors, cameras, and software interfaces DJI Dock 3 network, sensors, security cameras, and software interface specifications Item Specification Planning note Wired network 10/100/1000 Mbps adaptive Ethernet Network quality, not only link speed, affects live video, media upload, modelling, remote control, and reliability. Cellular network Supported through DJI Cellular Dongle 2 in applicable regions Dongle, SIM, data plan, antenna environment, carrier support, certification, and feature availability are separate considerations. Built-in antennas Nine; 2T4R configuration Supported frequencies and radio performance vary by regional model and regulation. Environmental sensors Wind speed, rainfall, ambient temperature, water immersion, internal temperature, and internal humidity Remote readings assist operational decisions but do not replace professional site weather instruments or operator judgment where required. External security camera 1920 × 1080; 151° field of view; white-light illumination Use according to site privacy, security, retention, notice, and network policies. Internal security camera 1920 × 1080; 151° field of view; white-light illumination Used for Dock monitoring and diagnostics within supported workflows. Cloud/platform software DJI FlightHub 2 Licence tier, storage, live-stream allowance, mapping quota, intelligent functions, user seats, and region must be quoted. Other software options DJI FlightHub 2 On-Premises, FlightHub Sync, DJI Cloud API Eligibility, deployment architecture, integration work, support, and commercial terms vary. Edge computing Supported through an external edge-computing module The module requires its own power supply and network connection; hardware, software, cybersecurity, interface, and validation remain project-specific. Matrice 4D Series — Aircraft, flight, transmission, and battery Matrice 4D Series aircraft, flight, transmission, and battery specifications Item Specification Condition / note Compatible aircraft DJI Matrice 4D and DJI Matrice 4TD Dock 3 supports Matrice 4D Series Dock aircraft; confirm aircraft and Dock bundle in the quotation. Aircraft weight Approximately 1850 g Includes battery, propellers, and microSD card; excludes accessories and additional payloads. Maximum takeoff weight 2090 g Subject to payload compatibility, centre of gravity, aircraft limits, and local regulation. Dimensions 377.7 × 416.2 × 212.5 mm (L × W × H), without propellers Non-folding-arm airframe designed for rapid Dock deployment. Ingress protection IP55 Controlled laboratory rating; not permanent and may decline with wear or damage. Operating temperature −20°C to 50°C (−4°F to 122°F) Battery, icing, precipitation, accessory, and mission limits also apply. Maximum takeoff altitude 6500 m Actual capability decreases with payload, temperature, battery, and air density; regulation applies. Maximum wind resistance 12 m/s during operation, takeoff, and landing Use conservative limits for gusts, turbulence, precipitation, icing, terrain, and safe reserve. Maximum flight time 54 minutes DJI windless laboratory test at 20 m above sea level, photo mode without taking photos, Obstacle Avoidance Action set to Off, 12 m/s forward flight, 100% to 0%. Maximum hover time 47 minutes DJI windless hover test at 20 m above sea level, from 100% to 0%. Maximum operating radius 10 km Measured at approximately 25°C with a 15% safe battery reserve, windless conditions, approximately 15 m/s round-trip speed, and an 18-minute hover. Maximum flight distance 43 km DJI windless test at 20 m above sea level, flying at a constant 16 m/s from 100% to 0%. Maximum ascent / descent 6 m/s / 6 m/s in Normal mode Only Normal mode is supported while operating with Dock 3. Maximum horizontal speed Forward 15 m/s; reverse 12 m/s; lateral 10 m/s Normal mode values; local speed, route, obstacle, wind, and mission restrictions may be lower. Hover accuracy with RTK Vertical ±0.1 m; horizontal ±0.1 m Requires strong RTK positioning and the conditions stated by DJI. Transmission system O4+ Enterprise One-way, non-return test distance in an unobstructed outdoor environment free of interference: up to 25 km under FCC and 12 km under CE/SRRC/MIC. This is not an operating radius. Live view through Dock 540p / 720p / 1080p at 30 fps Resolution and continuity depend on network, plan, bandwidth, radio link, and system load. Maximum download speed 20 MB/s under laboratory conditions Actual media transfer depends on storage, files, temperature, network, and concurrent operations. Aircraft-to-Dock lowest latency Approximately 100 ms Measured under laboratory conditions; end-to-end remote-control latency includes other network and cloud factors. Battery 6768 mAh; 149.9 Wh; approximately 640 g High-energy lithium battery shipping, storage, charging, and lifecycle procedures apply. Battery cycle count 400 cycles Service life depends on temperature, depth of discharge, storage, use, and maintenance; capacity declines over time. Battery features Self-heating; charge temperature 5°C to 45°C Dock thermal management and battery state determine whether charging can begin. Propellers DJI 1364F low-noise anti-ice propellers Inspect before flight and replace according to DJI maintenance criteria. Matrice 4D — Visible-light cameras and laser rangefinder Matrice 4D visible-light camera and laser rangefinder specifications Sensor Specification Operational value Wide-angle camera 4/3 CMOS; 20 MP; 24 mm equivalent; f/2.8–f/11; mechanical shutter; focus 1 m to infinity Primary high-precision mapping and wide-area documentation camera. Medium tele camera 1/1.3-inch CMOS; 48 MP; 70 mm equivalent; f/2.8 Mid-range context and inspection detail without flying as close. Tele camera 1/1.5-inch CMOS; 48 MP; 168 mm equivalent; f/2.8 Long-range detail capture; up to 16× digital and 112× hybrid zoom in supported workflows. Lens defogging Supported on wide, medium tele, and tele cameras Helps recover image clarity in applicable fogging conditions; not a substitute for weather limits. Laser rangefinder Normal maximum 1800 m at 1 Hz with 20% reflectivity; oblique maximum 600 m; blind zone 1 m Target reflectivity, geometry, atmosphere, weather, and sunlight affect range. Laser-ranging accuracy At 1–3 m: system error
More you might like
Related
DJI Dock 3 (Dock Only)
Related
DJI Dock 3 (Dock Only)
Related
DJI Dock 2 (Dock Only)
Related