File Information
Library: IoT/Devices
Package: Devices
Header: IoT/Devices/Camera.h
Types Aliases
Ptr
using Ptr = Poco::SharedPtr < Image >;
Variables
encoding
std::string encoding;
Encoding of the image. The meaning of the encoding string is defined by the implementation.
height
int height = 0;
Height of the image, in pixels (= number of rows).
image
Poco::SharedPtr < ImageData > image;
Raw image data.
step
int step = 0;
Full row length in bytes. Only used for certain formats.
width
int width = 0;
Width of the image, in pixels (= number of columns).