#include <iomanip>
#include <tuw_uvc/uvc_defaults.h>
#include <tuw_uvc/uvc.h>
#include <boost/algorithm/string.hpp>
#include <libv4l2.h>
#include "luvcview/v4l2uvc.h"
#include "luvcview/color.h"
#include <linux/videodev2.h>
#include <boost/interprocess/sync/scoped_lock.hpp>
Go to the source code of this file.
Defines | |
#define | FIXED Sint32 |
#define | FIXED_BITS 16 |
#define | FROM_FIXED(X) (((Sint32)(X))>>(FIXED_BITS)) |
#define | INCPANTILT 64 |
#define | TO_FIXED(X) (((Sint32)(X))<<(FIXED_BITS)) |
Typedefs | |
typedef boost::interprocess::scoped_lock < boost::interprocess::interprocess_mutex > | Lock |
#define FIXED_BITS 16 |
#define FROM_FIXED | ( | X | ) | (((Sint32)(X))>>(FIXED_BITS)) |
#define INCPANTILT 64 |
#define TO_FIXED | ( | X | ) | (((Sint32)(X))<<(FIXED_BITS)) |