<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Kinovea - Forums — Experimental version - 0.8.16]]></title>
		<link>https://www.kinovea.org/en/forum/viewtopic.php?id=483</link>
		<atom:link href="https://www.kinovea.org/en/forum/extern.php?action=feed&amp;tid=483&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Experimental version - 0.8.16.]]></description>
		<lastBuildDate>Thu, 09 Feb 2012 20:09:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2533#p2533</link>
			<description><![CDATA[<div class="quotebox"><cite>jon wrote:</cite><blockquote><p>There seems to be some issue with connecting to network cameras on the capture page. v0.8.16 does not seem to pick up the live MJPEG stream. The stream has been validated to work on v 0.8.15.</p></blockquote></div><p>I have found and fixed this particular bug. Network cameras should work again in 0.8.17.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Thu, 09 Feb 2012 20:09:57 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2533#p2533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2496#p2496</link>
			<description><![CDATA[<div class="quotebox"><cite>HDAV wrote:</cite><blockquote><p>Whats the command to exit full screen once in it?</p></blockquote></div><p>There is no menu to get out yet, use F11 shortcut key.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sun, 29 Jan 2012 19:43:45 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2496#p2496</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2495#p2495</link>
			<description><![CDATA[<p>Whats the command to exit full screen once in it?</p><p>EDIT: Got it F11, so far have to say impressed with 8.16 for playback not using capture functionality.</p>]]></description>
			<author><![CDATA[null@example.com (HDAV)]]></author>
			<pubDate>Sun, 29 Jan 2012 19:32:08 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2495#p2495</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2396#p2396</link>
			<description><![CDATA[<p>For the record, I have a reasonable computer.&nbsp; A copy/paste of the Windows Experience is below.&nbsp; The hard drive is a solid state, so scores low due to it&#039;s write speed.&nbsp; Using 64 bit Windows.</p><p>Processor Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz 7.5 <br />Memory (RAM) 6.00 GB 7.5 <br />Graphics NVIDIA GeForce GTX 460 7.5 <br />Gaming graphics 3834 MB Total available graphics memory 7.5 <br />Primary hard disk 5GB Free (60GB Total) 7.0 </p><p>I have ran the current stable release on my poor little Asus EEE.&nbsp; It seems o.k.</p>]]></description>
			<author><![CDATA[null@example.com (Stuart)]]></author>
			<pubDate>Sun, 18 Dec 2011 21:08:02 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2396#p2396</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2392#p2392</link>
			<description><![CDATA[<p>There are many factors <img src="https://www.kinovea.org/en/forum/img/smilies/smile.png" width="15" height="15" alt="smile" />. RAM is not really the issue here, it&#039;s more the processing power needed to decode and display the images. Lower image size and lower fps will improve things.</p><p>The path I have been exploring for the past few months is to have a separate thread that pre-buffers images in parallel to the playback. <br />The pipeline is now mostly reconstructed, and it does indeed give me better performances and thus less automatic speed decrease. Not as much as I would want, but some improvement nonetheless.</p><p>For smooth playback, the real culprit is in the rendering though. And after much experimentation, it&#039;s clear (again) that unless the rendering is done in a hardware accelerated technology (either WPF or even the older GDI) instead of GDI+, we will not have a seamless full HD playback for high framerates.</p><p>Problem is, WPF means that the whole user interface needs to be rewritten from the ground up. (Some experiments with Direct2D were also made but there was issues to re-convert back images to GDI+ objects for use in the rest of the program…). There is also a WPF control for interop with Winforms, I haven&#039;t checked how it could work with existing drawings and other parts yet.</p><p>Another route will be to work on a 64bit version and expand the cache size to several gigabytes so it can contain more than the current ~3 seconds of HD footage.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sun, 18 Dec 2011 00:54:17 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2392#p2392</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2391#p2391</link>
			<description><![CDATA[<p>On the basis that I&#039;ve never minded asking stupid questions - on the greater scale of things what would stop this from happening? Do we need more RAM, is it a 32bit limitation, would a lower quality or lower fps recording be less demanding?<br />It does seem to handle it pretty well and better than freezing up but nice to know what to aspire to<br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (Archer4)]]></author>
			<pubDate>Sun, 18 Dec 2011 00:06:47 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2391#p2391</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2390#p2390</link>
			<description><![CDATA[<p>It could be. The speed slider is decreasing by itself when the time to decode and display an image is constantly higher than the time interval between frames. In this case we can&#039;t possibly keep up the rate, the automatic decrease is to avoid freezing up the computer.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sat, 17 Dec 2011 20:20:38 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2390#p2390</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2378#p2378</link>
			<description><![CDATA[<p>Glad I could contribute in some way.</p><p>I see what you mean about nudging the bar.&nbsp; It really doesn&#039;t help much though.</p><p>What&#039;s really annoying is the speed changing by itself (always slower) all the time.&nbsp; Is that related to the same problem?</p>]]></description>
			<author><![CDATA[null@example.com (Stuart)]]></author>
			<pubDate>Wed, 14 Dec 2011 21:13:01 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2378#p2378</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2373#p2373</link>
			<description><![CDATA[<div class="quotebox"><cite>Stuart wrote:</cite><blockquote><p>Further info.<br />I just had a look at my project, it is almost like something is refreshing constantly.&nbsp; When the video is paused, the controls at the lower right flicker (save picture etc), and on mouse over it takes a while for the tooltip to appear.&nbsp; Maybe its another Windows 7 thing.</p></blockquote></div><p>Ha! This.<br />I think I know where it&#039;s coming from. I had made some experiment to make the controls render faster, especially when changing the main window size, to improve the experience when going in or out of full screen mode. (Otherwise you can see each control outline before it&#039;s actually rendered, not very nice). After more use, I also noticed that there seems to be a conflict between this modification and the splitter control, especially the one between the list of files and the playback screen. It doesn&#039;t happen everytime, but when it does it&#039;s horrible.</p><p>When this flickering happen (and consumes 100% CPU), try to nudge the splitter left or right to expand or reduce the file explorer panel. In my experience this cause things to fall in place.<br />I have removed that modification for future versions.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Wed, 14 Dec 2011 08:56:15 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2373#p2373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2371#p2371</link>
			<description><![CDATA[<p>It is &quot;jittery&quot;.&nbsp; I have been using an AVI file.&nbsp; It worked fine with the stable release.&nbsp; I have been using the same fle in the exprimental.&nbsp; It has not been altered since I loaded it from my camera some months ago (using other software).<br />As mentioned I had to go to this version to be able to save superpostion.&nbsp; I can and the final product plays perfectly, it is just when you are working on the project.</p><p>Further info.<br />I just had a look at my project, it is almost like something is refreshing constantly.&nbsp; When the video is paused, the controls at the lower right flicker (save picture etc), and on mouse over it takes a while for the tooltip to appear.&nbsp; Maybe its another Windows 7 thing.</p>]]></description>
			<author><![CDATA[null@example.com (Stuart)]]></author>
			<pubDate>Wed, 14 Dec 2011 03:00:07 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2371#p2371</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2367#p2367</link>
			<description><![CDATA[<p>Thanks for the feedback.<br />What is meant with recorded video not smooth ? Video recorded from the capture screen then played back ? Can you determine if the issue seems to be in the recording step or in the playing step ?</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Wed, 14 Dec 2011 00:30:09 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2367#p2367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2364#p2364</link>
			<description><![CDATA[<div class="quotebox"><cite>wermouth wrote:</cite><blockquote><p>Joan<br />For some reason recorded video is not as smooth as in .15</p><p>Thanks</p></blockquote></div><p>+1, it is terrible.</p><p>Also when I lock two videos and superpostion them, the speed wants to drop.</p><p>On the plus side, I can now save superposition!&nbsp; I have Windows 7 and the button did not show in the other version.</p><p>Keep up the great work!</p>]]></description>
			<author><![CDATA[null@example.com (Stuart)]]></author>
			<pubDate>Tue, 13 Dec 2011 22:19:28 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2364#p2364</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2354#p2354</link>
			<description><![CDATA[<p>Joan<br />For some reason recorded video is not as smooth as in .15</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (wermouth)]]></author>
			<pubDate>Fri, 09 Dec 2011 17:20:19 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2354#p2354</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2326#p2326</link>
			<description><![CDATA[<p>Oh, I totally forgot about that one <img src="https://www.kinovea.org/en/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /> <br />It was supposed to be added back in a drop down fashion with the grid tool on the drawing tools toolbar.</p>]]></description>
			<author><![CDATA[null@example.com (joan)]]></author>
			<pubDate>Sun, 27 Nov 2011 09:59:48 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2326#p2326</guid>
		</item>
		<item>
			<title><![CDATA[Re: Experimental version - 0.8.16]]></title>
			<link>https://www.kinovea.org/en/forum/viewtopic.php?pid=2325#p2325</link>
			<description><![CDATA[<p>In 0.8.16, how do you display the grid? Image &gt; Grid has vanished! Ctl-G does not appear to work, either.</p>]]></description>
			<author><![CDATA[null@example.com (NickM)]]></author>
			<pubDate>Sun, 27 Nov 2011 04:21:08 +0000</pubDate>
			<guid>https://www.kinovea.org/en/forum/viewtopic.php?pid=2325#p2325</guid>
		</item>
	</channel>
</rss>
