Enumeration of SVS's Blackfin cameras.

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 enum Camera

Members

Member nameDescription
Left
Left camera (default port number is 10000).
Right
Right camera (default port number is 10001).

Remarks

Since SVS board consists of two SRV-1 Blackfin cameras, the enumeration is used by different methods to specify which one to access.

See Also