|
Re: Camera software Update 2/3/10 C/C++
Hey guys!
I installed the update a couple of days ago and it seems to have created a problem that I'm wondering if anyone on here has been able to figure out. When I declare the Axis camera instance, I tried setting the resolution of the image, but when I do that it says that my resolution (kResolution_640x480) is undeclared. I am including the updated AxisCamera.h and AxisCameraParams.h header files. Do any of you have any ideas on what I'm doing wrong? Here is what my source code looks like:
AxisCamera &camera = AxisCamera::GetInstance();
camera.WriteResolution(kResolution_640x480);
|