WPILibC++ 2024.1.1-beta-4
WPI_RawFrame Struct Reference

Raw Frame. More...

#include <wpi/RawFrame.h>

Inheritance diagram for WPI_RawFrame:
wpi::RawFrame

Public Attributes

char * data
 
int dataLength
 
int pixelFormat
 
int width
 
int height
 
int totalData
 

Detailed Description

Raw Frame.

Member Data Documentation

◆ data

char* WPI_RawFrame::data

◆ dataLength

int WPI_RawFrame::dataLength

◆ height

int WPI_RawFrame::height

◆ pixelFormat

int WPI_RawFrame::pixelFormat

◆ totalData

int WPI_RawFrame::totalData

◆ width

int WPI_RawFrame::width

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