Flip video capture for both cameras or not (for use with upside-down camera).
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 FlipVideo( bool isFlipped ) |
Parameters
- isFlipped
- Type: System..::.Boolean
Specifies if video should be flipped (trueTruetruetrue (True in Visual Basic)), or not (falseFalsefalsefalse (False in Visual Basic)).
Exceptions
| Exception | Condition |
|---|---|
| AForge..::.NotConnectedException | Not connected to SVS. Connect to SVS board before using this method. |