GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
cam_wrap.m File Reference
#include "cam_wrap.h"
#include <stdlib.h>
#include "CameraObject.h"
+ Include dependency graph for cam_wrap.m:

Functions

void * CAM_CreateInstance ()
 
int CAM_DestroyInstance (void **inst)
 
int CAM_SetupFormat (void *inst, int width, int height, int color)
 
int CAM_GetCurrentFormat (void *inst, unsigned int *width, unsigned int *height, int *color, int *stride)
 
int CAM_Start (void *inst)
 
int CAM_Stop (void *inst)
 
int CAM_IsStarted (void *inst)
 
int CAM_SetCallback (void *inst, GetPixelsCallback *callback)
 

Function Documentation

void* CAM_CreateInstance ( )

+ Here is the caller graph for this function:

int CAM_DestroyInstance ( void **  inst)

+ Here is the caller graph for this function:

int CAM_SetupFormat ( void *  inst,
int  width,
int  height,
int  color 
)
int CAM_GetCurrentFormat ( void *  inst,
unsigned int *  width,
unsigned int *  height,
int *  color,
int *  stride 
)

+ Here is the caller graph for this function:

int CAM_Start ( void *  inst)

+ Here is the caller graph for this function:

int CAM_Stop ( void *  inst)

+ Here is the caller graph for this function:

int CAM_IsStarted ( void *  inst)
int CAM_SetCallback ( void *  inst,
GetPixelsCallback callback 
)

+ Here is the caller graph for this function: