Hello
I am using a QSI683 camera and want to use both GoQat and INDI for controlling the camera.
For GoQat: I install the binary libftd2xx from FTDI and compile libqsiapi using ./configure --enable-libftd2xx
In INDI, if I understand correctly it uses libftdi to generate libqsiapi.so.
My question is :
1) Can I use the natively compiled libqsiapi which uses libftd2xx for indi-qsi and skip compiling libqsi in 3rdparty? My priority is to use the native library.
2) If I have to use libqsiapi from INDI, can both libraries coexist? How to?
3) IN README of QSI API, it requires libusb-0.1 but I notice that INDI CMAKE directly uses libftdi which may be based on libusb1.0. Would there be any problem?
Thank you.
I am using a QSI683 camera and want to use both GoQat and INDI for controlling the camera.
For GoQat: I install the binary libftd2xx from FTDI and compile libqsiapi using ./configure --enable-libftd2xx
In INDI, if I understand correctly it uses libftdi to generate libqsiapi.so.
My question is :
1) Can I use the natively compiled libqsiapi which uses libftd2xx for indi-qsi and skip compiling libqsi in 3rdparty? My priority is to use the native library.
2) If I have to use libqsiapi from INDI, can both libraries coexist? How to?
3) IN README of QSI API, it requires libusb-0.1 but I notice that INDI CMAKE directly uses libftdi which may be based on libusb1.0. Would there be any problem?
Thank you.