long Interface::get_acam_guide_state( bool &is_guiding ) {
std::string function = "Slicecam::Interface::get_acam_guide_state";
std::stringstream message;
long error = NO_ERROR;
std::string retstring;
// If not connected to acamd then try to connect to the daemon.
// If there's an error in doing this then assume acamd is not even
// running, in which case the guiding cannot be running.
//
error = this->acamd.is_connected(retstring);
acamd is not connected, see log:
2024-11-17T10:41:35.974 (Slicecam::Server::doit) received command on fd 18 (95): putonslit 114.2793041 61.2683870 114.2718765 61.2738363
2024-11-17T10:41:35.974 (Common::DaemonClient::is_connected) acamd is not connected
here,
acamd is not connected, see log: