#include <unistd.h>
#include <cstdio>
#include <cassert>
#include <ros/time.h>
#include "uvc_cam/uvc_cam.h"
#include <signal.h>
#include <stdexcept>
Go to the source code of this file.
Functions |
int | main (int argc, char **argv) |
void | sigint_handler (int sig) |
Variables |
static bool | done = false |
const unsigned | FPS = 30 |
const unsigned | HEIGHT = 480 |
const unsigned | WIDTH = 640 |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Variable Documentation
bool done = false [static] |
const unsigned WIDTH = 640 |