#include <string>#include <linux/videodev2.h>#include <stdint.h>

Go to the source code of this file.
| Classes | |
| class | uvc_cam::Cam | 
| Namespaces | |
| namespace | uvc_cam | 
| Defines | |
| #define | CSU32 const static uint32_t | 
| Enumerations | |
| enum | uvc_cam::v4l2_uvc_exposure_auto_type { uvc_cam::V4L2_UVC_EXPOSURE_MANUAL = 1, uvc_cam::V4L2_UVC_EXPOSURE_AUTO = 2, uvc_cam::V4L2_UVC_EXPOSURE_SHUTTER_PRIORITY = 4, uvc_cam::V4L2_UVC_EXPOSURE_APERTURE_PRIORITY = 8 } | 
| Variables | |
| static const int | uvc_cam::exp_vals [] |