scriptorron / indi_pylibcamera

INDI libcamera driver made in Python
MIT License
13 stars 4 forks source link

Replace asyncio #2

Closed scriptorron closed 1 year ago

scriptorron commented 1 year ago

Using threading instead of asyncio makes implementation of exposure thread easier.

The asyncio is still in a dynamic development. Risk is too high that API will change.