modified image.c
[matches/MCTX3420.git] / server / image.c
index 164dc09..e1a586c 100644 (file)
@@ -32,7 +32,7 @@ void Image_Handler(FCGIContext * context, char * params)
        CvMat * g_src = NULL;   // Source Image
        CvMat * g_encoded;      // Encoded Image
 
-       result = Camera_GetImage( num, width, height ,g_src); 
+       Camera_GetImage( num, width, height ,g_src); 
        g_encoded = cvEncodeImage("test_encode.jpg",g_src,0);
 
        Log(LOGNOTE, "Sending image!");

UCC git Repository :: git.ucc.asn.au