Hello Jim.
Will this be compatible with C120 camera?
Using my C120 cams like a regular USB camera would be great!! When do you expect to release the upgrade?
Also, is it possible to control IR lights? (and other parameters...)
Thank you.
Search found 7 matches
- Tue Nov 04, 2008 5:22 am
- Forum: General OptiTrack Support
- Topic: Developing a multitouch specific camera
- Replies: 14
- Views: 12057
- Wed Oct 15, 2008 4:57 am
- Forum: General OptiTrack Support
- Topic: GetFrameImage Crashes with access violation exception.
- Replies: 4
- Views: 3283
Re: GetFrameImage Crashes with access violation exception.
<t>Hello.<br/> <br/> I have no problems in using GetFrameImage() in C++. But now, I am migrating my app to C# and I always get the access violation error. I must be doing something wrong but I don't know what.<br/> <br/> Based on your example provided:<br/> <br/> Bitmap raw = new Bitmap(def.CAMERA_W...
- Tue Jun 03, 2008 9:15 am
- Forum: General OptiTrack Support
- Topic: OptiTrack SDK and openCV
- Replies: 8
- Views: 10959
Re: OptiTrack SDK and openCV
For anyone who might be interested, i found why the image is distorted...
to convert to an openCV frame buffer, the ByteSpan parameter in GetFrameImage method must be width+1 (for 8 bit depth images)
camera->GetFrameImage(frame, 355, 290, 356, 8, (byte *) frameBuffer);
to convert to an openCV frame buffer, the ByteSpan parameter in GetFrameImage method must be width+1 (for 8 bit depth images)
camera->GetFrameImage(frame, 355, 290, 356, 8, (byte *) frameBuffer);
- Mon Jun 02, 2008 3:31 am
- Forum: General OptiTrack Support
- Topic: OptiTrack SDK and openCV
- Replies: 8
- Views: 10959
Re: OptiTrack SDK and openCV
I will definitly take a look to your DirectShow filter. There are some examples of openCV and DirectShow, so maybe using that filter that you describe I can pack the data to use with openCV.
- Mon Jun 02, 2008 3:25 am
- Forum: General OptiTrack Support
- Topic: OptiTrack SDK and openCV
- Replies: 8
- Views: 10959
Re: OptiTrack SDK and openCV
<r>Thank you for your answer.<br/> <br/> I am able to read the images. I'm using the grayscale C++ sample that you provide and it works perfectly. The only problem I am having is to use the captured image frame buffer in openCV. I'm posting here the code that I have. <br/> <br/> // openCV frame<br/>...
- Fri May 30, 2008 11:23 am
- Forum: General OptiTrack Support
- Topic: OptiTrack SDK and openCV
- Replies: 8
- Views: 10959
OptiTrack SDK and openCV
<t>Hello. I have two Flex C:120 cameras and i'm developping a computer vision aplication for them. <br/> <br/> I have already the application written using the openCV library (i was using 2 normal webcams...), but the problem is that these cameras are not recognized as such, so the openCV can't open...
- Mon Feb 25, 2008 11:25 am
- Forum: General OptiTrack Support
- Topic: Optitrack cameras in Europe
- Replies: 1
- Views: 1931
Optitrack cameras in Europe
Hello! Does anyone know any place in Europe (UK, Spain, Germany would be the best options...) where i can buy the OptiTrack cameras?