Search found 2 matches
- Thu Oct 18, 2012 5:20 pm
- Forum: Camera SDK
- Topic: Get error to access memory when Initialize Camera?
- Replies: 3
- Views: 4484
Re: Get error to access memory when Initialize Camera?
<t>It's not working.<br/> <br/> I have already link cameralibraryx64.lib to the linker in VC2010.<br/> Also, try on the sample code likes SimpleCameraTest in both x86 / x64 it's work well. However, I did same things (create new project, copy all code and instance) with my new project with same code ...
- Thu Oct 18, 2012 6:10 am
- Forum: Camera SDK
- Topic: Get error to access memory when Initialize Camera?
- Replies: 3
- Views: 4484
Get error to access memory when Initialize Camera?
Dear all, I am newbie for OptiTrack. Since, I just try to make a simple code to initialize the camera using "CameraManager::X().WaitForInitialization();" the error for Access violation occur. (In the program it point to "singleton.h" of "X()" function) I use Camera SDK ...