Release build in FrameSynchronization sample

Post Reply
Ushikubo Tomohiro
Posts: 46
Joined: Thu Oct 21, 2010 2:02 am
Location: Japan

Release build in FrameSynchronization sample

Post by Ushikubo Tomohiro »

Hi.

I'm using FrameSynchronization Camera SDK sample. And I try to execute Release build of this sample program.

On the camera to spin up, the program break down by the access error. would you tell me how to deal for this error.

In 10009933, debugger is point the address.

10009917 call 100094E0
1000991C mov al,byte ptr [eax+4]
1000991F mov byte ptr [edi+0DDh],al
10009925 mov eax,esi
10009927 mov dword ptr [edi+0D8h],ebx
1000992D mov byte ptr [edi+0DCh],bl
10009933 mov dword ptr [edi+4E0h],ebx
10009939 call 10003130
1000993E call 1000C8A0
10009943 lea ebx,[esp+14h]
10009947 mov dword ptr [esp+14h],eax
1000994B call 1000C7E0
10009950 call 100094E0
10009955 cmp byte ptr [eax+5],0
10009959 je 1000996D
1000995B call 1000CA10

Thanks.
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Release build in FrameSynchronization sample

Post by beckdo »

How many and what type of cameras do you have connected? What release of the Camera SDK are you using? I'll try to reproduce that here.
Ushikubo Tomohiro
Posts: 46
Joined: Thu Oct 21, 2010 2:02 am
Location: Japan

Re: Release build in FrameSynchronization sample

Post by Ushikubo Tomohiro »

I'm using three V100:R2 cameras.
And I'm using OptiTrack_Camera_SDK.1.0.0.Final.
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: Release build in FrameSynchronization sample

Post by beckdo »

Hey CatMail,

in the sample change the int _tmain to:

int main(int argc, char* argv[])

like the rest of the samples and your problem should go away. I've updated the SDK so this will automatically be resolved in the next release. Sorry about that.

Let us know if you have any more problems getting that sample running.
Post Reply