Home > Back-end >  Novice beg god give directions, has been the question: 0 x74c3c5af (located in 7 _ call camera. Exe)
Novice beg god give directions, has been the question: 0 x74c3c5af (located in 7 _ call camera. Exe)

Time:11-29

0 x74c3c5af (located in 7 _ call camera. Exe) with untreated Exception: Microsoft c + + exceptions: CV: : Exception, is located at memory location 0 x0029f674,

Desktop computers called industrial camera

#include
#include
Using the namespace CV;

Int main ()
{
//read in [1] from the camera video
VideoCapture capture (1);

//[2] cycle shows each frame
While (1)
{
Mat frame;//define a Mat variable, used to store each frame image
Capture> Frame;//read the current frame
Imshow (" read the video, "frame);//display the current frame
WaitKey (30);//delay 30 ms
}
return 0;
}

CodePudding user response:

  • Related