Search found 5 matches
- Fri Apr 20, 2007 12:07
- Forum: Help
- Topic: Update a texture live (webcam)...
- Replies: 10
- Views: 5343
I did it! now i can live change the texture. The problem now is that i put i timer in my CEGUI application and a thread, the thread catches the images from the webcams (two webcams actually) and in my CEGUI application timer, i'm changing the texture of my imageset using the byte array got in the th...
- Tue Apr 17, 2007 13:02
- Forum: Help
- Topic: Update a texture live (webcam)...
- Replies: 10
- Views: 5343
I went trought the code, and i didnt find anywhere a way to update a texture of an imageset! From a 3D object, the object is define, but what i want is that (for exemple if it is really slow) every second, my webcam gets a new image as a byte array. I create a new texture from this array with LoadFr...
- Tue Apr 17, 2007 12:16
- Forum: Help
- Topic: Update a texture live (webcam)...
- Replies: 10
- Views: 5343
- Tue Apr 17, 2007 10:24
- Forum: Help
- Topic: Update a texture live (webcam)...
- Replies: 10
- Views: 5343
- Tue Apr 17, 2007 08:32
- Forum: Help
- Topic: Update a texture live (webcam)...
- Replies: 10
- Views: 5343
Update a texture live (webcam)...
Hello! I'm trying to display a webcam into a TaharezLook/StaticImage What i'm doing is grabing the image as a byte array... i can grab it at init and display it... no problem! But now i would like to grab it continuously and display it... how can i do that? I know that the setTexture is not a good i...