1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<html>
<head>
<title>CamStream TODO</title>
<link rel="stylesheet" href="camstream.css" type="text/css">
</head>
<body>
<p><a href="index.html" target="_top">Frames</a></p>
<h1>TODO / Roadmap</h1>
<p>This is list of features that I want to build into CamStream and a 'roadmap'
when to achieve this. Nothing is set in stone, of course, and if need
arises, things will change.</p>
<h3>CamStream 0.27</h3>
<p>
<ul>
<li>Making a TV tuner a lot easier to set up...</li>
</ul>
<h3>CamStream 0.30</h3>
<p>
<ul>
<li>Turn the application into a multi-threaded app</li>
</ul>
<h3>CamStream 0.31</h3>
<p>
<ul>
<li>Simple recording of movies
</ul>
<h3>Features wanted, but not assigned to a particular version.</h3>
<p>
<ul>
<li>Audio support</li>
<li>Broadcast and receive compressed image stream</li>
<li>Broadcast relay server</li>
<li>Restore main window coordinates on desktop</li>
<li>Restore sub window coordinates in main window</li>
<li>Besides save-to-file and FTP, execute a script</li>
<li>Store image size, framerate and other values from the "Settings" dialog.</li>
</ul>
</p>
<h3>Other suggestions that I liked</h3>
<p>"Support for multiple FTP-Presets per Camera (so what I can use the
same camera for the public with one upload setting and for my girlfriend
with other settings e.g. different file and path names)."</p>
<p>"Make all settings saveable because e.g. the "auto" option in the
philips section is very usefull to me but I have to set it manually
everytime I start camstream."</p>
<p>"A option to manually add some text to the caption? Sort of like the
timestamp but manually by a little field in the settings, or
whatever?"</p>
<p>"UI wise, could you make another button that hides the video window?
It would be useful sometimes to hide the video window, and show only the
last snapshot video."</p>
<ul>
<li></li>
</ul>
</body>
</html>
|