Camera Driver
In the python code we used the offical wrapper for the sdk from QHYCCD which you can pip install. The underlying binary files that gets called from the python library we got from here the official release page.
Since the version from 24.01.09 did not work for us we had to get support over the offical email channel. Where we got support from QinXiaoXu which recompiled us the binaries for our target and send us the download link.
Thanks again for the support QinXiaoXu!
To install the driver we followed the original description supplied if you download the sdk. Look at the example in our Installation from scratch guide.
Python Script
The python script can be found here.