SmartRayImageAcquisitionType

Description

SmartRay sensor capture mode.

namespace SmartRayImageAcquisitionType
{
	enum Type
	{
		Profile,
		ProfileIntensityLaserLineThickness,
		ZMap,
		ZMapIntensityLaserLineThickness,
		LiveImage,
		PointCloud
	};
}