Set video resolution for both cameras.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public void SetResolution( SRV1..::.VideoResolution resolution ) |
Parameters
- resolution
- Type: AForge.Robotics.Surveyor..::.SRV1..::.VideoResolution
Video resolution to set.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| AForge..::.NotConnectedException | Not connected to SVS. Connect to SVS board before using this method. |