Flip video capture 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)).

See Also