python-webcam-socket-streaming

时间:2024-04-20 09:19:21
【文件属性】:

文件名称:python-webcam-socket-streaming

文件大小:245KB

文件格式:ZIP

更新时间:2024-04-20 09:19:21

JupyterNotebook

python-webcam-socket-streaming Python OpenCV网络摄像头通过TCP套接字发送发送帧。 什么是网络套接字? 网络节点内的软件结构 用作发送和接收的端点 协议类型,IP地址和端口号的组合,用于数据通信 套接字的实现 在TCP和UDP等标准互连协议中,套接字地址是以下各项的组合: socket address = (IP address, port number) 如何找到IP地址? 根据操作系统的不同,您可以轻松找到计算机的IP地址。 进入终端窗口并运行以下命令: 苹果系统 ipconfig getifaddr en0 Windows / Linux / Ubuntu ifconfig 对于Windows用户。 所需的IP地址将针对IPv4地址显示。 适用于Linux和Ubuntu用户。 所需的IP地址将用于Wifi局域网(inet)。 客


【文件预览】:
python-webcam-socket-streaming-main
----requirements.txt(27B)
----server.py(1KB)
----README.md(2KB)
----client.py(1KB)
----.gitignore(28B)
----server.ipynb(5KB)
----screenshot()
--------img02.png(103KB)
--------img01.png(43KB)
--------image.pptx(59KB)
--------img03.png(90KB)

网友评论