--------------------------------------------------------
Based on DirectX.Capture Class Library by Brian Low
http://www.codeproject.com/cs/media/directxcapture.asp

Extended and fitted for CarPC by
Chris Thomann, capture@iteconomy.ch
--------------------------------------------------------




Installation:
--------------------------------------------------------

.NET Framework 1.1 with all updates has to be installed! (use Windowsupdate.com)

open the config.ini and set all the parameters you want. Set "VideoInputDevice" to the id of your video-capture device.




--------------------------------------------------------
Questions: Capture@iteconomy.ch !
www.ChrisThomann.com

Or on www.car-pc.info in the Forums:
http://www.car-pc.info/phpBB2/viewtopic.php?p=73358
--------------------------------------------------------




Config.ini explanation:
--------------------------------------------------------


SaveToDrive=C:
SaveToPath=\\media\\recordings
VideoFileName=CarPC

gives files like "C:\media\recordings\CarPC 02-12-05 16.48.40.avi"


AutostartCapture=0 
Set to "1" starts capturing immediatly after the app is started without any user interaction.

StopAfterMB=500   and StopAfterSeconds=1800
After the video files exceeds 500 MB or 1800 seconds (30mins) (whatever happends first) recording stops and starts again with a new file if StartOver=1 is set.



WindowStateOnLoad = normal --> normal Window
WindowStateOnLoad = maximized --> maximized Window without borders
WindowStateOnLoad = CES --> no borders, maximized but with some space on the top of the screen for carpc-software taskbars.


CapturePreview = 1 
1=video is shown while recording, 0=background image is displayed (saves cpu power) 
     
