My setup: Debian Jessie, SDK v. 0.3.0324, ASI120MM USB2.0 (I dont know the firmware version), i5 2.4 GHz, Qt version 5.7
I am working on an autoguider application for my self-made telescope control and ran into following problems:
(1) The new versions (0.4.xx) of the SDK simply do not work. Video frame grabbing results in a timeout, but the camera seems to connect normally; I have not investigated further because 0.3 works more or less fine.
(2) This bug occurs in conjunction with Qt and concerns the oacapture software (and my own software). Setting the exposure time to about 50-100 ms results in a frame-rate drop and corrupted frames - or sometimes the whole system crashes. This only occurs when the ASI_BANDWIDTH_OVERLOAD is enabled and set so something like 80. Setting it to 0 and non-automatic solves the problem. OaCapture offers the option to disable the overload - one might consider to set this as default for this camera, as I personally prefer stable frames over a high rate.
Of course I can only speak for my specific hardware setup - but perhaps this has already happened to other people.