13 , m_FrameAvailable(false)
15 , m_hostname(hostname)
17 , m_timeoutMs(timeoutMs)
22 std::shared_ptr<VisionaryData> activeDataHandler)
26 std::cout <<
"FrameGrabberBase is already running" << std::endl;
35 std::cout <<
"Failed to connect" << std::endl;
54 std::cout <<
"Failed to connect" << std::endl;
56 std::this_thread::sleep_for(std::chrono::seconds(1));
76 std::cout <<
"Connection lost -> Reconnecting" << std::endl;
106 const auto tmp =
std::move(pDataHandler);