#ifndef __CAMERA_IMAGE_H__ #define __CAMERA_IMAGE_H__ #include dc1394error_t save_frame(char* prefix,dc1394camera_t* camera,dc1394video_frame_t* frame); /*Given {camera} and {frame}, stores using PPM/PGM format in {prefix}.ext the captured frame. It writes each channel in separated files if coding is YUV.It determines the extension according with the frame coding*/ #endif