#include <cstddef>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | astra_wrapper::AstraVideoMode |
Namespaces | |
astra_wrapper | |
Enumerations | |
enum | astra_wrapper::PixelFormat { astra_wrapper::PIXEL_FORMAT_DEPTH_1_MM = 100, astra_wrapper::PIXEL_FORMAT_DEPTH_100_UM = 101, astra_wrapper::PIXEL_FORMAT_SHIFT_9_2 = 102, astra_wrapper::PIXEL_FORMAT_SHIFT_9_3 = 103, astra_wrapper::PIXEL_FORMAT_RGB888 = 200, astra_wrapper::PIXEL_FORMAT_YUV422 = 201, astra_wrapper::PIXEL_FORMAT_GRAY8 = 202, astra_wrapper::PIXEL_FORMAT_GRAY16 = 203, astra_wrapper::PIXEL_FORMAT_JPEG = 204 } |
Functions | |
bool | astra_wrapper::operator!= (const AstraVideoMode &video_mode_a, const AstraVideoMode &video_mode_b) |
std::ostream & | astra_wrapper::operator<< (std::ostream &stream, const AstraVideoMode &video_mode) |
bool | astra_wrapper::operator== (const AstraVideoMode &video_mode_a, const AstraVideoMode &video_mode_b) |