28#ifndef ACQUISITIONWORKER_H
29#define ACQUISITIONWORKER_H
35#include <peak/peak.hpp>
36#include <peak_ipl/peak_ipl.hpp>
Definition acquisitionworker.h:41
AcquisitionWorker(QObject *parent=nullptr)
static constexpr int64_t m_bytesPerPixel
Definition acquisitionworker.h:67
unsigned int m_frameCounter
Definition acquisitionworker.h:62
std::shared_ptr< peak::core::NodeMap > m_nodemapRemoteDevice
Definition acquisitionworker.h:57
bool m_enableChunks
Definition acquisitionworker.h:60
int getImageHeight() const
Definition acquisitionworker.cpp:152
void setNodemapRemoteDevice(std::shared_ptr< peak::core::NodeMap > nodeMap)
size_t m_imageWidth
Definition acquisitionworker.h:65
size_t m_size
Definition acquisitionworker.h:68
void counterChanged(unsigned int frameCounter, unsigned int errorCounter)
std::shared_ptr< peak::core::DataStream > m_dataStream
Definition acquisitionworker.h:56
bool m_running
Definition acquisitionworker.h:60
int getImageWidth() const
Definition acquisitionworker.cpp:147
void setDataStream(std::shared_ptr< peak::core::DataStream > dataStream)
void imageReceived(QImage image, double chunkDataExposureTime_ms)
unsigned int m_errorCounter
Definition acquisitionworker.h:63
void messageBoxTrigger(QString messageTitle, QString messageText)
void setEnableChunks(bool enable)
size_t m_imageHeight
Definition acquisitionworker.h:66
std::unique_ptr< peak::ipl::ImageConverter > m_imageConverter
Definition acquisitionworker.h:68
~AcquisitionWorker() override=default