libgphoto2 photo camera library (libgphoto2) API  2.5.10.1
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 #undef CAMLIBS
42 #define CAMLIBS "."
43 #endif
44 
45 #include <gphoto2/gphoto2-port.h>
48 
49 #include <gphoto2/gphoto2-file.h>
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif /* __GPHOTO2_H__ */
Abstracted gphoto2 file operations.
Camery driver header.