RoseekResolutionMode

Description

Sets resolution of image.

Values of this enumeration:

  • AllPixel - It stands for full resolution.
  • ROI - It stands for ROI.
  • FullHD - This parameter stands for FullHD. After taking effect, the camera resolution is 1920x1080.

namespace RoseekResolutionMode
{
	enum Type
	{
		AllPixel,
		ROI,
		FullHD
	};
}