#include <unistd.h>
#include <cstdio>
#include <cassert>
#include <ros/time.h>
#include <iostream>
#include <cmath>
#include <stdexcept>
#include "duration.h"
#include <sys/time.h>
#include <string>
#include <linux/videodev2.h>
#include <stdint.h>
#include <signal.h>
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 |