libdc1394 enumerated modes interface More...
#include <dc1394/dc1394.h>
Go to the source code of this file.
Namespaces | |
namespace | Modes |
Functions | |
dc1394color_coding_t | Modes::getColorCoding (dc1394camera_t *camera, dc1394video_mode_t video_mode, std::string &color_coding) |
dc1394framerate_t | Modes::getFrameRate (dc1394camera_t *camera, dc1394video_mode_t video_mode, double &frame_rate) |
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) |
bool | Modes::setIsoSpeed (dc1394camera_t *camera, int &iso_speed) |
libdc1394 enumerated modes interface
Functions to get or set libdc1394 modes corresponding to various Config parameters, limiting configured values to those actually supported by the device.
Definition in file modes.h.