Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server / vision / shmimgserve.h @ 1428

History | View | Annotate | Download (163 Bytes)

1
#ifndef SHMIMGSERVE_H
2
#define SHMIMGSERVE_H
3

    
4
#include <cv.h>
5

    
6
#define JPEG_QUALITY  50
7

    
8
int sendImage(IplImage *image);
9

    
10
int openShM();
11
void releaseShM();
12

    
13
#endif