Git Product home page Git Product logo

kunyun's Introduction

本次升级包提供1080P 25fps mjpeg流。数据包走TCP协议,端口31003。每帧数据包格式如下:
FRAME_INFO+mjpeg数据

typedef struct _FRAME_INFO
{
	int nWidth;					//mjpeg图片宽度
	int nHeight;				//mjpeg图片高度
	unsigned long frameID;		//帧序列号
	unsigned long dataLen;		//mjpeg数据大小
}FRAME_INFO;

具体网络接收时可以先接收一个FRAME_INFO大小的包,读出mjpeg的数据大小,然后根据mjpeg数据大小接收一帧mjpeg数据。

Dear wen:
         附件中upGradeFile-017.FLS为按你们要求做的升级包,bin.rar为测试客户端,解压执行里面的picoNet.exe填入摄像机ip点击连接即可看到每秒25帧的mjpeg图片。后续再发给你们网络协议的详细描述。
[email protected]


open app.path & "\" & text21.text & "\资产分类.txt"

kunyun's People

Contributors

zxf724 avatar

Watchers

James Cloos 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.