Re-initializing CameraManager after Shutdown()
Posted: Thu Aug 15, 2013 10:45 am
I have a host application where I'd like to cleanly shutdown CameraManager when not in use, but be able to start it back up at a later point.
Calling WaitForInitialization() does not appear to do the trick, and AreCamerasInitialized() returns true, but GetCamera() returns NULL.
Is there a proper procedure for doing this, or do I just need to avoid calling Shutdown() entirely?
Thanks!
Calling WaitForInitialization() does not appear to do the trick, and AreCamerasInitialized() returns true, but GetCamera() returns NULL.
Is there a proper procedure for doing this, or do I just need to avoid calling Shutdown() entirely?
Thanks!