Search found 5 matches

by bartmanb
Tue Jun 29, 2010 7:14 am
Forum: Beginners Help
Topic: openCV & CvIrrCamTexture - distorted image
Replies: 13
Views: 1309

As you can see, you try to copy 3 of 4 bytes to 3 of 4 bytes. However, your texture format only has two bytes. This cannot work. You should check which format your camera image really has, and create your texture accordingly. Next, check the texture format (because it's not guaranteed to get this f...
by bartmanb
Mon Jun 28, 2010 12:42 pm
Forum: Beginners Help
Topic: openCV & CvIrrCamTexture - distorted image
Replies: 13
Views: 1309

I have tested many configurations (16 or 32bits, ECF_A1R5G5B5 or ECF_R5G6B5) but the result still the same... Here is the code if somebody wan to help me : irr::video::ITexture* create_ITexture_from_CvCapture(CvCapture* capture, irr::video::IVideoDriver* driver) { char unique_tex_name[50]; //for irr...
by bartmanb
Mon Jun 28, 2010 10:03 am
Forum: Beginners Help
Topic: openCV & CvIrrCamTexture - distorted image
Replies: 13
Views: 1309

Ok i'm looking for that but it's not normal that the program will work on my personal computer and not in another computer... that's the problem that i don't understand...
by bartmanb
Mon Jun 28, 2010 7:00 am
Forum: Beginners Help
Topic: openCV & CvIrrCamTexture - distorted image
Replies: 13
Views: 1309

hi everybody,

I just want to add that in my personal computer, the picture rendered from the webcam is just fine... so i think that the problem provides grom the graphic card. Does anybody solve this problem ? :cry:
by bartmanb
Fri Jun 25, 2010 2:49 pm
Forum: Beginners Help
Topic: openCV & CvIrrCamTexture - distorted image
Replies: 13
Views: 1309

Hi everybody,

I'm actually working on a project using irrlicht and OpenCV and 'im confronted to the same kind of problem. The rendered picture is distorted like EvilBob shows it in its capture.

Does anybody have a real issue to capture webcam frames using opencv and rendering with irrlicht ???