File tree Expand file tree Collapse file tree 2 files changed +0
-44
lines changed
examples/official/ip_camera Expand file tree Collapse file tree 2 files changed +0
-44
lines changed Original file line number Diff line number Diff line change 1- # IP Camera Viewer GUI Client Dependencies
2-
3- # PySide6 GUI Framework
41PySide6 == 6.7.2
5-
6- # HTTP requests for MJPEG streaming
72requests == 2.31.0
8-
9- # OpenCV for RTSP URL support
103opencv-python == 4.8.1.78
114numpy >= 1.21.0 ,< 2.0.0
12-
13- # Dynamsoft Capture Vision Bundle for barcode scanning
145dynamsoft-capture-vision-bundle >= 3.0.6000
15-
16- # Additional utilities
17- urllib3 >= 1.26.0
18- certifi >= 2023.0.0
19-
20- # Optional: For enhanced image processing
21- Pillow >= 10.0.0
22-
23- # Development dependencies (optional)
24- # pytest==7.4.2
25- # pytest-qt==4.2.0
26- # black==23.9.1
27- # flake8==6.1.0
Original file line number Diff line number Diff line change 1- # USB Camera to IP Camera Server Dependencies
2-
3- # Web Framework
41Flask == 2.3.3
5-
6- # Computer Vision Library
72opencv-python == 4.8.1.78
8-
9- # Additional utilities
10- Werkzeug == 2.3.7
11- Jinja2 == 3.1.2
12- MarkupSafe == 2.1.3
13- itsdangerous == 2.1.2
14- click == 8.1.7
15-
16- # Optional: For enhanced video processing
173numpy >= 1.21.0 ,< 2.0.0
18-
19- # System utilities
20- psutil == 5.9.6
21-
22- # Development dependencies (optional)
23- # pytest==7.4.2
24- # black==23.9.1
25- # flake8==6.1.0
You can’t perform that action at this time.
0 commit comments