New Post: Changing Webcam resolution
can you give a sample code ?I try IPin.EnumMediaTypes(mediatypes);get a list of media types then setmedia(mediatype) but not seem to work.I'm just a beginer in directshow, dont know anything about...
View ArticleNew Post: Problems trying to stop and dispose camera
Hi there! Thank for this project, Tamir ^^Did anyone manage to solve this problem? I'm facing it too...Thanks a lot! :-)
View ArticleNew Post: Changing Webcam resolution
Hi,I know this discussion is old, but I'm trying to set the resolution of my camera and not succeeding in it.I have a Full HD camera, getting only 640*480 though.I am not understanding what gatzo means...
View ArticleNew Post: Changing Webcam resolution
Hi,I know this discussion is old, but I'm trying to set the resolution of my camera and not succeeding in it.I am not understanding what you means by Pins and IPin, how to implement it.can you give a...
View ArticleNew Post: Changing Webcam resolution
gatzo wrote: In your webcam, you generally have two pins : one is the capture pin, second is the preview pin (sometimes you have only one pin, or thre with the sound pin). Thanks to IPin you can...
View ArticleNew Post: Changing Webcam resolution
Has anyone found how to change the web cam resolution?Â
View ArticleNew Post: Changing Webcam resolution
I played around the hole day to get the cam working for a higher resolution than 640x400, without any success - I'll stop right now to waste more time for this problem. It seems that it is not possible...
View ArticleNew Post: Changing Webcam resolution
I managed to change the Resolution but it does not work all the time, depending on the Webcam. It seems that it falls back to 640x480 when it does not work. And when it works, the camera is seems to be...
View ArticleNew Post: Problems trying to stop and dispose camera
Hi, Why don't you stop the player when you close the windows? public Window1() { InitializeComponent(); this.Closed += (sender, args) => player.Stop(); } otherwise if you wanted, i find an upgrade...
View ArticleNew Post: enumD.CreateClassEnumerator(ref g, out moniker, 0) returns 1
I'm trying to add a new window to my wpf project that shows a webcam, but I get an exception on at InitializeComponent() startup. Searching I found that enumD.CreateClassEnumerator(ref g, out moniker,...
View ArticleNew Post: Display area is black
I was reading your post inhttp://blog.catenalogic.com/post/2008/post/2009/01/08/WPF-Webcam-Control-part-2.aspx And I tryied to use in this...
View ArticleNew Post: Problems trying to stop and dispose camera
Try private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { webcamPlayer.Device.Dispose(); } It will work.
View ArticleNew Post: Changing Webcam resolution
Not working for me Alabri. Actually it is not working anymore. I always get the message on the lines:"Camera Resolution is set to " + header.BmiHeader.Height + " x " + header.BmiHeader.Width and"Failed...
View ArticleNew Post: Display area is black
Now i noticed that my screen is black and when I re-size (until it squeeze too much) the CapPlayer control at runtime the camera view appears OK miraculously. Does anyone have experienced this kind of...
View ArticleNew Post: How only 2% CPU just like you?
I have laptop with configuration: OS: windows 7 32bit CPU: core 2 duo P7450, 2,13GHz RAM: 3GB I test your examples and getting results is: AvCapWPF.vhosst.exe CPU use 15%-24% and Ram is 26MB-30Mb How...
View ArticleNew Post: multiple cameras
Hi all All works perfectly, but now i want to display several cameras at the same time. It works when i connect a hp and a logitech together, for instance. I've even successfully tried with 3 different...
View ArticleNew Post: Capturing frames and saving them as bitmaps
Does anybody have extra coding to save the frames as bitmaps to the computer? what good is showing a feed from the webcam through a viewport if you can't save the image?
View ArticleNew Post: Problems trying to stop and dispose camera
I tried many way, so i find this way to Stop my Webcam Device. But i can't understand how it can do :) Anyone can show me why? private void Window_Closing(object sender,...
View ArticleNew Post: WebCam control for WPF without showing the content to the user
Please help me developing WPF C# application for WebCam that just capture current image and save it to disk on a click of a button but does not show the content to the user.
View ArticleNew Post: control inverts picture
After five years I am adding a response... I hope someone still find it useful. A simple way to solve this is to do add a RotateTransform by 180 degrees. <cap:CapPlayer x:Name="player"...
View Article