https://github.com/xuhongming251/ComfyUI_Camera
ComfyUI processes local real-time camera feed and provides real-time preview of the result.
https://github.com/xuhongming251/ComfyUI_Camera
Last synced: 6 months ago
JSON representation
ComfyUI processes local real-time camera feed and provides real-time preview of the result.
- Host: GitHub
- URL: https://github.com/xuhongming251/ComfyUI_Camera
- Owner: xuhongming251
- Created: 2024-11-21T10:18:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:47:22.000Z (7 months ago)
- Last Synced: 2024-11-21T11:35:59.658Z (7 months ago)
- Language: Python
- Size: 4.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_Camera** - time camera feed and provides real-time preview of the result. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI_Camera
ComfyUI processes local real-time camera feed and provides real-time preview of the result.
# Introduction
1. Through the **ComfyUI_Camera** plugin, you can read local camera frames at any time within ComfyUI.
2. It allows for efficient previewing of the results processed by ComfyUI, making it easier to handle camera frames in real-time and view the processed results instantly.
3. All of this can be done directly within the ComfyUI interface, enabling you to operate and implement it simultaneously.# Usage Steps
1. Install the `ComfyUI_Camera` plugin.
2. Restart ComfyUI to refresh the interface.
3. Right-click the menu and select `Start Local Camera`.

4. Wait for the camera to start, then select the resolution.

5. Download and execute the workflow, `./res/real_time_camera_flow.json`.

6. If you need real-time processing and live preview of the processed results, follow these settings and execute the **Queue Prompt** to keep it running continuously.
7. If you do not have a physical camera, you can use the OBS software to enable a virtual camera for use.
8. Right-click the menu and select `Stop Local Camera` for stop camera.
# Verified
## Platforms
- Windows
- Mac## Features
- Modify resolution does not require a restart.
- It does not support cloud deployment using a local camera; the camera and ComfyUI must be on the same machine.