YARP
Yet Another Robot Platform
rosPixelCode.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * All rights reserved.
4  *
5  * This software may be modified and distributed under the terms of the
6  * BSD-3-Clause license. See the accompanying LICENSE file for details.
7  */
8 
9 #ifndef YARP_DEV_RGBDSENSORWRAPPER_ROSPIXELCODE_H
10 #define YARP_DEV_RGBDSENSORWRAPPER_ROSPIXELCODE_H
11 
12 #define BAYER_BGGR16 "bayer_bggr16"
13 #define BAYER_BGGR8 "bayer_bggr8"
14 #define BAYER_GBRG16 "bayer_gbrg16"
15 #define BAYER_GBRG8 "bayer_gbrg8"
16 #define BAYER_GRBG16 "bayer_grbg16"
17 #define BAYER_GRBG8 "bayer_grbg8"
18 #define BAYER_RGGB16 "bayer_rggb16"
19 #define BAYER_RGGB8 "bayer_rggb8"
20 #define BGR16 "bgr16"
21 #define BGR8 "bgr8"
22 #define BGRA16 "bgra16"
23 #define BGRA8 "bgra8"
24 #define MONO16 "mono16"
25 #define MONO8 "mono8"
26 #define RGB16 "rgb16"
27 #define RGB8 "rgb8"
28 #define RGBA16 "rgba16"
29 #define RGBA8 "rgba8"
30 #define TYPE_16SC1 "16SC1"
31 #define TYPE_16SC2 "16SC2"
32 #define TYPE_16SC3 "16SC3"
33 #define TYPE_16SC4 "16SC4"
34 #define TYPE_16UC1 "16UC1"
35 #define TYPE_16UC2 "16UC2"
36 #define TYPE_16UC3 "16UC3"
37 #define TYPE_16UC4 "16UC4"
38 #define TYPE_32FC1 "32FC1"
39 #define TYPE_32FC2 "32FC2"
40 #define TYPE_32FC3 "32FC3"
41 #define TYPE_32FC4 "32FC4"
42 #define TYPE_32SC1 "32SC1"
43 #define TYPE_32SC2 "32SC2"
44 #define TYPE_32SC3 "32SC3"
45 #define TYPE_32SC4 "32SC4"
46 #define TYPE_64FC1 "64FC1"
47 #define TYPE_64FC2 "64FC2"
48 #define TYPE_64FC3 "64FC3"
49 #define TYPE_64FC4 "64FC4"
50 #define TYPE_8SC1 "8SC1"
51 #define TYPE_8SC2 "8SC2"
52 #define TYPE_8SC3 "8SC3"
53 #define TYPE_8SC4 "8SC4"
54 #define TYPE_8UC1 "8UC1"
55 #define TYPE_8UC2 "8UC2"
56 #define TYPE_8UC3 "8UC3"
57 #define TYPE_8UC4 "8UC4"
58 #define YUV422 "yuv422"
59 
60 #endif // YARP_DEV_RGBDSENSORWRAPPER_ROSPIXELCODE_H