#include <photo_camera.hpp>
Definition at line 50 of file photo_camera.hpp.
◆ photo_mode
◆ photo_camera()
photo_camera::photo_camera |
( |
void |
| ) |
|
◆ ~photo_camera()
photo_camera::~photo_camera |
( |
void |
| ) |
|
◆ photo_camera_capture()
bool photo_camera::photo_camera_capture |
( |
photo_image * |
image | ) |
|
◆ photo_camera_capture_to_file()
bool photo_camera::photo_camera_capture_to_file |
( |
const std::string & |
filename | ) |
|
◆ photo_camera_check_toggle_value()
bool photo_camera::photo_camera_check_toggle_value |
( |
const std::string & |
value_in, |
|
|
int * |
value_out |
|
) |
| |
|
private |
This function should be updated to leverage boost's ability to compare strings in a case insensitive manner: #include <boost/algorithm/string.hpp> boost::iequals( s1, s2 );
Definition at line 244 of file photo_camera.cpp.
◆ photo_camera_close()
bool photo_camera::photo_camera_close |
( |
void |
| ) |
|
◆ photo_camera_create_context()
GPContext * photo_camera::photo_camera_create_context |
( |
void |
| ) |
|
◆ photo_camera_find_widget_by_name()
int photo_camera::photo_camera_find_widget_by_name |
( |
std::string |
name, |
|
|
CameraWidget ** |
child, |
|
|
CameraWidget ** |
rootconfig |
|
) |
| |
◆ photo_camera_get_config()
bool photo_camera::photo_camera_get_config |
( |
const std::string & |
param, |
|
|
char ** |
value |
|
) |
| |
◆ photo_camera_open() [1/2]
◆ photo_camera_open() [2/2]
◆ photo_camera_set_config()
◆ abilities_
CameraAbilities photo_camera::abilities_ |
|
private |
◆ camera_
Camera* photo_camera::camera_ |
|
private |
◆ context_
GPContext* photo_camera::context_ |
|
private |
◆ mode_
◆ port_info_
GPPortInfo photo_camera::port_info_ |
|
private |
The documentation for this class was generated from the following files: