X-Git-Url: https://git.ucc.asn.au/?p=matches%2FMCTX3420.git;a=blobdiff_plain;f=server%2Fimage.h;h=7f4271de75986804d51ea7e8f6b4fe96050959bc;hp=3c1ab6973b18ad1135a34a9eda047fdfc05f5b6e;hb=69d9f5d6774384f76c75248907304b0fbd66bbd1;hpb=544b54c409f3731b8e1581af95072a64ff393a28 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