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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning."입니다.
확장 프로그램 스크린샷
Mappertje 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |