영상출력1 OPENCV C++ 스트리밍 영상 출력하기 esp32 cam 영상 출력 소스는 아래를 참고하자. 최종 소스 - ESP32 CAM의 영상을 출력 #include #include using namespace cv; using namespace std; int main(int argc, char* argv[]) { string url = "http://192.168.0.104"; // Open the default camera VideoCapture cap(url); // Check if the camera is opened if(!cap.isOpened()) { cout frame; // Check if the frame is empty if(frame.empty()) { cout 2023. 1. 12. 이전 1 다음