![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Specialization for 12-bit pixel depth. More...
#include <pixel_format.hpp>
Public Types | |
using | type = uint16_t |
Specialization for 12-bit pixel depth.
Since 12 bits do not fit into standard types cleanly, we use a 16-bit unsigned integer type to hold pixel data.
Definition at line 52 of file pixel_format.hpp.
using irsol::camera::PixelRepresentation< 12 >::type = uint16_t |
Definition at line 54 of file pixel_format.hpp.