pyindi-client
pyindi-client copied to clipboard
Hi, I’m new here — my name is José Miguel. I’m developing a custom GUI with PyIndi to control my old telescope. The setup consists of a mount driven by...
Are there any tutorials on how to do live video capture with pyindi-client? I want to set it up with my canon DSLR but I'm unclear if its even supported.
I think I've followied the instructions. I've installed indi-bin successfully on my RPi zero running 64 bit Bookworm. I'm trying to use pyindi-client to collect data from indi, by the...
This error happens when I try to install pyindi-client on MacOS 14. I attached the full log output here: [full_error.txt](https://github.com/indilib/pyindi-client/files/14761669/full_error.txt) ``` indiclientpython_wrap.cpp:37719:9: error: use of class template 'INDI::WidgetView' requires template...
Freshly installed Ubuntu 22.04 on a Raspberry Pi4b is working fine. pyindi-client install needs pre requisit : sudo apt install python3-setuptools sudo apt install python-dev-is-python3 libindi-dev swig sudo apt install...
Trying to build/install pyindi-client on a Raspberry Pi Zero W running Raspbian 11.7, having these packages installed : ``` ii indi-bin 1.8.8+dfsg-1 ii libindi-data 1.8.8+dfsg-1 ii libindi-dev 1.8.8+dfsg-1 ii libindi-plugins:armhf...
In the recent updates, it appears that the build process is not installing the `PyIndi.py` module. I tried to fix this in #53, which works when installing locally, but not...
Dear pyindi-client deceloppers, Would it be possible to implement something to make it possible to specify a custom _libindiclient.a_ path when installing pyindi-client? It's a very interesting feature to embed...
I'm not sure if that's INDI backend issue (INDI Library: 2.0.3) or pyindi-client issue (1.9.1) or I'm missing something. Looks like getDevices() client function always returns devices set at the...
Dear pyindi-client developpers, I experience an issue when compiling pyindi-client with clang. From indiclientpython.i: ``` /* TODO(chripell): is there a way to use %implicitconv? */ void sendNewText(INDI::PropertyView * pp) {...