Added WebRTC Video Streaming Dependencies

This commit is contained in:
2025-05-20 00:00:03 -06:00
parent f800a99790
commit 4f0a4b1b45
2 changed files with 13 additions and 2 deletions

View File

@ -10,4 +10,10 @@ PyQt5
qasync
# Computer Vision & OCR Dependencies
Pillow
opencv-python # Computer vision processing
Pillow # Image processing (Windows)
mss # Fast cross-platform screen capture
# WebRTC Video Libraries
aiortc # Python library for WebRTC in async environments
av # Required by aiortc for video/audio codecs