Skip to content

Implement Real-Time Image Enhancement from Webcam #2

@defender-777

Description

@defender-777

Extend enhancement.py to process live webcam input instead of static images.
Each frame should be enhanced (CLAHE / Equalization) and displayed in real time.

Tasks:

Capture video from webcam using OpenCV (cv2.VideoCapture(0)).

Apply enhancement logic on each frame.

Display the live enhanced video feed.

Press ‘q’ to quit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions