| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Apr 2006 Location: PORTUGAL Age: 31
Posts: 25
Thanks: 1
Thanked 1 Time in 1 Post
Country: | Hello i´m thinking on making a video conference plugin! I'm a small microprocessor programmer (microchip pics and scenix) not a c# programmer however i have managed to code a standalone videoconference app wich works quite well. Now i would like to port it to MP, but i'm stuck in the very first step. Capturing webcam! In my original code it's very simple: private void webCamCapture_ImageCaptured(object source, WebCam_Capture.WebcamEventArgs e) { this.pictureBox1.Image = e.WebCamImage;} How do i do something like this in mediaportal? I can't find any mediaportal.gui.library control with something like a image property!! Did this made sense to anyone? I know my english sucks! |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Jul 2005 Location: Switzerland Age: 27
Posts: 1,017
Thanks: 9
Thanked 3 Times in 3 Posts
| I think you'll have to access your Image bytes directly and reconstruct something to be played with the g_Player or just update a texture. I don't know if dynamic textures are supported by MP (I assume yes). I have some code to fill a texture efficiently if needed. To access Image internal buffer you should read : http://www.bobpowell.net/lockingbits.htm (the whole faq is a must read) |
| | |
| | #3 (permalink) | |
| Portal Member Join Date: Apr 2006 Location: PORTUGAL Age: 31
Posts: 25
Thanks: 1
Thanked 1 Time in 1 Post
Country: | Quote:
Any ideas? Is there anyone interested in trying to develop or co-develop a local and remote network video conferencing system between MP's? | |
| | |
| | #6 (permalink) |
| Portal Member Join Date: Apr 2006 Location: PORTUGAL Age: 31
Posts: 25
Thanks: 1
Thanked 1 Time in 1 Post
Country: | @ erkhemee see: http://forum.team-mediaportal.com/we...ghlight=webcam That was how far i got, didn't seem to be much interest on the users for me to keep going Good Luck |
| | |
![]() |
| Bookmarks |
| Tags |
| plugin, videoconference |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IPTV@UT Plugin | moiristo | Plugins | 116 | 2008-10-06 22:32 |
| (original thread) MCE Replacement Plugin v1.0.0 | and-81 | MCE Replacement Plugin | 532 | 2007-02-24 00:24 |
| Gathering topical infos about plugins (To: authors & use | tomtom21000 | Plugins | 2 | 2006-02-05 00:20 |
| Plugin example doesnt show in list | Anonymous | Plugins | 5 | 2005-08-13 12:12 |