Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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 
chdk_pipe_deinit
void chdk_pipe_deinit(void)
Deinitialize CHDK pipe.
Definition: chdk_pipe.c:79
chdk_pipe_init
void chdk_pipe_init(void)
Initialize the CHDK pipe.
Definition: chdk_pipe.c:50
chdk_pipe_shoot
void chdk_pipe_shoot(char *filename)
Shoot an image.
Definition: chdk_pipe.c:92