Retrive frames from FLIR cameras using OpenCV
问题 I am trying to connect a FLIR cammera and process the frames using OpenCV. I connect the cammera with an internet cable but the VideoCapture object was not associated to cam successfully; cv::VideoCapture cam(0); if (cam.isOpened() == false) { std::cout << "error: capWebcam not accessed successfully\n\n"; _getch(); return(0); } It looks like OpenCv can´t find it. The internet cable serves and as a power supply for the cammera just mentioning if maybe that's relavant. I can use the Spinnaker