Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Images and data structures


The ARGetImage function returns image contents in an ARImageDataStruct:


typedef struct ARImageDataStruct
{
   unsigned int      numItems;      /* length in bytes     */
   unsigned char     *bytes;        /* not NULL terminated */
} ARImageDataStruct;
} ARImageDataStruct;
typedef struct ARImageDataList
{
   unsigned int      numItems;
   ARImageDataStruct *imageList;
   ARImageDataStruct *imageList;
} ARImageDataList;    /* list of 0 or more image data structs */

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 21.3