Search found 7 matches

by Dawei Jiang
Mon Dec 10, 2012 11:52 am
Forum: Camera SDK
Topic: Camera syncronization and GetFrameGroup()
Replies: 12
Views: 12577

Re: Camera syncronization and GetFrameGroup()

I am using two V120:SLIM cameras. Till now I still can't sync the two cameras even I use the camera sdk example program.
by Dawei Jiang
Wed Nov 21, 2012 11:59 am
Forum: Camera SDK
Topic: Camera syncronization and GetFrameGroup()
Replies: 12
Views: 12577

Re: Camera syncronization and GetFrameGroup()

Hi, I have linked the cameras using the sync cables but still facing with the same problem. Did you solve this problem? Thanks
by Dawei Jiang
Mon Nov 12, 2012 3:50 pm
Forum: Camera SDK
Topic: 1>supportcode.error LNK2019: unresolved external symbol
Replies: 2
Views: 3425

Re: 1>supportcode.error LNK2019: unresolved external symbol

Thanks for your reply. But where are the OpenGL Libraries? I can't find them in the camera SDK folder.
by Dawei Jiang
Mon Nov 12, 2012 10:17 am
Forum: Camera SDK
Topic: 1>supportcode.error LNK2019: unresolved external symbol
Replies: 2
Views: 3425

1>supportcode.error LNK2019: unresolved external symbol

<t>error code:<br/> 1>supportcode.obj : error LNK2019: unresolved external symbol __imp__glOrtho@48 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)<br/> 1>supportcode.obj : error LNK2019: unresolved external symbol __imp__glLoadIdentity@0 referenced in function...
by Dawei Jiang
Wed Nov 07, 2012 12:19 pm
Forum: Camera SDK
Topic: Problem:“error LNK2019: unresolved external symbol”
Replies: 3
Views: 5289

Re: Problem:“error LNK2019: unresolved external symbol”

I did add the lib folder to the linker path, but the errors keep coming out.
by Dawei Jiang
Wed Nov 07, 2012 12:18 pm
Forum: Camera SDK
Topic: Problem:“error LNK2019: unresolved external symbol”
Replies: 3
Views: 5289

Re: Problem:“error LNK2019: unresolved external symbol”

<t>I can compile the sample program, MJPEGViewer, without any errors. I found in the sample programs there are supportcode.cpp and supportcode.h file. What do they work for?<br/> <br/> I still feel confused on header file and lib files. Could you give me some detailed instruction for my first progra...
by Dawei Jiang
Mon Nov 05, 2012 8:51 am
Forum: Camera SDK
Topic: Problem:“error LNK2019: unresolved external symbol”
Replies: 3
Views: 5289

Problem:“error LNK2019: unresolved external symbol”

<t>I am trying to use the camera SDK to build my first camera program. I am using XP sp3,VS2008 and V120:SLIM camera. I followed the introduction.txt, but there were some errors came out when I tried to compile it. I have added the Camera SDK\include folder as the additional include directories whic...