WPILibC++ 2023.4.3-108-ge5452e3
CS_UsbCameraInfo Struct Reference

USB camera information. More...

#include <cscore_c.h>

Public Attributes

int dev
 
char * path
 
char * name
 
int otherPathsCount
 
char ** otherPaths
 
int vendorId
 
int productId
 

Detailed Description

USB camera information.

Member Data Documentation

◆ dev

int CS_UsbCameraInfo::dev

◆ name

char* CS_UsbCameraInfo::name

◆ otherPaths

char** CS_UsbCameraInfo::otherPaths

◆ otherPathsCount

int CS_UsbCameraInfo::otherPathsCount

◆ path

char* CS_UsbCameraInfo::path

◆ productId

int CS_UsbCameraInfo::productId

◆ vendorId

int CS_UsbCameraInfo::vendorId

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