Search found 13 matches

by zzzamarron
Mon Sep 12, 2011 3:59 am
Forum: Camera SDK Code Samples
Topic: Camera images to OpenCV
Replies: 11
Views: 32564

Re: Camera images to OpenCV

<t>Hi this is the code i am trying Thanks to LinusA but i only get gray image in the imshow window. I use a Trackir 4 camera, any idea? Thank you<br/> <br/> int camWidth =camera->Width();<br/> int camHeight = camera->Height();<br/> <br/> Mat matFrame(Size(camWidth, camHeight), CV_8UC1);<br/> const i...
by zzzamarron
Tue Jun 07, 2011 7:18 am
Forum: Camera SDK
Topic: Camera SDK Unity Sample
Replies: 3
Views: 5742

Re: Camera SDK Unity Sample

The unity sampleonly works with insight VCS??

I have compiled de dll and use de cs inunity and does not seem to work
by zzzamarron
Mon Dec 06, 2010 4:46 am
Forum: Camera SDK
Topic: optitrack sdk and quest 3d
Replies: 9
Views: 7916

Re: optitrack sdk and quest 3d

I have post the old optitrack sdk proyect:
http://code.google.com/p/optitrackquest3d
by zzzamarron
Mon Dec 06, 2010 4:24 am
Forum: Camera SDK
Topic: optitrack sdk and quest 3d
Replies: 9
Views: 7916

Re: optitrack sdk and quest 3d

<t>That is right Brad, but following the instructions of the Doc provided by the camera sdk , i wait for camera to be initialized using CameraManager::X().WaitForInitizlization(), links of the proyect and references are ok but it seems that quest 3d breaks at the debbuger attached (visual studio) th...
by zzzamarron
Wed Nov 24, 2010 12:30 pm
Forum: Camera SDK
Topic: optitrack sdk and quest 3d
Replies: 9
Views: 7916

Re: optitrack sdk and quest 3d

Unhandled exception at 0x7772278e in Quest3D.exe: 0xC0000005: Access violation reading location 0x00000000.

This is the message after debugging seems that hast to be with quets 3d api and singleton optitrack ?????
by zzzamarron
Sun Nov 21, 2010 12:08 pm
Forum: Camera SDK
Topic: optitrack sdk and quest 3d
Replies: 9
Views: 7916

Re: optitrack sdk and quest 3d

<t>Hi, i have move to the new Camera sdk, but quest 3d channel pops a error message when trying to call the <br/> CameraManager::X().WaitForInitialization();<br/> or CameraManager::X().AreCamerasInitialized();<br/> I dont know what is is problem, but it is out of my developemet capabilities.<br/> If...
by zzzamarron
Tue Nov 09, 2010 3:09 am
Forum: Camera SDK
Topic: New Camera SDK 1.0 Final now available
Replies: 33
Views: 26634

Re: New Camera SDK 1.0 beta 2 now available

Trackir is not detected, but blue led is running and old optitrack sdk explamples are running ok, HID driver si updated with the camera sdk folder, and trackir 5.0. but for example mouse emulation at trackir 5.0 doesnot detect the cameras.
by zzzamarron
Mon Nov 08, 2010 3:15 pm
Forum: Camera SDK
Topic: New Camera SDK 1.0 Final now available
Replies: 33
Views: 26634

Re: New Camera SDK 1.0 beta 2 now available

<t>Thank you for the advise but i must have missed something because i had already installed trackir 5.0 , but i have reinstalled the copy of your link and still not recogniced, i have also tryied with a different trackir 4 pro camera and still not working. i use windows vista 64, and visual studio ...
by zzzamarron
Sun Nov 07, 2010 8:59 am
Forum: Camera SDK
Topic: New Camera SDK 1.0 Final now available
Replies: 33
Views: 26634

Re: New Camera SDK 1.0 beta 2 now available

I have compiled the vector Tracking example and SimpleCameraTest and my tracki4 pro is not recogniced, with a nice message box telling No device conected, please connect a camera .

is this a bug or just incompatibility?
by zzzamarron
Sat Nov 06, 2010 8:55 am
Forum: Camera SDK
Topic: optitrack sdk and quest 3d
Replies: 9
Views: 7916

optitrack sdk and quest 3d

<t>i am trying to develop a channel with old optitrack sdk, and till now i can open and start the camera, and get frames via callbacks , but when i ask for the values of that channel, the values from x, y, z .... are display in a value channel but are not stable, i explain, instead of given update v...