An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Capture Webcamera and URL media streams as ComfyUI images

COMFYUI Nodes for capturing web camera and URL media streams as ComfyUI images

![KNIVES!](https://badgen.net/github/open-issues/Amorano/Jovi_Capture)
![FORKS!](https://badgen.net/github/forks/Amorano/Jovi_Capture)

# 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.

 | | | 
-|-|-|-
[![BE A GITHUB SPONSOR ❤️](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/Amorano) | [![DIRECTLY SUPPORT ME VIA PAYPAL](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/onarom) | [![PATREON SUPPORTER](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/joviex) | [![SUPPORT ME ON KO-FI!](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/alexandermorano)

## HIGHLIGHTS


Jovi Streaming Node Family

* `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 a virtual environment (venv), make sure it is activated before installation. Then install the requirements with the command:
```
pip install -r requirements.txt
```
# WHERE TO FIND ME

You can find me on [![DISCORD](https://dcbadge.vercel.app/api/server/62TJaZ3Z5r?style=flat-square)](https://discord.gg/62TJaZ3Z5r).