class P1::CameraSdkC::IImageMeta
Overview
interface for supplying an image access an ABI boundary More…
#include <C_P1CameraTypes.h> class IImageMeta { public: // methods virtual uint32_t PixelHeight() const = 0; virtual uint32_t PixelWidth() const = 0; virtual uint8_t PixelByteSize() const = 0; };
Detailed Documentation
interface for supplying an image access an ABI boundary
This represents an image’s metadata, it does not contains the raw bayer data. Bayer data is represented in chunks, that are delivered as they are received from camera.