Camera.WakeUpWaitingImageThreads Method
Definition
Namespace: P1Sdk
Wake up and timeout any threads waiting on image data
public void WakeUpWaitingImageThreads();
Threads that have called 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.
Parameters:
SdkException with the error-code if something goes wrong. |