AlexeyAB
2018-03-04 c123f320fcc2212f1d3b59a4d3d2ae6be71cf1e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#ifndef HTTP_STREAM_H
#define HTTP_STREAM_H
 
#ifdef __cplusplus
extern "C" {
#endif
 
void send_mjpeg(IplImage* ipl, int port, int timeout, int quality);
 
#ifdef __cplusplus
}
#endif
 
#endif // HTTP_STREAM_H