WPILibC++  2018.4.1-20180816013227-1153-g1462a5b
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
cs::UsbCameraInfo Struct Reference

USB camera information. More...

#include <cscore_cpp.h>

Public Attributes

int dev
 Device number (e.g. More...
 
std::string path
 Path to device if available (e.g. More...
 
std::string name
 Vendor/model name of the camera as provided by the USB driver.
 

Detailed Description

USB camera information.

Member Data Documentation

int cs::UsbCameraInfo::dev

Device number (e.g.

N in '/dev/videoN' on Linux)

std::string cs::UsbCameraInfo::path

Path to device if available (e.g.

'/dev/video0' on Linux)


The documentation for this struct was generated from the following file: