<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WPFMediaKit Discussions Rss Feed</title><link>http://www.codeplex.com/WPFMediaKit/Thread/List.aspx</link><description>WPFMediaKit Discussions Rss Description</description><item><title>New Post: &lt;WPFMediaKit&gt; namspac nt defined VS 2012</title><link>http://wpfmediakit.codeplex.com/discussions/446563</link><description>&lt;div style="line-height: normal;"&gt;I am noob in this field pls hlp&lt;br /&gt;
I have added reference to WPFmdiakit.dll and ShaderEffectLibrary.dll System.Windows.Interactivity.dll but still in xaml &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;WPFMediaKit:DvdPlayerElement x:Name=&amp;quot;dvdPlayer&amp;quot; Stretch=&amp;quot;Fill&amp;quot;  Volume=&amp;quot;1&amp;quot; PlayOnInsert=&amp;quot;true&amp;quot;  LoadedBehavior=&amp;quot;Play&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;

it says namespace prefix &amp;lt;WPFMdiaKit&amp;gt; not defined&lt;br /&gt;
&lt;/div&gt;</description><author>kartik93abc</author><pubDate>Mon, 10 Jun 2013 13:57:45 GMT</pubDate><guid isPermaLink="false">New Post: &lt;WPFMediaKit&gt; namspac nt defined VS 2012 20130610015745P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;Glad it worked out for you. If you can get sample grabbing to work with RGB-10 let me know :)&lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 22:41:04 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605104104P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;I don't know what I did, either a combination of building, rebuilding or relinking but its working now.&lt;br /&gt;
&lt;br /&gt;
Weird.&lt;br /&gt;
&lt;/div&gt;</description><author>JosiahB</author><pubDate>Wed, 05 Jun 2013 21:26:40 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605092640P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;Yeah recompile direct show lib and then reference the new dll when you recompile wpfmediakit and then reference the new dll&lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 21:12:21 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605091221P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;I have removed the offending controls, but now im getting this:&lt;br /&gt;
&lt;br /&gt;
Error	1	Could not load file or assembly 'DirectShowLib-2005, Version=2.0.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f' or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;
&lt;br /&gt;
I am not sure is this is something in the WPFMediaKit or what.&lt;br /&gt;
&lt;br /&gt;
Issues everywhere!&lt;br /&gt;
&lt;/div&gt;</description><author>JosiahB</author><pubDate>Wed, 05 Jun 2013 20:53:41 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605085341P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;right click in your toolbox and choose items -&amp;gt; all wpf controls, browse to the .dll and add them. &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 20:35:49 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605083549P</guid></item><item><title>New Post: Webcam capture</title><link>http://wpfmediakit.codeplex.com/discussions/272676</link><description>&lt;div style="line-height: normal;"&gt;Been banging my head against a wall for about 2 days trying to figure this one out, pretty much to the point where I'm going to have to abandon WPFMediaKit if I can't get an answer soon. It's really too bad because it works flawlessly when I'm using a RBG24 camera but when I switch to an RBG10 camera I run into this scenario where the event never fires. Any help would be greatly appreciated. &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 20:34:48 GMT</pubDate><guid isPermaLink="false">New Post: Webcam capture 20130605083448P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;the controls never show up in my toolbox, do i need to do something to add them?  I was just using code from another example:&lt;br /&gt;
&lt;br /&gt;
xmlns:Controls=&amp;quot;clr-namespace:WPFMediaKit.DirectShow.Controls;assembly=WPFMediaKit&amp;quot;&lt;br /&gt;
&lt;/div&gt;</description><author>JosiahB</author><pubDate>Wed, 05 Jun 2013 20:34:45 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605083445P</guid></item><item><title>New Post: Webcam capture</title><link>http://wpfmediakit.codeplex.com/discussions/272676</link><description>&lt;div style="line-height: normal;"&gt;grpBuilder.RenderStream(PinCategory.Capture, MediaType.Video, this.capDev, null, (IBaseFilter)smpGrabber &lt;br /&gt;
&lt;br /&gt;
where did you put this code? i don't have any reference to grpBuilder anywhere in the solution. &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 20:17:37 GMT</pubDate><guid isPermaLink="false">New Post: Webcam capture 20130605081737P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;Not real sure about the XAML end of things, I have just been setting those with C#. Can you drag and drop the control on and let VS take care of that stuff? &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 19:49:35 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605074935P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;Alright, that fixed most of the errors except two.&lt;br /&gt;
&lt;br /&gt;
I have created a new project with the recompiled WPFMediaKit and Directshow2005 dlls. and im still getting these errors on these controls:&lt;br /&gt;
&lt;br /&gt;
Error	1	The member &amp;quot;VideoCaptureDevice&amp;quot; is not recognized or is not accessible.&lt;br /&gt;
Error	2	The member &amp;quot;VideoInputDevices&amp;quot; is not recognized or is not accessible.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    &amp;lt;Controls:VideoCaptureElement Grid.ColumnSpan=&amp;quot;2&amp;quot; DesiredPixelWidth=&amp;quot;320&amp;quot;
                                              DesiredPixelHeight=&amp;quot;240&amp;quot;
                                              FPS=&amp;quot;30&amp;quot;
                                              Width=&amp;quot;640&amp;quot;
                                              Height=&amp;quot;480&amp;quot;
                                              VideoCaptureDevice=&amp;quot;{Binding Path=SelectedItem, ElementName=videoCapDevices}&amp;quot;
                                              x:Name=&amp;quot;videoElement&amp;quot; Stretch=&amp;quot;Fill&amp;quot; 
                                              EnableSampleGrabbing=&amp;quot;True&amp;quot;/&amp;gt;
    &amp;lt;ComboBox x:Name=&amp;quot;videoCapDevices&amp;quot;
                      ItemsSource=&amp;quot;{Binding Source={x:Static Controls:MultimediaUtil.VideoInputDevices}}&amp;quot;
                      DisplayMemberPath=&amp;quot;Name&amp;quot;
                      Foreground=&amp;quot;Black&amp;quot;
                      FontSize=&amp;quot;20&amp;quot;
                      VerticalAlignment=&amp;quot;Top&amp;quot;
                      Margin=&amp;quot;0, 30, 0,0&amp;quot; Grid.Row=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>JosiahB</author><pubDate>Wed, 05 Jun 2013 19:46:11 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605074611P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;I had the same errors and I grabbed all the source for this and DirectShowLib-2005 and recompiled both of them together and it it resolved the issues. It's better to do that anyway because then you have the source. You'll have to update all references. &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 17:15:01 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130605051501P</guid></item><item><title>New Post: 10-bit RGB With SampleGrabber</title><link>http://wpfmediakit.codeplex.com/discussions/446102</link><description>&lt;div style="line-height: normal;"&gt;Hey I've been tinkering with this for a couple days and I'm having trouble grabbing a sample frame with a camera that uses 10-bit RGB instead of RGB24. The application works fine with a webcam using RGB24, but if I set the MediaSubType of the samplegrabber to anything other than null the NewVideoSample event never fires, and if I set it to null then the frame is hopelessly scrambled and apparently truncated somewhere upstream. &lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated! This is a great little library, thanks for creating it. &lt;br /&gt;
