struct P1::CameraSdk::LiveViewImage

#include <P1CameraImageMeta.hpp>

struct LiveViewImage
{
    // fields

    uint32_t imageSize = 0;
    std::shared_ptr<const uint8_t> imageData;
    uint32_t width = 0;
    uint32_t height = 0;
    uint32_t pixelSize = 0;
    ValueRect sourceCrop;
    ValueRect requestedCrop;
    ValueArea sourceFullImageSize;
    LiveViewBitmapFormat format = kLiveViewFormat_UNDEFINED;

    // methods

    std::string ToString() const;
};