1 Star 0 Fork 2

斯黄/流媒体摄像头PC服务端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

手势识别应用

这是一个基于Python的系统,使用MediaPipe进行实时手势识别。它连接同一局域网内的移动设备发送的视频流,识别手势,并处理它们以用于各种交互式应用。

特性

  • 实时手势识别: 使用MediaPipe实时检测并跟踪手部关键点。
  • 网络设备发现: 自动检测局域网内的视频流源。
  • 交互式界面: 提供用户界面,以选择检测到的设备并查看带有手势信息叠加的视频流。

环境要求

  • Python 3.6 或更高版本
  • 库:mediapipe, opencv-python, websocket-client, zeroconf
  • 一个在局域网内广播视频流的设备

安装

  1. 克隆仓库:

    git clone https://github.com/yourusername/hand-gesture-recognition-app.git
    cd hand-gesture-recognition-app
    
  2. 安装依赖:

    pip install mediapipe opencv-python websocket-client zeroconf
    
  3. 运行应用:

    python main.py
    

使用说明

  1. 确保视频流设备(智能手机)和PC在同一局域网。
  2. 运行应用程序,它将自动开始发现可用设备。
  3. 从检测到的设备列表中选择希望的视频流。
  4. 应用程序将显示视频并叠加显示检测到的手势。

贡献

欢迎贡献以改进应用。请先 fork 本仓库然后提交 pull request。

许可证

此项目采用 MIT 许可证,详情请见 LICENSE 文件。

MIT License Copyright (c) 2024 Snake Konginchrist Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

这是一个基于Python的系统,可以接受同一局域网内的移动设备发送的视频流,并处理它们以用于各种交互式应用。 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Snake-Konginchrist/stream-cam-server.git
git@gitee.com:Snake-Konginchrist/stream-cam-server.git
Snake-Konginchrist
stream-cam-server
流媒体摄像头PC服务端
master

搜索帮助