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!
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!