Set video quality.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public void SetQuality( int quality ) |
Parameters
- quality
- Type: System..::.Int32
Video quality to set, [1, 8].
Remarks
The method sets video quality, which is specified in [1, 8] range - 1 is the highest quality level, 8 is the lowest quality level.

Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | Invalid quality level was specified. |