#include <string>
#include "l1394_eventhandle.h"
#include "l1394_resource.h"
#include "l1394_frame.h"
Go to the source code of this file.
Namespaces | |
namespace | L1394 |
Defines | |
#define | FREE_ISO_CHANNEL -1 |
Enumerations | |
enum | Videomode { DEVICE_160x120_YUV_444 = 0, DEVICE_320x240_YUV_422, DEVICE_640x480_YUV_411, DEVICE_640x480_YUV_422, DEVICE_640x480_RGB, DEVICE_640x480_MONO, DEVICE_800x600_YUV_422, DEVICE_800x600_RGB, DEVICE_800x600_MONO, DEVICE_1024x768_YUV_422, DEVICE_1024x768_RGB, DEVICE_1024x768_MONO, DEVICE_1280x960_YUV_422, DEVICE_1280x960_RGB, DEVICE_1280x960_MONO, DEVICE_1600x1200_YUV_422, DEVICE_1600x1200_RGB, DEVICE_1600x1200_MONO, DEVICE_DV } |
enum | Framerate { DEVICE_FRAMES_0 = 0, DEVICE_FRAMES_3_75, DEVICE_FRAMES_7_5, DEVICE_FRAMES_15, DEVICE_FRAMES_30, DEVICE_FRAMES_60, DEVICE_FRAMES_DV } |
enum | Isomode { DEVICE_ISO_RUN = 0, DEVICE_ISO_ONESHOT, DEVICE_ISO_MULTISHOT, DEVICE_ISO_NO } |
|
Definition at line 30 of file l1394_device.h. Referenced by main(), and L1394::DccCamera::setParameter(). |
|
Definition at line 60 of file l1394_device.h. |
|
Definition at line 82 of file l1394_device.h. |
|
Definition at line 32 of file l1394_device.h. |