y9luiz / FaceRecognitionServer

A face recognition server written in C++ [Under development]
1 stars 2 forks source link

Create client able to send streams #24

Open y9luiz opened 1 year ago

y9luiz commented 1 year ago

Right now the client just sends one single message. Although the server can handle multiple messages, the client just receives one single type of input which is images. This issue should be addressed after the argument parser implementation #19 .