16 #include <opencv/cv.h>
17 #include <opencv2/highgui/highgui_c.h>
int CAMGetMode()
Retrieves the current camera mode.
Definition: camera.c:97
Defines types used for the EyeBot 7.
int CAMGetGray(BYTE *buf)
Grabs a gray image off the camera.
Definition: camera.c:154
int CAMGet(BYTE *buf)
Retrieve a camera frame into the provided buffer.
Definition: camera.c:115
int CAMRelease(void)
Stops and releases all camera structures.
Definition: camera.c:136
int CAMSetMode(int mode)
Set the camera mode (e.g. format and resolution).
Definition: camera.c:40
int CAMInit(int mode)
Initialise the camera.
Definition: camera.c:19