I pulled down and compiled indi 2.0.0 and pyindi-client. Everything compiles fine, but the usual method of accessing blobs from cameras is not working. The newBLOB() method is never called when an image is ready.

I see in the indi source code that the newBLOB method is deprecated and not included in indi 2.0.0
github.com/indilib/indi/blob/master/libs...idevice/indibase.cpp

I suppose there is a new way of accessing blobs, but it is not obvious to me how.

Read More...