libgphoto2 photo camera library (libgphoto2) API
2.4.11
Main Page
Related Pages
Data Structures
Files
File List
Globals
gphoto2.h
Go to the documentation of this file.
1
24
#ifndef __GPHOTO2_H__
25
#define __GPHOTO2_H__
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
#ifdef OS2
32
# include <db.h>
33
# include <sys/param.h>
34
# define CAMLIBS getenv("CAMLIBS")
35
# define RTLD_LAZY 0x001
36
# define VERSION "2"
37
# define usleep(t) _sleep2(((t)+500)/ 1000)
38
#endif
39
40
#ifdef WIN32
41
#define CAMLIBS "."
42
#endif
43
44
#include <
gphoto2/gphoto2-port.h
>
45
#include <
gphoto2/gphoto2-port-log.h
>
46
#include <
gphoto2/gphoto2-port-result.h
>
47
48
#include <
gphoto2/gphoto2-file.h
>
49
#include <
gphoto2/gphoto2-library.h
>
50
#include <
gphoto2/gphoto2-setting.h
>
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* __GPHOTO2_H__ */
gphoto2-port.h
gphoto2-port-result.h
gphoto2-port-log.h
gphoto2-setting.h
gphoto2-file.h
Abstracted gphoto2 file operations.
gphoto2-library.h
Camery driver header.
gphoto2
gphoto2.h
Generated by
1.8.5