IMX.Open()

Type: INSTANCE FUNCTION

Purpose: Acquires the use of an IMX8.

The IMX8 associated with the IMX object must be connected and operational when this function is called.

This function must be called prior to calling any other IMX object functions.

IMX.Open() also initializes the IMX8 hardware to the following settings:

IMX.Open(false) initializes the IMX8 hardware without changing the above settings.

IMX.Open() can fail for a variety of reasons. These include:

Usage: Status = IMX.Open()

 

Status

BOOL

Success flag.

TRUE if IMX opened OK.

FALSE if function failed.

Related Topics IconRelated Topics