{"id":2,"date":"2024-07-02T22:44:37","date_gmt":"2024-07-02T22:44:37","guid":{"rendered":"https:\/\/jasonshields.com\/?page_id=2"},"modified":"2024-07-14T16:34:47","modified_gmt":"2024-07-14T16:34:47","slug":"video-gallery","status":"publish","type":"page","link":"https:\/\/jasonshields.com\/?page_id=2","title":{"rendered":"Video Gallery"},"content":{"rendered":"\n<figure class=\"wp-block-video\">\n    <video id=\"myVideo\" autoplay src=\"https:\/\/jasonshields.com\/wp-content\/uploads\/2024\/07\/240620_Pool-Room-Q4-Flythough_1.mp4\"><\/video>\n    <div id=\"videoControls\">\n        <button id=\"playPause\">Play\/Pause<\/button>\n        <button id=\"muteUnmute\">Mute\/Unmute<\/button>\n    <\/div>\n<\/figure>\n\n\n\n<p>Sample of 3D point cloud scan. Captured in Winnipeg, Manitoba, ARCH II (2024).<\/p>\n\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        var video = document.getElementById('myVideo');\n        var playPauseBtn = document.getElementById('playPause');\n        var muteUnmuteBtn = document.getElementById('muteUnmute');\n\n        \/\/ Remove download context menu\n        video.addEventListener('contextmenu', function(e) {\n            e.preventDefault();\n            alert('Video download is disabled.');\n        }, false);\n\n        \/\/ Disable keyboard shortcuts for saving\n        document.addEventListener('keydown', function(e) {\n            if ((e.ctrlKey && (e.key === 's' || e.key === 'S')) || \n                (e.ctrlKey && e.shiftKey && (e.key === 's' || e.key === 'S')) || \n                (e.ctrlKey && e.key === 'j') || \n                (e.ctrlKey && e.key === 'u') || \n                (e.ctrlKey && e.key === 'i') || \n                (e.key === 'F12')) {\n                e.preventDefault();\n                alert('Video download is disabled.');\n            }\n        }, false);\n\n        \/\/ Custom play\/pause functionality\n        playPauseBtn.addEventListener('click', function() {\n            if (video.paused) {\n                video.play();\n                playPauseBtn.textContent = 'Pause';\n            } else {\n                video.pause();\n                playPauseBtn.textContent = 'Play';\n            }\n        });\n\n        \/\/ Custom mute\/unmute functionality\n        muteUnmuteBtn.addEventListener('click', function() {\n            video.muted = !video.muted;\n            muteUnmuteBtn.textContent = video.muted ? 'Unmute' : 'Mute';\n        });\n    });\n<\/script>\n\n<style>\n    #videoControls {\n        display: flex;\n        justify-content: center;\n        margin-top: 10px;\n    }\n    #videoControls button {\n        margin: 0 5px;\n        padding: 5px 10px;\n    }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Sample of 3D point cloud scan. Captured in Winnipeg, Manitoba, ARCH II (2024).<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Video Gallery | Jason Shields | Interior Design Research<\/title>\n<meta name=\"description\" content=\"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jasonshields.com\/?page_id=2\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Video Gallery | Jason Shields | Interior Design Research\" \/>\n<meta property=\"og:description\" content=\"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jasonshields.com\/?page_id=2\" \/>\n<meta property=\"og:site_name\" content=\"Jason Shields | Interior Design Research\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-14T16:34:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jasonshields.com\/wp-content\/uploads\/2025\/04\/Apr-24-2025-12_03_04-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jasonshields.com\\\/?page_id=2\",\"url\":\"https:\\\/\\\/jasonshields.com\\\/?page_id=2\",\"name\":\"Video Gallery | Jason Shields | Interior Design Research\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jasonshields.com\\\/#website\"},\"datePublished\":\"2024-07-02T22:44:37+00:00\",\"dateModified\":\"2024-07-14T16:34:47+00:00\",\"description\":\"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jasonshields.com\\\/?page_id=2#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jasonshields.com\\\/?page_id=2\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jasonshields.com\\\/?page_id=2#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jasonshields.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Video Gallery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jasonshields.com\\\/#website\",\"url\":\"https:\\\/\\\/jasonshields.com\\\/\",\"name\":\"Jason Shields | Interior Design Research\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/jasonshields.com\\\/#\\\/schema\\\/person\\\/b06aca4b33b613cb8d0a17c594547fae\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jasonshields.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/jasonshields.com\\\/#\\\/schema\\\/person\\\/b06aca4b33b613cb8d0a17c594547fae\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jasonshields.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-2.png\",\"url\":\"https:\\\/\\\/jasonshields.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/jasonshields.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-2.png\",\"width\":1024,\"height\":628,\"caption\":\"admin\"},\"logo\":{\"@id\":\"https:\\\/\\\/jasonshields.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/image-2.png\"},\"sameAs\":[\"https:\\\/\\\/jasonshields.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Video Gallery | Jason Shields | Interior Design Research","description":"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.","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:\/\/jasonshields.com\/?page_id=2","og_locale":"en_US","og_type":"article","og_title":"Video Gallery | Jason Shields | Interior Design Research","og_description":"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.","og_url":"https:\/\/jasonshields.com\/?page_id=2","og_site_name":"Jason Shields | Interior Design Research","article_modified_time":"2024-07-14T16:34:47+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/jasonshields.com\/wp-content\/uploads\/2025\/04\/Apr-24-2025-12_03_04-PM.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jasonshields.com\/?page_id=2","url":"https:\/\/jasonshields.com\/?page_id=2","name":"Video Gallery | Jason Shields | Interior Design Research","isPartOf":{"@id":"https:\/\/jasonshields.com\/#website"},"datePublished":"2024-07-02T22:44:37+00:00","dateModified":"2024-07-14T16:34:47+00:00","description":"Video gallery of Interior Design projects by Jason Shields. Work includes 3D Scans of Pointclouds, Meshes, and other forms of visualization.","breadcrumb":{"@id":"https:\/\/jasonshields.com\/?page_id=2#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jasonshields.com\/?page_id=2"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jasonshields.com\/?page_id=2#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jasonshields.com\/"},{"@type":"ListItem","position":2,"name":"Video Gallery"}]},{"@type":"WebSite","@id":"https:\/\/jasonshields.com\/#website","url":"https:\/\/jasonshields.com\/","name":"Jason Shields | Interior Design Research","description":"","publisher":{"@id":"https:\/\/jasonshields.com\/#\/schema\/person\/b06aca4b33b613cb8d0a17c594547fae"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jasonshields.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/jasonshields.com\/#\/schema\/person\/b06aca4b33b613cb8d0a17c594547fae","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jasonshields.com\/wp-content\/uploads\/2024\/07\/image-2.png","url":"https:\/\/jasonshields.com\/wp-content\/uploads\/2024\/07\/image-2.png","contentUrl":"https:\/\/jasonshields.com\/wp-content\/uploads\/2024\/07\/image-2.png","width":1024,"height":628,"caption":"admin"},"logo":{"@id":"https:\/\/jasonshields.com\/wp-content\/uploads\/2024\/07\/image-2.png"},"sameAs":["https:\/\/jasonshields.com"]}]}},"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jasonshields.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":5,"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":165,"href":"https:\/\/jasonshields.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/165"}],"wp:attachment":[{"href":"https:\/\/jasonshields.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}