IRSOL
C++ code implementing socket server for interacting with Baumer camera.
irsol::camera::PixelRepresentation< 12 > Struct Reference

Specialization for 12-bit pixel depth. More...

#include <pixel_format.hpp>

Public Types

using type = uint16_t
 

Detailed Description

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.

Member Typedef Documentation

◆ type

using irsol::camera::PixelRepresentation< 12 >::type = uint16_t

Definition at line 54 of file pixel_format.hpp.


The documentation for this struct was generated from the following file: