c++ code is here.
asi linux sdk version 1.39.
i start up several threads.
the capture thread makes all of the ASI api calls.
when the user chooses exit from the menu, all threads are told to stop.
the capture thread finishes capturing the current exposure. then closes the camera and ends the thread.
after all of my threads are stopped i get this:
QObject::killTimer: Timers cannot be stopped from another thread
QObject::QObject: Timers cannot be stopped from another thread
what am i doing wrong?