#include <ros/ros.h>#include <unistd.h>#include <cstdio>#include <cassert>#include <ros/time.h>#include "uvc_cam/uvc_cam.h"#include "SDL/SDL.h"
Go to the source code of this file.
| Functions | |
| int | main (int argc, char **argv) | 
| void | save_photo (uint8_t *frame) | 
| Variables | |
| unsigned | FPS = 30 | 
| unsigned | HEIGHT = 480 | 
| unsigned | WIDTH = 640 | 
| void save_photo | ( | uint8_t * | frame | ) |