#include <math.h>
#include <stdio.h>
#include <OPENR/ODataFormats.h>
#include <OPENR/OFbkImage.h>
#include <OPENR/OPENRAPI.h>
#include <OPENR/OSyslog.h>
#include <Types.h>
#include "BMP.h"
Include dependency graph for aibocam.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | CdtData |
class | AiboCam |
Enumerations | |
enum | WHITE_BALANCE { INDOOR = 1, DEFAULT = 2, OUTDOOR = 3 } |
enum | SHUTTER_SPEED { SLOW = 1, MEDIUM = 2, FAST = 3 } |
enum | CAM_GAIN { LOW = 1, MID = 2, HIGH = 3 } |
enum | LAYER { RAW_Y, RAW_Cr, RAW_Cb, RAW_GradX, RAW_GradY, RAW_Mag } |
Variables | |
static const char *const | FBK = "PRM:/r1/c1/c2/c3/i1-FbkImageSensor:F1" |
static const int | NUM_CDT_SEG = 32 |
static const double | FIELD_VIEW_H = 57.6 |
static const double | FIELD_VIEW_V = 47.8 |
|
White balance modes for Aibo camera |
|
Shutter speed modes for Aibo camera |
|
Gain modes for Aibo camera |
|
Image layers in an camera image of type odataFBK_YCrCb_HPF |
|
OPEN-R primitve locator for Aibo's camera |
|
Number of Y-Segemnts in cdt |
|
View field of camera |
|
|
Tim Baier
AiboLib v0.2.4 |
Generated Thu Jan 19 11:54:32 2006 by 1.4.3 |