Search found 8 matches

by Charles
Mon Jun 15, 2015 9:50 pm
Forum: Beginners Help
Topic: IScene node and line3d
Replies: 2
Views: 541

Re: IScene node and line3d

Thank you !!
by Charles
Mon Jun 15, 2015 9:31 pm
Forum: Beginners Help
Topic: IScene node and line3d
Replies: 2
Views: 541

IScene node and line3d

Hello,

When I am using an IMeshSceneNode, how to draw a line3d independently of this node ?
I mean draw a line3d with real coordinate (not in the node referential) and without the node texture.
Thank you for your help.

Charles
by Charles
Thu Jun 04, 2015 11:23 am
Forum: Beginners Help
Topic: OpenCV
Replies: 7
Views: 1014

Re: OpenCV

It's working with visual Studio 2010.
I suppose the issue came from my virutalbox.
Thank you for your help
by Charles
Tue Jun 02, 2015 6:14 pm
Forum: Beginners Help
Topic: OpenCV
Replies: 7
Views: 1014

Re: OpenCV

Ok. I'll try it very soon. When I am using the qtcreator debugger I reveive two error messages : libv4l2: error got 4 consecutive frame decode errors, last error: VIDIOC_DQBUF: Erreur d'entrée/ and (Control:2366): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed The ...
by Charles
Tue Jun 02, 2015 5:57 pm
Forum: Beginners Help
Topic: OpenCV
Replies: 7
Views: 1014

Re: OpenCV

No,
I havn't many experience with debbuger.
What kind of informations should I search with debbuger ?
Maybe I should try without virtualbox to be sure this isn't the reason of my trouble.


Thank you for your answer.
by Charles
Tue Jun 02, 2015 5:27 pm
Forum: Beginners Help
Topic: OpenCV
Replies: 7
Views: 1014

Re: OpenCV

Yes, I want at each loop read a frame, extract some information from it and then use irrlicht to render. I don't understand what is wrong ? I already use the read() function in loop for opencv application and it works. Even if I put this function out the loop, my program will stay on this function w...
by Charles
Tue Jun 02, 2015 12:21 pm
Forum: Beginners Help
Topic: OpenCV
Replies: 7
Views: 1014

OpenCV

Hello, I have an Opencv project and an Irrlicht one wich are working well but as soon as I mixed them it doesn't work any more. There isn't any error at compilation or execution but programm stay indefinitely on OpenCV functions. Moreover, I tried some snippets using Opencv and Irrlicht and the same...
by Charles
Tue Apr 28, 2015 10:45 pm
Forum: Beginners Help
Topic: Static Background
Replies: 1
Views: 431

Static Background

Hi, I am using Irrlicht to draw mesh from an another application with the drawIndexedTriangleList function. Now that everything is working well, I would like to add a Background ( from a png ) to my application. But I didn't found an easy way to do it. I don't want to use Sky-Box because I don't wan...