Search found 3 matches

by itzikgili
Sat Dec 28, 2013 9:54 am
Forum: Camera SDK
Topic: Getting the number of markers in a vector
Replies: 2
Views: 3543

Getting the number of markers in a vector

I'm woking with the vector tracking sample project. after the loop that iterates over the object found in the frame: for(int i=0; i<frame->ObjectCount(); i++) { cObject *obj = frame->Object(i); float x = obj->X(); float y = obj->Y(); Core::Undistort2DPoint(lensDistortion,x,y); vec->PushMarkerData(x,...
by itzikgili
Fri Dec 27, 2013 1:33 pm
Forum: Camera SDK
Topic: Working with two cameras
Replies: 4
Views: 4654

Re: Working with two cameras

Ok, thanks for the effort.
Looking forward to hear from you soon.

Have a great weekend. :D
by itzikgili
Fri Dec 27, 2013 7:05 am
Forum: Camera SDK
Topic: Working with two cameras
Replies: 4
Views: 4654

Working with two cameras

Hi all, As for now I figured out how to work with the SDK , I got x, y of the objects. worked with frame group and got frames and data from two cameras. I am facing some issues : 1. I would like to calculate the data from two cameras: a. Where can I provide the position and orientation of the camera...