#include <twl/camera.h>
typedef void (*CAMERACallback)(CAMERAResult result, void *arg);
result | Camera processing result. |
arg | Arguments to pass to the callback function when it is invoked. |
This is the callback function type invoked when asynchronous camera processing has completed. One of the following values will be passed to result:
2007/11/09 Initial version.
CONFIDENTIAL