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

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

#include <pixel_format.hpp>

Public Types

using type = uint16_t
 

Detailed Description

Specialization for 16-bit pixel depth.

Uses a 16-bit unsigned integer type to hold pixel data.

Definition at line 63 of file pixel_format.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 65 of file pixel_format.hpp.


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