Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
chdk_pipe.h
Go to the documentation of this file.
1 // CHDKPTP Pipe
2 
3 void chdk_pipe_init(void);
4 void chdk_pipe_shoot(char *filename);
5 void chdk_pipe_deinit(void);
6 
void chdk_pipe_shoot(char *filename)
Shoot an image.
Definition: chdk_pipe.c:92
void chdk_pipe_deinit(void)
Deinitialize CHDK pipe.
Definition: chdk_pipe.c:79
void chdk_pipe_init(void)
Initialize the CHDK pipe.
Definition: chdk_pipe.c:50