Search found 19 matches

by avelazquez
Fri Jan 07, 2011 1:00 pm
Forum: Camera SDK
Topic: New SDK coordinate Transformation
Replies: 5
Views: 5349

Re: New SDK coordinate Transformation

<t>This is information from the SDK Version 1.1.037 documentation:<br/> <br/> If transformations are applied, the dot positions will change slightly. Transformed coordinates are relative to the device center. Transformations include camera orientation and mirroring the X and Y axis. Transformations ...
by avelazquez
Thu Jan 06, 2011 8:52 am
Forum: Camera SDK
Topic: New SDK coordinate Transformation
Replies: 5
Views: 5349

New SDK coordinate Transformation

Is there a transform method in the new SDK. How do I perform coordinate transformation in this new SDK, the way it was done in the old SDK?

Thanks!
by avelazquez
Thu Nov 18, 2010 10:48 am
Forum: Camera SDK
Topic: 'TimeStampFrequency' : is not a member of 'CameraLibrar
Replies: 1
Views: 2535

'TimeStampFrequency' : is not a member of 'CameraLibrar

<t>Hello,<br/> <br/> I can call pframe->TimeStamp(), without a problem but not pframe->TimeStampFrequency(); <br/> <br/> TimeStampFrequency is not a member of 'CameraLibrary::Frame' what is it a member of. <br/> <br/> And what exactly does it return, I know is frequency but is it the rate at which y...
by avelazquez
Wed Nov 17, 2010 1:43 pm
Forum: Camera SDK
Topic: No DrawFrame in new SDK!
Replies: 1
Views: 2584

No DrawFrame in new SDK!

<t>I am trying to figure out how to send the image data to my pictureBox1->Image in the new SDK (the absence of the DrawFrame method will take some getting use to). Since I am using VC++ (.net) I would like to know if there is any sample code in perhaps C# since it is more understandable to me than ...
by avelazquez
Wed Nov 17, 2010 10:17 am
Forum: OptiTrack SDK
Topic: NEW SDK spObject->get_Rank(&lRank);
Replies: 7
Views: 11986

NEW SDK spObject->get_Rank(&lRank);

<t>Hello,<br/> <br/> I am in the process of porting my application from the old SDK to the new SDK which by the way seems very user friendly, I am however looking for a function equivalent to: <br/> <br/> long lRank;<br/> spObject->get_Rank(&lRank); //get object's rank<br/> <br/> from the old SD...
by avelazquez
Tue Nov 16, 2010 12:59 pm
Forum: Camera SDK Code Samples
Topic: SDK 1.0 Final Callback Method
Replies: 7
Views: 14066

SDK 1.0 Final Callback Method

<t>I have written an application utilizing the callback method to handle the arrival of frames (using SDK 1.0 Final). I based it of my previous application utilizing SDK37 in vc++. My callback does not work and I can't find the problem with it.<br/> <br/> I am interested specifically on making the c...
by avelazquez
Tue Nov 16, 2010 10:26 am
Forum: Camera SDK
Topic: New SDK drawing frame to a picturebox->Image VC++ .net
Replies: 3
Views: 5010

New SDK drawing frame to a picturebox->Image VC++ .net

<t>I am having a difficult time setting up video with the new SDK, I was used to calling the DrawFrame command on the old SDK. I am trying to send the frame to a picturebox in vc++ .net (not that familiar with MFC)<br/> <br/> I am trying two different was with no success:<br/> <br/> char imageBuffer...
by avelazquez
Mon Nov 15, 2010 3:30 pm
Forum: Camera SDK
Topic: const unsigned char *GetBits();
Replies: 1
Views: 2866

const unsigned char *GetBits();

How do I use the GetBits() function of the new SDK???


Thanks!
by avelazquez
Mon Nov 15, 2010 11:47 am
Forum: Camera SDK Code Samples
Topic: Callback Method in new SDK?
Replies: 1
Views: 7167

Callback Method in new SDK?

Is the callback method set up differently on the new SDK, if so how do I go about getting my hands on Sample code...

Thanks!
by avelazquez
Sun Nov 14, 2010 10:23 pm
Forum: Camera SDK
Topic: camera->DrawFrame() in new SDK
Replies: 1
Views: 2644

camera->DrawFrame() in new SDK

<t>I am porting my application to the new SDK, however I am having trouble displaying the image on a vc++ picturebox.<br/> <br/> I am using the following:<br/> <br/> frame->Rasterize(640,480,640,8,imageBuffer);<br/> <br/> however once I have the imageBuffer I don't know what to do with it in order t...