WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
PixelFormat.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
8
9namespace wpi::util {
10
11/**
12 * Pixel formats
13 */
25
26} // namespace wpi::util
@ WPI_PIXFMT_YUYV
Definition PixelFormat.h:13
@ WPI_PIXFMT_Y16
Definition PixelFormat.h:17
@ WPI_PIXFMT_UYVY
Definition PixelFormat.h:18
@ WPI_PIXFMT_BGRA
Definition PixelFormat.h:19
@ WPI_PIXFMT_MJPEG
Definition PixelFormat.h:12
@ WPI_PIXFMT_GRAY
Definition PixelFormat.h:16
@ WPI_PIXFMT_RGB565
Definition PixelFormat.h:14
@ WPI_PIXFMT_BGR
Definition PixelFormat.h:15
@ WPI_PIXFMT_UNKNOWN
Definition PixelFormat.h:11
Definition raw_os_ostream.hpp:19
PixelFormat
Pixel formats.
Definition PixelFormat.hpp:14
@ kRGB565
Definition PixelFormat.hpp:18
@ kUnknown
Definition PixelFormat.hpp:15
@ kBGRA
Definition PixelFormat.hpp:23
@ kGray
Definition PixelFormat.hpp:20
@ kYUYV
Definition PixelFormat.hpp:17
@ kY16
Definition PixelFormat.hpp:21
@ kMJPEG
Definition PixelFormat.hpp:16
@ kBGR
Definition PixelFormat.hpp:19
@ kUYVY
Definition PixelFormat.hpp:22