modified image.c
authorCallum <callum@callum-ubuntu.(none)>
Tue, 29 Oct 2013 15:04:38 +0000 (23:04 +0800)
committerCallum <callum@callum-ubuntu.(none)>
Tue, 29 Oct 2013 15:04:38 +0000 (23:04 +0800)
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