28#ifndef ACQUISITIONWORKER_H
29#define ACQUISITIONWORKER_H
33#include <peak/peak.hpp>
34#include <peak_ipl/peak_ipl.hpp>
53 peak::ipl::PixelFormatName pixelFormat, QSize imageSize);
Definition acquisitionworker.h:41
AcquisitionWorker()=default
size_t m_size
Definition acquisitionworker.h:68
peak::ipl::PixelFormatName m_outputPixelFormat
Definition acquisitionworker.h:63
FrameStatistics m_statistics
Definition acquisitionworker.h:66
std::shared_ptr< peak::core::DataStream > m_dataStream
Definition acquisitionworker.h:56
bool m_running
Definition acquisitionworker.h:60
bool m_customNodesAvailable
Definition acquisitionworker.h:65
void UpdateCounters(FrameStatistics statistics)
void ImageReceived(QImage image)
std::unique_ptr< peak::ipl::ImageConverter > m_imageConverter
Definition acquisitionworker.h:68
~AcquisitionWorker() override=default
Definition mainwindow.h:47
The DisplayWindow class implements an easy way to display images from a camera in a Qt widgets window...
Frame statistic data type.
Definition framestatistics.hpp:32