espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

Is it possible to send capture through tcp without http? #143

Open BrandonOng22 opened 4 years ago

BrandonOng22 commented 4 years ago

I want to send an image through tcp to a server on Linux. It is important that I don't use http request. Is it possible to send and receive a capture, then save it as a jpeg?

holubcsongor commented 4 years ago

Yes, you can build up raw tcp connections with idf. Look for example in the idf-repository.