Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi0212/VirtualCameraSample
https://github.com/satoshi0212/VirtualCameraSample
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/satoshi0212/VirtualCameraSample
- Owner: satoshi0212
- License: mit
- Created: 2020-09-18T19:17:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T08:17:36.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T13:38:38.091Z (3 months ago)
- Language: Swift
- Size: 33.2 KB
- Stars: 47
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VirtualCameraSample
## Overview
Minimum implementation of a virtual camera for macOS.
## How to use
1. Open the project in Xcode and select the "VirtualCameraSample" schema to build
2. Place the generated `VirtualCameraSample.plugin` in `/Library/CoreMediaIO/Plug-Ins/DAL/`.
3. Select the `VirtualCameraSampleController` schema in Xcode, build and execute it
4. Select `VirtualCameraSample` in Zoom, enter a string from the controller application, and Send
## 概要
macOS用仮想カメラの最小実装です。
## 本リポジトリの使い方
1. Xcodeでプロジェクトを開き「VirtualCameraSample」スキーマを選択しビルド
2. 生成された `VirtualCameraSample.plugin`を`/Library/CoreMediaIO/Plug-Ins/DAL/`に配置
3. Xcodeで「VirtualCameraSampleController」スキーマを選択しビルドし実行
4. Zoomで`VirtualCameraSample`を選択し、コントローラアプリから文字列を入力しSend
## 参考リンク
- [macOS仮想カメラ「テロップカム」実装方法とその先](https://note.com/shm/n/nd5343d2a589a)