#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <getopt.h>
#include <unistd.h>
#include <ellLib.h>
#include <dc1394/dc1394.h>
|
#define | FDC_DC1394_NUM_BUFFERS 5 |
| Number of image buffers the dc1394 library will use internally. More...
|
|
#define | ERR(errCode) if (errCode != 0) fprintf(stderr, "ERROR [%s:%d]: dc1394 code: %d\n", __FILE__, __LINE__, errCode) |
| Print an errorcode to stderr. More...
|
|
#define | DEBUG(errCode) printf("%3d: " #errCode "\n", __LINE__); ERR(errCode) |
|
#define | NFRAMES 100 |
|
◆ DEBUG
#define DEBUG |
( |
|
errCode | ) |
printf("%3d: " #errCode "\n", __LINE__); ERR(errCode) |
◆ ERR
#define ERR |
( |
|
errCode | ) |
if (errCode != 0) fprintf(stderr, "ERROR [%s:%d]: dc1394 code: %d\n", __FILE__, __LINE__, errCode) |
Print an errorcode to stderr.
◆ FDC_DC1394_NUM_BUFFERS
#define FDC_DC1394_NUM_BUFFERS 5 |
Number of image buffers the dc1394 library will use internally.
◆ NFRAMES
◆ camNode_t
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ reset_bus()