Search found 3 matches
- Fri Mar 29, 2013 1:46 pm
- Forum: Camera SDK
- Topic: Shutdown() exception
- Replies: 3
- Views: 4093
Re: Shutdown() exception
Full example code. Of course the serial number needs to be changed. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> #include <stdio.h> #include <tchar.h> #include "cameralibrary.h" using namespace CameraLibrary; int _tmain(int argc, _TCHAR...
- Fri Mar 29, 2013 1:30 pm
- Forum: Camera SDK
- Topic: Shutdown() exception
- Replies: 3
- Views: 4093
Re: Shutdown() exception
<t>I failed to include that I am calling the following before step 3:<br/> <br/> CameraManager::X().WaitForInitialization(); <br/> //scan for newly connected cameras<br/> CameraManager::X().ScanForCameras();<br/> //wait for initialization again after scanning<br/> CameraManager::X().WaitForInitializ...
- Fri Mar 29, 2013 1:20 pm
- Forum: Camera SDK
- Topic: Shutdown() exception
- Replies: 3
- Views: 4093
Shutdown() exception
<t>I am seeing an exception 0xC0000008 (An invalid handle was specified) when calling CameraManager::X().Shutdown() under the following conditions:<br/> <br/> 1) 2 cameras are attached to the PC. (one V100:R2 and another V100:R2 FS.)<br/> <br/> 2) I unplug the camera with serial #197925.<br/> <br/> ...