I am writing code in Visual Studios on a Windows computer. I have installed and linked the .h files for ASICameras and OpenCV. I have compiling and running code all the way until ASIGetDataAfterExp, my question is how to I save the image file. I've tried ostream, imwrite, cvSaveImage, nothing works.
Please help