&lt;/div&gt;</description><author>jarvis01123</author><pubDate>Wed, 05 Jun 2013 17:10:49 GMT</pubDate><guid isPermaLink="false">New Post: 10-bit RGB With SampleGrabber 20130605051049P</guid></item><item><title>New Post: VS2012 IDE errors?</title><link>http://wpfmediakit.codeplex.com/discussions/445991</link><description>&lt;div style="line-height: normal;"&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I am a bit of a noob when it comes to xmal and code, but perhaps you could help.  I am looking through the code example for the sample applications and the IDE is giving me errors like:&lt;br /&gt;
&lt;br /&gt;
Error	1	The name &amp;quot;VideoCaptureElement&amp;quot; does not exist in the namespace &amp;quot;clr-namespace:WPFMediaKit.DirectShow.Controls;assembly=WPFMediaKit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
the program compiles and runs fine but the gui editor complains about invalid markup.  is there anything I can do to fix these &amp;quot;errors&amp;quot;?&lt;br /&gt;
&lt;/div&gt;</description><author>JosiahB</author><pubDate>Tue, 04 Jun 2013 20:16:08 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 IDE errors? 20130604081608P</guid></item><item><title>New Post: No video when running using graphics card in switchable graphics laptops</title><link>http://wpfmediakit.codeplex.com/discussions/445224</link><description>&lt;div style="line-height: normal;"&gt;I've noticed an issue in our application where the system will display a blank screen when using the graphics card on laptops with switchable graphics. This happens with both NVIDIA and AMD cards. To be sure, I ran the demo application and saw the same results. Switching the applications to run in power saver (Intel HD graphics) causes video to work perfectly in both cases. Any idea what might be the cause of this?&lt;br /&gt;
&lt;/div&gt;</description><author>steveg89</author><pubDate>Tue, 28 May 2013 16:09:13 GMT</pubDate><guid isPermaLink="false">New Post: No video when running using graphics card in switchable graphics laptops 20130528040913P</guid></item><item><title>New Post: EnhancedVideoRender shows nothing</title><link>http://wpfmediakit.codeplex.com/discussions/443426</link><description>&lt;div style="line-height: normal;"&gt;Hi GEN3RIC&lt;br /&gt;
i did what you told on that link i installed DirectX March 2009 runtimes also i registered EVRPresenter32.dll and EVRPresenter64.dll also &lt;br /&gt;
where i am using a 64 bit system after that i added the EVRPresenter64.dll reference then i choose VideoRenderer =  EnhancedVideoRenderer&lt;br /&gt;
still nothing plays.&lt;br /&gt;
&lt;br /&gt;
Can you help me how to do it.&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;/div&gt;</description><author>alex_prvn</author><pubDate>Mon, 27 May 2013 12:31:54 GMT</pubDate><guid isPermaLink="false">New Post: EnhancedVideoRender shows nothing 20130527123154P</guid></item><item><title>New Post: Fixed the flickering with multiple control instances</title><link>http://wpfmediakit.codeplex.com/discussions/443002</link><description>&lt;div style="line-height: normal;"&gt;Thank you! This patch is greatly appreciated! :)&lt;br /&gt;
&lt;/div&gt;</description><author>mparente</author><pubDate>Sat, 25 May 2013 15:27:02 GMT</pubDate><guid isPermaLink="false">New Post: Fixed the flickering with multiple control instances 20130525032702P</guid></item><item><title>New Post: Play a video in fast forward or reverse</title><link>http://wpfmediakit.codeplex.com/discussions/85603</link><description>&lt;div style="line-height: normal;"&gt;It depends on the video format.  I believe some formats (like MPEG-1 VCD) can play at up to 4x SpeedRatio.  Most newer formats just ignore SpeedRatio.  I think for some video chipsets, MPEG4 videos support SpeedRatio up to 2x.&lt;br /&gt;
&lt;br /&gt;
I have never seen a chipset or format that supports negative SpeedRatio...&lt;br /&gt;
&lt;br /&gt;
The way I do it is to jump-seek.&lt;br /&gt;
&lt;/div&gt;</description><author>schungx</author><pubDate>Mon, 20 May 2013 05:26:56 GMT</pubDate><guid isPermaLink="false">New Post: Play a video in fast forward or reverse 20130520052656A</guid></item><item><title>New Post: Play a video in fast forward or reverse</title><link>http://wpfmediakit.codeplex.com/discussions/85603</link><description>&lt;div style="line-height: normal;"&gt;I dont think that I did actually, sorry about that...but it was 3 years ago, so I cant 100% remember to be honest&lt;br /&gt;
&lt;/div&gt;</description><author>markmacumber</author><pubDate>Fri, 17 May 2013 02:35:09 GMT</pubDate><guid isPermaLink="false">New Post: Play a video in fast forward or reverse 20130517023509A</guid></item><item><title>New Post: Play a video in fast forward or reverse</title><link>http://wpfmediakit.codeplex.com/discussions/85603</link><description>&lt;div style="line-height: normal;"&gt;Did you get this working? Whatever I set the SpeedRatio to the video plays at the default speed (1x).&lt;br /&gt;
&lt;/div&gt;</description><author>frogger3d</author><pubDate>Thu, 16 May 2013 13:07:28 GMT</pubDate><guid isPermaLink="false">New Post: Play a video in fast forward or reverse 20130516010728P</guid></item></channel></rss>