Exemplo n.º 1
0
 void OnApplicationQuit()
 {
     if (Init.camerasInitialized)
     {
         OpenCVInterop.CloseSDLCameras();
     }
 }