Giter VIP home page Giter VIP logo

aim_pyqt_socket's Introduction

需求:

接收:

  1. 接收视频帧 【已完成】
  2. 接收yolo识别出来的坐标

发送:

  1. 射击指令
  2. 追踪目标(目标位置) 格式: x,y,flag

bug

  1. 播放按键逻辑 【已解决】
  2. ui界面布局

加急:

  1. 发送socket数据包给下机位

日志


2-29-9:39报错日志

1.
----------------------------------------------------------
e:\workspace\PyQt\dev_project\Aim\GUI\main.py:327: DeprecationWarning: 'exec_' will be removed in the future. Use 'exec' instead.
  sys.exit(app.exec_()) 

  ----> 修改 : 更改pyside6库后要使用下面的方法调用
  sys.exit(app.exec_()) 
  --> sys.exit(app.exec())
----------------------------------------------------------
2.
----------------------------------------------------------
e:\workspace\PyQt\dev_project\Aim\GUI\main.py:88: DeprecationWarning: Function: 'QMouseEvent.globalPos() const' is marked as deprecated, please check the documentation for more information.
  global_pos = event.globalPos()
  ----> 说明:此方法在本版本可以正常运行,但是即将启用,后期如果更新版本,需要更改
----------------------------------------------------------
3.
----------------------------------------------------------
反序列化时出错:invalid load key, '\x00'.
接收视频时发生错误:local variable 'frame' referenced before assignment
反序列化时出错:invalid load key, '\x00'.
接收视频时发生错误:local variable 'frame' referenced before assignment
反序列化时出错:invalid load key, '\x1a'.
接收视频时发生错误:local variable 'frame' referenced before assignment

  ----> 说明: socket加载视频帧的方法存在问题,但是目前不影响运行
----------------------------------------------------------
4.
----------------------------------------------------------

aim_pyqt_socket's People

Contributors

clint456 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.