#include "iscanner.h" IScanner::IScanner(std::shared_ptr camera, std::vector> protocols) : m_camera{camera} , m_protocols{protocols} {}