#include "video1394.h"
#include <dc1394/camera.h>
#include <pthread.h>
Go to the source code of this file.
|
void | ar2Video1394FormatConversion (ARUint8 *src, ARUint8 *dst, int mode, int width, int height) |
|
int | ar2VideoGetValue1394 (AR2VideoParam1394T *vid, int paramName, int *value) |
|
int | ar2VideoSetValue1394 (AR2VideoParam1394T *vid, int paramName, int value) |
|
int | ar2VideoGetAutoOn1394 (AR2VideoParam1394T *vid, int paramName, int *value) |
|
int | ar2VideoSetAutoOn1394 (AR2VideoParam1394T *vid, int paramName, int value) |
|
int | ar2VideoGetFeatureOn1394 (AR2VideoParam1394T *vid, int paramName, int *value) |
|
int | ar2VideoSetFeatureOn1394 (AR2VideoParam1394T *vid, int paramName, int value) |
|
int | ar2VideoGetMaxValue1394 (AR2VideoParam1394T *vid, int paramName, int *value) |
|
int | ar2VideoGetMinValue1394 (AR2VideoParam1394T *vid, int paramName, int *value) |
|
int | ar2VideoGetAbsValue1394 (AR2VideoParam1394T *vid, int paramName, ARdouble *value) |
|
int | ar2VideoSetAbsValue1394 (AR2VideoParam1394T *vid, int paramName, ARdouble value) |
|
int | ar2VideoGetAbsMaxValue1394 (AR2VideoParam1394T *vid, int paramName, ARdouble *value) |
|
int | ar2VideoGetAbsMinValue1394 (AR2VideoParam1394T *vid, int paramName, ARdouble *value) |
|
◆ ar2Video1394FormatConversion()
void ar2Video1394FormatConversion |
( |
ARUint8 * |
src, |
|
|
ARUint8 * |
dst, |
|
|
int |
mode, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ ar2VideoGetAbsMaxValue1394()
◆ ar2VideoGetAbsMinValue1394()
◆ ar2VideoGetAbsValue1394()
◆ ar2VideoGetAutoOn1394()
◆ ar2VideoGetFeatureOn1394()
◆ ar2VideoGetMaxValue1394()
◆ ar2VideoGetMinValue1394()
◆ ar2VideoGetValue1394()
◆ ar2VideoSetAbsValue1394()
◆ ar2VideoSetAutoOn1394()
◆ ar2VideoSetFeatureOn1394()
◆ ar2VideoSetValue1394()