#include <stdio.h>#include <iostream>#include <stdint.h>#include <stdlib.h>#include <inttypes.h>#include <unistd.h>#include "dc1394vs.h"

Go to the source code of this file.
Defines | |
| #define | CHECK_ERROR(err, clean, msg) if (err!=DC1394_SUCCESS) { std::cerr << msg << std::endl; clean ; return false; } |
Functions | |
| static const char * | color_coding_name (dc1394color_coding_t a) |
| ostream & | print_mode (ostream &stream, dc1394camera_t *camera, const dc1394video_mode_t m) |
| static void | cleanup_and_exit (dc1394camera_t *camera) |
| #define CHECK_ERROR | ( | err, | |||
| clean, | |||||
| msg | ) | if (err!=DC1394_SUCCESS) { std::cerr << msg << std::endl; clean ; return false; } |
Definition at line 244 of file dc1394vs.cpp.
| static void cleanup_and_exit | ( | dc1394camera_t * | camera | ) | [static] |
| static const char* color_coding_name | ( | dc1394color_coding_t | a | ) | [static] |
| ostream& print_mode | ( | ostream & | stream, | |
| dc1394camera_t * | camera, | |||
| const dc1394video_mode_t | m | |||
| ) |
1.5.9