I'm here because I have a problem with a webcam and a WPF application.
I develop a webApp that use WebBrowser and a Webcam. I use WebcamJS library that have a flash fallbar to manage the webcam in IE.
How can I bypass the security popup of flash? How can I write in the Control Panel of the machine where my apps run?
Thanks in advise.
Related
For last 2 weeks we were developing a 3d application using Babylon js. When we tried to embed this app inside a WPF application using the WebBrowser control, we were not able to move the 3d object. We tried Chromium browser as well and there it was working fine but it was slow. Can anyone help me to get the solution?
This is because WPF uses a IE based WebView which does not support WebGL
I'm developing a WPF application using Cefsharp. This web browser inside the app should show some flash contents. I found some forum where the users suggest to use papi flash or pepper flash for Cefsharp.
I have no idea how to implement those plugin in my project.
I'm using the last version of Cefsharp.
Someone can explain how to enable Flash contents in my webview?
Thanks
You need to download the PPAPI version of Flash. Every computer running your app must do the same. Visit http://get.adobe.com/flashplayer/otherversions/ and select FP [xx] for Chromium and Opera where [xx] is the current version number, which is 26 at the time of this answer.
I was looking for a way to embed a page that hosts WebRTC video such as the demo from http://www.webrtc.org/demo into a WinForms app so the user doesn't need to install nor launch any external browsers that may contain toolbars, etc, I looked into a few components such as GeckoFX and WebKit.Net but they fail to load the webcam video.
Do you know of any hack or other project that may support WebRTC inside .Net?
Thanks a lot
Chromium Embedded Framework claims to support WebRTC (I haven't confirmed it myself).
https://code.google.com/p/chromiumembedded/
http://en.wikipedia.org/wiki/Chromium_Embedded_Framework
WebRTC is supported by Mozilla Firefox:
http://www.webrtc.org/
If you want to embed Firefox in you project you can easily embed GeckoFX web browser control in your Windows Forms application.
The GeckoFX engine (Mozilla Firefox) says it can use WebRTC. This seem to be right (as far as I have seen yet) but there seem to be a problem with some parts of it. I'm using it actual for WebRTC and have a problem with the video part - see here: Embedded GeckoFx in C#.NET - WebRTC Video not working
Is it possible use Unity3d app written on C# as part of another WPF or winforms application?
Can i use it as user control?
Yes, it is possible to embed unity exe (PC build) into WPF using WindowsFormsHost.
I'm not sure if it can be used as user control because the unity exe is completely separated from WPF application.
Few time ago, when I had to work with Unity 3d, there was a way to embed it into WebBrowser control.
See this forum for more details.
Hope it can help you.
I'm trying to make inside my app mini web browser. But here is fault. It dont show Flash videos (swf).
Is any method how to repair this fail?
You can show flash videos in the windows webrowser control
To get it working you will need change the CPU type of your project to support x86 ( i.e. 32 bit) because the WebBrowser control provides a managed wrapper for the WebBrowser ActiveX control
MSDN