Functions | |
const std::string | colorCodingName (dc1394color_coding_t mode) |
dc1394color_coding_t | getColorCoding (dc1394camera_t *camera, dc1394video_mode_t video_mode, std::string &color_coding) |
dc1394framerate_t | getFrameRate (dc1394camera_t *camera, dc1394video_mode_t video_mode, double &frame_rate) |
dc1394video_mode_t | getVideoMode (dc1394camera_t *camera, std::string &video_mode) |
bool | setFrameRate (dc1394camera_t *camera, dc1394video_mode_t video_mode, double &frame_rate) |
bool | setIsoSpeed (dc1394camera_t *camera, int &iso_speed) |
const std::string | videoModeName (dc1394video_mode_t mode) |
Variables | |
static const std::string | color_coding_names_ [DC1394_COLOR_CODING_NUM] |
driver parameter names, corresponding to DC1394 color codings | |
static const std::string | video_mode_names_ [DC1394_VIDEO_MODE_NUM] |
const std::string Modes::colorCodingName | ( | dc1394color_coding_t | mode | ) | [inline] |
dc1394color_coding_t Modes::getColorCoding | ( | dc1394camera_t * | camera, |
dc1394video_mode_t | video_mode, | ||
std::string & | color_coding | ||
) |
Get Format7 color coding.
camera | points to DC1394 camera struct | |
video_mode | currently selected Format7 video mode. | |
[in,out] | color_coding | Config parameter for this option, updated if the camera does not support the requested value |
dc1394framerate_t Modes::getFrameRate | ( | dc1394camera_t * | camera, |
dc1394video_mode_t | video_mode, | ||
double & | frame_rate | ||
) |
Get non-scalable frame rate.
camera | points to DC1394 camera struct. | |
video_mode | currently selected non-Format7 video mode. | |
[in,out] | frame_rate | Config parameter for this option, updated if the camera does not support the requested value. |
dc1394video_mode_t Modes::getVideoMode | ( | dc1394camera_t * | camera, |
std::string & | video_mode | ||
) |
bool Modes::setFrameRate | ( | dc1394camera_t * | camera, |
dc1394video_mode_t | video_mode, | ||
double & | frame_rate | ||
) |
Set non-scalable frame rate.
camera | points to DC1394 camera struct. | |
video_mode | currently selected non-Format7 video mode. | |
[in,out] | frame_rate | Config parameter for this option, updated if the camera does not support the requested value. |
bool Modes::setIsoSpeed | ( | dc1394camera_t * | camera, |
int & | iso_speed | ||
) |
Set ISO speed.
camera | points to DC1394 camera struct | |
[in,out] | iso_speed | Config parameter for this option, updated if the camera does not support the requested value |
const std::string Modes::videoModeName | ( | dc1394video_mode_t | mode | ) | [inline] |
const std::string Modes::color_coding_names_[DC1394_COLOR_CODING_NUM] [static] |
const std::string Modes::video_mode_names_[DC1394_VIDEO_MODE_NUM] [static] |