Search found 2 matches

by Albinn
Thu Jul 17, 2014 11:35 pm
Forum: Camera SDK
Topic: GetCamera() not working in secondary threads
Replies: 3
Views: 4169

Re: GetCamera() not working in secondary threads

Hi Doug, Thanks for your reply! In my case, "2" is one of the camera UIDs I get when using CameraList functions to enumerate my cameras. This was just for the example, to illustrate that the same piece of code, depending on which is the calling thread, does not lead to the same result (in ...
by Albinn
Tue Jul 15, 2014 9:50 am
Forum: Camera SDK
Topic: GetCamera() not working in secondary threads
Replies: 3
Views: 4169

GetCamera() not working in secondary threads

Hi, I am integrating Camera SDK in a real time OpenGL software that can be extended through "video capture devices" plugins. Those devices are activated, deactivated and updated by the rendering thread, which is different from the program main thread. The problem is that Camera SDK initial...