Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Convert BGR to RGB color space for correct video colors (#338)
- Added cv2.cvtColor conversion before PIL processing - Fixes blue tint issue in video feed - Ensures correct color representation in Gemini 2.0 Live API video feed - Added explanatory comments for future maintainers Issue: Video feed shows blue tint due to BGR/RGB colorspace mismatch Solution: Convert OpenCV BGR output to RGB before PIL processing
- Loading branch information