{"title":"PIX4D Photogrammetry Mapping Software","description":"\u003cstyle\u003e\n  .mx-p4dcol {\n    --mx-ink: #17212b;\n    --mx-muted: #5c6874;\n    --mx-line: #d9e0e6;\n    --mx-soft: #f4f7f8;\n    --mx-blue: #176b8c;\n    --mx-blue-dark: #0f506b;\n    --mx-accent: #8bc53f;\n    color: var(--mx-ink);\n    font-size: 16px;\n    line-height: 1.65;\n    margin: 0 auto;\n    max-width: 1240px;\n  }\n\n  .mx-p4dcol * { box-sizing: border-box; }\n\n  .mx-p4dcol img {\n    display: block;\n    height: auto;\n    max-width: 100%;\n  }\n\n  .mx-p4dcol a { color: var(--mx-blue-dark); }\n\n  .mx-p4dcol h2,\n  .mx-p4dcol h3,\n  .mx-p4dcol h4 {\n    color: var(--mx-ink);\n    line-height: 1.22;\n    margin-top: 0;\n  }\n\n  .mx-p4dcol h2 {\n    font-size: clamp(1.65rem, 3.4vw, 2.5rem);\n    margin-bottom: 0.75rem;\n  }\n\n  .mx-p4dcol h3 {\n    font-size: clamp(1.08rem, 2vw, 1.35rem);\n    margin-bottom: 0.45rem;\n  }\n\n  .mx-p4dcol h4 {\n    font-size: 1rem;\n    margin-bottom: 0.35rem;\n  }\n\n  .mx-p4dcol p { margin: 0 0 1rem; }\n\n  .mx-p4dcol ul {\n    margin: 0.65rem 0 1rem;\n    padding-left: 1.25rem;\n  }\n\n  .mx-p4dcol li + li { margin-top: 0.35rem; }\n\n  .mx-p4dcol-section {\n    border-top: 1px solid var(--mx-line);\n    padding: clamp(2.8rem, 6vw, 4.8rem) 0;\n  }\n\n  .mx-p4dcol-section.mx-p4dcol-hero-section {\n    border-top: 0;\n    padding-top: 0;\n  }\n\n  .mx-p4dcol-section-head {\n    margin: 0 auto 2rem;\n    max-width: 800px;\n    text-align: center;\n  }\n\n  .mx-p4dcol-kicker {\n    color: var(--mx-blue-dark);\n    font-size: 0.78rem;\n    font-weight: 750;\n    letter-spacing: 0.09em;\n    margin: 0 0 0.5rem;\n    text-transform: uppercase;\n  }\n\n  .mx-p4dcol-lead {\n    color: var(--mx-muted);\n    font-size: clamp(1.02rem, 1.8vw, 1.16rem);\n  }\n\n  .mx-p4dcol-hero {\n    background: #0d141b;\n    border-radius: 2px;\n    overflow: hidden;\n  }\n\n  .mx-p4dcol-hero img {\n    aspect-ratio: 239 \/ 70;\n    object-fit: cover;\n    width: 100%;\n  }\n\n  .mx-p4dcol-intro {\n    margin: 0 auto;\n    max-width: 940px;\n    padding: clamp(2rem, 5vw, 3.5rem) clamp(0.25rem, 3vw, 2rem) 0;\n    text-align: center;\n  }\n\n  .mx-p4dcol-intro p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-actions {\n    align-items: center;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    justify-content: center;\n    margin-top: 1.4rem;\n  }\n\n  .mx-p4dcol-button {\n    align-items: center;\n    background: var(--mx-blue-dark);\n    border: 1px solid var(--mx-blue-dark);\n    border-radius: 2px;\n    color: #fff !important;\n    display: inline-flex;\n    font-weight: 750;\n    justify-content: center;\n    min-height: 46px;\n    padding: 0.72rem 1.15rem;\n    text-align: center;\n    text-decoration: none;\n    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;\n  }\n\n  .mx-p4dcol-button:hover {\n    background: var(--mx-blue);\n    border-color: var(--mx-blue);\n  }\n\n  .mx-p4dcol-button-secondary {\n    background: #fff;\n    color: var(--mx-blue-dark) !important;\n  }\n\n  .mx-p4dcol-button-secondary:hover { color: #fff !important; }\n\n  .mx-p4dcol-proof {\n    background: var(--mx-soft);\n    border-left: 4px solid var(--mx-accent);\n    margin: 2rem auto 0;\n    max-width: 940px;\n    padding: 1.1rem 1.25rem;\n  }\n\n  .mx-p4dcol-proof p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-benefits {\n    counter-reset: mx-p4dcol-benefit;\n    display: grid;\n    gap: 1.25rem;\n  }\n\n  .mx-p4dcol-benefit {\n    align-items: stretch;\n    background: #fff;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n    overflow: hidden;\n  }\n\n  .mx-p4dcol-benefit:nth-child(even) .mx-p4dcol-benefit-media { order: 2; }\n\n  .mx-p4dcol-benefit-media {\n    background: var(--mx-soft);\n    min-height: 300px;\n    overflow: hidden;\n  }\n\n  .mx-p4dcol-benefit-media img {\n    height: 100%;\n    object-fit: cover;\n    width: 100%;\n  }\n\n  .mx-p4dcol-benefit-copy {\n    align-self: center;\n    padding: clamp(1.4rem, 4vw, 2.5rem);\n  }\n\n  .mx-p4dcol-benefit-copy h3::before {\n    color: var(--mx-blue);\n    content: counter(mx-p4dcol-benefit) \". \";\n    counter-increment: mx-p4dcol-benefit;\n  }\n\n  .mx-p4dcol-benefit-copy p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mx-p4dcol-card {\n    background: #fff;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow: hidden;\n  }\n\n  .mx-p4dcol-card-body { padding: 1.15rem; }\n\n  .mx-p4dcol-card-body p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-icon-card {\n    border-top: 4px solid var(--mx-blue);\n    min-height: 100%;\n    padding: 1.25rem;\n  }\n\n  .mx-p4dcol-icon-card img {\n    height: 112px;\n    margin: 0 auto 1rem;\n    object-fit: contain;\n    width: 112px;\n  }\n\n  .mx-p4dcol-icon-card p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-choice-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .mx-p4dcol-choice {\n    border-top: 4px solid var(--mx-accent);\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: 1.25rem;\n  }\n\n  .mx-p4dcol-choice p { flex: 1; }\n\n  .mx-p4dcol-text-link {\n    font-weight: 750;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 0.2em;\n  }\n\n  .mx-p4dcol-media {\n    aspect-ratio: 16 \/ 9;\n    background: var(--mx-soft);\n    overflow: hidden;\n  }\n\n  .mx-p4dcol-media img {\n    height: 100%;\n    object-fit: cover;\n    transition: transform 240ms ease;\n    width: 100%;\n  }\n\n  .mx-p4dcol-linked-card {\n    color: inherit !important;\n    display: block;\n    height: 100%;\n    text-decoration: none;\n  }\n\n  .mx-p4dcol-linked-card:hover .mx-p4dcol-media img { transform: scale(1.025); }\n\n  .mx-p4dcol-linked-card:hover h3 { color: var(--mx-blue-dark); }\n\n  .mx-p4dcol-resource-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mx-p4dcol-related-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .mx-p4dcol-note {\n    color: var(--mx-muted);\n    font-size: 0.9rem;\n    margin-top: 1.25rem;\n  }\n\n  .mx-p4dcol-details {\n    border-bottom: 1px solid var(--mx-line);\n  }\n\n  .mx-p4dcol-details:first-of-type { border-top: 1px solid var(--mx-line); }\n\n  .mx-p4dcol-details summary {\n    cursor: pointer;\n    font-weight: 750;\n    list-style-position: outside;\n    padding: 1rem 0;\n  }\n\n  .mx-p4dcol-details \u003e div {\n    color: var(--mx-muted);\n    max-width: 900px;\n    padding: 0 0 1rem;\n  }\n\n  .mx-p4dcol-details p:last-child { margin-bottom: 0; }\n\n  .mx-p4dcol-cta {\n    background: var(--mx-ink);\n    border-radius: 2px;\n    color: #fff;\n    padding: clamp(1.6rem, 5vw, 3rem);\n    text-align: center;\n  }\n\n  .mx-p4dcol-cta h2,\n  .mx-p4dcol-cta p { color: #fff; }\n\n  .mx-p4dcol-cta p {\n    margin-left: auto;\n    margin-right: auto;\n    max-width: 780px;\n  }\n\n  .mx-p4dcol-cta .mx-p4dcol-button {\n    background: var(--mx-accent);\n    border-color: var(--mx-accent);\n    color: var(--mx-ink) !important;\n  }\n\n  .mx-p4dcol-cta .mx-p4dcol-button:hover {\n    background: #a4d661;\n    border-color: #a4d661;\n  }\n\n  @media (max-width: 980px) {\n    .mx-p4dcol-grid,\n    .mx-p4dcol-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n\n    .mx-p4dcol-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  }\n\n  @media (max-width: 740px) {\n    .mx-p4dcol-benefit { grid-template-columns: 1fr; }\n\n    .mx-p4dcol-benefit:nth-child(even) .mx-p4dcol-benefit-media { order: 0; }\n\n    .mx-p4dcol-benefit-media { min-height: 0; }\n\n    .mx-p4dcol-benefit-media img {\n      aspect-ratio: 16 \/ 10;\n      height: auto;\n    }\n\n    .mx-p4dcol-choice-grid,\n    .mx-p4dcol-grid,\n    .mx-p4dcol-resource-grid { grid-template-columns: 1fr; }\n\n    .mx-p4dcol-hero img { min-height: 150px; }\n\n    .mx-p4dcol-actions { align-items: stretch; flex-direction: column; }\n\n    .mx-p4dcol-button { width: 100%; }\n  }\n\n  @media (max-width: 480px) {\n    .mx-p4dcol-related-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .mx-p4dcol-media img { transition: none; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mx-p4dcol\"\u003e\n  \u003c!-- HERO AND INTRODUCTION --\u003e\n  \u003csection class=\"mx-p4dcol-section mx-p4dcol-hero-section\" aria-labelledby=\"mx-p4dcol-intro-title\"\u003e\n    \u003cdiv class=\"mx-p4dcol-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Advanced-Drone-Crime-Scene-Mapping-with-PIX4D-Photogrammetry.jpg?v=1785375098\" alt=\"PIX4D photogrammetry and drone mapping software for public safety, crime scenes and collision reconstruction\" width=\"2390\" height=\"700\" fetchpriority=\"high\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-intro\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003ePublic-Safety Photogrammetry \u0026amp; 3D Mapping\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-intro-title\"\u003eTransform a Scene into Measurable, Reviewable Evidence\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        PIX4D software turns overlapping drone and ground-level imagery into accurate 2D maps, 3D models,\n        point clouds and other geospatial deliverables for investigations, collision reconstruction,\n        emergency response and tactical planning.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        MAXSUR and PIX4D have worked alongside state and federal public-safety teams since 2014, helping\n        pioneer some of the nation’s earliest programmatic drone-based workflows for documenting crime\n        and crash scenes. The objective remains practical: collect a scene efficiently, reopen the area\n        sooner and preserve a detailed digital record that investigators can examine methodically after\n        field operations are complete.\n      \u003c\/p\u003e\n      \u003cdiv class=\"mx-p4dcol-actions\"\u003e\n        \u003ca class=\"mx-p4dcol-button\" href=\"#mx-p4dcol-choose\"\u003eChoose Your PIX4D Workflow\u003c\/a\u003e\n        \u003ca class=\"mx-p4dcol-button mx-p4dcol-button-secondary\" href=\"\/pages\/public-safety-drone-mapping-scene-reconstruction-solutions\"\u003eView Complete Mapping Solutions\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-proof\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMore than a software license:\u003c\/strong\u003e MAXSUR can help an agency select the aircraft,\n        ground-capture tools, mapping targets, positioning equipment, processing workstation, software,\n        training and operating procedures needed to establish a repeatable mapping capability.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY PHOTOGRAMMETRY --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-why-photo\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eWhy Photogrammetry for Law Enforcement?\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-why-photo\"\u003eCapture More of the Scene—and Return to It Anytime\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        Photogrammetry converts ordinary imagery into spatial data. Used with sound capture procedures,\n        appropriate scale and control, and documented quality checks, it gives investigators a powerful\n        way to preserve, measure, analyze and communicate complex scenes.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-benefits\"\u003e\n      \u003carticle class=\"mx-p4dcol-benefit\"\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Using-Drones-and-Photogrammetry-to-Clear-Scenes-Faster.jpg?v=1785374426\" alt=\"Drone photogrammetry preserving perishable evidence at a public-safety scene\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-copy\"\u003e\n          \u003ch3\u003ePreserve Perishable Evidence\u003c\/h3\u003e\n          \u003cp\u003e\n            Tire marks, debris fields, bloodstains, footprints, cartridge cases and other scene elements\n            can be altered by weather, traffic, responders or time. A properly captured 3D reconstruction\n            preserves the visible scene and the spatial relationships among documented items—even after\n            the physical location has been released.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-benefit\"\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Preserve-Evidence-Quickly-with-drones-and-photogrammetry.jpg?v=1785374685\" alt=\"Law enforcement using drone mapping to document evidence and clear a scene faster\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-copy\"\u003e\n          \u003ch3\u003eClear Roads and Scenes Faster\u003c\/h3\u003e\n          \u003cp\u003e\n            A planned drone flight can document a broad crash site or outdoor scene with hundreds of\n            overlapping images in a short collection window. This can reduce time spent manually measuring\n            every relationship in the roadway, helping agencies restore access sooner while retaining the\n            data needed for later examination.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-benefit\"\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Make-a-convincing-arguement-in-criminal-prosection-with-photogrammetry-models.jpg?v=1785375420\" alt=\"Three-dimensional crime-scene model used to explain evidence and spatial relationships\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-copy\"\u003e\n          \u003ch3\u003eCommunicate Complex Scenes Clearly\u003c\/h3\u003e\n          \u003cp\u003e\n            Orthomosaics, 3D models, measured diagrams, point clouds, perspectives and fly-throughs can make\n            a complicated environment easier to understand. Investigators, prosecutors, command staff and\n            other authorized stakeholders can review the same spatial record instead of relying only on\n            isolated photographs and verbal descriptions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-benefit\"\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Advanced-Crime-Scene-Analysis-Using-Drone-Photogrammetry-Models.jpg?v=1785375762\" alt=\"Advanced analysis of a crime or collision scene using a photogrammetry model\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-copy\"\u003e\n          \u003ch3\u003eEnable Deeper Scene Analysis\u003c\/h3\u003e\n          \u003cp\u003e\n            Once the scene is reconstructed, trained personnel can return to the model to measure distances,\n            areas and volumes, evaluate sight lines and export geospatial data into specialized forensic,\n            reconstruction, CAD or GIS tools. The digital record supports new questions that may arise days,\n            months or years after collection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-benefit\"\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Leveraging-Photogrammetry-to-remove-bias-in-evidence-analysis-and-investigations.jpg?v=1785375964\" alt=\"Objective photogrammetric documentation supporting review of a critical incident\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dcol-benefit-copy\"\u003e\n          \u003ch3\u003eEstablish an Objective Spatial Baseline\u003c\/h3\u003e\n          \u003cp\u003e\n            Critical incidents demand careful, transparent documentation. A georeferenced model records the\n            visible environment and documented evidence in a consistent coordinate framework. When paired\n            with validated methods, quality-control records and qualified testimony, that spatial baseline\n            can strengthen technical review and help separate measurement from interpretation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"mx-p4dcol-note\"\u003e\n      Accuracy depends on the sensor, image quality, overlap, flight or capture geometry, scale, control,\n      positioning method, processing settings and operator procedure. Agencies should validate each workflow\n      against their mission requirements and applicable evidentiary standards.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY PIX4D --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-why-pix4d\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eWhy PIX4D?\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-why-pix4d\"\u003eBuilt for Control, Flexibility and Defensible Geospatial Workflows\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        PIX4D gives public-safety teams a connected path from rapid field mapping and mobile ground capture\n        to advanced desktop processing, quality review and controlled online collaboration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-grid\"\u003e\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Compared-to-DroneDeploy-Offline-Desktop-Processing-for-Unbroken-Chain-of-Custody.jpg?v=1785377110\" alt=\"Offline desktop photogrammetry processing for agency-controlled evidence handling\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003ch3\u003eAgency-Controlled Desktop Processing\u003c\/h3\u003e\n        \u003cp\u003e\n          Products such as PIX4Dmatic, PIX4Dmapper and PIX4Dreact can process data locally. Agencies can build\n          workflows in which sensitive imagery remains on an approved workstation or secure network rather\n          than requiring upload for processing—an important option for evidence governance, connectivity and\n          agency policy.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Compared-to-DroneDeplopy-Terrestrial-and-Aerial-Data-Fusion.jpg?v=1785377193\" alt=\"Fusion of drone imagery and terrestrial PIX4Dcatch data in one mapping workflow\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003ch3\u003eAerial and Ground Data in One Scene\u003c\/h3\u003e\n        \u003cp\u003e\n          Overhead imagery supplies broad context, but evidence may sit beneath vehicles, under tree cover,\n          beside structures or indoors. PIX4Dcatch and compatible PIX4Dmatic workflows can combine\n          terrestrial RGB and depth data with aerial projects, helping teams build a more complete model\n          across multiple viewpoints.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Compared-to-DroneDeplopy-Greater-Control-Over-Photogrammetry-Parameters.jpg?v=1785377228\" alt=\"Advanced control of photogrammetry calibration, ground control points and tie points\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003ch3\u003eControl Beyond One-Click Processing\u003c\/h3\u003e\n        \u003cp\u003e\n          Advanced desktop tools provide access to calibration, coordinate systems, ground control points,\n          checkpoints, manual tie points and processing parameters. That control helps trained forensic\n          mappers inspect the reconstruction, refine challenging projects and explain how a result was\n          produced.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Compared-to-DroneDeplopy-Rapid-Offline-2D-Mapping-in-the-Field.jpg?v=1785377253\" alt=\"PIX4Dreact creating rapid offline two-dimensional maps during emergency response\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003ch3\u003eRapid Offline Mapping at the Edge\u003c\/h3\u003e\n        \u003cp\u003e\n          PIX4Dreact is purpose-built to turn drone imagery into a current 2D orthomosaic on a field\n          computer without depending on cloud access. Incident command can gain a common operating picture\n          where cellular coverage, bandwidth or time is limited.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Compared-to-DroneDeplopy-Detailed-Processing-Quality-Reports.jpg?v=1785377287\" alt=\"Detailed PIX4D processing quality report for photogrammetry project review\" width=\"600\" height=\"600\" loading=\"lazy\"\u003e\n        \u003ch3\u003eTransparent Quality Documentation\u003c\/h3\u003e\n        \u003cp\u003e\n          PIX4D quality reports expose project indicators such as image calibration, overlap, ground sample\n          distance, geolocation behavior and control-point error. These records help operators identify\n          weaknesses, document quality checks and explain the technical basis of a reconstruction.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-icon-card\"\u003e\n        \u003cdiv aria-hidden=\"true\" style=\"align-items:center;background:#f4f7f8;border-radius:2px;display:flex;height:112px;justify-content:center;margin:0 auto 1rem;width:112px;\"\u003e\n          \u003cspan style=\"color:#176b8c;font-size:2.5rem;font-weight:800;line-height:1;\"\u003e↔\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eChoose Local, Cloud or Hybrid Operations\u003c\/h3\u003e\n        \u003cp\u003e\n          PIX4D does not force every mission into one processing model. Teams can keep sensitive projects\n          local, share approved deliverables through PIX4Dcloud or combine desktop control with cloud-based\n          access for distributed stakeholders. The workflow can follow the mission and the agency’s data\n          policy.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT SELECTION GUIDE --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-choose\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eBuild the Right Workflow\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-choose\"\u003eWhich PIX4D Product Fits the Mission?\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        The products can operate independently, but their greatest value often comes from connecting field\n        capture, desktop processing and authorized collaboration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-choice-grid\"\u003e\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-choice\"\u003e\n        \u003cp class=\"mx-p4dcol-kicker\"\u003eRapid 2D Incident Mapping\u003c\/p\u003e\n        \u003ch3\u003ePIX4Dreact\u003c\/h3\u003e\n        \u003cp\u003e\n          Create current orthomosaic maps quickly on a field computer for emergency management, fire,\n          flooding, search operations, tactical planning and other time-sensitive missions—even without an\n          internet connection.\n        \u003c\/p\u003e\n        \u003ca class=\"mx-p4dcol-text-link\" href=\"\/products\/pix4dreact\"\u003eExplore PIX4Dreact →\u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-choice\"\u003e\n        \u003cp class=\"mx-p4dcol-kicker\"\u003eIndoor \u0026amp; Ground Capture\u003c\/p\u003e\n        \u003ch3\u003ePIX4Dcatch\u003c\/h3\u003e\n        \u003cp\u003e\n          Use a compatible mobile device—and optional RTK equipment—to capture ground-level, covered and\n          indoor scene detail that aerial imagery cannot see. Export projects for supported desktop or cloud\n          processing workflows.\n        \u003c\/p\u003e\n        \u003ca class=\"mx-p4dcol-text-link\" href=\"\/products\/pix4dcatch\"\u003eExplore PIX4Dcatch →\u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-choice\"\u003e\n        \u003cp class=\"mx-p4dcol-kicker\"\u003eAdvanced Desktop Reconstruction\u003c\/p\u003e\n        \u003ch3\u003ePIX4Dmatic\u003c\/h3\u003e\n        \u003cp\u003e\n          Process aerial and terrestrial imagery, large datasets and compatible LiDAR point clouds; merge\n          projects; manage control; generate point clouds, orthomosaics, elevation products, meshes and\n          geospatial outputs on an agency-controlled workstation.\n        \u003c\/p\u003e\n        \u003ca class=\"mx-p4dcol-text-link\" href=\"\/products\/pix4dmatic\"\u003eExplore PIX4Dmatic →\u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card mx-p4dcol-choice\"\u003e\n        \u003cp class=\"mx-p4dcol-kicker\"\u003eOnline Processing \u0026amp; Collaboration\u003c\/p\u003e\n        \u003ch3\u003ePIX4Dcloud\u003c\/h3\u003e\n        \u003cp\u003e\n          Process, measure, annotate, compare and share approved 2D and 3D projects with authorized command\n          staff, investigators, emergency managers, prosecutors or partner agencies through a browser-based\n          workspace.\n        \u003c\/p\u003e\n        \u003ca class=\"mx-p4dcol-text-link\" href=\"\/products\/pix4dcloud\"\u003eExplore PIX4Dcloud →\u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-proof\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eNeed a complete forensic mapping program?\u003c\/strong\u003e MAXSUR can help define the capture\n        standard, accuracy requirement, evidence-handling model, deliverables, software mix, training plan\n        and validation process before equipment is purchased.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPLEMENTARY SOLUTIONS --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-complete\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eComplete the Capability\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-complete\"\u003eFrom Data Collection to Defensible Deliverables\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        Photogrammetry software is one part of the system. Select the aircraft, control, LiDAR and program\n        components that match the size, environment, accuracy and response time of the mission.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-related-grid\"\u003e\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/collections\/drones\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Long-range-and-heavy-lift-drone-for-police-surveillance-missions.jpg?v=1769654163\" alt=\"Multi-role, long-range and heavy-lift drones for public-safety mapping missions\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eMulti-Role \u0026amp; Long-Range Drones\u003c\/h3\u003e\n            \u003cp\u003eChoose NDAA-compliant aircraft for scene mapping, surveillance, search, inspection and other agency missions.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/collections\/mapping-targets\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/LiDAR-targets-for-crime-scene-forensics.jpg?v=1783441142\" alt=\"Mapping targets for ground control, registration and forensic scene reconstruction\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eMapping Targets \u0026amp; Control\u003c\/h3\u003e\n            \u003cp\u003eImprove registration, add known control and connect separate aerial, ground, indoor or LiDAR datasets.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/collections\/lidar\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/resepi-ultra-lite-point-cloud-for-drone-crime-scene-mapping.jpg?v=1783894106\" alt=\"Drone LiDAR point cloud for crime-scene and public-safety mapping\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eDrone LiDAR\u003c\/h3\u003e\n            \u003cp\u003eAdd direct range measurements for vegetation, low-texture surfaces, terrain and other conditions that challenge imagery alone.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/pages\/public-safety-drone-mapping-scene-reconstruction-solutions\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/3D-Photogrammetry-Crime-Scene-System.jpg?v=1767826840\" alt=\"Complete MAXSUR public-safety 3D modeling and scene reconstruction system\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eComplete 3D Mapping Solutions\u003c\/h3\u003e\n            \u003cp\u003eSee integrated drone, terrestrial, LiDAR, processing, training and scene-reconstruction capabilities.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-proof\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003ePhotogrammetry and LiDAR are complementary.\u003c\/strong\u003e Photogrammetry produces richly textured\n        models from imagery; LiDAR directly measures range and can perform better around vegetation or\n        surfaces with limited visual texture. Many advanced programs use both and bring the resulting data\n        together in a common geospatial workflow.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RESOURCES --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-resources\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eMAXSUR Resources\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-resources\"\u003ePlan, Fund and Procure Your Program\u003c\/h2\u003e\n      \u003cp class=\"mx-p4dcol-lead\"\u003e\n        Move from interest to an operational capability with public-safety funding resources, practical\n        technology guidance and established purchasing pathways.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dcol-resource-grid\"\u003e\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/pages\/public-safety-grants\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Public-Safety-Grants-for-Photogrammetry.jpg?v=1785377420\" alt=\"Public-safety grants for photogrammetry, drones and mapping technology\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003ePublic Safety Grant Resource Center\u003c\/h3\u003e\n            \u003cp\u003eSearch public and private funding resources organized to help agencies identify potential program support.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/blogs\/news\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/law-enforcement-technology-blog.jpg?v=1783470949\" alt=\"MAXSUR law-enforcement technology articles and public-safety mapping guidance\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eLaw Enforcement Technology Articles\u003c\/h3\u003e\n            \u003cp\u003eExplore practical guidance on drones, photogrammetry, LiDAR, forensic mapping, surveillance and emerging technology.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mx-p4dcol-card\"\u003e\n        \u003ca class=\"mx-p4dcol-linked-card\" href=\"\/pages\/procurement\"\u003e\n          \u003cdiv class=\"mx-p4dcol-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/MAXSUR-Procurment-Details-Page.jpg?v=1767667510\" alt=\"MAXSUR procurement details and cooperative contracts for public agencies\" width=\"1000\" height=\"563\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dcol-card-body\"\u003e\n            \u003ch3\u003eProcurement \u0026amp; Cooperative Contracts\u003c\/h3\u003e\n            \u003cp\u003eReview MAXSUR purchasing information, business credentials and cooperative-contract pathways.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-faq\"\u003e\n    \u003cdiv class=\"mx-p4dcol-section-head\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-faq\"\u003ePIX4D for Crime Scenes, Crash Reconstruction and Emergency Response\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eCan PIX4D process sensitive scene data without uploading it to the cloud?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          Yes. Compatible desktop products—including PIX4Dmatic, PIX4Dmapper and PIX4Dreact—support local\n          processing. This gives an agency the option to keep raw imagery and generated deliverables within\n          an approved workstation or network. PIX4Dcloud is available when online processing or browser-based\n          collaboration is appropriate and authorized.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eIs drone photogrammetry accurate enough for forensic or collision work?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          Photogrammetry can produce highly accurate, measurable results when the collection geometry,\n          imagery, scale, control, positioning, processing and quality checks are appropriate for the\n          application. Required accuracy should be defined before capture, verified with independent control\n          or checkpoints when appropriate, and documented according to agency procedure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eCan PIX4D combine drone imagery with indoor or ground-level capture?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          Yes. PIX4Dcatch supports mobile terrestrial capture, and compatible PIX4Dmatic workflows can\n          process terrestrial RGB and supported depth data, merge projects and combine multiple viewpoints.\n          Overlap, shared coordinates, targets, control and capture planning remain important when joining\n          separate datasets.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eWhen should an agency use PIX4Dreact instead of PIX4Dmatic?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          PIX4Dreact is intended for fast 2D situational mapping when responders need a current orthomosaic\n          quickly, often in the field and without internet service. PIX4Dmatic is the deeper desktop workflow\n          for advanced photogrammetric processing, 3D reconstruction, large or terrestrial datasets, data\n          fusion, quality review and professional geospatial outputs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eDoes PIX4D replace LiDAR or a total station?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          Not universally. Each measurement technology has strengths and limitations. Photogrammetry is\n          efficient, scalable and visually rich; LiDAR directly measures range and may perform better in\n          vegetation or on low-texture surfaces; a total station provides controlled discrete measurements.\n          MAXSUR can help design a complementary workflow based on scene type, accuracy, speed and budget.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"mx-p4dcol-details\"\u003e\n      \u003csummary\u003eCan MAXSUR provide more than the PIX4D software?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\n          Yes. MAXSUR can provide compatible drones, payloads, mobile capture equipment, RTK and mapping\n          targets, LiDAR systems, processing workstations, software, operator training, workflow development\n          and program support. The goal is a repeatable agency capability—not merely a collection of\n          individual products.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mx-p4dcol-section\" aria-labelledby=\"mx-p4dcol-cta-title\"\u003e\n    \u003cdiv class=\"mx-p4dcol-cta\"\u003e\n      \u003cp class=\"mx-p4dcol-kicker\" style=\"color:#a4d661;\"\u003eBuild an Operational Mapping Capability\u003c\/p\u003e\n      \u003ch2 id=\"mx-p4dcol-cta-title\"\u003eLet MAXSUR Help Design the Complete Program\u003c\/h2\u003e\n      \u003cp\u003e\n        Tell us what your agency needs to document, how quickly the scene must be cleared, what accuracy and\n        deliverables are required, and how the data must be controlled. We can help configure the PIX4D\n        software, aircraft, sensors, mapping targets, processing hardware, training and procedures around the\n        mission.\n      \u003c\/p\u003e\n      \u003ca class=\"mx-p4dcol-button\" href=\"\/pages\/contact-us\"\u003eTalk with a MAXSUR Mapping Specialist\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","products":[{"product_id":"pix4dmatic","title":"PIX4Dmatic: Advanced 3D Crash Scene Reconstruction Software","description":"\u003c!--\n  MAXSUR | PIX4Dmatic Shopify Product Description\n  Designed for the left-side product-information column in Shopify's Enterprise theme.\n  All styles are scoped to .maxsur-p4dmatic to avoid affecting the rest of the theme.\n--\u003e\n\n\u003cstyle\u003e\n  .maxsur-p4dmatic {\n    --p4d-navy: #102b4e;\n    --p4d-blue: #1677c8;\n    --p4d-light-blue: #eaf4fb;\n    --p4d-ink: #17202a;\n    --p4d-muted: #526170;\n    --p4d-line: #dce3e9;\n    --p4d-soft: #f5f7f9;\n    --p4d-white: #ffffff;\n    width: 100%;\n    max-width: 100%;\n    color: var(--p4d-ink);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .maxsur-p4dmatic *,\n  .maxsur-p4dmatic *::before,\n  .maxsur-p4dmatic *::after {\n    box-sizing: border-box;\n  }\n\n  .maxsur-p4dmatic h2,\n  .maxsur-p4dmatic h3,\n  .maxsur-p4dmatic h4 {\n    margin-top: 0;\n    color: var(--p4d-navy);\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n  }\n\n  .maxsur-p4dmatic h2 {\n    margin-bottom: 14px;\n    font-size: clamp(1.65rem, 3vw, 2.25rem);\n  }\n\n  .maxsur-p4dmatic h3 {\n    margin-bottom: 8px;\n    font-size: 1.3rem;\n  }\n\n  .maxsur-p4dmatic h4 {\n    margin-bottom: 6px;\n    font-size: 1.05rem;\n  }\n\n  .maxsur-p4dmatic p {\n    margin: 0 0 16px;\n  }\n\n  .maxsur-p4dmatic a {\n    color: var(--p4d-blue);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n  }\n\n  .maxsur-p4dmatic img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .maxsur-p4dmatic .p4d-intro {\n    margin-bottom: 28px;\n    padding: 22px;\n    border-left: 4px solid var(--p4d-blue);\n    background: var(--p4d-soft);\n  }\n\n  .maxsur-p4dmatic .p4d-eyebrow {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--p4d-blue);\n    font-size: 0.78rem;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .maxsur-p4dmatic .p4d-lead {\n    margin: 0;\n    color: var(--p4d-navy);\n    font-size: 1.12rem;\n    font-weight: 650;\n    line-height: 1.5;\n  }\n\n  .maxsur-p4dmatic .p4d-section {\n    margin: 0 0 44px;\n    scroll-margin-top: 110px;\n  }\n\n  .maxsur-p4dmatic .p4d-section-intro {\n    margin-bottom: 20px;\n    color: var(--p4d-muted);\n  }\n\n  .maxsur-p4dmatic .p4d-benefits {\n    display: grid;\n    gap: 10px;\n  }\n\n  .maxsur-p4dmatic .p4d-benefit {\n    display: grid;\n    grid-template-columns: 64px minmax(0, 1fr);\n    gap: 15px;\n    align-items: center;\n    padding: 16px;\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-benefit img {\n    width: 64px;\n    height: 64px;\n    object-fit: contain;\n  }\n\n  .maxsur-p4dmatic .p4d-benefit p {\n    margin: 0;\n    color: var(--p4d-muted);\n    font-size: 0.94rem;\n    line-height: 1.5;\n  }\n\n  .maxsur-p4dmatic .p4d-card-stack {\n    display: grid;\n    gap: 18px;\n  }\n\n  .maxsur-p4dmatic .p4d-card {\n    overflow: hidden;\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-card-image {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n  }\n\n  .maxsur-p4dmatic .p4d-card-body {\n    padding: 18px;\n  }\n\n  .maxsur-p4dmatic .p4d-card-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-feature-heading {\n    display: grid;\n    grid-template-columns: 52px minmax(0, 1fr);\n    gap: 13px;\n    align-items: center;\n    margin-bottom: 10px;\n  }\n\n  .maxsur-p4dmatic .p4d-feature-heading img {\n    width: 52px;\n    height: 52px;\n    object-fit: contain;\n  }\n\n  .maxsur-p4dmatic .p4d-feature-heading h3 {\n    margin-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-output-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .maxsur-p4dmatic .p4d-output {\n    overflow: hidden;\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-output img {\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .maxsur-p4dmatic .p4d-output-body {\n    padding: 13px;\n  }\n\n  .maxsur-p4dmatic .p4d-output-body p {\n    margin: 0;\n    color: var(--p4d-muted);\n    font-size: 0.88rem;\n    line-height: 1.45;\n  }\n\n  .maxsur-p4dmatic .p4d-callout {\n    margin-top: 18px;\n    padding: 16px;\n    border: 1px solid #bedaf0;\n    border-radius: 2px;\n    background: var(--p4d-light-blue);\n    color: var(--p4d-navy);\n  }\n\n  .maxsur-p4dmatic .p4d-callout p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-plan-grid {\n    display: grid;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n\n  .maxsur-p4dmatic .p4d-plan {\n    padding: 18px;\n    border: 1px solid var(--p4d-line);\n    border-top: 4px solid var(--p4d-blue);\n    border-radius: 2px;\n    background: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-plan-pro {\n    border-color: var(--p4d-blue);\n    border-top-color: var(--p4d-navy);\n    background: var(--p4d-light-blue);\n  }\n\n  .maxsur-p4dmatic .p4d-plan-label {\n    display: inline-block;\n    margin-bottom: 8px;\n    color: var(--p4d-blue);\n    font-size: 0.75rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .maxsur-p4dmatic .p4d-plan h3 {\n    margin-bottom: 8px;\n  }\n\n  .maxsur-p4dmatic .p4d-plan p {\n    margin-bottom: 10px;\n    color: var(--p4d-muted);\n    font-size: 0.94rem;\n    line-height: 1.5;\n  }\n\n  .maxsur-p4dmatic .p4d-plan p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-table-wrap {\n    width: 100%;\n    margin: 18px 0;\n    overflow-x: auto;\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison {\n    width: 100%;\n    min-width: 680px;\n    border-collapse: collapse;\n    font-size: 0.86rem;\n    line-height: 1.4;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison caption {\n    padding: 14px 16px;\n    color: var(--p4d-muted);\n    font-size: 0.8rem;\n    text-align: left;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison th,\n  .maxsur-p4dmatic .p4d-comparison td {\n    padding: 11px 10px;\n    border-right: 1px solid var(--p4d-line);\n    border-bottom: 1px solid var(--p4d-line);\n    text-align: center;\n    vertical-align: middle;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison th:last-child,\n  .maxsur-p4dmatic .p4d-comparison td:last-child {\n    border-right: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison tbody tr:last-child th,\n  .maxsur-p4dmatic .p4d-comparison tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison thead th {\n    background: var(--p4d-navy);\n    color: var(--p4d-white);\n    font-weight: 800;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison thead th:first-child,\n  .maxsur-p4dmatic .p4d-comparison tbody th {\n    text-align: left;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison tbody th {\n    width: 35%;\n    background: var(--p4d-soft);\n    color: var(--p4d-ink);\n    font-weight: 700;\n  }\n\n  .maxsur-p4dmatic .p4d-comparison .p4d-group th {\n    padding: 9px 10px;\n    background: var(--p4d-light-blue);\n    color: var(--p4d-navy);\n    font-size: 0.75rem;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .maxsur-p4dmatic .p4d-yes {\n    color: #11733c;\n    font-size: 1rem;\n    font-weight: 900;\n  }\n\n  .maxsur-p4dmatic .p4d-no {\n    color: #8a96a1;\n    font-size: 1rem;\n    font-weight: 800;\n  }\n\n  .maxsur-p4dmatic .p4d-table-note {\n    margin-top: -6px;\n    color: var(--p4d-muted);\n    font-size: 0.8rem;\n    line-height: 1.45;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-groups {\n    display: grid;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.82rem;\n    line-height: 1.4;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-table th,\n  .maxsur-p4dmatic .p4d-sku-table td {\n    padding: 9px 10px;\n    border-bottom: 1px solid var(--p4d-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-table tr:last-child th,\n  .maxsur-p4dmatic .p4d-sku-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-table th {\n    width: 47%;\n    color: var(--p4d-navy);\n    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n    font-size: 0.75rem;\n    font-weight: 750;\n    overflow-wrap: anywhere;\n  }\n\n  .maxsur-p4dmatic .p4d-sku-table td {\n    color: var(--p4d-muted);\n  }\n\n  .maxsur-p4dmatic .p4d-related {\n    display: grid;\n    gap: 12px;\n  }\n\n  .maxsur-p4dmatic .p4d-related-card {\n    display: block;\n    overflow: hidden;\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n    color: var(--p4d-ink);\n    text-decoration: none;\n    transition: border-color 160ms ease, transform 160ms ease;\n  }\n\n  .maxsur-p4dmatic .p4d-related-card:hover {\n    border-color: var(--p4d-blue);\n    transform: translateY(-1px);\n  }\n\n  .maxsur-p4dmatic .p4d-related-card img {\n    aspect-ratio: 16 \/ 7;\n    object-fit: cover;\n  }\n\n  .maxsur-p4dmatic .p4d-related-body {\n    padding: 16px;\n  }\n\n  .maxsur-p4dmatic .p4d-related-body p {\n    margin: 0;\n    color: var(--p4d-muted);\n    font-size: 0.94rem;\n  }\n\n  .maxsur-p4dmatic .p4d-related-link {\n    display: inline-block;\n    margin-top: 9px;\n    color: var(--p4d-blue);\n    font-size: 0.9rem;\n    font-weight: 750;\n  }\n\n  .maxsur-p4dmatic .p4d-faq {\n    display: grid;\n    gap: 10px;\n  }\n\n  .maxsur-p4dmatic details {\n    border: 1px solid var(--p4d-line);\n    border-radius: 2px;\n    background: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic summary {\n    position: relative;\n    padding: 16px 44px 16px 16px;\n    color: var(--p4d-navy);\n    cursor: pointer;\n    font-weight: 750;\n    list-style: none;\n  }\n\n  .maxsur-p4dmatic summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .maxsur-p4dmatic summary::after {\n    position: absolute;\n    top: 50%;\n    right: 17px;\n    content: \"+\";\n    color: var(--p4d-blue);\n    font-size: 1.35rem;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .maxsur-p4dmatic details[open] summary::after {\n    content: \"–\";\n  }\n\n  .maxsur-p4dmatic .p4d-answer {\n    padding: 0 16px 16px;\n    color: var(--p4d-muted);\n  }\n\n  .maxsur-p4dmatic .p4d-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-p4dmatic .p4d-cta {\n    padding: 24px;\n    border-radius: 2px;\n    background: var(--p4d-navy);\n    color: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-cta h2,\n  .maxsur-p4dmatic .p4d-cta h3 {\n    color: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-cta p {\n    color: #dce8f4;\n  }\n\n  .maxsur-p4dmatic .p4d-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .maxsur-p4dmatic .p4d-button {\n    display: inline-flex;\n    min-height: 44px;\n    align-items: center;\n    justify-content: center;\n    padding: 11px 17px;\n    border: 1px solid var(--p4d-white);\n    border-radius: 2px;\n    font-weight: 750;\n    line-height: 1.2;\n    text-decoration: none;\n  }\n\n  .maxsur-p4dmatic .p4d-button-primary {\n    background: var(--p4d-white);\n    color: var(--p4d-navy);\n  }\n\n  .maxsur-p4dmatic .p4d-button-secondary {\n    background: transparent;\n    color: var(--p4d-white);\n  }\n\n  .maxsur-p4dmatic .p4d-fine-print {\n    margin-top: 14px;\n    color: #c9d9e8;\n    font-size: 0.78rem;\n    line-height: 1.45;\n  }\n\n  @media (max-width: 749px) {\n    .maxsur-p4dmatic .p4d-output-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .maxsur-p4dmatic .p4d-benefit {\n      grid-template-columns: 54px minmax(0, 1fr);\n      padding: 14px;\n    }\n\n    .maxsur-p4dmatic .p4d-benefit img {\n      width: 54px;\n      height: 54px;\n    }\n\n    .maxsur-p4dmatic .p4d-intro,\n    .maxsur-p4dmatic .p4d-cta {\n      padding: 19px;\n    }\n\n    .maxsur-p4dmatic .p4d-plan,\n    .maxsur-p4dmatic .p4d-card-body {\n      padding: 15px;\n    }\n\n    .maxsur-p4dmatic .p4d-sku-table,\n    .maxsur-p4dmatic .p4d-sku-table tbody,\n    .maxsur-p4dmatic .p4d-sku-table tr,\n    .maxsur-p4dmatic .p4d-sku-table th,\n    .maxsur-p4dmatic .p4d-sku-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .maxsur-p4dmatic .p4d-sku-table tr {\n      padding: 9px 0;\n      border-bottom: 1px solid var(--p4d-line);\n    }\n\n    .maxsur-p4dmatic .p4d-sku-table tr:last-child {\n      border-bottom: 0;\n    }\n\n    .maxsur-p4dmatic .p4d-sku-table th,\n    .maxsur-p4dmatic .p4d-sku-table td {\n      padding: 2px 0;\n      border: 0;\n    }\n\n    .maxsur-p4dmatic .p4d-buttons,\n    .maxsur-p4dmatic .p4d-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"maxsur-p4dmatic\"\u003e\n  \u003cdiv class=\"p4d-intro\"\u003e\n    \u003cspan class=\"p4d-eyebrow\"\u003eProfessional Photogrammetry, LiDAR \u0026amp; Geospatial Processing\u003c\/span\u003e\n    \u003cp class=\"p4d-lead\"\u003e\n      Transform drone imagery, terrestrial captures, and LiDAR point clouds into precise 2D maps,\n      measurable 3D scenes, terrain products, and CAD\/GIS-ready intelligence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-overview\"\u003e\n    \u003ch2 id=\"p4d-overview\"\u003eBuild More Than a Model\u003c\/h2\u003e\n    \u003cp\u003e\n      PIX4Dmatic brings professional photogrammetry processing, surveying tools, terrain analysis,\n      feature extraction, and 3D visualization into a connected desktop workflow. For law enforcement,\n      emergency management, homeland security, civil government, and public-safety GIS teams, that means\n      turning a time-sensitive capture into a measurable record that can support analysis, planning,\n      collaboration, and defensible documentation.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Process large aerial projects without dividing them into smaller datasets. Combine drone and\n      terrestrial imagery with compatible LiDAR point clouds, establish spatial control, refine the\n      reconstruction, take measurements, extract features, and deliver results into the CAD, GIS, and\n      collaboration environments already used by your team.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-benefits-title\"\u003e\n    \u003ch2 id=\"p4d-benefits-title\"\u003ePrimary Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"p4d-benefits\"\u003e\n      \u003carticle class=\"p4d-benefit\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Main-Icon-Seamless-Path-to-CAD-and-GIS-Outputs.png?v=1785259166\" alt=\"\" width=\"64\" height=\"64\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eA Seamless Path to CAD \u0026amp; GIS\u003c\/h3\u003e\n          \u003cp\u003e\n            Move from captured imagery and point clouds to structured geospatial deliverables without\n            rebuilding the project in a separate workflow.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-benefit\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Main-Icon-Built-for-Large-Crime-Scene-Mapping.png?v=1785259165\" alt=\"\" width=\"64\" height=\"64\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eProcess Big Projects Without Slowing Down\u003c\/h3\u003e\n          \u003cp\u003e\n            Work through large scenes, corridors, campuses, disaster areas, and infrastructure sites\n            while preserving project continuity and accuracy.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-benefit\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Main-Icon-Measure-from-any-perspective-measure-any-angle.png?v=1785259166\" alt=\"\" width=\"64\" height=\"64\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMeasurements You Can Trust\u003c\/h3\u003e\n          \u003cp\u003e\n            Measure distance, area, elevation, and volume directly within a georeferenced project,\n            including complex scenes that are difficult to document safely from the ground.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-benefit\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Main-Icon-Multiple-Outputs-for-any-Workflow.png?v=1785259166\" alt=\"\" width=\"64\" height=\"64\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eOutputs Ready for CAD \u0026amp; GIS\u003c\/h3\u003e\n          \u003cp\u003e\n            Create point clouds, orthomosaics, terrain products, vectors, meshes, and other structured\n            outputs for downstream analysis, reporting, and engineering workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-benefit\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Main-Icon-Compatability-with-PIX4D-Ecosystem.png?v=1785259165\" alt=\"\" width=\"64\" height=\"64\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eBuilt for the PIX4D Ecosystem\u003c\/h3\u003e\n          \u003cp\u003e\n            Extend the workflow with PIX4Dcatch for terrestrial and indoor capture and PIX4Dcloud for\n            processing, collaboration, and controlled project sharing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-options-title\"\u003e\n    \u003ch2 id=\"p4d-options-title\"\u003eChoose the Right PIX4Dmatic Edition\u003c\/h2\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      PIX4Dmatic is available in three editions. Choose Standard for core photogrammetry,\n      Analyst for terrain and CAD-ready analysis of point-cloud data, or Pro for the most complete\n      workflow combining image processing, LiDAR, aerial and terrestrial data fusion, advanced\n      analysis, and photorealistic 3D visualization.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-plan-grid\"\u003e\n      \u003carticle class=\"p4d-plan\"\u003e\n        \u003cspan class=\"p4d-plan-label\"\u003eCore Photogrammetry\u003c\/span\u003e\n        \u003ch3\u003ePIX4Dmatic Standard\u003c\/h3\u003e\n        \u003cp\u003e\n          Best for teams that primarily need to process large RGB image datasets into accurate\n          point clouds, orthomosaics, textured meshes, and digital surface models.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eStrong fit:\u003c\/strong\u003e scene documentation, orthomosaic production, 3D reconstruction, and large-area image processing.\u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-plan\"\u003e\n        \u003cspan class=\"p4d-plan-label\"\u003eTerrain \u0026amp; CAD Analysis\u003c\/span\u003e\n        \u003ch3\u003ePIX4Dmatic Analyst\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides terrain classification, bare-earth modeling, contours, advanced measurements,\n          vectorization, and CAD-ready deliverables for teams working from imported or existing\n          point-cloud data.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eStrong fit:\u003c\/strong\u003e forensics, surveying, public-safety GIS, terrain analysis, volume work, and feature extraction.\u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-plan p4d-plan-pro\"\u003e\n        \u003cspan class=\"p4d-plan-label\"\u003eComplete End-to-End Workflow\u003c\/span\u003e\n        \u003ch3\u003ePIX4Dmatic Pro\u003c\/h3\u003e\n        \u003cp\u003e\n          Combines the Standard and Analyst capabilities in one edition and adds fusion of drone\n          imagery with PIX4Dcatch terrestrial data for a unified project workflow.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eStrong fit:\u003c\/strong\u003e agencies and technical teams that want the broadest capability without dividing work between separate licenses.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eFeature Comparison\u003c\/h3\u003e\n    \u003cdiv class=\"p4d-table-wrap\" role=\"region\" aria-label=\"Scrollable PIX4Dmatic edition feature comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"p4d-comparison\"\u003e\n        \u003ccaption\u003eIncluded capabilities by edition. Scroll horizontally on smaller screens.\u003c\/caption\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eStandard\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eAnalyst\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003ePro\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"p4d-group\"\u003e\n            \u003cth colspan=\"4\" scope=\"colgroup\"\u003eCore Photogrammetry\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eRGB image processing: point clouds, orthomosaics, meshes \u0026amp; DSMs\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLiDAR point-cloud import \u0026amp; registration\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMerge projects: drone, PIX4Dcatch \u0026amp; LiDAR\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLarge dataset handling: 10,000+ images\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not applicable\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAccurate geolocation pipeline\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr class=\"p4d-group\"\u003e\n            \u003cth colspan=\"4\" scope=\"colgroup\"\u003eSurveying \u0026amp; Vectorization\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTerrain classification\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDTM bare-earth generation\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eContour lines\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAdvanced measurements: stockpiles \u0026amp; LandXML volumes\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAdvanced vectorization: arc, road \u0026amp; wall detection\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr class=\"p4d-group\"\u003e\n            \u003cth colspan=\"4\" scope=\"colgroup\"\u003eAdvanced Tools\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProject merging \u0026amp; fusion\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGaussian splatting: photorealistic 3D\u003c\/th\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-no\" aria-label=\"Not included\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"p4d-yes\" aria-label=\"Included\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"p4d-group\"\u003e\n            \u003cth colspan=\"4\" scope=\"colgroup\"\u003ePurchasing\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAvailable purchasing models\u003c\/th\u003e\n            \u003ctd\u003eRental \u0026amp; OTC options\u003c\/td\u003e\n            \u003ctd\u003eRental \u0026amp; OTC options\u003c\/td\u003e\n            \u003ctd\u003eRental \u0026amp; OTC options\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"p4d-table-note\"\u003e\n      Feature names are condensed for comparison. Exact feature availability, supported workflows,\n      license terms, and eligibility for non-commercial pricing should be confirmed at the time of quote.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-callout\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eNeed help choosing?\u003c\/strong\u003e Standard is centered on photogrammetric production.\n        Analyst provides the terrain, measurement, and vectorization tools many forensic and GIS\n        teams require for existing point-cloud data. Pro is the strongest choice when one operator\n        needs the complete image-processing, LiDAR, terrain, CAD, and aerial\/terrestrial workflow.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 style=\"margin-top: 24px;\"\u003eOrdering Options \u0026amp; SKUs\u003c\/h3\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      Select the required edition and purchasing model. MAXSUR will confirm end-user eligibility,\n      current pricing, support-and-update status, and the correct license before the order is finalized.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-sku-groups\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003ePIX4Dmatic Standard Options\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003ctable class=\"p4d-sku-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-MONTH\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard monthly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-YEAR\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard yearly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-3YEAR\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard 3-year rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-NC-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard non-commercial one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-STANDARD-NC-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Standard non-commercial on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003ePIX4Dmatic Analyst Options\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003ctable class=\"p4d-sku-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-MONTH\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst monthly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-YEAR\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst yearly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-3YEAR\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst 3-year rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-NC-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst non-commercial one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-ANALYST-NC-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Analyst non-commercial on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003ePIX4Dmatic Pro Options\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003ctable class=\"p4d-sku-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-MONTH\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro monthly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-YEAR\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro yearly rental\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-NC-OTC\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro non-commercial one-time charge\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMATIC-PRO-NC-OTC-SUP-UPG\u003c\/th\u003e\n\u003ctd\u003ePIX4Dmatic Pro non-commercial on-demand support \u0026amp; upgrades, 1-year extension\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-applications-title\"\u003e\n    \u003ch2 id=\"p4d-applications-title\"\u003ePublic-Safety Applications\u003c\/h2\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      PIX4Dmatic adapts proven professional engineering, surveying, and GIS capabilities to\n      consequence-driven public-safety missions.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-card-stack\"\u003e\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-for-Precision-3D-Drone-Crime-and-Accident-Scene-Mapping.jpg?v=1785258990\" alt=\"PIX4Dmatic 3D reconstruction of a vehicle collision scene for forensic mapping\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003ch3\u003eCrime \u0026amp; Accident Scene Mapping\u003c\/h3\u003e\n          \u003cp\u003e\n            Built on decades of technology refinement for professional engineering, surveying, and GIS,\n            PIX4Dmatic transforms drone imagery and LiDAR into precise, measurable reconstructions of\n            crime and accident scenes. Document vehicle positions, roadway geometry, evidence\n            distribution, trajectories, and complex spatial relationships within a defensible 2D and\n            3D forensic record.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-for-Tactical-and-Strategic-Planning-at-Vunerable-Soft-Targets.jpg?v=1785258681\" alt=\"PIX4Dmatic stadium digital twin for public-safety strategic planning\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003ch3\u003eStrategic Planning\u003c\/h3\u003e\n          \u003cp\u003e\n            Before a major event occurs, transform stadiums, campuses, entertainment districts, and\n            other vulnerable facilities into detailed, measurable 3D environments. Bring the planning\n            team into the location virtually to evaluate access points, establish enforcement zones,\n            identify overwatch and ISR positions, and plan staging, response, and evacuation routes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/How-Emergency-Management-can-use-Photogrammetry-for-Decision-Making.jpg?v=1785258681\" alt=\"PIX4Dmatic flood-response model for emergency-management planning\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003ch3\u003eEmergency Management\u003c\/h3\u003e\n          \u003cp\u003e\n            When large-scale emergencies demand precise modeling and coordinated planning, PIX4Dmatic\n            transforms aerial imagery and LiDAR into measurable 2D and 3D intelligence. Determine\n            available staging space, calculate material and debris volumes, evaluate access routes, and\n            plan rescue extractions within a detailed representation of the affected area.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-for-Police-Intelligence-Planning-and-Site-Analysis.jpg?v=1785258681\" alt=\"PIX4Dmatic location model for metropolitan police intelligence planning\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003ch3\u003eIntelligence \u0026amp; Site Analysis\u003c\/h3\u003e\n          \u003cp\u003e\n            In advance of a high-consequence warrant, protective operation, or limited opportunity to\n            place surveillance technology, create a measurable model of the operational environment.\n            Evaluate approach routes, distances, obstructions, potential overwatch perspectives, and\n            possible ISR placement before personnel enter the location.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-features-title\"\u003e\n    \u003ch2 id=\"p4d-features-title\"\u003ePIX4Dmatic Features\u003c\/h2\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      Maintain control from initial calibration through terrain analysis, feature extraction, and final\n      delivery.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-card-stack\"\u003e\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Drone-Crime-Scene-Calibration-and-Georeferencing.jpg?v=1785204893\" alt=\"PIX4Dmatic calibration and georeferencing workflow for a mapped scene\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-3D-Crime-Scene-Model-Calibration.png?v=1785250687\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003eCalibration \u0026amp; Georeferencing\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Calibrate imagery, review camera positions, apply coordinate reference systems, and improve\n            spatial control with image geolocation, RTK\/PPK data, ground control points, and checkpoints.\n            A quality report helps teams document processing conditions and evaluate project accuracy.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Drone-Crime-Scene-Terrain-Modeling.jpg?v=1785205817\" alt=\"PIX4Dmatic terrain modeling and point classification\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Crime-Scene-Terrain-Modeling-Refinement.png?v=1785250686\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003eTerrain Modeling\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Classify ground points and turn complex mapped environments into usable terrain products.\n            Produce bare-earth elevation models, triangulated surfaces, point grids, and contour lines\n            for slope, drainage, access, search planning, and site documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Drone-Accident-Scene-Reconstruction-and-Mesh-Production.jpg?v=1785205817\" alt=\"PIX4Dmatic photogrammetric reconstruction and textured mesh of a collision scene\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Crime-Scene-Reconstruction.png?v=1785250686\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003e3D Reconstruction \u0026amp; Mesh\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Generate dense point clouds and textured 3D meshes that preserve scene geometry and visual\n            context. Navigate the reconstruction from different perspectives to examine structures,\n            terrain, vehicles, evidence locations, and spatial relationships that may be difficult to\n            understand from individual photographs.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/drone-lidar-for-crime-accident-scene-mapping.jpg?v=1783457463\" alt=\"Drone LiDAR point cloud integrated into a PIX4Dmatic mapping project\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Support-for-LiDAR-Integration.png?v=1785258710\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003eIntegrate LiDAR Point Clouds\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Import compatible LAS or LAZ point clouds from drone LiDAR, terrestrial scanners, mobile\n            mapping systems, and other sources. Register them with photogrammetric data to combine the\n            visual detail of imagery with LiDAR geometry and ground penetration—especially valuable\n            around vegetation, complex structures, and difficult terrain.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Crime-and-Accident-Scene-Feature-Extraction.jpg?v=1785206722\" alt=\"PIX4Dmatic vector feature extraction from a mapped scene\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Vectorization-of-Crime-Scene-Models.png?v=1785250686\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003eFeature Extraction \u0026amp; Vectorization\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Convert mapped reality into useful CAD and GIS features. Extract and refine points,\n            polylines, polygons, curbs, road markings, structural edges, terrain breaks, and other\n            mission-relevant geometry while referencing the source imagery and 3D data.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Drone-Crime-Scene-Measurements-and-Content-Analysis.jpg?v=1785206723\" alt=\"PIX4Dmatic measurements and analysis within a 3D scene\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Precision-Measurements-of-Drone-3D-Crime-Scene-Models.png?v=1785250686\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003e3D Measurements \u0026amp; Scene Analysis\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Measure from virtually any perspective. Analyze distance, area, elevation, clearance, and\n            volume without repeatedly returning personnel to a hazardous or inaccessible location.\n            Create section views and inspect spatial relationships inside the mapped environment.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-card\"\u003e\n        \u003cimg class=\"p4d-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Secure-Sharing-of-Crime-and-Accident-Scenes-via-PIX4DCloud.jpg?v=1785206723\" alt=\"PIX4Dmatic scene shared through PIX4Dcloud for controlled collaboration\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-card-body\"\u003e\n          \u003cdiv class=\"p4d-feature-heading\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Icon-Secure-and-Share-Crime-and-Accident-Scene-3D-Models.png?v=1785253044\" alt=\"\" width=\"52\" height=\"52\" loading=\"lazy\"\u003e\n            \u003ch3\u003eControlled Sharing of 3D Scenes\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003e\n            Extend desktop processing into PIX4Dcloud to collaborate with authorized investigators,\n            planners, engineers, prosecutors, command staff, and partner agencies. Share maps, models,\n            measurements, annotations, and project context without requiring every stakeholder to\n            operate the desktop processing software.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            \u003csmall\u003ePIX4Dcloud licensing, connectivity, storage, and organizational access policies apply.\u003c\/small\u003e\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-outputs-title\"\u003e\n    \u003ch2 id=\"p4d-outputs-title\"\u003eEssential Outputs\u003c\/h2\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      Build the right deliverable for field review, forensic documentation, terrain analysis, CAD\/GIS\n      integration, operational planning, or stakeholder communication.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-output-grid\"\u003e\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Drone-3D-Mapping-High-Density-Point-Clouds.jpg?v=1785207167\" alt=\"High-density point cloud generated in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eHigh-Density Point Clouds\u003c\/h4\u003e\n          \u003cp\u003e\n            Preserve millions of spatially accurate points for measurement, classification,\n            visualization, and downstream LAS\/LAZ workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-2D-Orthomosiac-Outputs.jpg?v=1785248468\" alt=\"Orthomosaic produced from a PIX4Dmatic mapping project\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eOrthomosaic\u003c\/h4\u003e\n          \u003cp\u003e\n            Create a geometrically corrected, measurable 2D image map for GIS, scene diagrams,\n            briefings, and operational overlays.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Guassian-Splatting-of-Crime-and-Accident-Scenes.jpg?v=1785248468\" alt=\"Gaussian splatting reconstruction of a collision scene in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eGaussian Splatting\u003c\/h4\u003e\n          \u003cp\u003e\n            Produce highly realistic, navigable 3D visualizations that preserve fine scene appearance\n            and support intuitive review from multiple viewpoints.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Mesh-Tile-Outputs-of-Drone-Captured-Crime-and-Accident-Scene-Models.jpg?v=1785250686\" alt=\"Textured 3D mesh generated in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eTextured Mesh\u003c\/h4\u003e\n          \u003cp\u003e\n            Create a photorealistic geometric surface for scene navigation, perspective review,\n            presentation, and compatible third-party 3D environments.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Crime-Scene-Digital-Surface-Model-from-Drone-Mapping.jpg?v=1785248468\" alt=\"Digital surface model of a mapped scene created in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eDigital Surface Model (DSM)\u003c\/h4\u003e\n          \u003cp\u003e\n            Represent terrain and above-ground features—including vehicles, vegetation, and\n            structures—for height, surface, visibility, and site analysis.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Drone-Crime-Scene-Terrain-Modeling_1e6e8f79-b308-48df-9ba9-4f34ba2a4d5f.jpg?v=1785248468\" alt=\"Bare-earth digital terrain model generated in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eDigital Terrain Model (DTM)\u003c\/h4\u003e\n          \u003cp\u003e\n            Create a bare-earth elevation surface after ground classification for slope, drainage,\n            access, search-area, and terrain analysis.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Digital-Terrain-Classification-of-Drone-Crime-Scene-Model.jpg?v=1785250686\" alt=\"Terrain-classified point cloud in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eTerrain Classification\u003c\/h4\u003e\n          \u003cp\u003e\n            Separate ground from vegetation, structures, vehicles, and other objects to refine\n            terrain products and analytical workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Grid-of-Points-for-Crime-and-Accident-Scene-Drone-Mapping.jpg?v=1785250687\" alt=\"Structured grid of evenly spaced terrain points generated in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eGrid of Points\u003c\/h4\u003e\n          \u003cp\u003e\n            Generate evenly spaced survey points across the mapped area for reliable terrain\n            measurements, modeling, and CAD exchange.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-TIN-Output-of-Terrain-in-large-area-crime-scene.jpg?v=1785250686\" alt=\"Triangulated irregular network terrain surface generated in PIX4Dmatic\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eTriangulated Irregular Network\u003c\/h4\u003e\n          \u003cp\u003e\n            Generate a terrain TIN from classified ground points and defined surface resolution for\n            precise terrain analysis, measurements, and CAD workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"p4d-output\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Countour-Lines-of-Large-Area-Crime-Scenes.jpg?v=1785250687\" alt=\"Contour lines generated from PIX4Dmatic elevation data\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-output-body\"\u003e\n          \u003ch4\u003eContour Lines\u003c\/h4\u003e\n          \u003cp\u003e\n            Visualize elevation, terrain form, drainage, and slope through configurable contour\n            intervals suitable for mapping and planning.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"p4d-callout\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eLicense note:\u003c\/strong\u003e PIX4Dmatic capabilities are offered through different plans.\n        Feature availability—including terrain\/CAD tools and Gaussian splatting—depends on the selected\n        license. MAXSUR can help match the correct plan to your workflow and required outputs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-related-title\"\u003e\n    \u003ch2 id=\"p4d-related-title\"\u003eBuild the Complete Mapping Capability\u003c\/h2\u003e\n    \u003cp class=\"p4d-section-intro\"\u003e\n      MAXSUR can connect the software, capture platform, spatial control, LiDAR, and training required\n      to move from field collection to a dependable finished product.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"p4d-related\"\u003e\n      \u003ca class=\"p4d-related-card\" href=\"https:\/\/www.maxsur.com\/collections\/mapping-targets\" aria-label=\"Explore mapping targets at MAXSUR\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/LiDAR-targets-for-crime-scene-forensics.jpg?v=1783441142\" alt=\"Mapping targets for accurate photogrammetry and LiDAR projects\" width=\"1200\" height=\"525\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"p4d-related-body\"\u003e\n          \u003ch3\u003eMapping Targets\u003c\/h3\u003e\n          \u003cp\u003e\n            Improve spatial control, cover larger areas, and register separate aerial, terrestrial,\n            indoor, and outdoor captures into a more accurate project.\n          \u003c\/p\u003e\n          \u003cspan class=\"p4d-related-link\"\u003eExplore Mapping Targets →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"p4d-related-card\" href=\"https:\/\/www.maxsur.com\/collections\/drones\/products\/if800-tomcat-medium-lift-drone\" aria-label=\"View the Inspired Flight IF800 Tomcat drone at MAXSUR\"\u003e\n        \u003cdiv class=\"p4d-related-body\"\u003e\n          \u003ch3\u003eInspired Flight IF800 Tomcat\u003c\/h3\u003e\n          \u003cp\u003e\n            Fly longer and carry high-resolution mapping cameras or compatible LiDAR payloads with a\n            professional, NDAA-compliant UAS platform.\n          \u003c\/p\u003e\n          \u003cspan class=\"p4d-related-link\"\u003eView the IF800 Tomcat →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"p4d-related-card\" href=\"https:\/\/www.maxsur.com\/products\/pix4dcatch\" aria-label=\"View PIX4Dcatch at MAXSUR\"\u003e\n        \u003cdiv class=\"p4d-related-body\"\u003e\n          \u003ch3\u003ePIX4Dcatch\u003c\/h3\u003e\n          \u003cp\u003e\n            Add terrestrial and indoor capture to the mapping program. Document spaces beneath tree\n            canopy, building interiors, close-range details, and locations where drone flight is not\n            practical.\n          \u003c\/p\u003e\n          \u003cspan class=\"p4d-related-link\"\u003eExplore PIX4Dcatch →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"p4d-related-card\" href=\"https:\/\/www.maxsur.com\/collections\/pix4d-photogrammetry-mapping-software\" aria-label=\"Explore PIX4D mapping technology, cloud services, and training at MAXSUR\"\u003e\n        \u003cdiv class=\"p4d-related-body\"\u003e\n          \u003ch3\u003eAll PIX4D Mapping Technologies\u003c\/h3\u003e\n          \u003cp\u003e\n            Compare the PIX4D portfolio, including rapid field mapping, terrestrial capture, cloud\n            collaboration, photogrammetry processing, and training.\n          \u003c\/p\u003e\n          \u003cspan class=\"p4d-related-link\"\u003eView the PIX4D Portfolio →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section\" aria-labelledby=\"p4d-faq-title\"\u003e\n    \u003ch2 id=\"p4d-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"p4d-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs PIX4Dmatic difficult to use?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            For basic projects, no. A user who already understands drone operations, imagery capture,\n            or GIS concepts can often begin producing useful, accurate models after focused training\n            and several practice projects. PIX4Dmatic also includes advanced processing, geospatial,\n            terrain, and CAD capabilities, so continued practice and learning are recommended for teams\n            that want to use the platform to its full potential.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes MAXSUR offer PIX4Dmatic training?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            Yes. MAXSUR offers online and instructor-led training options. Teams with experience in\n            drones, surveying, photogrammetry, or GIS may find an online course sufficient to establish\n            the fundamentals. Organizations building a new program can benefit from onsite instruction\n            that connects capture equipment, spatial control, processing workflows, quality checks,\n            output standards, and a repeatable internal training process.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan PIX4Dmatic process LiDAR data?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            PIX4Dmatic can import compatible LAS and LAZ point clouds and integrate them with\n            photogrammetric projects. This allows teams to combine imagery with data from compatible\n            drone LiDAR systems, terrestrial scanners, and mobile mapping platforms. The LiDAR system's\n            own trajectory processing and point-cloud generation software may still be required before\n            import.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan PIX4Dmatic combine aerial, ground, and indoor captures?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            Yes. Properly planned aerial and terrestrial imagery can be processed and registered into a\n            common project, and compatible point clouds can also be incorporated. RTK\/PPK positioning,\n            ground control, shared coordinate systems, adequate image overlap, and clearly visible\n            common features all help establish a reliable combined model.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes every PIX4Dmatic license include every feature?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            No. PIX4Dmatic is available in multiple plans designed for different processing, terrain,\n            CAD, and end-to-end workflows. MAXSUR can help determine which plan includes the required\n            inputs, tools, and outputs before purchase.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs accuracy determined by the software alone?\u003c\/summary\u003e\n        \u003cdiv class=\"p4d-answer\"\u003e\n          \u003cp\u003e\n            No. Final accuracy depends on the complete workflow: sensor quality, image sharpness,\n            altitude and ground sampling distance, overlap, capture geometry, RTK\/PPK performance,\n            ground control, coordinate systems, environmental conditions, processing choices, and\n            operator quality checks. MAXSUR can help agencies build a repeatable workflow around the\n            mission and required accuracy.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p4d-section p4d-cta\" aria-labelledby=\"p4d-cta-title\"\u003e\n    \u003ch2 id=\"p4d-cta-title\"\u003eBuild a Workflow Your Team Can Defend\u003c\/h2\u003e\n    \u003cp\u003e\n      MAXSUR can help select the appropriate PIX4Dmatic plan and connect it with drones, RGB mapping\n      payloads, RESEPI LiDAR, Rothbucher mapping targets, PIX4Dcatch, cloud collaboration, and operator\n      training.\n    \u003c\/p\u003e\n    \u003cdiv class=\"p4d-buttons\"\u003e\n      \u003ca class=\"p4d-button p4d-button-primary\" href=\"mailto:ops@maxsur.com?subject=PIX4Dmatic%20Consultation\"\u003e\n        Request a Consultation\n      \u003c\/a\u003e\n      \u003ca class=\"p4d-button p4d-button-secondary\" href=\"tel:+13142702150\"\u003e\n        Call 314-270-2150\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"p4d-fine-print\"\u003e\n      Product features, supported formats, cloud services, and license inclusions are subject to the\n      selected PIX4D plan and current manufacturer specifications.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"MAXSUR","offers":[{"title":"Standard \/ Monthly","offer_id":46121390014498,"sku":"MATIC-STANDARD-MONTH","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Standard \/ Annual","offer_id":46121390047266,"sku":"MATIC-STANDARD-YEAR","price":3990.0,"currency_code":"USD","in_stock":true},{"title":"Standard \/ 3-Year","offer_id":46121390080034,"sku":"MATIC-STANDARD-3YEAR","price":7190.0,"currency_code":"USD","in_stock":true},{"title":"Standard \/ One-Time-Charge","offer_id":46121390112802,"sku":"MATIC-STANDARD-OTC","price":14990.0,"currency_code":"USD","in_stock":true},{"title":"Analyst \/ Monthly","offer_id":46121390145570,"sku":"MATIC-ANALYST-MONTH","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Analyst \/ Annual","offer_id":46121390178338,"sku":"MATIC-ANALYST-YEAR","price":2290.0,"currency_code":"USD","in_stock":true},{"title":"Analyst \/ 3-Year","offer_id":46121390211106,"sku":"MATIC-ANALYST-3YEAR","price":4490.0,"currency_code":"USD","in_stock":true},{"title":"Analyst \/ One-Time-Charge","offer_id":46121390243874,"sku":"MATIC-ANALYST-OTC","price":9290.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ Monthly","offer_id":46121390276642,"sku":"MATIC-PRO-MONTH","price":499.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ Annual","offer_id":46121390309410,"sku":"MATIC-PRO-YEAR","price":4990.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ 3-Year","offer_id":46121390342178,"sku":"MATIC-PRO-3YEAR","price":8990.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ One-Time-Charge","offer_id":46121390374946,"sku":"MATIC-PRO-OTC","price":17990.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Mapping-Software-for-Law-Enforcement.jpg?v=1785262681"},{"product_id":"pix4dcatch","title":"PIX4Dcatch: Mobile 3D Scanning App for Ground-Level Forensics","description":"\u003c!--\n  MAXSUR | PIX4Dcatch Shopify Product Description\n  Paste into the Shopify product description HTML editor.\n  The Enterprise theme should provide the product H1, price, variants, media, and product schema.\n--\u003e\n\n\u003cstyle\u003e\n  .maxsur-catch {\n    --mc-navy: #10263f;\n    --mc-blue: #176ca4;\n    --mc-blue-dark: #10577f;\n    --mc-green: #69be28;\n    --mc-ink: #17212b;\n    --mc-muted: #566575;\n    --mc-line: #dce3e8;\n    --mc-soft: #f4f7f9;\n    --mc-white: #ffffff;\n    color: var(--mc-ink);\n    font-size: 16px;\n    line-height: 1.62;\n  }\n\n  .maxsur-catch *,\n  .maxsur-catch *::before,\n  .maxsur-catch *::after {\n    box-sizing: border-box;\n  }\n\n  .maxsur-catch section {\n    margin: 0 0 42px;\n  }\n\n  .maxsur-catch h2,\n  .maxsur-catch h3,\n  .maxsur-catch h4 {\n    color: var(--mc-navy);\n    line-height: 1.2;\n    margin-top: 0;\n  }\n\n  .maxsur-catch h2 {\n    font-size: clamp(1.65rem, 3vw, 2.1rem);\n    margin-bottom: 12px;\n  }\n\n  .maxsur-catch h3 {\n    font-size: 1.22rem;\n    margin-bottom: 8px;\n  }\n\n  .maxsur-catch h4 {\n    font-size: 1rem;\n    margin-bottom: 5px;\n  }\n\n  .maxsur-catch p {\n    margin: 0 0 14px;\n  }\n\n  .maxsur-catch a {\n    color: var(--mc-blue-dark);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n  }\n\n  .maxsur-catch img,\n  .maxsur-catch video {\n    display: block;\n    height: auto;\n    max-width: 100%;\n    width: 100%;\n  }\n\n  .maxsur-catch ul {\n    margin: 10px 0 0;\n    padding-left: 21px;\n  }\n\n  .maxsur-catch li {\n    margin-bottom: 7px;\n  }\n\n  .maxsur-catch .mc-eyebrow {\n    color: var(--mc-blue-dark);\n    font-size: .78rem;\n    font-weight: 750;\n    letter-spacing: .1em;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n  }\n\n  .maxsur-catch .mc-lede {\n    color: var(--mc-muted);\n    font-size: 1.08rem;\n    line-height: 1.58;\n  }\n\n  .maxsur-catch .mc-intro {\n    border-left: 4px solid var(--mc-green);\n    padding: 4px 0 3px 18px;\n  }\n\n  .maxsur-catch .mc-callout {\n    background: var(--mc-navy);\n    border: 1px solid var(--mc-navy);\n    border-radius: 2px;\n    color: var(--mc-white);\n    margin-top: 22px;\n    padding: 22px;\n  }\n\n  .maxsur-catch .mc-callout strong {\n    color: var(--mc-white);\n    display: block;\n    font-size: 1.08rem;\n    margin-bottom: 5px;\n  }\n\n  .maxsur-catch .mc-callout p {\n    margin: 0;\n  }\n\n  .maxsur-catch .mc-section-head {\n    margin-bottom: 20px;\n  }\n\n  .maxsur-catch .mc-section-head p {\n    color: var(--mc-muted);\n    margin-bottom: 0;\n  }\n\n  .maxsur-catch .mc-feature {\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    margin-bottom: 22px;\n    overflow: hidden;\n  }\n\n  .maxsur-catch .mc-feature img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n  }\n\n  .maxsur-catch .mc-feature-copy {\n    padding: 20px;\n  }\n\n  .maxsur-catch .mc-feature-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-catch .mc-number {\n    align-items: center;\n    background: var(--mc-blue-dark);\n    border-radius: 50%;\n    color: var(--mc-white);\n    display: inline-flex;\n    font-size: .78rem;\n    font-weight: 750;\n    height: 30px;\n    justify-content: center;\n    margin-bottom: 10px;\n    width: 30px;\n  }\n\n  .maxsur-catch .mc-workflow-step {\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    margin-bottom: 18px;\n    overflow: hidden;\n  }\n\n  .maxsur-catch .mc-workflow-step img,\n  .maxsur-catch .mc-workflow-step video {\n    aspect-ratio: 16 \/ 9;\n    background: #e8edf0;\n    object-fit: cover;\n  }\n\n  .maxsur-catch .mc-workflow-copy {\n    padding: 18px 20px 20px;\n  }\n\n  .maxsur-catch .mc-workflow-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-catch .mc-use {\n    background: var(--mc-soft);\n    border: 1px solid var(--mc-line);\n    border-left: 4px solid var(--mc-blue);\n    border-radius: 2px;\n    margin-bottom: 14px;\n    padding: 18px;\n  }\n\n  .maxsur-catch .mc-use p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-catch details {\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n\n  .maxsur-catch summary {\n    color: var(--mc-navy);\n    cursor: pointer;\n    font-weight: 750;\n    list-style-position: outside;\n    padding: 16px 40px 16px 18px;\n    position: relative;\n  }\n\n  .maxsur-catch summary::after {\n    content: \"+\";\n    font-size: 1.3rem;\n    font-weight: 400;\n    position: absolute;\n    right: 18px;\n    top: 11px;\n  }\n\n  .maxsur-catch details[open] summary::after {\n    content: \"–\";\n  }\n\n  .maxsur-catch .mc-detail-body {\n    border-top: 1px solid var(--mc-line);\n    padding: 2px 18px 16px;\n  }\n\n  .maxsur-catch .mc-plan {\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    margin-bottom: 14px;\n    padding: 20px;\n  }\n\n  .maxsur-catch .mc-plan.mc-plan-featured {\n    border-top: 4px solid var(--mc-green);\n  }\n\n  .maxsur-catch .mc-plan-label {\n    color: var(--mc-blue-dark);\n    font-size: .76rem;\n    font-weight: 750;\n    letter-spacing: .08em;\n    margin-bottom: 7px;\n    text-transform: uppercase;\n  }\n\n  .maxsur-catch .mc-plan p:last-child {\n    margin-bottom: 0;\n  }\n\n  .maxsur-catch .mc-plan-actions {\n    margin-top: 4px;\n  }\n\n  .maxsur-catch .mc-plan-actions .mc-button {\n    min-width: 150px;\n    text-align: center;\n  }\n\n  .maxsur-catch .mc-note {\n    background: #f6f8f9;\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    color: var(--mc-muted);\n    font-size: .9rem;\n    padding: 14px 16px;\n  }\n\n  .maxsur-catch .mc-video {\n    aspect-ratio: 16 \/ 9;\n    background: #071421;\n    border: 0;\n    display: block;\n    width: 100%;\n  }\n\n  .maxsur-catch .mc-related {\n    border: 1px solid var(--mc-line);\n    border-radius: 2px;\n    color: inherit;\n    display: block;\n    margin-bottom: 16px;\n    overflow: hidden;\n    text-decoration: none;\n  }\n\n  .maxsur-catch .mc-related img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n  }\n\n  .maxsur-catch .mc-related-logo-wrap {\n    align-items: center;\n    aspect-ratio: 16 \/ 9;\n    background: var(--mc-white);\n    display: flex;\n    justify-content: center;\n    overflow: hidden;\n    padding: clamp(24px, 8%, 48px);\n  }\n\n  .maxsur-catch .mc-related-logo-wrap img {\n    aspect-ratio: auto;\n    height: auto;\n    max-height: 100%;\n    max-width: 100%;\n    object-fit: contain;\n    width: auto;\n  }\n\n  .maxsur-catch .mc-related-copy {\n    padding: 18px;\n  }\n\n  .maxsur-catch .mc-related-copy p {\n    color: var(--mc-muted);\n    margin-bottom: 10px;\n  }\n\n  .maxsur-catch .mc-related-link {\n    color: var(--mc-blue-dark);\n    font-weight: 750;\n  }\n\n  .maxsur-catch .mc-cta {\n    background: var(--mc-navy);\n    border-radius: 2px;\n    color: var(--mc-white);\n    padding: 26px 22px;\n  }\n\n  .maxsur-catch .mc-cta h2,\n  .maxsur-catch .mc-cta h3 {\n    color: var(--mc-white);\n  }\n\n  .maxsur-catch .mc-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .maxsur-catch .mc-button {\n    background: var(--mc-green);\n    border: 1px solid var(--mc-green);\n    border-radius: 2px;\n    color: #0b1d2f;\n    display: inline-block;\n    font-weight: 800;\n    padding: 11px 16px;\n    text-decoration: none;\n  }\n\n  .maxsur-catch .mc-button.mc-button-secondary {\n    background: transparent;\n    border-color: #aebdcc;\n    color: var(--mc-white);\n  }\n\n  .maxsur-catch .mc-button:hover,\n  .maxsur-catch .mc-button:focus-visible,\n  .maxsur-catch .mc-related:hover,\n  .maxsur-catch .mc-related:focus-visible {\n    filter: brightness(.96);\n  }\n\n  @media (max-width: 749px) {\n    .maxsur-catch section {\n      margin-bottom: 34px;\n    }\n\n    .maxsur-catch .mc-feature-copy,\n    .maxsur-catch .mc-workflow-copy,\n    .maxsur-catch .mc-related-copy {\n      padding: 17px;\n    }\n\n    .maxsur-catch .mc-button-row {\n      display: grid;\n    }\n\n    .maxsur-catch .mc-button {\n      text-align: center;\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"maxsur-catch\"\u003e\n  \u003csection aria-labelledby=\"mc-catch-intro\"\u003e\n    \u003cdiv class=\"mc-intro\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eGround-Level and Indoor 3D Scene Capture\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-intro\"\u003eTurn a Compatible Mobile Device into a Powerful 3D Scene-Capture Tool\u003c\/h2\u003e\n      \u003cp class=\"mc-lede\"\u003ePIX4Dcatch brings professional photogrammetry to the places drones cannot easily reach. Walk around a vehicle, through a room, beneath a tree canopy, along a trench, or across a ground-level incident scene while the app automatically records overlapping imagery and guides capture coverage in real time.\u003c\/p\u003e\n      \u003cp\u003eFor law enforcement, public safety, emergency management, defense, and technical investigation teams, this creates a practical way to document evidence-rich environments from a human perspective. Process the data in PIX4Dcloud for a streamlined online workflow or export it to PIX4Dmatic for greater local control, advanced analysis, and integration with drone and LiDAR datasets.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mc-callout\"\u003e\n      \u003cstrong\u003eComplete the scene from every perspective.\u003c\/strong\u003e\n      \u003cp\u003eUse PIX4Dcatch to capture interiors, vertical surfaces, vehicle damage, confined areas, objects beneath obstructions, and other details that may be incomplete or invisible in an aerial-only model.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-best\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eWhy PIX4Dcatch\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-best\"\u003eWhat Makes PIX4Dcatch a Strong Public-Safety Solution?\u003c\/h2\u003e\n      \u003cp\u003eEasy field capture, visual quality guidance, flexible processing, and professional positioning tools help teams build a more complete and measurable record of the scene.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mc-feature\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Georeferenced-3D-Crime-and-Accident-Scene-Modeling.jpg?v=1785266752\" alt=\"PIX4Dcatch georeferenced 3D model of a ground-level forensic scene\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-feature-copy\"\u003e\n        \u003ch3\u003eGeoreferenced 3D Scanning\u003c\/h3\u003e\n        \u003cp\u003eCreate detailed ground-level datasets with a compatible smartphone or tablet using photogrammetry and, on supported devices, integrated LiDAR-assisted capture. Device position, orientation, imagery, and scene geometry are organized into a spatially aware project that can become a measurable 3D model after processing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-feature\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Versatile-Processing-Options-3D-Crime-and-Accident-Scene-Modeling.jpg?v=1785266752\" alt=\"PIX4Dcatch project being processed for detailed 3D scene analysis\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-feature-copy\"\u003e\n        \u003ch3\u003eVersatile Processing Options\u003c\/h3\u003e\n        \u003cp\u003eChoose the workflow that fits the mission and data policy. Upload to PIX4Dcloud for online processing, visualization, and controlled collaboration, or export a complete project for local processing in PIX4Dmatic. PIX4Dmatic can also help combine terrestrial PIX4Dcatch imagery with compatible drone data for a more complete reconstruction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-feature\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-with-Built-in-Augmented-Reality-for-Indoor-Crime-Scene-3D-Capture.jpg?v=1785266752\" alt=\"PIX4Dcatch augmented reality capture guidance inside a room\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-feature-copy\"\u003e\n        \u003ch3\u003eInnovative Augmented-Reality Features\u003c\/h3\u003e\n        \u003cp\u003eUse real-time visual feedback to understand where the scene has been captured and where additional coverage may be needed. Professional workflows can also display points or supported PIX4Dcloud project layers in augmented reality, helping teams relocate control points, revisit documented positions, or compare field conditions with mapped information.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-feature\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Compatibility-with-RTK-for-Centimeter-Grade-Accuracy-for-3D-Crime-Scene-Mapping.jpg?v=1785266752\" alt=\"PIX4Dcatch connected to an RTK receiver for high-accuracy scene capture\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-feature-copy\"\u003e\n        \u003ch3\u003eRTK Compatibility\u003c\/h3\u003e\n        \u003cp\u003eConnect PIX4Dcatch Pro to a supported RTK GNSS receiver to record high-accuracy image geotags and strengthen the model’s absolute position. This is especially useful when the ground-level capture must align with an agency coordinate system, drone map, survey control, GIS layer, or larger outdoor scene.\u003c\/p\u003e\n        \u003cp\u003e\u003csmall\u003eFinal accuracy depends on the mobile device, receiver, correction service, satellite conditions, capture technique, control, processing settings, and the environment.\u003c\/small\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-feature\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Ease-of-Use-for-Indoor-and-Ground-Crime-Scenes.jpg?v=1785266752\" alt=\"Investigator using PIX4Dcatch for easy indoor and ground-level scene capture\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-feature-copy\"\u003e\n        \u003ch3\u003eEase of Use in the Field\u003c\/h3\u003e\n        \u003cp\u003eStart a project, walk the scene at a controlled pace, and let the app capture overlapping imagery automatically. Live mesh and point-cloud feedback, image-overlap guidance, pause-and-resume controls, and a post-capture quality review help operators obtain usable coverage without managing a traditional camera station at every position.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-applications\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eApplications\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-applications\"\u003eBuilt for the Parts of the Scene a Drone Cannot See\u003c\/h2\u003e\n      \u003cp\u003ePIX4Dcatch complements aerial photogrammetry, terrestrial LiDAR, conventional photography, and evidence documentation. It does not replace agency evidence procedures or qualified forensic analysis.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mc-use\"\u003e\n      \u003ch3\u003eIndoor Crime and Incident Scenes\u003c\/h3\u003e\n      \u003cp\u003eCapture rooms, corridors, stairways, evidence relationships, wall and floor surfaces, and paths through a structure. A processed model gives investigators and reviewers a navigable spatial record after the physical scene has changed or been released.\u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-use\"\u003e\n      \u003ch3\u003eAccident and Vehicle Documentation\u003c\/h3\u003e\n      \u003cp\u003eWalk around damaged vehicles, roadway evidence, impact areas, and complex ground geometry. Terrestrial imagery can document side panels, undercuts, vertical deformation, and close-range detail that an overhead drone survey may not fully reconstruct.\u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-use\"\u003e\n      \u003ch3\u003eGround Search and Outdoor Evidence Scenes\u003c\/h3\u003e\n      \u003cp\u003eDocument evidence under tree canopies, beside structures, within alleys, around drainage features, or in other GPS- or flight-constrained locations. Use targets, measured control, or RTK where appropriate to connect the capture to the larger scene.\u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-use\"\u003e\n      \u003ch3\u003eTechnical Investigations and Site Intelligence\u003c\/h3\u003e\n      \u003cp\u003eCreate a measurable representation of access points, rooms, equipment areas, likely sensor positions, obstructions, and line-of-sight constraints. The resulting model can support lawful pre-operation familiarization, technical-surveillance planning, and multi-team briefings.\u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-use\"\u003e\n      \u003ch3\u003eEmergency and Damage Assessment\u003c\/h3\u003e\n      \u003cp\u003eCapture damaged interiors, confined infrastructure, debris, shelters, temporary facilities, and areas inaccessible to conventional aerial mapping. Detailed annotations can preserve observations and supporting photographs with the project.\u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-workflow\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eField Workflow\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-workflow\"\u003eFrom Scene Walkthrough to Measurable 3D Model\u003c\/h2\u003e\n      \u003cp\u003eA guided workflow helps the operator capture, check, pause, export, and process the scene without breaking concentration on the environment.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mc-workflow-step\"\u003e\n      \u003cvideo controls muted loop playsinline preload=\"metadata\" aria-label=\"PIX4Dcatch capturing ground-level scene data\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c5344493605348369b252ed34594b6d7.mp4\" type=\"video\/mp4\"\u003e\n        Your browser does not support embedded video.\n      \u003c\/source\u003e\u003c\/video\u003e\n      \u003cdiv class=\"mc-workflow-copy\"\u003e\n        \u003cspan class=\"mc-number\" aria-hidden=\"true\"\u003e1\u003c\/span\u003e\n        \u003ch3\u003eCapture Ground Data\u003c\/h3\u003e\n        \u003cp\u003eWalk along or around the area of interest. PIX4Dcatch automatically records overlapping frames with available position and orientation information while the operator concentrates on safe, methodical scene coverage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-workflow-step\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Workflow-Ensure-Completeness-On-Scene.jpg?v=1785267588\" alt=\"PIX4Dcatch live coverage display used to verify scene completeness\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-workflow-copy\"\u003e\n        \u003cspan class=\"mc-number\" aria-hidden=\"true\"\u003e2\u003c\/span\u003e\n        \u003ch3\u003eEnsure Completeness Before Leaving\u003c\/h3\u003e\n        \u003cp\u003eUse the live reconstruction, mesh, camera views, feature points, and image-overlap guidance to identify gaps while personnel still control the scene. A quality report at the end of capture helps the operator assess the dataset before demobilizing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-workflow-step\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Crime-Scene-Workflow-Pause-and-Reset-As-Needed.jpg?v=1785267588\" alt=\"PIX4Dcatch capture paused while preserving prior scene coverage\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-workflow-copy\"\u003e\n        \u003cspan class=\"mc-number\" aria-hidden=\"true\"\u003e3\u003c\/span\u003e\n        \u003ch3\u003ePause and Resume as the Scene Requires\u003c\/h3\u003e\n        \u003cp\u003ePause when personnel pass through, lighting changes, an area becomes temporarily restricted, or another evidentiary task takes priority. The live viewer preserves the captured coverage so the operator can continue the same project when ready.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-workflow-step\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-Workflow-Export-and-Process.gif?v=1785267491\" alt=\"PIX4Dcatch project exported for PIX4Dcloud or PIX4Dmatic processing\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-workflow-copy\"\u003e\n        \u003cspan class=\"mc-number\" aria-hidden=\"true\"\u003e4\u003c\/span\u003e\n        \u003ch3\u003eExport and Process\u003c\/h3\u003e\n        \u003cp\u003eSend the project to PIX4Dcloud for online processing and controlled sharing or export it in the recommended project format for PIX4Dmatic. Generate outputs such as point clouds, textured meshes, orthomosaics, DSMs, measurements, or photorealistic visualizations according to the selected processing product and license.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-capabilities\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eOperational Features\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-capabilities\"\u003eMore Control When the Scene Demands It\u003c\/h2\u003e\n      \u003cp\u003eThe available toolset extends from straightforward guided scanning to high-accuracy positioning and structured project management. Open each section for details.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eGuided Image and Scene Capture\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eAutomatic image capture with available geolocation and device pose\u003c\/li\u003e\n          \u003cli\u003ePause, resume, save, or abort controls\u003c\/li\u003e\n          \u003cli\u003eLive point-cloud and reconstruction-mesh preview\u003c\/li\u003e\n          \u003cli\u003eAdjustable image overlap and capture behavior\u003c\/li\u003e\n          \u003cli\u003eImage-quality filtering and autofocus controls\u003c\/li\u003e\n          \u003cli\u003eCamera views, feature points, and mesh-display options\u003c\/li\u003e\n          \u003cli\u003eEnd-of-capture quality report\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eTargets, GCPs, Tie Points, and Scene Control\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003ePIX4Dcatch can detect supported Pix4D Autotags during capture and optimize their detection afterward. Teams can import a point collection, use known points as GCPs, mark GCPs in images, convert selected control to checkpoints, and export marks and coordinates for processing.\u003c\/p\u003e\n        \u003cp\u003eThis can accelerate the connection of indoor, ground, drone, and other spatial datasets while providing a repeatable control workflow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eRTK and Coordinate-System Workflows\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eBluetooth connection to supported RTK receivers\u003c\/li\u003e\n          \u003cli\u003eNTRIP credentials, mountpoint selection, and reusable RTK profiles\u003c\/li\u003e\n          \u003cli\u003eCamera-offset configuration for supported mounts and cases\u003c\/li\u003e\n          \u003cli\u003eRTK accuracy indicators and per-image accuracy classifications\u003c\/li\u003e\n          \u003cli\u003eCoordinate reference system selection and export\u003c\/li\u003e\n          \u003cli\u003ePoint measurement using a compatible GNSS pole workflow\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAugmented Reality and Field Revisit Tools\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eDisplay imported points in augmented reality, show or hide connecting lines and labels, and add annotations during capture. With the appropriate PIX4Dcloud workflow, teams can display supported project layers and Autotags in AR, adjust their opacity, and revisit mapped information within the physical environment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eProject Review, Annotations, and Quality Control\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSearch, filter, organize, rename, and delete projects\u003c\/li\u003e\n          \u003cli\u003eReview imagery, cameras, point clouds, mesh, and available accuracy tags\u003c\/li\u003e\n          \u003cli\u003eInspect geolocation source, image CRS, storage, and average accuracy\u003c\/li\u003e\n          \u003cli\u003eAdd named scene annotations with descriptions and supporting images\u003c\/li\u003e\n          \u003cli\u003eUpload annotations with the captured dataset to PIX4Dcloud\u003c\/li\u003e\n          \u003cli\u003eCompute texture or a dense point cloud where supported\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eField Measurements and Volume Analysis\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eMeasure points and, where supported, define a base surface and compute cut-and-fill volumes directly within PIX4Dcatch. Results can include estimated values, geometry, accuracy information, naming, and a PDF export. This can provide rapid field insight while a more complete project is prepared for final analysis.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eExport and Processing Options\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eExport project imagery and associated data for PIX4Dmatic processing\u003c\/li\u003e\n          \u003cli\u003eExport captured point clouds, meshes, logs, GCP marks, and measured-point data\u003c\/li\u003e\n          \u003cli\u003eUpload one or multiple projects into an organization, site, or folder in PIX4Dcloud\u003c\/li\u003e\n          \u003cli\u003eSelect supported PIX4Dcloud processing outputs and coordinate systems\u003c\/li\u003e\n          \u003cli\u003eGenerate supported online outputs such as point clouds, orthophotos, DSMs, or Gaussian splats\u003c\/li\u003e\n          \u003cli\u003eContinue into CAD, GIS, mapping, measurement, and secure collaboration workflows through the broader PIX4D ecosystem\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-plans\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eChoose the Right Access Level\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-plans\"\u003ePIX4Dcatch License Levels\u003c\/h2\u003e\n      \u003cp\u003eThe correct access level depends on whether your team is exploring mobile scanning, exporting data into a professional processing workflow, or using RTK, automatic target detection, and augmented reality.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mc-plan\"\u003e\n      \u003cp class=\"mc-plan-label\"\u003eExplore\u003c\/p\u003e\n      \u003ch3\u003eDiscovery\u003c\/h3\u003e\n      \u003cp\u003eUse the free access level to learn the capture workflow and experiment with compatible-device 3D scanning, GPS georeferencing, point measurement, GCP creation, and marks. This is a useful evaluation path before designing a production workflow.\u003c\/p\u003e\n      \u003cdiv class=\"mc-plan-actions\"\u003e\n        \u003ca class=\"mc-button\" href=\"https:\/\/apps.apple.com\/us\/app\/pix4dcatch-3d-scanner\/id1511483044?ls=1\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Download PIX4Dcatch Discovery from the Apple App Store in a new tab\"\u003eDownload Now\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-plan\"\u003e\n      \u003cp class=\"mc-plan-label\"\u003eCapture and Export\u003c\/p\u003e\n      \u003ch3\u003eStandard\u003c\/h3\u003e\n      \u003cp\u003eAdd project data export and import to the Discovery feature set. Standard access is available to qualifying PIX4Dcloud, PIX4Dmatic, or PIX4Dmapper license holders and enables a practical path from mobile capture to professional processing.\u003c\/p\u003e\n      \u003cdiv class=\"mc-plan-actions\"\u003e\n        \u003ca class=\"mc-button\" href=\"https:\/\/apps.apple.com\/us\/app\/pix4dcatch-3d-scanner\/id1511483044?ls=1\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Download PIX4Dcatch Standard from the Apple App Store in a new tab\"\u003eDownload Now\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mc-plan mc-plan-featured\"\u003e\n      \u003cp class=\"mc-plan-label\"\u003eHigh-Accuracy Field Workflow\u003c\/p\u003e\n      \u003ch3\u003ePro\u003c\/h3\u003e\n      \u003cp\u003eAdd professional capabilities including supported RTK connections, automatic GCP and tie-point detection with Pix4D Autotags, AR points, and supported PIX4Dcloud project visualization in augmented reality.\u003c\/p\u003e\n      \u003cdiv class=\"mc-plan-actions\"\u003e\n        \u003ca class=\"mc-button\" href=\"#MainContent\" aria-label=\"Return to the PIX4Dcatch purchasing options at the top of the product page\"\u003eBuy Now\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003cp class=\"mc-note\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Feature availability can vary by operating system, mobile-device sensors, hardware compatibility, PIX4Dcatch release, and related PIX4D license. PIX4Dcloud processing requires the appropriate cloud subscription or credits. MAXSUR can help verify the current configuration before purchase or deployment.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-video\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eSee the Workflow\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-video\"\u003eMobile Mapping in a Ground-Level Environment\u003c\/h2\u003e\n      \u003cp\u003eThis outdoor trench example demonstrates how a user can capture detailed geometry while walking the site. The same guided-capture principles apply to many indoor, forensic, investigative, infrastructure, and emergency-response scenes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ciframe class=\"mc-video\" src=\"https:\/\/www.youtube.com\/embed\/2M8xs7tW6aI?si=atoDoSr1luUtbYro\" title=\"PIX4Dcatch mobile mapping of an outdoor trench\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-related\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eBuild the Complete Workflow\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-related\"\u003eRelated Mapping Technologies\u003c\/h2\u003e\n      \u003cp\u003eConnect mobile capture with spatial control, advanced desktop processing, secure online collaboration, drone data, and LiDAR.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca class=\"mc-related\" href=\"https:\/\/www.maxsur.com\/collections\/mapping-targets\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/LiDAR-targets-for-crime-scene-forensics.jpg?v=1783441142\" alt=\"Mapping targets for accurate forensic photogrammetry and LiDAR projects\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-related-copy\"\u003e\n        \u003ch3\u003eMapping Targets\u003c\/h3\u003e\n        \u003cp\u003eStrengthen spatial control, cover larger scenes, and connect multiple captures—such as indoor, outdoor, drone, and LiDAR models—more efficiently.\u003c\/p\u003e\n        \u003cspan class=\"mc-related-link\"\u003eExplore mapping targets →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n\n    \u003ca class=\"mc-related\" href=\"https:\/\/www.maxsur.com\/products\/pix4dcloud\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Secure-Sharing-of-Crime-and-Accident-Scenes-via-PIX4DCloud.jpg?v=1785206723\" alt=\"PIX4Dcloud used to process and securely share crime and accident scene data\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-related-copy\"\u003e\n        \u003ch3\u003eProcess and Securely Share with PIX4Dcloud\u003c\/h3\u003e\n        \u003cp\u003eUpload field captures for online processing, project organization, visualization, measurements, and controlled collaboration with authorized stakeholders.\u003c\/p\u003e\n        \u003cspan class=\"mc-related-link\"\u003eExplore PIX4Dcloud →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n\n    \u003ca class=\"mc-related\" href=\"https:\/\/www.maxsur.com\/products\/pix4dmatic\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-Crime-and-Accident-Scene-Feature-Extraction.jpg?v=1785206722\" alt=\"PIX4Dmatic used to process and extract features from a mapped incident scene\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003cdiv class=\"mc-related-copy\"\u003e\n        \u003ch3\u003eProcess and Combine Data in PIX4Dmatic\u003c\/h3\u003e\n        \u003cp\u003eUse a powerful desktop workflow to process PIX4Dcatch projects and, with the appropriate license, merge ground imagery with drone captures or integrate other spatial data for advanced analysis.\u003c\/p\u003e\n        \u003cspan class=\"mc-related-link\"\u003eExplore PIX4Dmatic →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n\n    \u003ca class=\"mc-related\" href=\"https:\/\/www.maxsur.com\/collections\/pix4d-photogrammetry-mapping-software\"\u003e\n      \u003cdiv class=\"mc-related-logo-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Logo.jpg?v=1785270672\" alt=\"PIX4D photogrammetry and mapping software available from MAXSUR\" loading=\"lazy\" width=\"1200\" height=\"675\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mc-related-copy\"\u003e\n        \u003ch3\u003eSee All PIX4D Products\u003c\/h3\u003e\n        \u003cp\u003eBuild an end-to-end mapping capability with capture, local processing, cloud collaboration, rapid response, training, targets, drones, and LiDAR.\u003c\/p\u003e\n        \u003cspan class=\"mc-related-link\"\u003eView the PIX4D collection →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003csection aria-labelledby=\"mc-catch-faq\"\u003e\n    \u003cdiv class=\"mc-section-head\"\u003e\n      \u003cp class=\"mc-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003ch2 id=\"mc-catch-faq\"\u003ePIX4Dcatch Questions\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan PIX4Dcatch capture indoor crime scenes?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eYes. PIX4Dcatch is especially useful for rooms, hallways, stairways, vehicles, and other ground-level environments where aerial capture is impossible or incomplete. Successful reconstruction still requires adequate lighting, sufficient visual texture, controlled movement, good overlap, and a deliberate capture path.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes PIX4Dcatch work without LiDAR?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eYes. PIX4Dcatch uses overlapping imagery and photogrammetry to capture scene data. Supported mobile LiDAR can improve real-time guidance and acquisition in compatible workflows, but the final deliverable and performance depend on the device, scene, processing method, and selected outputs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan PIX4Dcatch produce centimeter-accurate models?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003ePIX4D states that absolute centimeter-level accuracy is achievable with PIX4Dcatch and a supported RTK workflow. It should not be assumed for every capture. Accuracy must be evaluated against the mission requirement and depends on the receiver, correction source, satellite geometry, camera offset, environment, control, capture quality, and processing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we combine an indoor model with a drone model?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eYes, with compatible datasets, sufficient overlap or common control, and the appropriate PIX4Dmatic workflow. Mapping targets, GCPs, Autotags, and accurately measured common points can make alignment more efficient and defensible.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we keep processing local instead of uploading a sensitive scene?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003ePIX4Dcatch data can be exported and processed locally in PIX4Dmatic with the appropriate licenses. This provides an alternative to cloud processing for agencies whose policy, case sensitivity, bandwidth, or workflow calls for local control. The agency remains responsible for device security, file handling, access control, evidence policy, and chain-of-custody procedures.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs PIX4Dcatch difficult to learn?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eThe basic capture workflow is approachable: start the project, walk the scene, monitor coverage, and review quality. Professional forensic mapping requires more than operating the app, however. Teams should understand photogrammetry, scene control, accuracy validation, capture planning, data management, and the requirements of their investigative or evidentiary workflow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes MAXSUR offer PIX4Dcatch training and workflow development?\u003c\/summary\u003e\n      \u003cdiv class=\"mc-detail-body\"\u003e\n        \u003cp\u003eYes. MAXSUR can support online learning, in-person training, field workflow development, device and RTK selection, target strategy, drone and LiDAR integration, processing configuration, and train-the-trainer programs. For a new mapping team, onsite instruction can help establish a repeatable operational and quality-control process from the beginning.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mc-cta\" aria-labelledby=\"mc-catch-cta\"\u003e\n    \u003cp class=\"mc-eyebrow\"\u003eMAXSUR Mapping Support\u003c\/p\u003e\n    \u003ch2 id=\"mc-catch-cta\"\u003eBuild a Complete Ground, Indoor, Drone, and LiDAR Workflow\u003c\/h2\u003e\n    \u003cp\u003eMAXSUR can help your team select the right PIX4Dcatch access level, compatible mobile and RTK hardware, processing software, mapping targets, training, and data workflow for your operational and accuracy requirements.\u003c\/p\u003e\n    \u003cdiv class=\"mc-button-row\"\u003e\n      \u003ca class=\"mc-button\" href=\"\/pages\/contact-us\"\u003eRequest a PIX4D Consultation\u003c\/a\u003e\n      \u003ca class=\"mc-button mc-button-secondary\" href=\"tel:+13142702150\"\u003eCall 314-270-2150\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"MAXSUR","offers":[{"title":"Monthly","offer_id":46121768452130,"sku":"CATCH-PRO-MONTH","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Annual","offer_id":46121768484898,"sku":"CATCH-PRO-YEAR","price":1590.0,"currency_code":"USD","in_stock":true},{"title":"3-Year","offer_id":46121768517666,"sku":"CATCH-PRO-3YEAR","price":3990.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCatch-In-Use-at-Ground-Level-with-Smartphone-and-RTK.jpg?v=1785271208"},{"product_id":"pix4dcloud","title":"PIX4Dcloud: Secure 3D Evidence Sharing \u0026 Agency Collaboration","description":"\u003cstyle\u003e\n  .mx-p4dc {\n    --mx-ink: #17212b;\n    --mx-muted: #5c6874;\n    --mx-line: #d9e0e6;\n    --mx-soft: #f4f7f8;\n    --mx-blue: #176b8c;\n    --mx-blue-dark: #0f506b;\n    --mx-accent: #8bc53f;\n    color: var(--mx-ink);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n  .mx-p4dc * { box-sizing: border-box; }\n  .mx-p4dc img,\n  .mx-p4dc video,\n  .mx-p4dc iframe { display: block; max-width: 100%; }\n  .mx-p4dc img { height: auto; }\n  .mx-p4dc a { color: var(--mx-blue-dark); }\n  .mx-p4dc h2,\n  .mx-p4dc h3,\n  .mx-p4dc h4 {\n    color: var(--mx-ink);\n    line-height: 1.22;\n    margin-top: 0;\n  }\n  .mx-p4dc h2 { font-size: clamp(1.55rem, 4vw, 2.15rem); margin-bottom: 0.7rem; }\n  .mx-p4dc h3 { font-size: 1.2rem; margin-bottom: 0.45rem; }\n  .mx-p4dc h4 { font-size: 1rem; margin-bottom: 0.3rem; }\n  .mx-p4dc p { margin: 0 0 1rem; }\n  .mx-p4dc ul { margin: 0.6rem 0 1rem; padding-left: 1.25rem; }\n  .mx-p4dc li + li { margin-top: 0.35rem; }\n  .mx-p4dc-section { padding: 2.8rem 0; border-top: 1px solid var(--mx-line); }\n  .mx-p4dc-section:first-child { border-top: 0; padding-top: 0; }\n  .mx-p4dc-kicker {\n    color: var(--mx-blue-dark);\n    font-size: 0.78rem;\n    font-weight: 750;\n    letter-spacing: 0.09em;\n    margin: 0 0 0.5rem;\n    text-transform: uppercase;\n  }\n  .mx-p4dc-lead { color: var(--mx-muted); font-size: 1.06rem; }\n  .mx-p4dc-note {\n    background: var(--mx-soft);\n    border-left: 4px solid var(--mx-accent);\n    margin-top: 1.25rem;\n    padding: 1rem 1.1rem;\n  }\n  .mx-p4dc-note p:last-child { margin-bottom: 0; }\n  .mx-p4dc-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n  .mx-p4dc-card {\n    background: #fff;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow: hidden;\n  }\n  .mx-p4dc-card-body { padding: 1rem; }\n  .mx-p4dc-card-body p:last-child { margin-bottom: 0; }\n  .mx-p4dc-media {\n    aspect-ratio: 16 \/ 9;\n    background: var(--mx-soft);\n    overflow: hidden;\n  }\n  .mx-p4dc-media img,\n  .mx-p4dc-media video {\n    height: 100%;\n    object-fit: cover;\n    width: 100%;\n  }\n  .mx-p4dc-icon-card { padding: 1.1rem; }\n  .mx-p4dc-icon-card img {\n    height: 54px;\n    margin-bottom: 0.8rem;\n    object-fit: contain;\n    object-position: left center;\n    width: 54px;\n  }\n  .mx-p4dc-workflow {\n    counter-reset: mx-cloud-step;\n    display: grid;\n    gap: 1rem;\n  }\n  .mx-p4dc-step {\n    align-items: center;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: 72px 1fr;\n    padding: 1rem;\n  }\n  .mx-p4dc-step img {\n    height: 62px;\n    object-fit: contain;\n    width: 62px;\n  }\n  .mx-p4dc-step h3::before {\n    color: var(--mx-blue);\n    content: counter(mx-cloud-step) \". \";\n    counter-increment: mx-cloud-step;\n  }\n  .mx-p4dc-step p:last-child { margin-bottom: 0; }\n  .mx-p4dc-feature {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    margin-top: 1rem;\n    overflow: hidden;\n  }\n  .mx-p4dc-feature .mx-p4dc-media { aspect-ratio: 16 \/ 9; }\n  .mx-p4dc-feature-copy { padding: 1.15rem; }\n  .mx-p4dc-feature-copy p:last-child { margin-bottom: 0; }\n  .mx-p4dc-comparison-feature {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    margin-top: 1rem;\n    overflow: hidden;\n  }\n  .mx-p4dc-comparison-image {\n    background: var(--mx-soft);\n    border-bottom: 1px solid var(--mx-line);\n  }\n  .mx-p4dc-comparison-image img {\n    display: block;\n    height: auto;\n    width: 100%;\n  }\n  .mx-p4dc-comparison-copy { padding: 1.15rem; }\n  .mx-p4dc-comparison-copy p:last-child { margin-bottom: 0; }\n  .mx-p4dc-video {\n    aspect-ratio: 16 \/ 9;\n    background: #101820;\n    border-radius: 2px;\n    overflow: hidden;\n  }\n  .mx-p4dc-video video { height: 100%; object-fit: cover; width: 100%; }\n  .mx-p4dc-compare {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow-x: auto;\n  }\n  .mx-p4dc-compare table {\n    border-collapse: collapse;\n    font-size: 0.9rem;\n    min-width: 640px;\n    width: 100%;\n  }\n  .mx-p4dc-compare th,\n  .mx-p4dc-compare td {\n    border-bottom: 1px solid var(--mx-line);\n    padding: 0.72rem 0.65rem;\n    text-align: center;\n    vertical-align: middle;\n  }\n  .mx-p4dc-compare th:first-child,\n  .mx-p4dc-compare td:first-child { text-align: left; width: 42%; }\n  .mx-p4dc-compare thead th {\n    background: var(--mx-ink);\n    color: #fff;\n    font-weight: 700;\n  }\n  .mx-p4dc-compare tbody tr:last-child td { border-bottom: 0; }\n  .mx-p4dc-yes { color: #23733b; font-weight: 800; }\n  .mx-p4dc-no { color: #87919a; }\n  .mx-p4dc-plan {\n    border-top: 4px solid var(--mx-blue);\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: 1.1rem;\n  }\n  .mx-p4dc-plan-grid { grid-template-columns: 1fr; }\n  .mx-p4dc-plan.mx-p4dc-plan-featured { border-top-color: var(--mx-accent); }\n  .mx-p4dc-plan ul { flex: 1; }\n  .mx-p4dc-button {\n    background: var(--mx-blue-dark);\n    border: 1px solid var(--mx-blue-dark);\n    border-radius: 2px;\n    color: #fff !important;\n    display: inline-block;\n    font-weight: 700;\n    padding: 0.75rem 1rem;\n    text-align: center;\n    text-decoration: none;\n  }\n  .mx-p4dc-button:hover { background: var(--mx-ink); border-color: var(--mx-ink); }\n  .mx-p4dc-button-secondary {\n    background: #fff;\n    color: var(--mx-blue-dark) !important;\n  }\n  .mx-p4dc-banner {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow: hidden;\n  }\n  .mx-p4dc-banner img { width: 100%; }\n  .mx-p4dc-details {\n    border-bottom: 1px solid var(--mx-line);\n    padding: 0.2rem 0;\n  }\n  .mx-p4dc-details summary {\n    cursor: pointer;\n    font-weight: 700;\n    list-style-position: outside;\n    padding: 0.9rem 0;\n  }\n  .mx-p4dc-details div { padding: 0 0 0.9rem; }\n  .mx-p4dc-related {\n    color: inherit !important;\n    display: block;\n    height: 100%;\n    text-decoration: none;\n  }\n  .mx-p4dc-related:hover h3 { color: var(--mx-blue-dark); }\n  .mx-p4dc-cta {\n    background: var(--mx-ink);\n    border-radius: 2px;\n    color: #fff;\n    padding: 1.5rem;\n  }\n  .mx-p4dc-cta h2,\n  .mx-p4dc-cta p { color: #fff; }\n  .mx-p4dc-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }\n  .mx-p4dc-cta .mx-p4dc-button-secondary {\n    border-color: #fff;\n    color: var(--mx-ink) !important;\n  }\n  .mx-p4dc-small { color: var(--mx-muted); font-size: 0.84rem; }\n  @media (max-width: 640px) {\n    .mx-p4dc-grid { grid-template-columns: 1fr; }\n    .mx-p4dc-section { padding: 2.2rem 0; }\n    .mx-p4dc-step { grid-template-columns: 58px 1fr; }\n    .mx-p4dc-step img { height: 48px; width: 48px; }\n    .mx-p4dc-actions { display: grid; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mx-p4dc\"\u003e\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-overview\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eCloud-based photogrammetry for public safety\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-overview\"\u003eTurn captured imagery into shared, measurable operational intelligence\u003c\/h2\u003e\n    \u003cp class=\"mx-p4dc-lead\"\u003ePIX4Dcloud brings drone imagery, ground-level PIX4Dcatch data, plans, GIS information and 3D deliverables into one accessible online environment. Public-safety teams can process, measure, annotate, compare and securely share a scene from nearly any connected device - without requiring every stakeholder to become a photogrammetry specialist.\u003c\/p\u003e\n    \u003cp\u003eUse PIX4Dcloud to preserve a detailed digital record of a crime or accident scene, coordinate emergency operations, review a vulnerable facility, brief command staff, plan the placement of personnel or technology, and collaborate with authorized partners after the physical scene has changed or been released.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dc-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eBuilt for the full team:\u003c\/strong\u003e Bring command staff, investigators, forensic technicians, intelligence analysts, emergency managers, GIS personnel and field teams into a shared project without purchasing a separate seat for every collaborator.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-workflow\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eOne connected workflow\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-workflow\"\u003eFrom scene capture to an informed decision\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dc-workflow\"\u003e\n      \u003carticle class=\"mx-p4dc-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Workflow-Data-Capture.png?v=1785274655\" alt=\"PIX4Dcloud capture workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eCapture\u003c\/h3\u003e\n          \u003cp\u003eCollect aerial imagery with a drone or capture indoor and ground-level details with PIX4Dcatch. Add compatible RTK positioning, mapping targets or control points when the mission requires stronger absolute accuracy and repeatable alignment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Workflow-Process-Data.png?v=1785274655\" alt=\"PIX4Dcloud processing workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eProcess\u003c\/h3\u003e\n          \u003cp\u003eUpload compatible imagery for automated cloud photogrammetry processing. Transform the source data into georeferenced orthomosaics, point clouds, 3D meshes, elevation products and other measurable deliverables.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Workflow-Analyze-Data.png?v=1785274655\" alt=\"PIX4Dcloud analysis workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAnalyze\u003c\/h3\u003e\n          \u003cp\u003eInspect the scene in 2D or 3D, measure distances, areas and volumes, add annotations, review change over time and document findings through a browser-based interface available wherever authorized personnel have access.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Workflow-Share-Data.png?v=1785274655\" alt=\"PIX4Dcloud sharing workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eShare\u003c\/h3\u003e\n          \u003cp\u003eCreate a controlled project link for investigators, prosecutors, engineers, command personnel or mutual-aid partners. Give stakeholders a common visual reference instead of moving large model files between disconnected systems.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Workflow-Integrate.png?v=1785274655\" alt=\"PIX4Dcloud integration workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eIntegrate\u003c\/h3\u003e\n          \u003cp\u003eDownload outputs for downstream forensic, CAD and GIS workflows. Supported plans can also connect project information with platforms such as Trimble Connect and Esri ArcGIS Online, helping agencies move the data into established technical environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-benefits\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eOperational benefits\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-benefits\"\u003eCollaboration without making the workflow complicated\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dc-banner\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Unlimited-Users-for-Forensic-Tech-Investigators-Command-Staff.jpg?v=1785292633\" alt=\"Public safety teams collaborating with unlimited PIX4Dcloud project users\" width=\"1600\" height=\"533\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mx-p4dc-grid\" style=\"margin-top: 1rem;\"\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Key-Benefit-Ease-of-Use.png?v=1785274655\" alt=\"\" width=\"54\" height=\"54\" loading=\"lazy\"\u003e\n        \u003ch3\u003eEasy to use\u003c\/h3\u003e\n        \u003cp\u003eCreate and open projects through an intuitive browser interface. Operators can concentrate on the scene and its measurements while non-technical stakeholders can explore the results without installing specialist desktop software.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Key-Benefit-Share-with-Others-in-Secure-SOC2-Fashion.png?v=1785274655\" alt=\"\" width=\"54\" height=\"54\" loading=\"lazy\"\u003e\n        \u003ch3\u003eControlled communication\u003c\/h3\u003e\n        \u003cp\u003eShare project status and scene context from one authoritative workspace. Plan-dependent access controls help larger organizations govern who can see, manage and distribute project information.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Key-Benefits-Keep-a-Permanent-Record-and-Keep-Other-Up-to-Date.png?v=1785274655\" alt=\"\" width=\"54\" height=\"54\" loading=\"lazy\"\u003e\n        \u003ch3\u003eCurrent documentation\u003c\/h3\u003e\n        \u003cp\u003eKeep imagery, deliverables, annotations and progress views together. Maintain a durable digital reference for later review, coordination, reporting and dispute resolution, subject to the agency's retention and evidence-handling policies.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n    \u003carticle class=\"mx-p4dc-comparison-feature\"\u003e\n      \u003cdiv class=\"mx-p4dc-comparison-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Gaussian-Splatting-Compared-to-Mesh.jpg?v=1785274655\" alt=\"Full-size comparison showing a traditional 3D mesh on the left and Gaussian splatting on the right\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dc-comparison-copy\"\u003e\n        \u003ch3\u003eSee the scene more clearly with Gaussian splatting\u003c\/h3\u003e\n        \u003cp\u003eThe comparison above shows a traditional 3D mesh on the left and Gaussian splatting on the right. Gaussian splatting creates a more photorealistic way to experience complex environments and can improve the visual completeness of reconstructed scenes for investigators, planners and command personnel. Availability depends on the selected PIX4Dcloud plan.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-tools\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eMap, measure and document\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-tools\"\u003eBring a dynamic scene back to the entire team\u003c\/h2\u003e\n\n    \u003carticle class=\"mx-p4dc-feature\"\u003e\n      \u003cdiv class=\"mx-p4dc-video\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dcloud timeline and change analysis demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bc0bf05e9a724ca5b297074ba82c4e6e.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dc-feature-copy\"\u003e\n        \u003ch3\u003eTimeline analysis and scene comparison\u003c\/h3\u003e\n        \u003cp\u003eOrganize repeated captures of the same location into a visual timeline. Compare a major-event venue during successive planning stages, monitor disaster recovery, document excavation or debris removal, or preserve how an investigative scene changed across multiple visits.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dc-feature\"\u003e\n      \u003cdiv class=\"mx-p4dc-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Measure-Any-Angle-and-Measure-Volume.jpg?v=1785274655\" alt=\"Measuring geometry and volume in a PIX4Dcloud 3D project\" width=\"1400\" height=\"788\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dc-feature-copy\"\u003e\n        \u003ch3\u003eCalculate and compare volumes\u003c\/h3\u003e\n        \u003cp\u003eMeasure debris piles, displaced earth, berms, material staging and other three-dimensional features. Volume comparison can help emergency managers quantify cleanup, investigators document excavation, and planners understand how materials or terrain have changed between captures.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dc-feature\"\u003e\n      \u003cdiv class=\"mx-p4dc-video\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"IFC model visualization in PIX4Dcloud\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a5dc430c9806424b9a46e85e0c551466.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dc-feature-copy\"\u003e\n        \u003ch3\u003eVisualize IFC files for tactical and facility planning\u003c\/h3\u003e\n        \u003cp\u003eBring compatible building information models into the project to compare planned geometry with captured conditions. For large facilities and vulnerable soft targets, this can help technical teams study access, staging, technology placement and building context before personnel deploy.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dc-feature\"\u003e\n      \u003cdiv class=\"mx-p4dc-video\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"Plans and GIS elements overlaid on a PIX4Dcloud scene\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ce29b7f6bc8a49acbfd288a8b86e6b45.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dc-feature-copy\"\u003e\n        \u003ch3\u003eOverlay plans, maps and GIS context\u003c\/h3\u003e\n        \u003cp\u003ePlace compatible 2D and 3D design files over captured reality. Add operational boundaries, proposed equipment locations, facility plans or GIS layers so decision-makers can review field conditions and planning information in the same spatial context.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003cdiv class=\"mx-p4dc-grid\" style=\"margin-top: 1rem;\"\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003cdiv class=\"mx-p4dc-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Features-Perform-Virtual-Inspections.jpg?v=1785274655\" alt=\"Virtual inspection inside a PIX4Dcloud project\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n          \u003ch3\u003eVirtual inspections\u003c\/h3\u003e\n          \u003cp\u003eReturn to source imagery from within the model to examine details from multiple perspectives. Reduce unnecessary scene revisits and give authorized specialists a closer look after field access is no longer practical.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003cdiv class=\"mx-p4dc-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DCloud-Features-Annotate-Aspects-of-the-model.jpg?v=1785293290\" alt=\"Annotations and measurements added to a PIX4Dcloud model\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n          \u003ch3\u003eMeasure, annotate and share\u003c\/h3\u003e\n          \u003cp\u003eMark relevant objects, attach context and communicate findings directly within the scene. Export supported annotations for CAD or GIS use and create reports where available under the selected plan.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-plans\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eChoose the right level\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-plans\"\u003ePIX4Dcloud plans for teams of different sizes\u003c\/h2\u003e\n    \u003cp class=\"mx-p4dc-lead\"\u003eAll three plans support online 2D\/3D project viewing and unlimited project collaboration. The right choice depends on whether your team needs straightforward processing and sharing, advanced site and comparison tools, or enterprise administration and integration.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dc-grid mx-p4dc-plan-grid\"\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-plan\"\u003e\n        \u003ch3\u003eStarter\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eFor individual operators and smaller programs.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eCloud image processing and storage\u003c\/li\u003e\n          \u003cli\u003e2D and 3D outputs\u003c\/li\u003e\n          \u003cli\u003eDistances, areas and volumes\u003c\/li\u003e\n          \u003cli\u003eAnnotations and project sharing\u003c\/li\u003e\n          \u003cli\u003eVirtual inspection and quality reporting\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-plan mx-p4dc-plan-featured\"\u003e\n        \u003ch3\u003ePro\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eFor active forensic, GIS and incident-planning teams.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eEverything needed for core collaboration\u003c\/li\u003e\n          \u003cli\u003eProject sites and timeline analysis\u003c\/li\u003e\n          \u003cli\u003e2D\/3D comparisons over time\u003c\/li\u003e\n          \u003cli\u003eDXF and IFC design overlays\u003c\/li\u003e\n          \u003cli\u003eGaussian splatting and advanced processing options\u003c\/li\u003e\n          \u003cli\u003eSupported third-party integrations\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-plan\"\u003e\n        \u003ch3\u003eEnterprise\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eFor agencies, regional teams and larger organizations.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eAdvanced team access control\u003c\/li\u003e\n          \u003cli\u003eEnterprise administration options\u003c\/li\u003e\n          \u003cli\u003eAPI and custom integration pathways\u003c\/li\u003e\n          \u003cli\u003eCustom storage and scalable deployment\u003c\/li\u003e\n          \u003cli\u003eDrone-dock platform compatibility options\u003c\/li\u003e\n          \u003cli\u003eDedicated onboarding and success support options\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca class=\"mx-p4dc-button mx-p4dc-button-secondary\" href=\"\/pages\/contact-us\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eRequest an enterprise quote\u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mx-p4dc-compare\" style=\"margin-top: 1.25rem;\" role=\"region\" aria-label=\"Scrollable PIX4Dcloud plan comparison\" tabindex=\"0\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eCapability\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eStarter\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003ePro\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEnterprise\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUnlimited project collaboration\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e2D\/3D outputs and share links\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMeasurements and annotations\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eVirtual inspection\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eGaussian splatting\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSites and timeline tools\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDesign overlays and time comparison\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eTrimble and Esri integrations\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eSupported\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eSupported\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAdvanced team access control\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAPI, custom storage and integration\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-no\"\u003e-\u003c\/td\u003e\n\u003ctd class=\"mx-p4dc-yes\"\u003eAvailable\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"mx-p4dc-small\" style=\"margin-top: 0.75rem;\"\u003ePlan features, processing credits, storage, integration availability and purchasing terms can change. MAXSUR will confirm the current entitlement and quote the appropriate plan for your workflow.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-why\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eWhy the PIX4D approach\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-why\"\u003eA complete mapping ecosystem - not a closed cloud workflow\u003c\/h2\u003e\n    \u003cp\u003ePublic-safety programs often need more than aerial capture and a browser viewer. PIX4D combines cloud collaboration with professional desktop processing and dedicated terrestrial capture, allowing an agency to select the right workflow for the sensitivity, scale and complexity of each project.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dc-grid\"\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-card-body\"\u003e\n        \u003ch3\u003eCloud or desktop processing\u003c\/h3\u003e\n        \u003cp\u003eUse automated cloud processing for speed and accessibility, or process compatible projects locally in PIX4Dmatic when workflow control or sensitive-scene handling calls for a desktop path.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-card-body\"\u003e\n        \u003ch3\u003eAerial and terrestrial capture\u003c\/h3\u003e\n        \u003cp\u003eCombine broad drone coverage with detailed PIX4Dcatch capture of interiors, sheltered areas, facades and evidence-level features that are difficult to document from the air.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-card-body\"\u003e\n        \u003ch3\u003eProfessional deliverables\u003c\/h3\u003e\n        \u003cp\u003eMeasure within the cloud while retaining access to downloadable outputs for downstream photogrammetry, CAD, GIS, engineering, forensic and reporting workflows.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card mx-p4dc-card-body\"\u003e\n        \u003ch3\u003eUnlimited collaborators\u003c\/h3\u003e\n        \u003cp\u003eExpand participation beyond the mapping technician. Give authorized decision-makers access to the project without building a purchasing model around one paid seat for every viewer.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-related\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eComplete the workflow\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-related\"\u003eRelated MAXSUR mapping technologies\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dc-grid\"\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003ca class=\"mx-p4dc-related\" href=\"\/products\/pix4dcatch\"\u003e\n          \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n            \u003ch3\u003ePIX4Dcatch\u003c\/h3\u003e\n            \u003cp\u003eCapture interiors, ground-level scenes and hard-to-see details with a compatible mobile device, optional LiDAR and RTK workflows.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003ca class=\"mx-p4dc-related\" href=\"\/products\/pix4dmatic\"\u003e\n          \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n            \u003ch3\u003ePIX4Dmatic\u003c\/h3\u003e\n            \u003cp\u003eProcess large image datasets, integrate compatible LiDAR point clouds and create advanced terrain, vector and CAD\/GIS deliverables.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003ca class=\"mx-p4dc-related\" href=\"\/collections\/mapping-targets\"\u003e\n          \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n            \u003ch3\u003eMapping targets\u003c\/h3\u003e\n            \u003cp\u003eStrengthen accuracy, connect indoor and outdoor captures, and maintain common spatial control across complex projects.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dc-card\"\u003e\n        \u003ca class=\"mx-p4dc-related\" href=\"\/collections\/pix4d-photogrammetry-mapping-software\"\u003e\n          \u003cdiv class=\"mx-p4dc-card-body\"\u003e\n            \u003ch3\u003eAll PIX4D solutions\u003c\/h3\u003e\n            \u003cp\u003eExplore MAXSUR's PIX4D software, capture technologies, cloud collaboration, training and complete public-safety mapping workflows.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\" aria-labelledby=\"mx-cloud-faq\"\u003e\n    \u003cp class=\"mx-p4dc-kicker\"\u003eFrequently asked questions\u003c\/p\u003e\n    \u003ch2 id=\"mx-cloud-faq\"\u003ePIX4Dcloud for public-safety teams\u003c\/h2\u003e\n\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eDoes every collaborator need a paid license?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003ePIX4Dcloud plans are designed for unlimited project collaboration. The subscription owner and administrators control projects and access, while authorized stakeholders can be brought into the workflow without purchasing a conventional paid seat for every viewer. The exact roles and administrative controls vary by plan.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eCan PIX4Dcloud combine drone and ground-level scene data?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003eYes. Compatible aerial imagery and terrestrial PIX4Dcatch imagery can support a more complete reconstruction. For advanced project fusion, preprocessing or local control, PIX4Dmatic may also be part of the workflow. MAXSUR can help define the most efficient capture and processing path.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eIs PIX4Dcloud appropriate for evidence?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003ePIX4Dcloud can preserve imagery, measurements, annotations and a detailed visual record that supports investigation and review. The agency remains responsible for its evidence policy, chain-of-custody process, retention schedule, validation and disclosure requirements. MAXSUR can help document a repeatable operating procedure around the technology.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eWhat determines measurement accuracy?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003eAccuracy depends on the camera and sensor, capture geometry, image quality, positioning source, scene conditions, processing choices and the use of control or checkpoints. RTK, well-distributed mapping targets and a validated capture procedure can improve absolute accuracy, but centimeter-level performance should be verified against the requirements of the specific mission.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eCan we process sensitive projects without uploading the source imagery?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003ePIX4Dmatic provides a compatible desktop-processing path for agencies that need local control of selected projects. PIX4Dcloud is the online processing and collaboration environment. MAXSUR can help your organization decide which projects belong in each workflow and identify the applicable data-governance requirements.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eWhich plan should our agency choose?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003eStarter fits straightforward processing, measurement and sharing. Pro is generally the stronger choice for an active public-safety mapping program that needs timelines, design overlays, scene comparison, Gaussian splatting or supported third-party integrations. Enterprise is intended for broader deployment requiring team governance, scalable storage, APIs or custom integration.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dc-details\"\u003e\n      \u003csummary\u003eDoes MAXSUR provide training and workflow support?\u003c\/summary\u003e\n      \u003cdiv\u003e\u003cp\u003eYes. MAXSUR can support software selection, capture hardware, drones, mapping targets, RTK, field procedures, processing, data sharing and team training. For agencies starting a new program, we can help establish an end-to-end workflow instead of leaving the team to assemble disconnected components.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dc-section\"\u003e\n    \u003cdiv class=\"mx-p4dc-cta\"\u003e\n      \u003cp class=\"mx-p4dc-kicker\" style=\"color: #b8dc8b;\"\u003eBuild the right mapping workflow\u003c\/p\u003e\n      \u003ch2\u003eTalk with MAXSUR about PIX4Dcloud\u003c\/h2\u003e\n      \u003cp\u003eTell us how your team captures scenes, who needs access, what accuracy you require and where the data must go next. We will help match the plan, processing path, capture tools and training to the mission.\u003c\/p\u003e\n      \u003cdiv class=\"mx-p4dc-actions\"\u003e\n        \u003ca class=\"mx-p4dc-button\" href=\"#MainContent\"\u003eChoose a license\u003c\/a\u003e\n        \u003ca class=\"mx-p4dc-button mx-p4dc-button-secondary\" href=\"\/pages\/contact-us\"\u003eRequest a consultation\u003c\/a\u003e\n        \u003ca class=\"mx-p4dc-button mx-p4dc-button-secondary\" href=\"tel:+13142702150\"\u003eCall 314-270-2150\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"MAXSUR","offers":[{"title":"Starter \/ Monthly","offer_id":46123050336290,"sku":"CLOUD-STARTER-MONTH","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Starter \/ Annually","offer_id":46123050369058,"sku":"CLOUD-STARTER-YEAR","price":1290.0,"currency_code":"USD","in_stock":true},{"title":"Starter \/ 3-Year","offer_id":46123050401826,"sku":"CLOUD-STARTER-3YEAR","price":2590.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ Monthly","offer_id":46123050434594,"sku":"CLOUD-PRO-MONTH","price":449.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ Annually","offer_id":46123050467362,"sku":"CLOUD-PRO-YEAR","price":4490.0,"currency_code":"USD","in_stock":true},{"title":"Pro \/ 3-Year","offer_id":46123050500130,"sku":"CLOUD-PRO-3YEAR","price":8990.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/3D-Model-of-Crash-Scene-in-Pix4D-ClouD_2d06b6ce-0f2b-4a06-99b3-6d2cfe72bfb7.jpg?v=1785294184"},{"product_id":"pix4dreact","title":"PIX4Dreact: Rapid 2D Offline Mapping for First Responders","description":"\u003cstyle\u003e\n  .mx-p4dr {\n    --mx-ink: #17212b;\n    --mx-muted: #5c6874;\n    --mx-line: #d9e0e6;\n    --mx-soft: #f4f7f8;\n    --mx-blue: #176b8c;\n    --mx-blue-dark: #0f506b;\n    --mx-accent: #8bc53f;\n    color: var(--mx-ink);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n  .mx-p4dr * { box-sizing: border-box; }\n  .mx-p4dr img,\n  .mx-p4dr video,\n  .mx-p4dr iframe { display: block; max-width: 100%; }\n  .mx-p4dr img { height: auto; }\n  .mx-p4dr a { color: var(--mx-blue-dark); }\n  .mx-p4dr h2,\n  .mx-p4dr h3,\n  .mx-p4dr h4 {\n    color: var(--mx-ink);\n    line-height: 1.22;\n    margin-top: 0;\n  }\n  .mx-p4dr h2 {\n    font-size: clamp(1.55rem, 4vw, 2.15rem);\n    margin-bottom: 0.7rem;\n  }\n  .mx-p4dr h3 { font-size: 1.2rem; margin-bottom: 0.45rem; }\n  .mx-p4dr h4 { font-size: 1rem; margin-bottom: 0.3rem; }\n  .mx-p4dr p { margin: 0 0 1rem; }\n  .mx-p4dr ul { margin: 0.6rem 0 1rem; padding-left: 1.25rem; }\n  .mx-p4dr li + li { margin-top: 0.35rem; }\n  .mx-p4dr-section {\n    border-top: 1px solid var(--mx-line);\n    padding: 2.8rem 0;\n  }\n  .mx-p4dr-section:first-child {\n    border-top: 0;\n    padding-top: 0;\n  }\n  .mx-p4dr-kicker {\n    color: var(--mx-blue-dark);\n    font-size: 0.78rem;\n    font-weight: 750;\n    letter-spacing: 0.09em;\n    margin: 0 0 0.5rem;\n    text-transform: uppercase;\n  }\n  .mx-p4dr-lead {\n    color: var(--mx-muted);\n    font-size: 1.06rem;\n  }\n  .mx-p4dr-note {\n    background: var(--mx-soft);\n    border-left: 4px solid var(--mx-accent);\n    margin-top: 1.25rem;\n    padding: 1rem 1.1rem;\n  }\n  .mx-p4dr-note p:last-child { margin-bottom: 0; }\n  .mx-p4dr-grid {\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n  .mx-p4dr-card {\n    background: #fff;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow: hidden;\n  }\n  .mx-p4dr-card-body { padding: 1rem; }\n  .mx-p4dr-card-body p:last-child { margin-bottom: 0; }\n  .mx-p4dr-icon-card { padding: 1.1rem; }\n  .mx-p4dr-icon-card img {\n    height: 58px;\n    margin-bottom: 0.8rem;\n    object-fit: contain;\n    object-position: left center;\n    width: 58px;\n  }\n  .mx-p4dr-workflow {\n    counter-reset: mx-react-step;\n    display: grid;\n    gap: 1rem;\n  }\n  .mx-p4dr-step {\n    align-items: center;\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    display: grid;\n    gap: 1rem;\n    grid-template-columns: 72px 1fr;\n    padding: 1rem;\n  }\n  .mx-p4dr-step img {\n    height: 62px;\n    object-fit: contain;\n    width: 62px;\n  }\n  .mx-p4dr-step h3::before {\n    color: var(--mx-blue);\n    content: counter(mx-react-step) \". \";\n    counter-increment: mx-react-step;\n  }\n  .mx-p4dr-step p:last-child { margin-bottom: 0; }\n  .mx-p4dr-feature {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    margin-top: 1rem;\n    overflow: hidden;\n  }\n  .mx-p4dr-media {\n    aspect-ratio: 16 \/ 9;\n    background: var(--mx-soft);\n    overflow: hidden;\n  }\n  .mx-p4dr-media img,\n  .mx-p4dr-media video {\n    height: 100%;\n    object-fit: cover;\n    width: 100%;\n  }\n  .mx-p4dr-feature-copy { padding: 1.15rem; }\n  .mx-p4dr-feature-copy p:last-child { margin-bottom: 0; }\n  .mx-p4dr-feature-heading {\n    align-items: center;\n    display: grid;\n    gap: 0.8rem;\n    grid-template-columns: 54px 1fr;\n    margin-bottom: 0.7rem;\n  }\n  .mx-p4dr-feature-heading img {\n    height: 50px;\n    object-fit: contain;\n    width: 50px;\n  }\n  .mx-p4dr-feature-heading h3 { margin-bottom: 0; }\n  .mx-p4dr-video {\n    aspect-ratio: 16 \/ 9;\n    background: #101820;\n    border-radius: 2px;\n    overflow: hidden;\n  }\n  .mx-p4dr-video iframe,\n  .mx-p4dr-video video {\n    border: 0;\n    height: 100%;\n    object-fit: cover;\n    width: 100%;\n  }\n  .mx-p4dr-output .mx-p4dr-media { aspect-ratio: 4 \/ 3; }\n  .mx-p4dr-output dl { margin: 0; }\n  .mx-p4dr-output dt {\n    color: var(--mx-muted);\n    font-size: 0.78rem;\n    font-weight: 750;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  .mx-p4dr-output dd { margin: 0.15rem 0 0; }\n  .mx-p4dr-application {\n    color: inherit;\n    height: 100%;\n  }\n  .mx-p4dr-application .mx-p4dr-media { aspect-ratio: 16 \/ 10; }\n  .mx-p4dr-details {\n    border-bottom: 1px solid var(--mx-line);\n    padding: 0.2rem 0;\n  }\n  .mx-p4dr-details summary {\n    cursor: pointer;\n    font-weight: 700;\n    list-style-position: outside;\n    padding: 0.9rem 0;\n  }\n  .mx-p4dr-details \u003e div { padding: 0 0 0.9rem; }\n  .mx-p4dr-table-wrap {\n    border: 1px solid var(--mx-line);\n    border-radius: 2px;\n    overflow-x: auto;\n  }\n  .mx-p4dr-table {\n    border-collapse: collapse;\n    font-size: 0.9rem;\n    min-width: 620px;\n    width: 100%;\n  }\n  .mx-p4dr-table th,\n  .mx-p4dr-table td {\n    border-bottom: 1px solid var(--mx-line);\n    padding: 0.72rem 0.65rem;\n    text-align: left;\n    vertical-align: top;\n  }\n  .mx-p4dr-table thead th {\n    background: var(--mx-ink);\n    color: #fff;\n  }\n  .mx-p4dr-table tbody tr:last-child td { border-bottom: 0; }\n  .mx-p4dr-related {\n    color: inherit !important;\n    display: block;\n    height: 100%;\n    text-decoration: none;\n  }\n  .mx-p4dr-related:hover h3 { color: var(--mx-blue-dark); }\n  .mx-p4dr-related .mx-p4dr-media { aspect-ratio: 16 \/ 9; }\n  .mx-p4dr-related-logo {\n    align-items: center;\n    aspect-ratio: 16 \/ 9;\n    background: #fff;\n    display: flex;\n    justify-content: center;\n    overflow: hidden;\n    padding: 1.4rem;\n  }\n  .mx-p4dr-related-logo img {\n    height: auto;\n    max-height: 100%;\n    object-fit: contain;\n    width: 100%;\n  }\n  .mx-p4dr-button {\n    background: var(--mx-blue-dark);\n    border: 1px solid var(--mx-blue-dark);\n    border-radius: 2px;\n    color: #fff !important;\n    display: inline-block;\n    font-weight: 700;\n    padding: 0.75rem 1rem;\n    text-align: center;\n    text-decoration: none;\n  }\n  .mx-p4dr-button:hover {\n    background: var(--mx-ink);\n    border-color: var(--mx-ink);\n  }\n  .mx-p4dr-button-secondary {\n    background: #fff;\n    color: var(--mx-blue-dark) !important;\n  }\n  .mx-p4dr-cta {\n    background: var(--mx-ink);\n    border-radius: 2px;\n    color: #fff;\n    padding: 1.5rem;\n  }\n  .mx-p4dr-cta h2,\n  .mx-p4dr-cta p { color: #fff; }\n  .mx-p4dr-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.65rem;\n  }\n  .mx-p4dr-cta .mx-p4dr-button-secondary {\n    border-color: #fff;\n    color: var(--mx-ink) !important;\n  }\n  .mx-p4dr-small {\n    color: var(--mx-muted);\n    font-size: 0.84rem;\n  }\n  @media (max-width: 640px) {\n    .mx-p4dr-grid { grid-template-columns: 1fr; }\n    .mx-p4dr-section { padding: 2.2rem 0; }\n    .mx-p4dr-step { grid-template-columns: 58px 1fr; }\n    .mx-p4dr-step img { height: 48px; width: 48px; }\n    .mx-p4dr-actions { display: grid; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mx-p4dr\"\u003e\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-overview\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eRapid 2D drone mapping for public safety\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-overview\"\u003eBuild an actionable aerial map while the incident is still unfolding\u003c\/h2\u003e\n    \u003cp class=\"mx-p4dr-lead\"\u003ePIX4Dreact converts nadir drone imagery into a current, measurable 2D map in minutes, giving public-safety teams a clearer common operating picture when conventional maps are outdated, incomplete or missing the details that matter now.\u003c\/p\u003e\n    \u003cp\u003eProcess imagery locally on a field computer, mark hazards and operational priorities, measure distance and area, compare multiple map layers, generate a concise PDF report, and move updated geospatial information from the drone team to incident command, investigators, emergency managers and mutual-aid partners.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dr-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eDesigned for decisions at the edge:\u003c\/strong\u003e Core image processing does not depend on an internet connection or cloud service. Teams can create a fresh orthomosaic at the command post, emergency operations center or other field location, then share or upload the results when connectivity and policy permit.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-workflow\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eOperational workflow\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-workflow\"\u003eFrom drone flight to coordinated response\u003c\/h2\u003e\n    \u003cp class=\"mx-p4dr-lead\"\u003ePIX4Dreact keeps the rapid-mapping workflow direct, allowing personnel to concentrate on the incident rather than a complicated processing sequence.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dr-workflow\"\u003e\n      \u003carticle class=\"mx-p4dr-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Workflows-Capture.png?v=1785364573\" alt=\"PIX4Dreact drone image capture workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eCapture current aerial imagery\u003c\/h3\u003e\n          \u003cp\u003eFly a systematic nadir mission over the area of concern. A compatible flight-planning application can automate coverage, image overlap and flight lines so the processing team receives an orderly dataset.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Workflows-Process.png?v=1785364573\" alt=\"PIX4Dreact rapid local processing workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eProcess locally\u003c\/h3\u003e\n          \u003cp\u003eImport the captured RGB images and create a high-resolution 2D orthomosaic on a Windows or macOS computer. Suitable GPU hardware can further accelerate processing when time is critical.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Workflows-Examine-and-Analyze-Data.png?v=1785364573\" alt=\"PIX4Dreact map examination and analysis workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eExamine the scene\u003c\/h3\u003e\n          \u003cp\u003eUse the updated map to locate access routes, hazards, damaged structures, vehicles, perimeters, staging areas and other points of interest. Add color-coded points, lines and polygons as the operational picture develops.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Workflows-Share-Maps-Quickly.png?v=1785364573\" alt=\"PIX4Dreact map export and sharing workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eBrief and share\u003c\/h3\u003e\n          \u003cp\u003eExport a lightweight PDF report, high-resolution map image, GeoTIFF or compatible marker file. Give command staff and partner agencies a common spatial reference instead of relying on verbal descriptions or outdated basemaps.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-step\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Workflows-Respond-Now-with-well-informed-fresh-geospatial-data.png?v=1785364573\" alt=\"PIX4Dreact informed public safety response workflow icon\" width=\"62\" height=\"62\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eRespond with better context\u003c\/h3\u003e\n          \u003cp\u003eUse current scene intelligence to refine assignments, establish safer routes, allocate resources, document conditions and coordinate the next operational period. Repeat the capture when conditions change and compare maps over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-built\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eBuilt for urgent field requirements\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-built\"\u003eMapping software that fits the pace of public safety\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dr-grid\"\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Built-for-Public-Safety-Fast-and-Urgent-Needs.png?v=1785366190\" alt=\"\" width=\"58\" height=\"58\" loading=\"lazy\"\u003e\n        \u003ch3\u003eFast\u003c\/h3\u003e\n        \u003cp\u003eCreate a current 2D map from compatible aerial imagery in minutes. Processing time varies with the computer, image dimensions, dataset size and selected workflow, but PIX4Dreact is purpose-built for rapid output.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Built-for-Public-Safety-Ease-of-Use.png?v=1785366190\" alt=\"\" width=\"58\" height=\"58\" loading=\"lazy\"\u003e\n        \u003ch3\u003eEasy to operate\u003c\/h3\u003e\n        \u003cp\u003eA focused interface reduces the number of steps between image import and a useful map. This helps drone teams and emergency personnel establish a repeatable workflow without learning a full survey-production platform.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Built-for-Edge-Processing-on-Lightweight-CPU-Resources.png?v=1785366190\" alt=\"\" width=\"58\" height=\"58\" loading=\"lazy\"\u003e\n        \u003ch3\u003eLightweight and resilient\u003c\/h3\u003e\n        \u003cp\u003eRun on a supported mid-range field computer and process locally without sending source imagery to the cloud. This supports deployment where bandwidth is limited, intermittent or intentionally unavailable.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-icon-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Built-for-Public-Safety-Ease-of-Use.png?v=1785366190\" alt=\"\" width=\"58\" height=\"58\" loading=\"lazy\"\u003e\n        \u003ch3\u003eReady to distribute\u003c\/h3\u003e\n        \u003cp\u003ePrepare PDF briefings, screenshots, whole-map files and geospatial outputs for the people who need them. When approved connectivity is available, upload compatible results directly to PIX4Dcloud for broader collaboration.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-video\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eSee rapid mapping in action\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-video\"\u003eIn a crisis, current information changes the response\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dr-video\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/9rraIDCOU14?si=evwG3Y3W55kcZjF0\" title=\"PIX4Dreact rapid mapping for emergency response\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-capabilities\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eOperational mapping capabilities\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-capabilities\"\u003eReliable situational awareness for complex scenes\u003c\/h2\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dreact fast offline map processing demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b92410a45c9f419ca4821437ac2a02f4.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Benefit-Icon-Fast-Processing.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003eFast, intuitive offline mapping\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eGenerate a high-resolution aerial overview without cloud processing. Display coordinates and add a US National Grid overlay to connect the drone-derived map with an established public-safety location framework. Operators can navigate to a USNG cell or GPS coordinate when coordinating resources.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dreact map marker and measurement demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/94f4888d30f547179fccae04c69d42eb.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Mark-and-Measure-Areas-of-Interest.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003eMark, measure and communicate\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eMeasure distance and area directly on the map. Convert important measurements into persistent markers, then use colored points, lines and polygons to identify command posts, hazards, search sectors, containment lines, access restrictions, damaged infrastructure and other operational features.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dreact split view map comparison demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/47f73d9876ec4446a487b41804714682.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Compare-Maps-Over-Time-to-Detect-Changes.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003eCompare maps and reveal change\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUse split-screen or dual-map views to compare captures, elevation data, standard basemaps or a configured custom basemap. Examine flood progression, fire effects, debris removal, search coverage, traffic-control changes or the condition of a scene before and after an event.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dreact PDF map export demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8bb82e41f7a04f14a2ab741feb350c42.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Fast-and-Easy-Export.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003eCreate a briefing-ready PDF\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eCombine the orthomosaic, project location, selected markers and agency information into a compact PDF report. Add an organization logo and contact information to create a recognizable operational briefing or after-action record that can be distributed by email.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cvideo controls muted playsinline preload=\"metadata\" aria-label=\"PIX4Dreact upload to PIX4Dcloud demonstration\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/76dea48d1099454caf226ab60447c00b.mp4\" type=\"video\/mp4\"\u003e\n          Your browser does not support the video element.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Share-Securely-with-SOC2-Pix4DCloud.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003eExtend the map through PIX4Dcloud\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUpload compatible PIX4Dreact orthomosaics, surface models and markers to PIX4Dcloud for online viewing and collaboration. This provides an optional handoff from local rapid processing to a shared environment for authorized personnel and stakeholders.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mx-p4dr-feature\"\u003e\n      \u003cdiv class=\"mx-p4dr-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4Dreact-Benefits-Designed-Specifically-for-Rapid-Mapping-Needs.jpg?v=1785367572\" alt=\"PIX4Dreact rapid 2D mapping workflow for public safety\" width=\"1400\" height=\"788\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-p4dr-feature-copy\"\u003e\n        \u003cdiv class=\"mx-p4dr-feature-heading\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Designed-Specfically-for-Rapid-Public-Safety-and-Emergency-Management-Needs.png?v=1785366858\" alt=\"\" width=\"50\" height=\"50\" loading=\"lazy\"\u003e\n          \u003ch3\u003ePurpose-built for fast 2D products\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eUse PIX4Dreact when the immediate requirement is a timely, understandable 2D map. Move the same broader program into PIX4Dmatic when a mission calls for advanced photogrammetry, 3D reconstruction, LiDAR integration, terrain products or more extensive geospatial analysis.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-outputs\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eOperational deliverables\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-outputs\"\u003eThe map and information your team can use\u003c\/h2\u003e\n    \u003cp class=\"mx-p4dr-lead\"\u003eKeep the full project for continued analysis or export practical products for command, GIS personnel, investigators and outside partners.\u003c\/p\u003e\n    \u003cdiv class=\"mx-p4dr-grid\"\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-output\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Exports-2D-Orthmosiac-GeoTiffs.jpg?v=1785367629\" alt=\"PIX4Dreact 2D orthomosaic GeoTIFF map output\" width=\"1200\" height=\"900\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003e2D orthomosaic and surface model\u003c\/h3\u003e\n          \u003cp\u003eCombine overlapping nadir images into a georeferenced map and view elevation information through a digital surface model.\u003c\/p\u003e\n          \u003cdl\u003e\n            \u003cdt\u003ePrimary export\u003c\/dt\u003e\n            \u003cdd\u003eGeoTIFF\u003c\/dd\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-output\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Export-of-Markers-and-Measurements.jpg?v=1785367639\" alt=\"PIX4Dreact marker and measurement exports for incident maps\" width=\"1200\" height=\"900\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eMarkers and measurements\u003c\/h3\u003e\n          \u003cp\u003ePreserve points, routes, boundaries and areas of interest for collaboration, GIS use and documentation.\u003c\/p\u003e\n          \u003cdl\u003e\n            \u003cdt\u003eMarker exports\u003c\/dt\u003e\n            \u003cdd\u003eGeoJSON, KML and Shapefile\u003c\/dd\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-output\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Export-of-screenshots-and-entire-maps.jpg?v=1785367699\" alt=\"PIX4Dreact screenshot and whole-project map exports\" width=\"1200\" height=\"900\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eScreenshots and whole maps\u003c\/h3\u003e\n          \u003cp\u003eExport the current or full map view for a quick briefing, or transfer a complete project to PIX4Dreact on another authorized computer.\u003c\/p\u003e\n          \u003cdl\u003e\n            \u003cdt\u003eExports\u003c\/dt\u003e\n            \u003cdd\u003eJPEG, PNG and P4R project format\u003c\/dd\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-output\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Export-via-email-in-pdf-form.jpg?v=1785367699\" alt=\"PIX4Dreact customized PDF incident map report\" width=\"1200\" height=\"900\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eCustomizable PDF report\u003c\/h3\u003e\n          \u003cp\u003ePackage a selected map view, location information and markers into a lightweight file with agency branding and contact details.\u003c\/p\u003e\n          \u003cdl\u003e\n            \u003cdt\u003eExport\u003c\/dt\u003e\n            \u003cdd\u003ePDF\u003c\/dd\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-applications\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003ePublic-safety applications\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-applications\"\u003eBuilt for incidents that do not wait\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dr-grid\"\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-for-earthquake-recovery.jpg?v=1785367771\" alt=\"Drone rapid mapping for earthquake response and damage assessment\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eEarthquakes and structural damage\u003c\/h3\u003e\n          \u003cp\u003eMap damaged neighborhoods, blocked roads, collapsed structures and response staging areas. Give search teams, engineers and emergency managers a current overview when the pre-incident map no longer reflects reality.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-for-flooding-and-emergency-management.jpg?v=1785367771\" alt=\"Drone rapid mapping for flooding and emergency management\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eFlooding and severe weather\u003c\/h3\u003e\n          \u003cp\u003eDocument the present water boundary, isolated areas, damaged crossings and threatened infrastructure. Compare successive maps to help evaluate changing access and support resource placement.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-for-forest-fire-mitigation-and-respone.jpg?v=1785367771\" alt=\"Drone rapid mapping for wildfire response and recovery\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eWildland and large-scale fires\u003c\/h3\u003e\n          \u003cp\u003eCreate a recent daytime map of fire effects, apparatus routes, control lines, structures and operational divisions. Use repeated captures to document damage and changing ground conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-mission-person-search-and-fugitive-recovery.jpg?v=1785367771\" alt=\"Drone mapping for missing-person search and fugitive containment planning\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eMissing persons and search operations\u003c\/h3\u003e\n          \u003cp\u003eDivide terrain into search sectors, identify trails and barriers, document cleared areas and coordinate field resources. For law-enforcement incidents, the same tools can support containment and fugitive-search planning.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-tactical-planning-for-soft-targets-and-public-events.jpg?v=1785367771\" alt=\"Drone mapping for tactical planning at public events and soft targets\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eTactical and major-event planning\u003c\/h3\u003e\n          \u003cp\u003eMap a venue or vulnerable location shortly before operations begin. Mark command posts, ingress and egress, traffic points, observation positions, medical assets, barriers and other mission-specific elements.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card mx-p4dr-application\"\u003e\n        \u003cdiv class=\"mx-p4dr-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-application-for-refugee-and-human-displacement-management.jpg?v=1785367771\" alt=\"Drone mapping for humanitarian aid and displaced-person coordination\" width=\"1200\" height=\"750\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n          \u003ch3\u003eHumanitarian and displaced-person support\u003c\/h3\u003e\n          \u003cp\u003eDocument changing camp footprints, access, shelter concentrations and service areas. Provide humanitarian partners with a recent visual reference for logistics, planning and resource coordination.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-features\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eDetailed feature set\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-features\"\u003eWhat PIX4Dreact can bring to the field\u003c\/h2\u003e\n    \u003cdetails class=\"mx-p4dr-details\" open\u003e\n      \u003csummary\u003eSupported inputs and project context\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cul\u003e\n          \u003cli\u003eImport compatible nadir RGB images in JPEG format from standard drone camera sensors.\u003c\/li\u003e\n          \u003cli\u003eOpen orthomosaics previously processed in compatible PIX4D software by importing a GeoTIFF.\u003c\/li\u003e\n          \u003cli\u003eCreate or import point, line and polygon markers using GeoJSON, KML or Shapefile formats.\u003c\/li\u003e\n          \u003cli\u003eUse satellite, street, no basemap or a configured custom basemap as an additional visual reference.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eLocal processing and map creation\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cul\u003e\n          \u003cli\u003eGenerate a high-resolution 2D orthomosaic locally without cloud processing.\u003c\/li\u003e\n          \u003cli\u003eCreate a digital surface model for elevation context and GeoTIFF export.\u003c\/li\u003e\n          \u003cli\u003eUse compatible GPU resources to improve processing speed over a CPU-only workflow.\u003c\/li\u003e\n          \u003cli\u003eProcess on a supported Windows or macOS computer at the field command post or back at the office.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eAnalysis and operational tools\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cul\u003e\n          \u003cli\u003eDisplay the US National Grid and navigate to a specific USNG cell or GPS coordinate.\u003c\/li\u003e\n          \u003cli\u003eCreate color-coded point, line and polygon markers for features of interest.\u003c\/li\u003e\n          \u003cli\u003eMeasure map distance and area, then retain important measurements as markers.\u003c\/li\u003e\n          \u003cli\u003eCompare two maps with split-screen or dual-map views.\u003c\/li\u003e\n          \u003cli\u003eControl map visibility, order and contextual basemap display.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eExport, reporting and collaboration\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cul\u003e\n          \u003cli\u003eExport orthomosaics and digital surface models as GeoTIFF files.\u003c\/li\u003e\n          \u003cli\u003eExport markers in GeoJSON, KML and Shapefile formats.\u003c\/li\u003e\n          \u003cli\u003eCreate JPEG or PNG snapshots of the current view and high-resolution exports of the full map.\u003c\/li\u003e\n          \u003cli\u003eTransfer a complete PIX4Dreact project in P4R format.\u003c\/li\u003e\n          \u003cli\u003eGenerate a PDF report that can include an organization logo and contact information.\u003c\/li\u003e\n          \u003cli\u003eUpload compatible maps, surface models and markers to PIX4Dcloud when connectivity is available.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eLanguage availability\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003ePIX4Dreact supports multiple interface languages, including English, Chinese, French, German, Italian, Japanese, Korean, Spanish, Portuguese, Russian and Ukrainian. Confirm current language availability for the version being quoted.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003ch3 style=\"margin-top: 1.5rem;\"\u003eRecommended field-computer baseline\u003c\/h3\u003e\n    \u003cdiv class=\"mx-p4dr-table-wrap\" role=\"region\" aria-label=\"Scrollable PIX4Dreact hardware specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mx-p4dr-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eComponent\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003ePublished baseline\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eMAXSUR field recommendation\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eProcessor\u003c\/td\u003e\n            \u003ctd\u003eQuad-core or hexa-core Intel i5 or faster\u003c\/td\u003e\n            \u003ctd\u003eModern multi-core processor selected for the expected image count and turnaround requirement\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMemory\u003c\/td\u003e\n            \u003ctd\u003e8 GB RAM or more\u003c\/td\u003e\n            \u003ctd\u003e16 GB or more for added field headroom and concurrent incident-command applications\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eGraphics\u003c\/td\u003e\n            \u003ctd\u003eIntegrated or dedicated GPU with at least 2 GB graphics memory\u003c\/td\u003e\n            \u003ctd\u003eCompatible dedicated GPU with 6 GB graphics memory where rapid processing is a priority\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStorage\u003c\/td\u003e\n            \u003ctd\u003eSSD recommended\u003c\/td\u003e\n            \u003ctd\u003eSSD with sufficient free space for source imagery, projects, exports and retained incident data\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOperating system\u003c\/td\u003e\n            \u003ctd\u003eSupported Windows or macOS release\u003c\/td\u003e\n            \u003ctd\u003eConfirm the current PIX4D system requirements before purchasing or refreshing field hardware\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"mx-p4dr-small\" style=\"margin-top: 0.75rem;\"\u003eProcessing performance depends on hardware, image dimensions, image count, capture quality and project conditions. Operating-system and hardware support can change between software releases.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-related\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eBuild a complete mapping program\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-related\"\u003eRelated MAXSUR PIX4D technologies\u003c\/h2\u003e\n    \u003cdiv class=\"mx-p4dr-grid\"\u003e\n      \u003carticle class=\"mx-p4dr-card\"\u003e\n        \u003ca class=\"mx-p4dr-related\" href=\"\/products\/pix4dcatch\"\u003e\n          \u003cdiv class=\"mx-p4dr-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Catch-High-Level-of-Detail-in-Cloud-Model.jpg?v=1785271208\" alt=\"PIX4Dcatch indoor and ground-level 3D scene capture\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n            \u003ch3\u003ePIX4Dcatch\u003c\/h3\u003e\n            \u003cp\u003eAdd indoor, sheltered and ground-level mobile capture to document scene details that cannot be recorded effectively from a nadir drone flight.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card\"\u003e\n        \u003ca class=\"mx-p4dr-related\" href=\"\/products\/pix4dcloud\"\u003e\n          \u003cdiv class=\"mx-p4dr-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/3D-Model-of-Crash-Scene-in-Pix4D-ClouD_2d06b6ce-0f2b-4a06-99b3-6d2cfe72bfb7.jpg?v=1785294184\" alt=\"Crime and accident scene model shared through PIX4Dcloud\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n            \u003ch3\u003ePIX4Dcloud\u003c\/h3\u003e\n            \u003cp\u003eProcess, store, inspect and share compatible 2D and 3D projects through an online collaboration environment.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card\"\u003e\n        \u003ca class=\"mx-p4dr-related\" href=\"\/products\/pix4dmatic\"\u003e\n          \u003cdiv class=\"mx-p4dr-media\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DMatic-3D-Countour-Lines-of-Large-Area-Crime-Scenes.jpg?v=1785250687\" alt=\"PIX4Dmatic advanced photogrammetry and contour-line analysis\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n            \u003ch3\u003ePIX4Dmatic\u003c\/h3\u003e\n            \u003cp\u003eMove beyond rapid 2D mapping into advanced photogrammetry, 3D reconstruction, LiDAR integration, terrain products and CAD\/GIS-ready analysis.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"mx-p4dr-card\"\u003e\n        \u003ca class=\"mx-p4dr-related\" href=\"\/collections\/pix4d-photogrammetry-mapping-software\"\u003e\n          \u003cdiv class=\"mx-p4dr-related-logo\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4D-Logo.jpg?v=1785270672\" alt=\"PIX4D mapping software portfolio from MAXSUR\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-p4dr-card-body\"\u003e\n            \u003ch3\u003eAll PIX4D solutions\u003c\/h3\u003e\n            \u003cp\u003eExplore the full PIX4D portfolio for public-safety mapping, terrestrial capture, advanced analysis, secure collaboration and program development.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-faq\"\u003e\n    \u003cp class=\"mx-p4dr-kicker\"\u003eFrequently asked questions\u003c\/p\u003e\n    \u003ch2 id=\"mx-react-faq\"\u003ePIX4Dreact questions for public-safety teams\u003c\/h2\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eDoes PIX4Dreact require an internet connection?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eNo internet connection is required for core local image processing and map analysis. Internet access may be needed for software activation, online basemaps, updates, support resources or uploading results to PIX4Dcloud. Agencies should test the complete intended workflow before field deployment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eHow fast can PIX4Dreact create a map?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003ePIX4Dreact is optimized to create 2D maps in minutes, but there is no universal processing time. Turnaround depends on image count, image resolution, computer CPU and GPU resources, storage speed, image overlap and scene complexity. MAXSUR can help size the field computer and flight plan around the agency's response objective.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eHow accurate are PIX4Dreact measurements?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eMap and measurement accuracy depends on flight altitude, ground sampling distance, camera quality, image overlap, image geolocation, scene conditions and the use of verified control. PIX4Dreact creates measurable georeferenced maps, but customers should validate the workflow against their required accuracy standard before relying on outputs for evidentiary, engineering or survey purposes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eCan PIX4Dreact replace PIX4Dmatic?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eNo. The products serve different operational needs. PIX4Dreact prioritizes fast, straightforward 2D mapping and briefing products. PIX4Dmatic supports more advanced image and LiDAR processing, 3D reconstruction, terrain analysis, vectorization and professional geospatial deliverables. Many programs benefit from both.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eCan we import an existing map instead of processing new drone imagery?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eYes. PIX4Dreact can import a compatible orthomosaic as a GeoTIFF, allowing teams to use its marker, measurement, comparison and reporting tools with a map created in another compatible PIX4D workflow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eHow can we share the finished map?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eDepending on the required handoff, export a GeoTIFF, high-resolution JPEG or PNG, customizable PDF report, compatible marker file or complete P4R project. Teams can also upload supported outputs to PIX4Dcloud when online collaboration is appropriate.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mx-p4dr-details\"\u003e\n      \u003csummary\u003eDoes MAXSUR provide PIX4Dreact training and program development?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eYes. MAXSUR can provide software, drone and mapping-workflow guidance, online or instructor-led training, field-computer recommendations and assistance building a repeatable agency program. Training can connect flight planning, data management, rapid processing, USNG use, map briefing and operational handoff into one practical workflow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mx-p4dr-section\" aria-labelledby=\"mx-react-support\"\u003e\n    \u003cdiv class=\"mx-p4dr-cta\"\u003e\n      \u003cp class=\"mx-p4dr-kicker\" style=\"color: #b9df87;\"\u003eMore than a software license\u003c\/p\u003e\n      \u003ch2 id=\"mx-react-support\"\u003eBuild a rapid-mapping capability your team can deploy with confidence\u003c\/h2\u003e\n      \u003cp\u003eMAXSUR can help your agency select the software license, drone, camera, field computer, training and operating workflow needed to move from image capture to a useful command product. We support public-safety teams that need more than a download link - they need a repeatable operational capability.\u003c\/p\u003e\n      \u003cdiv class=\"mx-p4dr-actions\"\u003e\n        \u003ca class=\"mx-p4dr-button mx-p4dr-button-secondary\" href=\"#MainContent\"\u003eSelect a PIX4Dreact option\u003c\/a\u003e\n        \u003ca class=\"mx-p4dr-button\" href=\"\/pages\/contact-us\"\u003eTalk with a MAXSUR mapping specialist\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"mx-p4dr-small\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Product features, compatibility, system requirements, licensing and cloud-service availability may change. Drone operations remain subject to applicable regulations and agency policy. Accuracy statements depend on the complete capture, control, processing and validation workflow. MAXSUR will confirm current specifications and licensing before quotation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"MAXSUR","offers":[{"title":"Monthly","offer_id":46128154050594,"sku":"REACT-MONTH","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Annually","offer_id":46128154083362,"sku":"REACT-YEAR","price":990.0,"currency_code":"USD","in_stock":true},{"title":"3-Year","offer_id":46128154116130,"sku":"REACT-3YEAR","price":1990.0,"currency_code":"USD","in_stock":true},{"title":"One Time Charge - Non Commercial","offer_id":46128154148898,"sku":"REACT-NC-OTC","price":1990.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0874\/5416\/files\/Pix4DReact-Ultra-Fast-Mapping-Software-for-Public-Safety-and-Critical-Infrastructure.jpg?v=1785371690"}],"url":"https:\/\/www.maxsur.com\/collections\/pix4d-photogrammetry-mapping-software.oembed","provider":"MAXSUR","version":"1.0","type":"link"}