使用SOCKET TCP OPENCV 发送视频 mat格式及jpg格式

SERVER SEND jpg

//常头文件
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>

//socket相关头文件
#include <sys/socket.h>

猜你喜欢

转载自blog.csdn.net/shenchen2010/article/details/125913799