C# -> Flash Encoder -> Video Cam
Hello to everyone, I am a new to c # and I need to know how to solve this problem. I have to make an application that shows me the video signal from a webcam and start streaming with the command FMLEcmd Flash Media Encoder.
Edward SimonPosted Oct 9, 2014, 8:46 AM
_videoViewer = new VideoViewerWF();
_webCamera = WebCamera.GetDefaultDevice(); _imageProvider = new DrawingImageProvider(); _mediaConnector = new MediaConnector();
SetVideoViewer();
this.Controls.Add(_videoViewer);
It's just a few row from the code which you need to add to your application to reach your camera. I hope it will be helpful to you. You can find the whole article here: http://www.camera-sdk.com/p_18-ip-video-camera-viewer-in-c-onvif.html