[SOLVED] CS #include types.h

$25

File Name: CS_#include_types.h.zip
File Size: 178.98 KB

5/5 - (1 vote)

#include types.h

int main() {
VideoCapture camera;
if (!camera.open(0)) {
printf(Cant find a camera
);
return 1;
};

// Main loop
Mat img;
for(;;) {
camera >> img;
imshow(Camera, img);
int key = waitKey(5);
if (key == 27 || key == q) break;
}
camera.release();
return 0;
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #include types.h
$25