WPILibC++ 2024.1.1-beta-4
RawFrame.h File Reference

Go to the source code of this file.

Classes

struct  WPI_RawFrame
 Raw Frame. More...
 
struct  wpi::RawFrame
 

Namespaces

namespace  wpi
 

Typedefs

typedef struct WPI_RawFrame WPI_RawFrame
 Raw Frame. More...
 

Enumerations

enum  WPI_PixelFormat {
  WPI_PIXFMT_UNKNOWN = 0 , WPI_PIXFMT_MJPEG , WPI_PIXFMT_YUYV , WPI_PIXFMT_RGB565 ,
  WPI_PIXFMT_BGR , WPI_PIXFMT_GRAY , WPI_PIXFMT_Y16 , WPI_PIXFMT_UYVY
}
 Pixel formats. More...
 

Functions

void WPI_AllocateRawFrameData (WPI_RawFrame *frame, int requestedSize)
 
void WPI_FreeRawFrameData (WPI_RawFrame *frame)
 

Typedef Documentation

◆ WPI_RawFrame

typedef struct WPI_RawFrame WPI_RawFrame

Raw Frame.

Enumeration Type Documentation

◆ WPI_PixelFormat

Pixel formats.

Enumerator
WPI_PIXFMT_UNKNOWN 
WPI_PIXFMT_MJPEG 
WPI_PIXFMT_YUYV 
WPI_PIXFMT_RGB565 
WPI_PIXFMT_BGR 
WPI_PIXFMT_GRAY 
WPI_PIXFMT_Y16 
WPI_PIXFMT_UYVY 

Function Documentation

◆ WPI_AllocateRawFrameData()

void WPI_AllocateRawFrameData ( WPI_RawFrame frame,
int  requestedSize 
)

◆ WPI_FreeRawFrameData()

void WPI_FreeRawFrameData ( WPI_RawFrame frame)