Arun Chettoor
Results
2
comments of
Arun Chettoor
I done with the following code - ``` #include #include int main( int argc, char* argv[] ) { int i=1; CvCapture* capture = NULL; capture = cvCreateCameraCapture( 0 ); IplImage...
@xxorde Thank you. Could you please try the earlier code i posted, to see whether i have any problem with the OpenCV. I got raw output from the camera. The...