Added WebRTC Video Streaming Dependencies
This commit is contained in:
parent
f800a99790
commit
4f0a4b1b45
@ -10,4 +10,10 @@ PyQt5
|
|||||||
qasync
|
qasync
|
||||||
|
|
||||||
# Computer Vision & OCR Dependencies
|
# 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
|
@ -20,4 +20,9 @@ numpy # Numerical operations
|
|||||||
opencv-python # Computer vision processing
|
opencv-python # Computer vision processing
|
||||||
pytesseract # OCR engine
|
pytesseract # OCR engine
|
||||||
easyocr # Deep-learning-based OCR
|
easyocr # Deep-learning-based OCR
|
||||||
Pillow # Image 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
|
Loading…
x
Reference in New Issue
Block a user