# multipath-camera-stream **Repository Path**: wangjc5736/multipath-camera-stream ## Basic Information - **Project Name**: multipath-camera-stream - **Description**: Python/Demo_camera_and_network/ip_camera.py 读取多个(海康\大华)网络摄像头的视频流 (使用opencv-python),解决实时读取延迟问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 来自:https://zhuanlan.zhihu.com/p/38136322 # Python git clone https://github.com/Yonv1943/Python git config --global user.email "178320049@qq.com" git config --global user.name "Yonv" git init git add README.md git commit -m "first commit" git remote add origin git@github.com:Yonv1943/Python.git git push -u origin master