WPILibC++ 2025.0.0-alpha-1-24-g6478ba6
CS_UsbCameraInfo Struct Reference

USB camera information. More...

#include <cscore_c.h>

Public Attributes

int dev
 
struct WPI_String path
 
struct WPI_String name
 
int otherPathsCount
 
struct WPI_StringotherPaths
 
int vendorId
 
int productId
 

Detailed Description

USB camera information.

Member Data Documentation

◆ dev

int CS_UsbCameraInfo::dev

◆ name

struct WPI_String CS_UsbCameraInfo::name

◆ otherPaths

struct WPI_String* CS_UsbCameraInfo::otherPaths

◆ otherPathsCount

int CS_UsbCameraInfo::otherPathsCount

◆ path

struct WPI_String CS_UsbCameraInfo::path

◆ productId

int CS_UsbCameraInfo::productId

◆ vendorId

int CS_UsbCameraInfo::vendorId

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