Search found 1 match

by aleiby
Thu Aug 15, 2013 10:45 am
Forum: Camera SDK
Topic: Re-initializing CameraManager after Shutdown()
Replies: 2
Views: 4068

Re-initializing CameraManager after Shutdown()

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 pro...