C# Class Timelapser.Program

Show file Open project: evercam/Timelapse

Public Properties

Property Type Description
Camera Camera
DownPath string
Evercam Evercam
FfmpegCopyPath string
FfmpegExePath string
FilePath string
FtpPassword string
FtpUser string
Initialized bool
TempFile string
TempPath string
TempTimelapse string
TimelapseExePath string
TsPath string
UpPath string
WatermarkFile string
WatermarkFileName string
chunkSize int

Public Methods

Method Description
ExitProcess ( string msg ) : void

Protected Methods

Method Description
CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
CreateManifestFile ( string timelapsePath ) : void
CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void

Private Methods

Method Description
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

Method Details

CreateBashFile() protected static method

protected static CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
frame_per_sec int
imagesPath string
tsPath string
chunkFileSize int
interval int
return void

CreateManifestFile() protected static method

protected static CreateManifestFile ( string timelapsePath ) : void
timelapsePath string
return void

CreateManifestFileForDownload() protected static method

protected static CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void
timelapsePath string
tsPath string
return void

ExitProcess() public static method

public static ExitProcess ( string msg ) : void
msg string
return void

Property Details

Camera public static property

public static Camera Camera
return Camera

DownPath public static property

public static string DownPath
return string

Evercam public static property

public static Evercam Evercam
return Evercam

FfmpegCopyPath public static property

public static string FfmpegCopyPath
return string

FfmpegExePath public static property

public static string FfmpegExePath
return string

FilePath public static property

public static string FilePath
return string

FtpPassword public static property

public static string FtpPassword
return string

FtpUser public static property

public static string FtpUser
return string

Initialized public static property

public static bool Initialized
return bool

TempFile public static property

public static string TempFile
return string

TempPath public static property

public static string TempPath
return string

TempTimelapse public static property

public static string TempTimelapse
return string

TimelapseExePath public static property

public static string TimelapseExePath
return string

TsPath public static property

public static string TsPath
return string

UpPath public static property

public static string UpPath
return string

WatermarkFile public static property

public static string WatermarkFile
return string

WatermarkFileName public static property

public static string WatermarkFileName
return string

chunkSize public static property

public static int chunkSize
return int