Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
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 */