#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.
|
typedef boost::interprocess::scoped_lock< boost::interprocess::interprocess_mutex > | Lock |
|
#define FROM_FIXED |
( |
|
X | ) |
(((Sint32)(X))>>(FIXED_BITS)) |
#define TO_FIXED |
( |
|
X | ) |
(((Sint32)(X))<<(FIXED_BITS)) |
typedef boost::interprocess::scoped_lock<boost::interprocess::interprocess_mutex> Lock |