Greg replied to the topic 'Unable to find Drivers' in the forum. 5 years ago

So I am trying to build a client using C++. I successfully built a client that controlled my camera and mount in python but the rest of my project is in C++, thus the change of languages. I am trying now to connect to the server in the code and then connect to the camera and mount; however, when I list the number of devices available it returns 0 and when I try to connect to the camera I get this error: INDI::BaseClient: Error. Unable to find driver Atik Horizon.

Is there another library or directory I need to link to in my CMakeLists file?

Read More...