X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fimage.h;h=7f4271de75986804d51ea7e8f6b4fe96050959bc;hb=3977290418955f0f737c4ac727565e34b687b8d1;hp=3c1ab6973b18ad1135a34a9eda047fdfc05f5b6e;hpb=19c48bb0707a0a92aa713e125cbd070295621383;p=matches%2FMCTX3420.git diff --git a/server/image.h b/server/image.h index 3c1ab69..7f4271d 100644 --- a/server/image.h +++ b/server/image.h @@ -7,10 +7,12 @@ #define _IMAGE_H #include "common.h" +#include "cv.h" extern void Image_Init(); extern void Image_Handler(FCGIContext * context, char * params); extern void Image_Cleanup(); +extern bool Camera_GetImage(int num, int width, int height, CvMat * image); #endif //_IMAGE_H