RtGVInitialize

RtGVInitialize initializes RtGigEVision resources.

Syntax

BOOL RtGVInitialize(
	void
);

Parameters

This function has no parameters.

Return Values

Returns TRUE if the function succeeds, FALSE if the function fails. Call GetLastError for extended error information.

Remarks

This function must be called before all other RtGigEVision APIs are called.

Initialization includes discovering all cameras on the network. As a result, this function call may take as long as 10 seconds to return.

Requirements

Minimum Supported Version RTX64 4.1 Vision SDK

Header

RtGVApi.h

Library

RtGigEVision.lib

See Also:

RtGVClose