AXISResolution

Description

Sets resolution of captured image.

namespace AXISResolution
{
	enum Type
	{
		_1920x1080,
		_1440x960,
		_1400x1050,
		_1280x960,
		_1280x800,
		_1280x720,
		_1024x768,
		_1024x640,
		_800x600,
		_800x500,
		_800x450,
		_720x480,
		_672x448,
		_640x480,
		_640x400,
		_640x360,
		_480x360,
		_480x320,
		_480x300,
		_480x270,
		_320x240,
		_320x200,
		_320x180,
		_240x180,
		_240x160,
		_160x120,
		_160x100,
		_160x90,
		_10240x2560,
		_7424x5568,
		_7552x3776,
		_5120x2560,
		_4320x1920,
		_3840x2160,
		_3712x2784,
		_3712x1856,
		_3072x2048,
		_3072x1728,
		_2992x2992,
		_2880x2880,
		_2880x1620,
		_2688x1512,
		_2592x1944,
		_2560x1920,
		_2304x1728,
		_2160x2160,
		_1920x1440,
		_1920x1280,
		_1024x600,
		_480x272,
		_384x288,
		_208x156
	};
}