Mappertje
Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.
Mappertje क्या है?
Mappertje jip.de.beer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mappertje एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is supposed to be used with a beamer/projector, preferably as a second monitor. You can aim the projector at a rectangular area, where you want your source feed to appear. Use your webcam, your screen or any window open on your desktop as a source. You can correct the source (perspective, rotate, flip) by dragging each corner. Additionally you can crop out a rectangular area in case the source feed contains stuff you don't need. Mappertje also integrates directly with my other extension: Pop-out Jitsi Meet: https://chrome.google.com/webstore/detail/pop-out-jitsi-meet/boklbbjieahngbnhdmlhldjjibdnnbcn When you've got both extensions installed you can also use all (remote) videos in the Jitsi conference as a source for projection mapping.
एक्सटेंशन की मूल जानकारी
नाम | Mappertje |
ID | okokapnhegofpbaeogkmbcaflmgiopkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/mappertje/okokapnhegofpbaeogkmbcaflmgiopkg |
विवरण | Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning. |
फ़ाइल का आकार | 23.34 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-11-24 |
प्रकाशन तिथि | 2020-04-30 |
डेवलपर | jip.de.beer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mappertje.debeer.it |
सहायता पृष्ठ URL | https://github.com/Jip-Hop/mappertje/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mappertje", "version": "1.0.5", "manifest_version": 2, "description": "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "modules\/mapper\/*", "icons\/*" ] } |