WPILibC++
2019.1.1-beta-1-15-gd03b020
|
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. | |
USB camera information.
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)