#include "iscanner.h" IScanner::IScanner(std::shared_ptr camera) : m_camera{camera} {}