{"id":4100,"date":"2024-11-11T11:12:51","date_gmt":"2024-11-11T11:12:51","guid":{"rendered":"https:\/\/www.formmarker.com\/?p=4100"},"modified":"2026-02-07T03:12:55","modified_gmt":"2026-02-06T18:12:55","slug":"setup-guide-what-you-need","status":"publish","type":"post","link":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/","title":{"rendered":"Setup : What You Need"},"content":{"rendered":"<style>\n    .sg {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      line-height: 1.8;\n      color: #374151;\n      max-width: 860px;\n      margin: 0 auto;\n    }<\/p>\n<p>    \/* Hero Header *\/\n    .sg-hero {\n      background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e293b 100%);\n      color: #fff;\n      padding: 48px 40px;\n      border-radius: 12px;\n      margin-bottom: 40px;\n      position: relative;\n      overflow: hidden;\n    }\n    .sg-hero::after {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 400px;\n      height: 400px;\n      background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);\n      border-radius: 50%;\n    }\n    .sg-hero .badge {\n      display: inline-block;\n      background: rgba(59,130,246,0.25);\n      color: #93c5fd;\n      font-size: 0.75rem;\n      font-weight: 600;\n      letter-spacing: 0.08em;\n      padding: 4px 14px;\n      border-radius: 20px;\n      margin-bottom: 16px;\n      text-transform: uppercase;\n    }\n    .sg-hero h1 {\n      font-size: 2rem;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      line-height: 1.3;\n      color: #fff;\n    }\n    .sg-hero .lead {\n      font-size: 1.05rem;\n      color: #cbd5e1;\n      margin: 0;\n      line-height: 1.7;\n    }<\/p>\n<p>    \/* Table of Contents *\/\n    .sg-toc {\n      background: #f8fafc;\n      border: 1px solid #e2e8f0;\n      border-radius: 10px;\n      padding: 24px 28px;\n      margin-bottom: 36px;\n    }\n    .sg-toc h2 {\n      font-size: 0.85rem;\n      font-weight: 700;\n      color: #64748b;\n      text-transform: uppercase;\n      letter-spacing: 0.06em;\n      margin: 0 0 14px 0;\n      border: none;\n      padding: 0;\n    }\n    .sg-toc ol {\n      margin: 0;\n      padding-left: 20px;\n    }\n    .sg-toc li {\n      margin-bottom: 6px;\n      font-size: 0.95rem;\n    }\n    .sg-toc a {\n      color: #475569;\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .sg-toc a:hover {\n      color: #1e293b;\n      text-decoration: underline;\n    }<\/p>\n<p>    \/* Sections *\/\n    .sg h2 {\n      font-size: 1.4rem;\n      font-weight: 700;\n      color: #1e293b;\n      margin: 44px 0 12px;\n      padding-bottom: 10px;\n      border-bottom: 2px solid #e2e8f0;\n    }\n    .sg h3 {\n      font-size: 1.05rem;\n      color: #334155;\n      margin: 20px 0 8px;\n      font-weight: 600;\n    }\n    .sg p {\n      margin-bottom: 14px;\n      color: #475569;\n      font-size: 1rem;\n    }<\/p>\n<p>    \/* Spec Card Grid *\/\n    .sg-spec-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin: 28px 0;\n    }\n    .sg-spec-card {\n      background: #fff;\n      border: 1px solid #e2e8f0;\n      border-radius: 10px;\n      padding: 28px 24px;\n      transition: box-shadow 0.3s ease;\n    }\n    .sg-spec-card:hover {\n      box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    }\n    .sg-spec-card .icon {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 44px;\n      height: 44px;\n      background: #f1f5f9;\n      border-radius: 10px;\n      font-size: 1.3rem;\n      margin-bottom: 14px;\n    }\n    .sg-spec-card h3 {\n      font-size: 1.1rem;\n      color: #1e293b;\n      margin: 0 0 6px 0;\n      font-weight: 700;\n    }\n    .sg-spec-card .rec {\n      display: inline-block;\n      background: #dbeafe;\n      color: #1d4ed8;\n      font-size: 0.75rem;\n      font-weight: 600;\n      padding: 2px 10px;\n      border-radius: 12px;\n      margin-bottom: 10px;\n    }\n    .sg-spec-card p {\n      font-size: 0.92rem;\n      color: #64748b;\n      margin: 0;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* Tip Box *\/\n    .sg-tip {\n      background: #fffbeb;\n      border: 1px solid #fde68a;\n      border-radius: 10px;\n      padding: 16px 20px;\n      margin: 20px 0 32px;\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n    .sg-tip .tip-icon {\n      font-size: 1.2rem;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n    .sg-tip p {\n      margin: 0;\n      font-size: 0.92rem;\n      color: #92400e;\n    }<\/p>\n<p>    \/* Info Box *\/\n    .sg-info {\n      background: #eff6ff;\n      border: 1px solid #bfdbfe;\n      border-radius: 10px;\n      padding: 16px 20px;\n      margin: 20px 0 32px;\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n    .sg-info .info-icon {\n      font-size: 1.2rem;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n    .sg-info p {\n      margin: 0;\n      font-size: 0.92rem;\n      color: #1e40af;\n    }<\/p>\n<p>    \/* Feature Items *\/\n    .sg-features {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin: 20px 0 36px;\n    }\n    .sg-feature-item {\n      background: #f8fafc;\n      border-radius: 10px;\n      padding: 24px;\n    }\n    .sg-feature-item h3 {\n      margin: 0 0 8px 0;\n      font-size: 1rem;\n    }\n    .sg-feature-item p {\n      margin: 0;\n      font-size: 0.92rem;\n      color: #64748b;\n    }<\/p>\n<p>    \/* Step List *\/\n    .sg-steps {\n      counter-reset: step-counter;\n      margin: 24px 0;\n      padding: 0;\n      list-style: none;\n    }\n    .sg-steps li {\n      counter-increment: step-counter;\n      display: flex;\n      gap: 16px;\n      align-items: flex-start;\n      margin-bottom: 20px;\n      padding: 20px 24px;\n      background: #fff;\n      border: 1px solid #e2e8f0;\n      border-radius: 10px;\n    }\n    .sg-steps li::before {\n      content: counter(step-counter);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-width: 36px;\n      height: 36px;\n      background: #1e293b;\n      color: #fff;\n      font-size: 0.9rem;\n      font-weight: 700;\n      border-radius: 50%;\n      flex-shrink: 0;\n    }\n    .sg-steps li div h3 {\n      margin: 0 0 4px 0;\n      font-size: 1rem;\n      color: #1e293b;\n    }\n    .sg-steps li div p {\n      margin: 0;\n      font-size: 0.92rem;\n      color: #64748b;\n    }<\/p>\n<p>    \/* Summary *\/\n    .sg-summary {\n      background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n      border: 1px solid #bae6fd;\n      border-radius: 12px;\n      padding: 32px;\n      margin: 36px 0;\n    }\n    .sg-summary h2 {\n      font-size: 1.2rem;\n      color: #0c4a6e;\n      margin: 0 0 16px 0;\n      border: none;\n      padding: 0;\n    }\n    .sg-summary ul {\n      margin: 0;\n      padding-left: 20px;\n    }\n    .sg-summary li {\n      margin-bottom: 8px;\n      color: #0e7490;\n      font-size: 0.95rem;\n    }\n    .sg-summary li strong {\n      color: #0c4a6e;\n    }<\/p>\n<p>    \/* Product Cards *\/\n    .sg-products {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      margin: 28px 0;\n    }\n    .sg-product {\n      background: #fff;\n      border: 1px solid #e2e8f0;\n      border-radius: 12px;\n      overflow: hidden;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      display: flex;\n      flex-direction: column;\n    }\n    .sg-product:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n    }\n    .sg-product .product-img {\n      background: #f8fafc;\n      padding: 24px;\n      text-align: center;\n    }\n    .sg-product .product-img img {\n      max-width: 100%;\n      height: 180px;\n      object-fit: contain;\n      border-radius: 4px;\n    }\n    .sg-product .product-body {\n      padding: 20px 24px 24px;\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n    }\n    .sg-product h3 {\n      font-size: 1.05rem;\n      font-weight: 700;\n      color: #1e293b;\n      margin: 0 0 8px 0;\n    }\n    .sg-product .spec-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      margin-bottom: 10px;\n    }\n    .sg-product .spec-tags span {\n      background: #f1f5f9;\n      color: #475569;\n      font-size: 0.75rem;\n      font-weight: 500;\n      padding: 3px 10px;\n      border-radius: 6px;\n    }\n    .sg-product .desc {\n      font-size: 0.88rem;\n      color: #64748b;\n      margin: 0 0 16px 0;\n      flex-grow: 1;\n      line-height: 1.6;\n    }\n    .sg-product .btn {\n      display: inline-block;\n      padding: 10px 20px;\n      background: #1e293b;\n      color: #fff;\n      text-decoration: none;\n      border-radius: 8px;\n      font-size: 0.9rem;\n      font-weight: 500;\n      text-align: center;\n      transition: background 0.2s;\n    }\n    .sg-product .btn:hover {\n      background: #0f172a;\n    }<\/p>\n<p>    \/* Single Product *\/\n    .sg-product-single {\n      max-width: 380px;\n      margin: 24px 0;\n    }<\/p>\n<p>    \/* Related Guides *\/\n    .sg-related {\n      background: #f8fafc;\n      border: 1px solid #e2e8f0;\n      border-radius: 10px;\n      padding: 24px 28px;\n      margin-top: 40px;\n    }\n    .sg-related h2 {\n      font-size: 1rem;\n      font-weight: 700;\n      color: #475569;\n      margin: 0 0 14px 0;\n      border: none;\n      padding: 0;\n    }\n    .sg-related ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .sg-related li {\n      padding: 10px 0;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    .sg-related li:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    .sg-related a {\n      color: #334155;\n      text-decoration: none;\n      font-size: 0.95rem;\n      transition: color 0.2s;\n    }\n    .sg-related a:hover {\n      color: #1e293b;\n      text-decoration: underline;\n    }<\/p>\n<p>    \/* Disclaimer *\/\n    .sg-disclaimer {\n      font-size: 0.8rem;\n      color: #94a3b8;\n      margin-top: 32px;\n      text-align: center;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .sg-hero { padding: 32px 24px; }\n      .sg-hero h1 { font-size: 1.5rem; }\n      .sg-spec-grid,\n      .sg-features { grid-template-columns: 1fr; }\n      .sg-products { grid-template-columns: 1fr; }\n    }\n  <\/style>\n<article class=\"sg\" itemscope itemtype=\"https:\/\/schema.org\/Article\">\n<p>    <!-- Hero Section --><\/p>\n<header class=\"sg-hero\">\n      <span class=\"badge\">Setup Guide<\/span><\/p>\n<h1 itemprop=\"headline\">FormMarker Setup Guide: What You Need to Get Started<\/h1>\n<p class=\"lead\" itemprop=\"description\">To get accurate motion analysis with FormMarker, you need the right equipment. This guide covers everything from choosing the best webcam to using a USB repeater for long-distance setups.<\/p>\n<\/header>\n<p>    <!-- Table of Contents --><\/p>\n<nav class=\"sg-toc\" aria-label=\"Table of Contents\">\n<h2>Table of Contents<\/h2>\n<ol>\n<li><a href=\"#sg-webcam\">Choosing a Webcam \u2014 4 Key Specs<\/a><\/li>\n<li><a href=\"#sg-setup-steps\">Setup Process \u2014 3 Simple Steps<\/a><\/li>\n<li><a href=\"#sg-repeater\">USB Repeater \u2014 Stable Long-Distance Connection<\/a><\/li>\n<li><a href=\"#sg-summary\">Key Takeaways<\/a><\/li>\n<\/ol>\n<\/nav>\n<p>    <!-- Webcam Spec Section --><\/p>\n<section id=\"sg-webcam\">\n<h2>Choosing a Webcam \u2014 4 Key Specs<\/h2>\n<p>The accuracy of motion analysis depends heavily on webcam performance. Use these 4 key specs as your selection criteria.<\/p>\n<div class=\"sg-spec-grid\">\n        <!-- Resolution --><\/p>\n<div class=\"sg-spec-card\">\n<div class=\"icon\">\ud83d\udcd0<\/div>\n<h3>Resolution<\/h3>\n<p>          <span class=\"rec\">FHD 1080p or higher recommended<\/span><\/p>\n<p>Higher resolution captures finer movement details. Low resolution causes pixelation when zooming in, making accurate analysis difficult.<\/p>\n<\/p><\/div>\n<p>        <!-- Frame Rate --><\/p>\n<div class=\"sg-spec-card\">\n<div class=\"icon\">\ud83c\udfac<\/div>\n<h3>Frame Rate<\/h3>\n<p>          <span class=\"rec\">60fps or higher recommended<\/span><\/p>\n<p>At low frame rates, fast movements appear blurry or choppy. For sports and dance analysis, a minimum of 60fps is essential to capture every detail.<\/p>\n<\/p><\/div>\n<p>        <!-- Field of View --><\/p>\n<div class=\"sg-spec-card\">\n<div class=\"icon\">\ud83d\udcf7<\/div>\n<h3>Field of View (FOV)<\/h3>\n<p>          <span class=\"rec\">Choose based on your needs<\/span><\/p>\n<p>A wide FOV (100\u00b0+) is ideal for capturing the full body in tight spaces, while a narrow FOV (70\u201390\u00b0) provides sharper footage when recording from a distance.<\/p>\n<\/p><\/div>\n<p>        <!-- Focus Type --><\/p>\n<div class=\"sg-spec-card\">\n<div class=\"icon\">\ud83d\udd0d<\/div>\n<h3>Focus Type<\/h3>\n<p>          <span class=\"rec\">Choose based on your environment<\/span><\/p>\n<p>Manual focus stays locked and stable once set. Autofocus is more convenient when the distance between the camera and subject changes frequently.<\/p>\n<\/p><\/div><\/div>\n<p>      <!-- Tip --><\/p>\n<div class=\"sg-tip\">\n        <span class=\"tip-icon\">\ud83d\udca1<\/span><\/p>\n<p><strong>Tip:<\/strong> For recording from a long distance (e.g., jump rope analysis), a narrower FOV (under 90\u00b0) may actually deliver sharper results. Consider both the recording distance and the size of your space.<\/p>\n<\/p><\/div>\n<h3>Recommended Webcams<\/h3>\n<div class=\"sg-products\">\n        <!-- NexiGo N980P --><\/p>\n<div class=\"sg-product\">\n          <a href=\"https:\/\/link.coupang.com\/a\/dG942j\" target=\"_blank\" rel=\"noopener\" class=\"product-img\"><br \/>\n            <img decoding=\"async\" src=\"https:\/\/thumbnail.coupangcdn.com\/thumbnails\/remote\/492x492ex\/image\/vendor_inventory\/7131\/e8fd64f764df58c044a54e2189d511d688f57cf27a2ead7098b3fe8f5470.jpg\" alt=\"NexiGo N980P 1080P 60FPS Manual Focus Webcam for Motion Analysis\" \/><br \/>\n          <\/a><\/p>\n<div class=\"product-body\">\n<h3>NexiGo N980P Webcam<\/h3>\n<div class=\"spec-tags\">\n              <span>1080P 60FPS<\/span><br \/>\n              <span>120\u00b0 Wide Angle<\/span><br \/>\n              <span>Manual Focus<\/span>\n            <\/div>\n<p class=\"desc\">Wide-angle webcam that captures the full body even in small spaces. Manual focus ensures stable, consistent recording once set.<\/p>\n<p>            <a href=\"https:\/\/link.coupang.com\/a\/dG942j\" target=\"_blank\" rel=\"noopener\" class=\"btn\">View Product<\/a>\n          <\/div><\/div>\n<p>        <!-- EMEET S600 --><\/p>\n<div class=\"sg-product\">\n          <a href=\"https:\/\/link.coupang.com\/a\/dHahai\" target=\"_blank\" rel=\"noopener\" class=\"product-img\"><br \/>\n            <img decoding=\"async\" src=\"https:\/\/thumbnail.coupangcdn.com\/thumbnails\/remote\/492x492ex\/image\/vendor_inventory\/e16b\/79c1410a7697f51f2d989f2d10c583c0f901e71bd244289cbab084cc0a9b.jpg\" alt=\"EMEET S600 4K Autofocus Webcam for Motion Analysis\" \/><br \/>\n          <\/a><\/p>\n<div class=\"product-body\">\n<h3>EMEET S600 4K Webcam<\/h3>\n<div class=\"spec-tags\">\n              <span>4K<\/span><br \/>\n              <span>1080P 60FPS<\/span><br \/>\n              <span>73\u00b0<\/span><br \/>\n              <span>Autofocus<\/span>\n            <\/div>\n<p class=\"desc\">Best for recording from a distance. The narrow FOV combined with 4K resolution and autofocus delivers sharp, detailed footage.<\/p>\n<p>            <a href=\"https:\/\/link.coupang.com\/a\/dHahai\" target=\"_blank\" rel=\"noopener\" class=\"btn\">View Product<\/a>\n          <\/div><\/div><\/div>\n<\/section>\n<p>    <!-- Setup Steps Section --><\/p>\n<section id=\"sg-setup-steps\">\n<h2>Setup Process \u2014 3 Simple Steps<\/h2>\n<p>Follow these steps to get FormMarker up and running.<\/p>\n<ol class=\"sg-steps\">\n<li>\n<div>\n<h3>Connect the Webcam<\/h3>\n<p>Plug the webcam into your PC via USB. If the distance is long, use a USB repeater. A tripod helps secure the camera at the ideal angle.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div>\n<h3>Configure Webcam in Chrome<\/h3>\n<p>Open the FormMarker website in Chrome, allow camera permissions, and select the webcam you want to use.<\/p>\n<\/p><\/div>\n<\/li>\n<li>\n<div>\n<h3>Start Motion Analysis<\/h3>\n<p>Adjust the webcam position so your full body is visible in the frame, then start the analysis. A monitor allows you to view real-time feedback.<\/p>\n<\/p><\/div>\n<\/li>\n<\/ol>\n<div class=\"sg-info\">\n        <span class=\"info-icon\">\u2139\ufe0f<\/span><\/p>\n<p><strong>Note:<\/strong> For detailed instructions on configuring your webcam in Chrome, see our <a href=\"https:\/\/www.formmarker.com\/how-to-select-and-configure-a-webcam-in-chrome-browser\/\" style=\"color: #1d4ed8; text-decoration: underline;\">Webcam Configuration Guide<\/a>.<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- USB Repeater Section --><\/p>\n<section id=\"sg-repeater\">\n<h2>USB Repeater \u2014 Stable Long-Distance Connection<\/h2>\n<p>When the webcam and PC are far apart, a standard USB cable may result in an unstable signal. A USB repeater ensures reliable video data transmission even over long distances.<\/p>\n<div class=\"sg-features\">\n<div class=\"sg-feature-item\">\n<h3>Bus-Powered (No External Power)<\/h3>\n<p>Operates solely on USB port power, so you can set it up anywhere without worrying about power outlet placement.<\/p>\n<\/p><\/div>\n<div class=\"sg-feature-item\">\n<h3>USB 3.0 High-Speed Transfer<\/h3>\n<p>USB 3.0 ensures smooth, uninterrupted transmission of 60fps high-resolution video. Plug-and-play with no driver installation required.<\/p>\n<\/p><\/div><\/div>\n<div class=\"sg-tip\">\n        <span class=\"tip-icon\">\ud83d\udca1<\/span><\/p>\n<p><strong>Tip:<\/strong> If a single 5m repeater isn&#8217;t enough, you can daisy-chain repeaters for up to 25m total length. However, more connections may degrade signal quality, so use the minimum number of repeaters needed.<\/p>\n<\/p><\/div>\n<h3>Recommended Repeater<\/h3>\n<div class=\"sg-product sg-product-single\">\n        <a href=\"https:\/\/link.coupang.com\/a\/dHwYpu\" target=\"_blank\" rel=\"noopener\" class=\"product-img\"><br \/>\n          <img decoding=\"async\" src=\"https:\/\/thumbnail.coupangcdn.com\/thumbnails\/remote\/492x492ex\/image\/vendor_inventory\/e5dc\/bea01f57b9ed6ac6a112fd33dab1da1a1c5f2bc6267694bdc9829ee66f42.jpg\" alt=\"NETmate NMC-UR305 USB 3.0 Bus-Powered Repeater 5m\" \/><br \/>\n        <\/a><\/p>\n<div class=\"product-body\">\n<h3>NETmate USB 3.0 Repeater<\/h3>\n<div class=\"spec-tags\">\n            <span>USB 3.0<\/span><br \/>\n            <span>5m<\/span><br \/>\n            <span>Bus-Powered<\/span>\n          <\/div>\n<p class=\"desc\">Extends USB connection up to 5m without external power. Ensures stable video transmission when the webcam and PC are far apart.<\/p>\n<p>          <a href=\"https:\/\/link.coupang.com\/a\/dHwYpu\" target=\"_blank\" rel=\"noopener\" class=\"btn\">View Product<\/a>\n        <\/div><\/div>\n<\/section>\n<p>    <!-- Key Takeaways --><\/p>\n<section id=\"sg-summary\">\n<div class=\"sg-summary\">\n<h2>Key Takeaways<\/h2>\n<ul>\n<li><strong>Resolution (FHD+)<\/strong>, <strong>Frame Rate (60fps+)<\/strong>, and <strong>Field of View<\/strong> are the three essential specs for accurate motion analysis.<\/li>\n<li>Use a <strong>wide-angle webcam<\/strong> for small spaces and a <strong>narrow-angle webcam<\/strong> for long-distance recording.<\/li>\n<li>If your PC and webcam are far apart, use a <strong>USB 3.0 repeater<\/strong> to maintain a stable video signal.<\/li>\n<li>A tripod mount enables stable recording from various angles and positions.<\/li>\n<\/ul><\/div>\n<\/section>\n<p class=\"sg-disclaimer\">\u203b This post contains affiliate links. We may earn a small commission at no extra cost to you.<\/p>\n<p>    <!-- Related Guides --><\/p>\n<nav class=\"sg-related\" aria-label=\"Related Guides\">\n<h2>Related Guides<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.formmarker.com\/recommended-hardware-for-formmarker\/\">Recommended Hardware for FormMarker<\/a><\/li>\n<li><a href=\"https:\/\/www.formmarker.com\/how-to-select-and-configure-a-webcam-in-chrome-browser\/\">How to Select and Configure a Webcam in Chrome<\/a><\/li>\n<li><a href=\"https:\/\/www.formmarker.com\/webcam-for-motion-analysis-recording\/\">Webcam Selection Guide for Motion Analysis<\/a><\/li>\n<\/ul>\n<\/nav>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Setup Guide FormMarker Setup Guide: What You Need to Get Started To get accurate motion analysis with FormMarker, you need the right equipment. This guide&#8230;<\/p>\n","protected":false},"author":1,"featured_media":4450,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[80],"tags":[],"class_list":{"0":"post-4100","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-guide"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Setup : What You Need - FormMarker<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setup : What You Need - FormMarker\" \/>\n<meta property=\"og:description\" content=\"Setup Guide FormMarker Setup Guide: What You Need to Get Started To get accurate motion analysis with FormMarker, you need the right equipment. This guide...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/\" \/>\n<meta property=\"og:site_name\" content=\"FormMarker\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.instagram.com\/formmarker_com\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-11T11:12:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T18:12:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1484\" \/>\n\t<meta property=\"og:image:height\" content=\"1484\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"FormMarker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"FormMarker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/\"},\"author\":{\"name\":\"FormMarker\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#\\\/schema\\\/person\\\/d4017880f701eb420e60166929a0aa24\"},\"headline\":\"Setup : What You Need\",\"datePublished\":\"2024-11-11T11:12:51+00:00\",\"dateModified\":\"2026-02-06T18:12:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/\"},\"wordCount\":646,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Setup-Guide.jpg\",\"articleSection\":[\"Guide\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/\",\"url\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/\",\"name\":\"Setup : What You Need - FormMarker\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Setup-Guide.jpg\",\"datePublished\":\"2024-11-11T11:12:51+00:00\",\"dateModified\":\"2026-02-06T18:12:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Setup-Guide.jpg\",\"contentUrl\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Setup-Guide.jpg\",\"width\":1484,\"height\":1484,\"caption\":\"Setup Guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/setup-guide-what-you-need\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup : What You Need\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/\",\"name\":\"FormMarker\",\"description\":\"Perfect Form Maker\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#organization\",\"name\":\"FormMarker\",\"url\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/formmarker-logo-webad.png\",\"contentUrl\":\"https:\\\/\\\/www.formmarker.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/formmarker-logo-webad.png\",\"width\":1920,\"height\":1080,\"caption\":\"FormMarker\"},\"image\":{\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/formmarker_com\",\"https:\\\/\\\/www.youtube.com\\\/@formmarker\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/#\\\/schema\\\/person\\\/d4017880f701eb420e60166929a0aa24\",\"name\":\"FormMarker\",\"sameAs\":[\"https:\\\/\\\/www.formmarker.com\\\/\"],\"url\":\"https:\\\/\\\/www.formmarker.com\\\/en\\\/author\\\/formmarker\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setup : What You Need - FormMarker","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/","og_locale":"en_US","og_type":"article","og_title":"Setup : What You Need - FormMarker","og_description":"Setup Guide FormMarker Setup Guide: What You Need to Get Started To get accurate motion analysis with FormMarker, you need the right equipment. This guide...","og_url":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/","og_site_name":"FormMarker","article_publisher":"https:\/\/www.instagram.com\/formmarker_com","article_published_time":"2024-11-11T11:12:51+00:00","article_modified_time":"2026-02-06T18:12:55+00:00","og_image":[{"width":1484,"height":1484,"url":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","type":"image\/jpeg"}],"author":"FormMarker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"FormMarker","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#article","isPartOf":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/"},"author":{"name":"FormMarker","@id":"https:\/\/www.formmarker.com\/en\/#\/schema\/person\/d4017880f701eb420e60166929a0aa24"},"headline":"Setup : What You Need","datePublished":"2024-11-11T11:12:51+00:00","dateModified":"2026-02-06T18:12:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/"},"wordCount":646,"commentCount":0,"publisher":{"@id":"https:\/\/www.formmarker.com\/en\/#organization"},"image":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#primaryimage"},"thumbnailUrl":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","articleSection":["Guide"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/","url":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/","name":"Setup : What You Need - FormMarker","isPartOf":{"@id":"https:\/\/www.formmarker.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#primaryimage"},"image":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#primaryimage"},"thumbnailUrl":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","datePublished":"2024-11-11T11:12:51+00:00","dateModified":"2026-02-06T18:12:55+00:00","breadcrumb":{"@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#primaryimage","url":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","contentUrl":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","width":1484,"height":1484,"caption":"Setup Guide"},{"@type":"BreadcrumbList","@id":"https:\/\/www.formmarker.com\/en\/setup-guide-what-you-need\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.formmarker.com\/en\/"},{"@type":"ListItem","position":2,"name":"Setup : What You Need"}]},{"@type":"WebSite","@id":"https:\/\/www.formmarker.com\/en\/#website","url":"https:\/\/www.formmarker.com\/en\/","name":"FormMarker","description":"Perfect Form Maker","publisher":{"@id":"https:\/\/www.formmarker.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.formmarker.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.formmarker.com\/en\/#organization","name":"FormMarker","url":"https:\/\/www.formmarker.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.formmarker.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2025\/01\/formmarker-logo-webad.png","contentUrl":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2025\/01\/formmarker-logo-webad.png","width":1920,"height":1080,"caption":"FormMarker"},"image":{"@id":"https:\/\/www.formmarker.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/formmarker_com","https:\/\/www.youtube.com\/@formmarker"]},{"@type":"Person","@id":"https:\/\/www.formmarker.com\/en\/#\/schema\/person\/d4017880f701eb420e60166929a0aa24","name":"FormMarker","sameAs":["https:\/\/www.formmarker.com\/"],"url":"https:\/\/www.formmarker.com\/en\/author\/formmarker\/"}]}},"jetpack_featured_media_url":"https:\/\/www.formmarker.com\/wp-content\/uploads\/2024\/11\/Setup-Guide.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/posts\/4100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/comments?post=4100"}],"version-history":[{"count":0,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/posts\/4100\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/media\/4450"}],"wp:attachment":[{"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/media?parent=4100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/categories?post=4100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.formmarker.com\/en\/wp-json\/wp\/v2\/tags?post=4100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}