49#ifndef AR_VIDEO_1394_H
50#define AR_VIDEO_1394_H
unsigned int ARUint32
Definition: ar.h:94
Definition: video1394Private.h:58
A structure which carries information about a video frame retrieved by the video library.
Definition: ar.h:148
int ar2VideoDispOption1394(void)
AR_PIXEL_FORMAT ar2VideoGetPixelFormat1394(AR2VideoParam1394T *vid)
int ar2VideoCapStop1394(AR2VideoParam1394T *vid)
int ar2VideoGetParams1394(AR2VideoParam1394T *vid, const int paramName, char **value)
AR2VideoBufferT * ar2VideoGetImage1394(AR2VideoParam1394T *vid)
int ar2VideoSaveParam1394(AR2VideoParam1394T *vid, char *filename)
int ar2VideoGetId1394(AR2VideoParam1394T *vid, ARUint32 *id0, ARUint32 *id1)
int ar2VideoSetParamd1394(AR2VideoParam1394T *vid, int paramName, double value)
AR2VideoParam1394T * ar2VideoOpen1394(const char *config)
int ar2VideoGetSize1394(AR2VideoParam1394T *vid, int *x, int *y)
int ar2VideoSetParams1394(AR2VideoParam1394T *vid, const int paramName, const char *value)
int ar2VideoClose1394(AR2VideoParam1394T *vid)
int ar2VideoGetParamd1394(AR2VideoParam1394T *vid, int paramName, double *value)
int ar2VideoCapStart1394(AR2VideoParam1394T *vid)
int ar2VideoLoadParam1394(AR2VideoParam1394T *vid, char *filename)
int ar2VideoGetParami1394(AR2VideoParam1394T *vid, int paramName, int *value)
int ar2VideoSetParami1394(AR2VideoParam1394T *vid, int paramName, int value)