Search found 12 matches

by Adun
Wed Feb 02, 2011 12:56 am
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Re: Camera SDK + Qt = runtime error

All works fine
But I can't find in your new cameradll such properties like
object_mass_min,object_mass_max end etc.
Do you cancel to use them in new functionality?
by Adun
Mon Jan 17, 2011 10:56 pm
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Re: Camera SDK + Qt = runtime error

I still haven't got your DLL, maybe you zip DLL and send it?
by Adun
Thu Jan 13, 2011 11:27 pm
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Re: Camera SDK + Qt = runtime error

Thanx, but I haven't got your dll. Have you send it to me?
Please send it to email in my profile or to another one grigoriev177 _at_ gmail.com
by Adun
Thu Jan 13, 2011 12:12 pm
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Re: Camera SDK + Qt = runtime error

the problem is heap corruption if I use qt 4.7.1 pre built in MSVC 2008 in DLL form
When I recompile QT to static linking all fine. In your examples you use /MT flag not /MD flag and QT was built with this flag - so maybe here is the problem.
by Adun
Wed Jan 12, 2011 12:51 am
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Re: Camera SDK + Qt = runtime error

Using this I can get only 10 frames. I tried also release SDK ( not beta) got the same result.
by Adun
Tue Jan 11, 2011 11:27 am
Forum: Camera SDK
Topic: Camera SDK + Qt = runtime error
Replies: 13
Views: 14117

Camera SDK + Qt = runtime error

<t>Hi guys!<br/> I try to integrate Camera SDK beta and Qt 4.7.0 under MSVC 2008<br/> So I got runtime error in this simple code. So there is no debug library so I can't trace error.<br/> int main(int argc, char *argv[])<br/> {<br/> CameraLibrary_EnableDevelopment();<br/> <br/> //== Initialize conne...
by Adun
Fri Mar 05, 2010 7:30 am
Forum: General OptiTrack Support
Topic: TrackIR5 grayscale mode
Replies: 0
Views: 1296

TrackIR5 grayscale mode

Good day!
I'd like to make eye tracking with trackir5 but can't make it to work. As far as I got you use same chip in Optitrack and trackIR5 that support 640*480 with 120FPS. But could you please tell me how to make to work. Your demo sample grayscale produce stripes on screen.
by Adun
Thu Feb 11, 2010 1:00 pm
Forum: General OptiTrack Support
Topic: IR LED Blinking on TIR5
Replies: 0
Views: 1281

IR LED Blinking on TIR5

<t>Good Day!<br/> I use one quad retroreflective marker and TIR5 and want to make some filter to differ my marker from sun or over thermal signatures. Could you please advise me if following solution is possible or not. If I have two or more IR signatures in my camera view I switch off or set IR LED...
by Adun
Thu Oct 08, 2009 1:48 am
Forum: OptiTrack SDK
Topic: Optitrack SDK,TrackIR5,precision grayscale
Replies: 2
Views: 2973

Re: Optitrack SDK,TrackIR5,precision grayscale

Thanx
but I can't find it in optitrack SDK manuals
by Adun
Wed Oct 07, 2009 1:38 am
Forum: OptiTrack SDK
Topic: Optitrack SDK,TrackIR5,precision grayscale
Replies: 2
Views: 2973

Optitrack SDK,TrackIR5,precision grayscale

<t>Good day!<br/> I want to use precision grayscale tracking capabilities with TIR5<br/> So using this command <br/> // enable selective grayscale mode<br/> var = (int)4;<br/> camera->SetOption(NP_OPTION_VIDEO_TYPE, var);<br/> <br/> I've got grayscale frame but w/o dots tracking output <br/> so plea...