https://github.com/Amorano/Jovi_Capture
Capture Webcamera and URL media streams as ComfyUI images
https://github.com/Amorano/Jovi_Capture
Last synced: about 2 months ago
JSON representation
Capture Webcamera and URL media streams as ComfyUI images
- Host: GitHub
- URL: https://github.com/Amorano/Jovi_Capture
- Owner: Amorano
- Created: 2025-02-02T03:34:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T03:58:29.000Z (3 months ago)
- Last Synced: 2025-03-02T02:43:20.306Z (about 2 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **Jovi_Capture**
README
COMFYUI Nodes for capturing web camera and URL media streams as ComfyUI images

# SPONSORSHIP
Please consider sponsoring me if you enjoy the results of my work, code or documentation or otherwise. A good way to keep code development open and free is through sponsorship.
| | |
-|-|-|-
[](https://github.com/sponsors/Amorano) | [](https://www.paypal.com/paypalme/onarom) | [](https://www.patreon.com/joviex) | [](https://ko-fi.com/alexandermorano)## HIGHLIGHTS
![]()
* `WINDOW` capture desktop windows or window regions
* `CAMERA` webcam streaming and capture
* `REMOTE` capture remote URL media streams
* `MONITOR` snapshot local desktop monitor screen(s) or regions## UPDATES
**2025/03/02** @1.0.2:
* adjusted js import paths**2025/03/01** @1.0.1:
* pywinctl for monitor capture**2025/03/01** @1.0.0:
* intial breakout from Jovimetrix# INSTALLATION
## COMFYUI MANAGER
If you have [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager) installed, simply search for Jovi_Capture and install from the manager's database.
## MANUAL INSTALL
Clone the repository into your ComfyUI custom_nodes directory. You can clone the repository with the command:
```
git clone https://github.com/Amorano/Jovi_Capture.git
```
You can then install the requirements by using the command:
```
.\python_embed\python.exe -s -m pip install -r requirements.txt
```
If you are using avirtual environment
(venv
), make sure it is activated before installation. Then install the requirements with the command:
```
pip install -r requirements.txt
```
# WHERE TO FIND MEYou can find me on [](https://discord.gg/62TJaZ3Z5r).