Flip video capture for both cameras or not (for use with upside-down camera).

Namespace:  AForge.Robotics.Surveyor
Assembly:  AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.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

ExceptionCondition
AForge..::.NotConnectedExceptionNot connected to SVS. Connect to SVS board before using this method.

See Also