.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a7205ac0d7d1c712e0311143a36fe8ca2: Camera.WakeUpWaitingImageThreads Method +++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Wake up and timeout any threads waiting on image data .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void WakeUpWaitingImageThreads(); Threads that have called :ref:`WaitForImage ` and are blocked, are released (times out) by this method. Use this then you need to exit your application og quickly free up resources. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong.