C++ OpenCV image sending through socket

后端 未结 5 1211
轮回少年
轮回少年 2020-12-01 04:14

I\'m trying to implement a streaming service using OpenCV and sockets. The server side loads a given image and sends it to the client, which receives it through the socket a

5条回答
  •  囚心锁ツ
    2020-12-01 04:35

    Buffer overflow. And I am not sure that format and sizes of image are the same -> you should serialize your Mat honestly, something like here.

提交回复
热议问题