![]() |
CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | PARAM_FILE_COUNTER 0x38 |
#define | PARAM_EXPOSURE_COUNTER 0x02 |
Funktionen | |
long | get_file_next_counter () |
long | get_target_file_num () |
long | get_target_dir_num () |
Variablen | |
const ApertureSize | aperture_sizes_table [] |
const ShutterSpeed | shutter_speeds_table [] |
const ISOTable | iso_table [] |
const CapturemodeMap | modemap [] |
const int | dof_tbl [] = {7400, 8210, 9040, 9860, 10670, 12730, 14780, 16820, 18890, 21970, 25030, 29170, 36780, 44400} |
const int | dof_tbl_size = sizeof(dof_tbl)/sizeof(dof_tbl[0]) |
#define PARAM_EXPOSURE_COUNTER 0x02 |
Definiert in Zeile 2 der Datei shooting.c.
#define PARAM_FILE_COUNTER 0x38 |
Definiert in Zeile 1 der Datei shooting.c.
long get_file_next_counter | ( | ) |
Definiert in Zeile 128 der Datei shooting.c.
long get_target_dir_num | ( | ) |
Definiert in Zeile 148 der Datei shooting.c.
long get_target_file_num | ( | ) |
Definiert in Zeile 132 der Datei shooting.c.
const ApertureSize aperture_sizes_table[] |
Definiert in Zeile 9 der Datei shooting.c.
const int dof_tbl[] = {7400, 8210, 9040, 9860, 10670, 12730, 14780, 16820, 18890, 21970, 25030, 29170, 36780, 44400} |
Definiert in Zeile 125 der Datei shooting.c.
Definiert in Zeile 126 der Datei shooting.c.
Definiert in Zeile 75 der Datei shooting.c.
const CapturemodeMap modemap[] |
Definiert in Zeile 87 der Datei shooting.c.
const ShutterSpeed shutter_speeds_table[] |
Definiert in Zeile 23 der Datei shooting.c.