Basic types and namespace for FCam API. More...
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | FCam::Size |
A class to represent sizes of two dimensional objects like images. More... | |
struct | FCam::Rect |
A class to represent rectangles, like regions of an image. More... | |
Namespaces | |
namespace | FCam |
Main namespace for the API. | |
Enumerations | |
enum | FCam::ImageFormat { FCam::RGB24 = 0, FCam::RGB16, FCam::UYVY, FCam::YUV24, FCam::RAW, FCam::UNKNOWN } |
The various image formats supported by FCam. More... | |
enum | FCam::BayerPattern { FCam::RGGB = 0, FCam::BGGR, FCam::GRBG, FCam::GBRG, FCam::NotBayer } |
The various types of bayer pattern. More... | |
Functions | |
int | FCam::bytesPerPixel (ImageFormat) |
How many bytes per pixel are used by a given format. |
Basic types and namespace for FCam API.
This file declares some basic FCam types, utility functions, and enums
Definition in file Base.h.