Log in

View Full Version : Camera custom config


pafwl
30-01-2010, 12:03
I have the camera working.
I am including the Vision\\AxisCamera2010.h file.

If 2009 it said to run the StartCamerablabla function. That is in the 2009 h files.

When I include bothe the 2009 .h files and 2010 .h file I get conflicts.

So how do I set the frame rate in 2010?

Is the camera running in its own thread?

How can I get the camera to run on its own thread?

Any help is appreciated.

jhersh
31-01-2010, 01:19
The camera already runs in its own task. The frame rate is not controlled by the task since the code is using the mjpeg interface which means the camera is constantly streaming back images. The task does not request each image.

jhersh
31-01-2010, 01:33
Also, you can configure the max frame rate in the web configuration for the camera.