FlyCapture to IplImage로 저장하는 방법. UINT CFlyCapThrDlg::GrabLoop(void) { int i,j; // bbumblebee2 해상도 int width=1024; int height=768; FlyCaptureError error; error = flycaptureCreateContext(&pContext); error = flycaptureInitialize(pContext, 0); //error = flycaptureStart(pContext,FLYCAPTURE_VIDEOMODE_640x480Y16,FLYCAPTURE_FRAMERATE_30); // 두개의 이미지를 받으려면 custom image 모드(mode 3,raw16) 사용 error=flycaptur..