Get direct access to one of the SVS's SRV-1 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 SRV1 GetDirectAccessToSRV1(
	SVS..::.Camera camera
)

Parameters

camera
Type: AForge.Robotics.Surveyor..::.SVS..::.Camera
SRV-1 Blackfin to get direct access to.

Return Value

Returns SRV1 object connected to the requested SRV-1 Blackfin camera.

Remarks

The method provides direct access to one of the SVS's SRV-1 Blackfin cameras, so it could be possible to send some direct commands to it using Send(array<Byte>[]()[]) and SendAndReceive(array<Byte>[]()[], array<Byte>[]()[]) methods.

Exceptions

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

See Also