AXISResolution

Description

Sets resolution of captured image.

namespace AXISResolution
{
	enum Type
	{
		_1024x768,
		_800x600,
		_640x480,
		_480x360,
		_240x180,
		_160x120
	};
}