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