RtgvInitialize

RtgvInitialize initializes GigE Vision resources.

Syntax

Copy
BOOL RtgvInitialize(
    void
);

Parameters

This function has no parameters.

Return Values

If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. Call GetLastError to obtain an error code.

Remarks

This function must be called before all other GigE Vision 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 Header Library

wRTOS 1.0 SDK

RtgvApi.h

RtgvApi.lib

See Also: