Open GoogleCodeExporter opened 9 years ago
Hi,
does it hang in the end of execution?
It seems ehci hasn't initialized correctly. You should click on the opengl
window (the one with the 'Press i to reinitialize), face the camera (it does
make difference), and press i. It should work.
Can you tell what did happen?
Best regards,
Daniel
Original comment by danielba...@gmail.com
on 15 Feb 2011 at 12:41
Hi Daniel,
It seems that the OpenGL window does not initialize properly, there is a window
called "EHCI Window New" appearing but with only a title bar and no content
beneath it.
Regards,
Marc
Original comment by mpiu...@gmail.com
on 15 Feb 2011 at 10:06
I'm having this same problem. Has there been any progress so far? I'll be sure
to report back if I can fix it.
Original comment by acgour...@gmail.com
on 20 Jun 2011 at 12:09
Actually I found the fix - inside simple3d.cpp I needed to call ehciLoop with
debug set to '1' instead of '0'
inside ehci.cpp, when debug is set to 0 this path is never executed:
if(debug)
cvShowImage( "EHCI Window", image );
Original comment by acgour...@gmail.com
on 20 Jun 2011 at 12:40
Original issue reported on code.google.com by
mpiu...@gmail.com
on 10 Feb 2011 at 4:01